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 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 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 Update | 688 Update |
689 </message> | 689 </message> |
690 </if> | 690 </if> |
691 | 691 |
692 <!-- Extension/App install prompt --> | 692 <!-- Extension/App install prompt --> |
693 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> | 693 <message name="IDS_EXTENSION_INLINE_INSTALL_PROMPT_TITLE" desc="Titlebar o
f the extension or app inline installation prompt window"> |
694 Add to Chrome | 694 Add to Chrome |
695 </message> | 695 </message> |
696 | 696 |
697 <!-- Extension installed bubble --> | 697 <!-- Extension installed bubble --> |
698 <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."> | 698 <if expr="enable_extensions"> |
699 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added t
o Chrome. | 699 <message name="IDS_EXTENSION_INSTALLED_HEADING" desc="First line in the
content area of the extension installed bubble. Instructs that the extension was
installed."> |
700 </message> | 700 <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph> has been added
to Chrome. |
| 701 </message> |
| 702 <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."> |
| 703 Sign in to Chrome |
| 704 </message> |
| 705 </if> |
701 | 706 |
702 <!-- chrome://settings/extensions page --> | 707 <!-- chrome://settings/extensions page --> |
703 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chrome cannot prevent extensions from recording history in incognito mode. Disp
layed in extensions management UI after an extension is selected to be run in in
cognito mode."> | 708 <message name="IDS_EXTENSIONS_INCOGNITO_WARNING" desc="Warns the user that
Chrome cannot prevent extensions from recording history in incognito mode. Disp
layed in extensions management UI after an extension is selected to be run in in
cognito mode."> |
704 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g
t;</ph> Google Chrome cannot prevent extensions from recording your browsing his
tory. To disable this extension in incognito mode, unselect this option. | 709 <ph name="BEGIN_BOLD"><b></ph>Warning:<ph name="END_BOLD"></b&g
t;</ph> Google Chrome cannot prevent extensions from recording your browsing his
tory. To disable this extension in incognito mode, unselect this option. |
705 </message> | 710 </message> |
706 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> | 711 <message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling e
xtensions."> |
707 Remove from Chrome | 712 Remove from Chrome |
708 </message> | 713 </message> |
709 | 714 |
710 <message name="IDS_EXTENSIONS_SUSPICIOUS_DISABLED_BODY" desc="Body of the
dialog shown when suspicious extensions have been disabled"> | 715 <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... |
975 </message> | 980 </message> |
976 | 981 |
977 <!-- ProcessSingleton --> | 982 <!-- ProcessSingleton --> |
978 <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."> | 983 <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."> |
979 The profile appears to be in use by another Google Chrome process (<ph n
ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME
">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. | 984 The profile appears to be in use by another Google Chrome process (<ph n
ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME
">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. |
980 </message> | 985 </message> |
981 | 986 |
982 </messages> | 987 </messages> |
983 </release> | 988 </release> |
984 </grit> | 989 </grit> |
OLD | NEW |