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

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

Issue 10905188: Have different text for apps and regular extensions in some more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more change Created 8 years, 3 months 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 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 608 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
609 Add to Chrome 609 Add to Chrome
610 </message> 610 </message>
611 611
612 <!-- Extension alerts. --> 612 <!-- Extension alerts. -->
613 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a n external extension has been newly installed. End users have no idea what an 'e xternal' extension is, so we simply call them extensions. The trailing character must be a newline."> 613 <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that a n external extension has been newly installed. End users have no idea what an 'e xternal' extension is, so we simply call them extensions. The trailing character must be a newline.">
614 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. 614 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.
615 615
616 ''' 616 '''
617 </message> 617 </message>
618 <message name="IDS_APP_ALERT_ITEM_EXTERNAL" desc="A statement that an exte rnal packaged app has been newly installed. End users have no idea what an 'exte rnal' app is, so we simply call them apps. The trailing character must be a newl ine.">
619 The app "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added .
sky 2012/09/11 17:37:23 This doesn't mention chrome, any reason to have it
Marijn Kruisselbrink 2012/09/11 18:03:38 The reason I put it here is because IDS_EXTENSION_
sky 2012/09/11 18:16:46 I believe that's right; remove both.
Marijn Kruisselbrink 2012/09/13 17:31:24 Done.
620
621 '''
622 </message>
618 623
619 <!-- Extension installed bubble --> 624 <!-- Extension installed bubble -->
620 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled."> 625 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the co ntent area of the extension installed bubble. Instructs that the extension was i nstalled.">
621 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome. 626 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome.
622 </message> 627 </message>
623 628
624 <!-- chrome://settings/extensions page --> 629 <!-- chrome://settings/extensions page -->
625 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode."> 630 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chrome cannot prevent extensions from recording history in incognito mode. Disp layed in extensions management UI after an extension is selected to be run in in cognito mode.">
626 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Google Chrome cannot prevent extensions from recording your browsing his tory. To disable this extension in incognito mode, unselect this option. 631 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Google Chrome cannot prevent extensions from recording your browsing his tory. To disable this extension in incognito mode, unselect this option.
627 </message> 632 </message>
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 803
799 <!-- Chrome OS keyboard overlay--> 804 <!-- Chrome OS keyboard overlay-->
800 <if expr="pp_ifdef('chromeos')"> 805 <if expr="pp_ifdef('chromeos')">
801 <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."> 806 <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.">
802 Show the Chrome menu 807 Show the Chrome menu
803 </message> 808 </message>
804 </if> 809 </if>
805 </messages> 810 </messages>
806 </release> 811 </release>
807 </grit> 812 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698