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

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: rebase (and make it actually compile) 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/crx_installer.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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 <message name="IDS_UPGRADE_AVAILABLE_BUTTON" desc="Diplayed on a button the user can use to upgrade the a more recent version of the application. [Lengt h: 10em]"> 620 <message name="IDS_UPGRADE_AVAILABLE_BUTTON" desc="Diplayed on a button the user can use to upgrade the a more recent version of the application. [Lengt h: 10em]">
621 Update 621 Update
622 </message> 622 </message>
623 </if> 623 </if>
624 624
625 <!-- Extension/App install prompt --> 625 <!-- Extension/App install prompt -->
626 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 626 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
627 Add to Chrome 627 Add to Chrome
628 </message> 628 </message>
629 629
630 <!-- Extension alerts. -->
631 <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.">
632 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.
633
634 '''
635 </message>
636
637 <!-- Extension installed bubble --> 630 <!-- Extension installed bubble -->
638 <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."> 631 <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.">
639 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome. 632 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome.
640 </message> 633 </message>
641 634
642 <!-- chrome://settings/extensions page --> 635 <!-- chrome://settings/extensions page -->
643 <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."> 636 <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.">
644 <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. 637 <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.
645 </message> 638 </message>
646 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> 639 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions.">
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 809
817 <!-- Chrome OS keyboard overlay--> 810 <!-- Chrome OS keyboard overlay-->
818 <if expr="pp_ifdef('chromeos')"> 811 <if expr="pp_ifdef('chromeos')">
819 <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."> 812 <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.">
820 Show the Chrome menu 813 Show the Chrome menu
821 </message> 814 </message>
822 </if> 815 </if>
823 </messages> 816 </messages>
824 </release> 817 </release>
825 </grit> 818 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/crx_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698