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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 <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."> | 870 <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."> |
871 You are signing in with a managed account and giving its administrator c
ontrol over your Chromium profile. Your Chromium data, such as your apps, bookma
rks, 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 thi
s data via the Google Accounts Dashboard, but you will not be able to associate
this data with another account. | 871 You are signing in with a managed account and giving its administrator c
ontrol over your Chromium profile. Your Chromium data, such as your apps, bookma
rks, 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 thi
s data via the Google Accounts Dashboard, but you will not be able to associate
this data with another account. |
872 </message> | 872 </message> |
873 <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"> | 873 <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"> |
874 If you prefer to keep your existing Chromium data separate, you can crea
te a new Chromium user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. | 874 If you prefer to keep your existing Chromium data separate, you can crea
te a new Chromium user for <ph name="USER_NAME">$1<ex>pat@example.com</ex></ph>. |
875 </message> | 875 </message> |
876 <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"> | 876 <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"> |
877 Link my Chromium data to this account | 877 Link my Chromium data to this account |
878 </message> | 878 </message> |
879 | 879 |
880 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill
options menu entry."> | |
881 Chromium Autofill settings | |
882 </message> | |
883 <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."> | 880 <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."> |
884 Save details in Chromium | 881 Save details in Chromium |
885 </message> | 882 </message> |
886 | 883 |
887 <!-- Network Error Pages --> | 884 <!-- Network Error Pages --> |
888 <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."> | 885 <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."> |
889 Go to | 886 Go to |
890 the Chromium menu > | 887 the Chromium menu > |
891 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa
n><ex>Settings</ex></ph> | 888 <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></spa
n><ex>Settings</ex></ph> |
892 > | 889 > |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
968 | 965 |
969 <!-- Chrome OS OOBE Terms of Service screen--> | 966 <!-- Chrome OS OOBE Terms of Service screen--> |
970 <if expr="pp_ifdef('chromeos')"> | 967 <if expr="pp_ifdef('chromeos')"> |
971 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 968 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
972 <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 Chromium OS Terms. | 969 <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 Chromium OS Terms. |
973 </message> | 970 </message> |
974 </if> | 971 </if> |
975 </messages> | 972 </messages> |
976 </release> | 973 </release> |
977 </grit> | 974 </grit> |
OLD | NEW |