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

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: Delaying some cleanup tasks for next CL. 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
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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 </message> 469 </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"> 470 <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. 471 Google Chrome is now importing Favorites/Bookmarks.
469 </message> 472 </message>
470 <message name="IDS_OEM_MAIN_SHORTCUT_NAME" desc="Name of the desktop short cut to start the application for OEM pre-installations."> 473 <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 474 Internet Browser
472 </message> 475 </message>
473 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts."> 476 <message name="IDS_SHORTCUT_TOOLTIP" desc="Text for the hover-on tooltip f or the Google Chrome shortcuts.">
474 Access the Internet 477 Access the Internet
475 </message> 478 </message>
479 <message name="IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP" desc="Text for the hover -on tooltip for the App Launcher shortcut.">
480 Launch Chrome apps
481 </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."> 482 <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? 483 Also delete your browsing data?
478 </message> 484 </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."> 485 <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: 486 Change default browser to:
481 </message> 487 </message>
482 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> 488 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
483 Uninstall 489 Uninstall
484 </message> 490 </message>
485 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> 491 <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 841
836 <!-- Chrome OS keyboard overlay--> 842 <!-- Chrome OS keyboard overlay-->
837 <if expr="pp_ifdef('chromeos')"> 843 <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."> 844 <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 845 Show the Chrome menu
840 </message> 846 </message>
841 </if> 847 </if>
842 </messages> 848 </messages>
843 </release> 849 </release>
844 </grit> 850 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698