Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 712 </message> | 712 </message> |
| 713 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date"> | 713 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Already up to date"> |
| 714 Chromium is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>) | 714 Chromium is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>) |
| 715 </message> | 715 </message> |
| 716 | 716 |
| 717 <!-- Extension/App install prompt --> | 717 <!-- Extension/App install prompt --> |
| 718 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> | 718 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> |
| 719 Add to Chromium | 719 Add to Chromium |
| 720 </message> | 720 </message> |
| 721 | 721 |
| 722 <!-- Extension/App install dialog strings --> | |
| 723 <message name="IDS_EXTENSION_PROMPT_WARNING_WM" desc="Permission string fo r access to manage all of the windows."> | |
| 724 Manage all Chromium windows | |
|
Aaron Boodman
2012/08/21 21:13:43
No warning is necessary for this permission.
| |
| 725 </message> | |
| 726 | |
| 722 <!-- Extension alerts. --> | 727 <!-- Extension alerts. --> |
| 723 <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."> | 728 <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."> |
| 724 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. | 729 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. |
| 725 | 730 |
| 726 ''' | 731 ''' |
| 727 </message> | 732 </message> |
| 728 | 733 |
| 729 <!-- Extension installed bubble --> | 734 <!-- Extension installed bubble --> |
| 730 <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."> | 735 <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."> |
| 731 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. | 736 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 825 Chromium Autofill settings | 830 Chromium Autofill settings |
| 826 </message> | 831 </message> |
| 827 | 832 |
| 828 <!-- Web Intents --> | 833 <!-- Web Intents --> |
| 829 <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."> | 834 <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."> |
| 830 Add to Chromium | 835 Add to Chromium |
| 831 </message> | 836 </message> |
| 832 </messages> | 837 </messages> |
| 833 </release> | 838 </release> |
| 834 </grit> | 839 </grit> |
| OLD | NEW |