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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
764 Update | 764 Update |
765 </message> | 765 </message> |
766 </if> | 766 </if> |
767 | 767 |
768 <!-- Extension/App install prompt --> | 768 <!-- Extension/App install prompt --> |
769 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> | 769 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o f the extension or app inline installation prompt window"> |
770 Add to Chromium | 770 Add to Chromium |
771 </message> | 771 </message> |
772 | 772 |
773 <!-- Extension installed bubble --> | 773 <!-- Extension installed bubble --> |
774 <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."> | 774 <if expr="enable_extensions"> |
775 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t o Chromium. | 775 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the content area of the extension installed bubble. Instructs that the extension was installed."> |
776 </message> | 776 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added to Chromium. |
777 </message> | |
778 <message name="IDS_EXTENSION_INSTALLED_SIGNIN_PROMO_LINK" desc="The firs t part of the sign-in promo paragraph. This part will be converted to a link and will get more text appended to it (see IDS_EXTENSION_INSTALLED_SIGNIN_PROMO). K eep this text short."> | |
779 Sign in to Chrome | |
newt (away)
2014/02/12 19:08:18
Chrome -> Chromium
aurimas (slooooooooow)
2014/02/12 19:14:04
Done.
| |
780 </message> | |
781 </if> | |
777 | 782 |
778 <!-- chrome://settings/extensions page --> | 783 <!-- chrome://settings/extensions page --> |
779 <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."> | 784 <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."> |
780 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option. | 785 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g t;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option. |
781 </message> | 786 </message> |
782 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> | 787 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e xtensions."> |
783 Remove from Chromium | 788 Remove from Chromium |
784 </message> | 789 </message> |
785 | 790 |
786 <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled"> | 791 <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the dialog shown when suspicious extensions have been disabled"> |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1051 </message> | 1056 </message> |
1052 | 1057 |
1053 <!-- ProcessSingleton --> | 1058 <!-- ProcessSingleton --> |
1054 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> | 1059 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> |
1055 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. | 1060 The profile appears to be in use by another Chromium process (<ph name=" PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2< ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't ge t corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium. |
1056 </message> | 1061 </message> |
1057 | 1062 |
1058 </messages> | 1063 </messages> |
1059 </release> | 1064 </release> |
1060 </grit> | 1065 </grit> |
OLD | NEW |