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

Side by Side Diff: chrome/app/chromium_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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/google_chrome_strings.grd » ('J')
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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 684 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
685 Add to Chromium 685 Add to Chromium
686 </message> 686 </message>
687 687
688 <!-- Extension alerts. --> 688 <!-- Extension alerts. -->
689 <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."> 689 <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.">
690 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. 690 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.
691 691
692 ''' 692 '''
693 </message> 693 </message>
694 <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.">
sky 2012/09/11 17:37:23 Any reason for forcing the newline in these messag
Marijn Kruisselbrink 2012/09/11 18:03:38 Because the code that uses these potentially conca
sky 2012/09/11 18:16:46 Yes, I think that would be less error prone.
Marijn Kruisselbrink 2012/09/13 17:31:24 Done.
695 The app "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added .
696
697 '''
698 </message>
694 699
695 <!-- Extension installed bubble --> 700 <!-- Extension installed bubble -->
696 <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."> 701 <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.">
697 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. 702 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium.
698 </message> 703 </message>
699 704
700 <!-- chrome://settings/extensions page --> 705 <!-- chrome://settings/extensions page -->
701 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode."> 706 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that Chromium cannot prevent extensions from recording history in incognito mode. Di splayed in extensions management UI after an extension is selected to be run in incognito mode.">
702 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option. 707 <ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
703 </message> 708 </message>
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 879
875 <!-- Chrome OS keyboard overlay--> 880 <!-- Chrome OS keyboard overlay-->
876 <if expr="pp_ifdef('chromeos')"> 881 <if expr="pp_ifdef('chromeos')">
877 <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."> 882 <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.">
878 Show the Chromium menu 883 Show the Chromium menu
879 </message> 884 </message>
880 </if> 885 </if>
881 </messages> 886 </messages>
882 </release> 887 </release>
883 </grit> 888 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/google_chrome_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698