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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
598 Chromium is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>) | 598 Chromium is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph>) |
599 </message> | 599 </message> |
600 </if> | 600 </if> |
601 | 601 |
602 <!-- Extension/App install prompt --> | 602 <!-- Extension/App install prompt --> |
603 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> | 603 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> |
604 Add to Chromium | 604 Add to Chromium |
605 </message> | 605 </message> |
606 | 606 |
607 <!-- Extension alerts. --> | 607 <!-- Extension alerts. --> |
608 <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."> | 608 <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."> |
Aaron Boodman
2012/02/29 01:39:57
It would be good to note here that the trailing ch
chebert
2012/03/02 01:58:37
Done.
| |
609 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added to Chromium. | 609 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. |
610 | |
610 ''' | 611 ''' |
611 </message> | 612 </message> |
612 | 613 |
613 <!-- Extension installed bubble --> | 614 <!-- Extension installed bubble --> |
614 <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."> | 615 <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."> |
615 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. | 616 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. |
616 </message> | 617 </message> |
617 | 618 |
618 <!-- chrome://settings/extensions page --> | 619 <!-- chrome://settings/extensions page --> |
619 <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."> | 620 <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."> |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
691 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> | 692 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> |
692 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b enefits<ph name="END_LINK"></a></ph> of signing in to Chromium. | 693 See <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>more b enefits<ph name="END_LINK"></a></ph> of signing in to Chromium. |
693 </message> | 694 </message> |
694 | 695 |
695 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> | 696 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> |
696 Chromium Autofill settings | 697 Chromium Autofill settings |
697 </message> | 698 </message> |
698 </messages> | 699 </messages> |
699 </release> | 700 </release> |
700 </grit> | 701 </grit> |
OLD | NEW |