Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits; added localized string for App Launcher uninstall shortcut. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 </message> 133 </message>
134 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name"> 134 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
135 Chrome 135 Chrome
136 </message> 136 </message>
137 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel"> 137 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
138 Google Chrome Canary 138 Google Chrome Canary
139 </message> 139 </message>
140 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> 140 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
141 Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. 141 Google Chrome is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome.
142 </message> 142 </message>
143 <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher de scription">
144 Google Chrome App Launcher is a standalone platform for Chrome apps.
145 </message>
143 <if expr="pp_ifdef('chromeos')"> 146 <if expr="pp_ifdef('chromeos')">
144 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> 147 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name ">
145 Google Chrome OS 148 Google Chrome OS
146 </message> 149 </message>
147 <message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The Chrome OS applicatio n short name"> 150 <message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The Chrome OS applicatio n short name">
148 Chrome OS 151 Chrome OS
149 </message> 152 </message>
150 </if> 153 </if>
151 <if expr="is_win"> 154 <if expr="is_win">
152 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> 155 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name">
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 <message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 imm ersive mode"> 268 <message name="IDS_UNINSTALL_CLOSE_APP_IMMERSIVE" desc="Message to user when uninstall detects other app instance running, possibly in the Windows 8 imm ersive mode">
266 Please close all Google Chrome windows (including those in Windows 8 m ode) and try again. 269 Please close all Google Chrome windows (including those in Windows 8 m ode) and try again.
267 </message> 270 </message>
268 </if> 271 </if>
269 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall"> 272 <message name="IDS_UNINSTALL_VERIFY" desc="Message to confirm user wants t o uninstall">
270 Are you sure you want to uninstall Google Chrome? 273 Are you sure you want to uninstall Google Chrome?
271 </message> 274 </message>
272 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome."> 275 <message name="IDS_UNINSTALL_CHROME" desc="The text of the shortcut in the Start Menu for uninstalling chrome.">
273 Uninstall Google Chrome 276 Uninstall Google Chrome
274 </message> 277 </message>
278 <message name="IDS_UNINSTALL_APP_LAUNCHER" desc="The text of the shortcut in the Start Menu for uninstalling App Launcher.">
279 Uninstall Google Chrome App Launcher
280 </message>
275 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog"> 281 <message name="IDS_FIRSTRUN_DLG_TITLE" desc="Dialog title for first-run di alog">
276 Welcome to Google Chrome 282 Welcome to Google Chrome
277 </message> 283 </message>
278 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog"> 284 <message name="IDS_FIRSTRUN_DLG_OK" desc="Text for OK button on first-run dialog">
279 Start Google Chrome 285 Start Google Chrome
280 </message> 286 </message>
281 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label"> 287 <message name="IDS_FR_CUSTOMIZE_DEFAULT_BROWSER" desc="Default browser che ckbox label">
282 Make Google Chrome the default browser 288 Make Google Chrome the default browser
283 </message> 289 </message>
284 <if expr="pp_ifdef('chromeos')"> 290 <if expr="pp_ifdef('chromeos')">
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 </message> 472 </message>
467 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import ing progress dialog when importing a bookmarks.html file from the bookmark manag er"> 473 <message name="IDS_IMPORT_BOOKMARKS" desc="Explanatory text for the import ing progress dialog when importing a bookmarks.html file from the bookmark manag er">
468 Google Chrome is now importing Favorites/Bookmarks. 474 Google Chrome is now importing Favorites/Bookmarks.
469 </message> 475 </message>
470 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 476 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations.">
471 Internet Browser 477 Internet Browser
472 </message> 478 </message>
473 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> 479 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts.">
474 Access the Internet 480 Access the Internet
475 </message> 481 </message>
482 <message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover -on tooltip for the App Launcher shortcut.">
483 Launch Chrome apps
484 </message>
476 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation."> 485 <message name="IDS_UNINSTALL_DELETE_PROFILE" desc="Text to show user to as k whether to delete all the profile data also during uninstallation.">
477 Also delete your browsing data? 486 Also delete your browsing data?
478 </message> 487 </message>
479 <message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whethe r to set another browser as default when Chromium is uninstalled."> 488 <message name="IDS_UNINSTALL_SET_DEFAULT_BROWSER" desc="Text to ask whethe r to set another browser as default when Chromium is uninstalled.">
480 Change default browser to: 489 Change default browser to:
481 </message> 490 </message>
482 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> 491 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
483 Uninstall 492 Uninstall
484 </message> 493 </message>
485 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> 494 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar.">
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 844
836 <!-- Chrome OS keyboard overlay--> 845 <!-- Chrome OS keyboard overlay-->
837 <if expr="pp_ifdef('chromeos')"> 846 <if expr="pp_ifdef('chromeos')">
838 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu."> 847 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in the keyboard overlay to explain the shortcut that opens the main Chrome menu.">
839 Show the Chrome menu 848 Show the Chrome menu
840 </message> 849 </message>
841 </if> 850 </if>
842 </messages> 851 </messages>
843 </release> 852 </release>
844 </grit> 853 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/installer/mini_installer/configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698