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. The trailing character is expected to be a newline."> |
Aaron Boodman
2012/03/02 18:47:35
Sorry to nitpick here, but can you change this to:
| |
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
696 Chromium Autofill settings | 697 Chromium Autofill settings |
697 </message> | 698 </message> |
698 | 699 |
699 <!-- Web Intents --> | 700 <!-- Web Intents --> |
700 <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."> | 701 <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."> |
701 Add to Chromium | 702 Add to Chromium |
702 </message> | 703 </message> |
703 </messages> | 704 </messages> |
704 </release> | 705 </release> |
705 </grit> | 706 </grit> |
OLD | NEW |