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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
778 | 778 |
779 <!-- One click sign in infobar --> | 779 <!-- One click sign in infobar --> |
780 <if expr="not pp_ifdef('chromeos')"> | 780 <if expr="not pp_ifdef('chromeos')"> |
781 <!-- New one-click signin dialog contents for SAML support --> | 781 <!-- New one-click signin dialog contents for SAML support --> |
782 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of
the modal dialog window that opens when the user chooses to use one click sign
in."> | 782 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_TITLE_NEW" desc="The title of
the modal dialog window that opens when the user chooses to use one click sign
in."> |
783 You're signed in to Chrome! | 783 You're signed in to Chrome! |
784 </message> | 784 </message> |
785 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The messag
e of the one click sign in dialog."> | 785 <message name="IDS_ONE_CLICK_SIGNIN_DIALOG_MESSAGE_NEW" desc="The messag
e of the one click sign in dialog."> |
786 You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com<
/ex></ph>. Now you can access your bookmarks, history, and other settings on all
your signed in devices. | 786 You're signed in as <ph name="USER_EMAIL_ADDRESS">$1<ex>foo@gmail.com<
/ex></ph>. Now you can access your bookmarks, history, and other settings on all
your signed in devices. |
787 </message> | 787 </message> |
788 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE" desc="The body of th
e sync promo NTP bubble."> | |
789 You're now signed in to Chrome! Your bookmarks, history, and other set
tings will be synced to your Google Account. | |
790 </message> | |
791 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE_NEW" desc="The body o
f the sync promo NTP bubble."> | 788 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_MESSAGE_NEW" desc="The body o
f the sync promo NTP bubble."> |
792 Now that you're signed in, you can get your tabs, bookmarks and other
Chrome stuff across your laptop, phone and tablet. You will also receive more re
levant suggestions and features on Google services. | 789 Now that you're signed in, you can get your tabs, bookmarks and other
Chrome stuff across your laptop, phone and tablet. You will also receive more re
levant suggestions and features on Google services. |
793 </message> | 790 </message> |
794 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="
The body of the signin bubble, when sync has been disabled."> | 791 <message name="IDS_ONE_CLICK_SIGNIN_BUBBLE_SYNC_DISABLED_MESSAGE" desc="
The body of the signin bubble, when sync has been disabled."> |
795 You're now signed in to Chrome! Sync is disabled by your administrator
. | 792 You're now signed in to Chrome! Sync is disabled by your administrator
. |
796 </message> | 793 </message> |
797 <message name="IDS_SYNC_WRONG_EMAIL" desc="Message shown when sync setup
failed due to the user entering the wrong email address for sign in."> | 794 <message name="IDS_SYNC_WRONG_EMAIL" desc="Message shown when sync setup
failed due to the user entering the wrong email address for sign in."> |
798 You were signed in to Chrome as <ph name="USER_EMAIL_ADDRESS">$1<ex>fo
o@gmail.com</ex></ph>. Please use the same account to sign in again. | 795 You were signed in to Chrome as <ph name="USER_EMAIL_ADDRESS">$1<ex>fo
o@gmail.com</ex></ph>. Please use the same account to sign in again. |
799 </message> | 796 </message> |
800 <message name="IDS_ONE_CLICK_SIGNIN_CONFIRM_EMAIL_DIALOG_MESSAGE" desc="
Error message to display when setting up sync for a second time and the user nam
e is different from the previous user name."> | 797 <message name="IDS_ONE_CLICK_SIGNIN_CONFIRM_EMAIL_DIALOG_MESSAGE" desc="
Error message to display when setting up sync for a second time and the user nam
e is different from the previous user name."> |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 </message> | 971 </message> |
975 | 972 |
976 <!-- ProcessSingleton --> | 973 <!-- ProcessSingleton --> |
977 <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."> | 974 <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."> |
978 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. | 975 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. |
979 </message> | 976 </message> |
980 | 977 |
981 </messages> | 978 </messages> |
982 </release> | 979 </release> |
983 </grit> | 980 </grit> |
OLD | NEW |