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

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

Issue 10855228: [NOT FOR REVIEW] extensions-wm: Add experimental extension API for window management. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: prompt-string Created 8 years, 4 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 </message> 636 </message>
637 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)"> 637 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)">
638 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>) 638 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>)
639 </message> 639 </message>
640 640
641 <!-- Extension/App install prompt --> 641 <!-- Extension/App install prompt -->
642 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> 642 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window">
643 Add to Chrome 643 Add to Chrome
644 </message> 644 </message>
645 645
646 <!-- Extension/App install dialog strings -->
647 <message name="IDS_EXTENSION_PROMPT_WARNING_WM" desc="Permission string fo r access to manage all of the windows.">
648 Manage all Chrome windows
649 </message>
650
646 <!-- Extension alerts. --> 651 <!-- Extension alerts. -->
647 <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."> 652 <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.">
648 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. 653 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added.
649 654
650 ''' 655 '''
651 </message> 656 </message>
652 657
653 <!-- Extension installed bubble --> 658 <!-- Extension installed bubble -->
654 <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."> 659 <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.">
655 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome. 660 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chrome.
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 Chrome Autofill settings 754 Chrome Autofill settings
750 </message> 755 </message>
751 756
752 <!-- Web Intents --> 757 <!-- Web Intents -->
753 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service."> 758 <message name="IDS_INTENT_PICKER_INSTALL_EXTENSION" desc="Text on the butt on in the web intent picker that installs an extension then uses the extension a s an intent service.">
754 Add to Chrome 759 Add to Chrome
755 </message> 760 </message>
756 </messages> 761 </messages>
757 </release> 762 </release>
758 </grit> 763 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698