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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_MESSAGE" desc="The warni
ng message displayed to an enterprise user about to link their profile to their
Google account. This message is followed by a 'Learn more' link."> | 794 <message name="IDS_ENTERPRISE_SIGNIN_PROFILE_LINK_MESSAGE" desc="The warni
ng message displayed to an enterprise user about to link their profile to their
Google account. This message is followed by a 'Learn more' link."> |
795 You are signing in with a managed account and giving its administrator c
ontrol over your Google Chrome profile. Your Chrome data, such as your apps, boo
kmarks, history, passwords, and other settings will become permanently tied to <
ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete
this data via the Google Accounts Dashboard, but you will not be able to associa
te this data with another account. | 795 You are signing in with a managed account and giving its administrator c
ontrol over your Google Chrome profile. Your Chrome data, such as your apps, boo
kmarks, history, passwords, and other settings will become permanently tied to <
ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. You will be able to delete
this data via the Google Accounts Dashboard, but you will not be able to associa
te this data with another account. |
796 </message> | 796 </message> |
797 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_PROMPT" desc="The
text of the prompt to create a new profile after signing into an enterprise acco
unt"> | 797 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_PROMPT" desc="The
text of the prompt to create a new profile after signing into an enterprise acco
unt"> |
798 If you prefer to keep your existing Chrome data separate, you can create
a new Chrome user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. | 798 If you prefer to keep your existing Chrome data separate, you can create
a new Chrome user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. |
799 </message> | 799 </message> |
800 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_NO" desc="Text of
the button to link the current profile with the signed-in enterprise account"> | 800 <message name="IDS_ENTERPRISE_SIGNIN_CREATE_NEW_PROFILE_NO" desc="Text of
the button to link the current profile with the signed-in enterprise account"> |
801 Link my Chrome data to this account | 801 Link my Chrome data to this account |
802 </message> | 802 </message> |
803 | 803 |
804 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> | |
805 Chrome Autofill settings | |
806 </message> | |
807 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t
hat controls whether info the user types into the autofill dialog is saved by ch
rome."> | 804 <message name="IDS_AUTOFILL_DIALOG_SAVE_LOCALLY_CHECKBOX" desc="Checkbox t
hat controls whether info the user types into the autofill dialog is saved by ch
rome."> |
808 Save details in Chrome | 805 Save details in Chrome |
809 </message> | 806 </message> |
810 | 807 |
811 <!-- Network Error Pages --> | 808 <!-- Network Error Pages --> |
812 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="Wh
en a page fails to load, sometimes we suggest disabling predicting network actio
ns. These are details below a header."> | 809 <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="Wh
en a page fails to load, sometimes we suggest disabling predicting network actio
ns. These are details below a header."> |
813 Go to | 810 Go to |
814 the Chrome menu > | 811 the Chrome menu > |
815 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa
n><ex>Settings</ex></ph> | 812 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa
n><ex>Settings</ex></ph> |
816 > | 813 > |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
892 | 889 |
893 <!-- Chrome OS OOBE Terms of Service screen--> | 890 <!-- Chrome OS OOBE Terms of Service screen--> |
894 <if expr="pp_ifdef('chromeos')"> | 891 <if expr="pp_ifdef('chromeos')"> |
895 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 892 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
896 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. | 893 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Google Chrome OS Terms. |
897 </message> | 894 </message> |
898 </if> | 895 </if> |
899 </messages> | 896 </messages> |
900 </release> | 897 </release> |
901 </grit> | 898 </grit> |
OLD | NEW |