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

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

Issue 9372091: Polished on side-loaded extension install alert. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Issue 111674 Created 8 years, 10 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
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 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 </message> 586 </message>
587 </if> 587 </if>
588 588
589 <!-- Extension/App install prompt --> 589 <!-- Extension/App install prompt -->
590 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 590 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
591 Add to Chrome 591 Add to Chrome
592 </message> 592 </message>
593 593
594 <!-- Extension alerts. --> 594 <!-- Extension alerts. -->
595 <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."> 595 <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.">
596 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added to Chrome. 596 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.
597
597 ''' 598 '''
598 </message> 599 </message>
599 600
600 <!-- Extension installed bubble --> 601 <!-- Extension installed bubble -->
601 <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."> 602 <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.">
602 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome. 603 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome.
603 </message> 604 </message>
604 605
605 <!-- chrome://settings/extensions page --> 606 <!-- chrome://settings/extensions page -->
606 <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."> 607 <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.">
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> 679 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo.">
679 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome. 680 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome.
680 </message> 681 </message>
681 682
682 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 683 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
683 Chrome Autofill settings 684 Chrome Autofill settings
684 </message> 685 </message>
685 </messages> 686 </messages>
686 </release> 687 </release>
687 </grit> 688 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698