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 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 </message> | 911 </message> |
912 </if> | 912 </if> |
913 <if expr="not use_titlecase"> | 913 <if expr="not use_titlecase"> |
914 <message name="IDS_SRT_MENU_ITEM" desc="Text for the Chrome menu optio
n replacing Update required."> | 914 <message name="IDS_SRT_MENU_ITEM" desc="Text for the Chrome menu optio
n replacing Update required."> |
915 Chromium behaving strangely? | 915 Chromium behaving strangely? |
916 </message> | 916 </message> |
917 </if> | 917 </if> |
918 <message name="IDS_SRT_BUBBLE_TITLE" desc="Text for the title of the sof
tware removal tool bubble view."> | 918 <message name="IDS_SRT_BUBBLE_TITLE" desc="Text for the title of the sof
tware removal tool bubble view."> |
919 Chromium behaving strangely? | 919 Chromium behaving strangely? |
920 </message> | 920 </message> |
921 <message name="IDS_SRT_BUBBLE_TEXT" desc="Text for the software removal
tool bubble view full description."> | |
922 Chromium detected that your browser settings may have been changed by
a program on your computer without your knowledge. You can use Google's Softwar
e Removal Tool to remove that program. | |
923 </message> | |
924 </if> | 921 </if> |
925 <!-- Sync/sign-in error messages --> | 922 <!-- Sync/sign-in error messages --> |
926 <if expr="not chromeos"> | 923 <if expr="not chromeos"> |
927 <message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mess
age in the sync error bubble view when the user needs to update their sync passp
hrase."> | 924 <message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mess
age in the sync error bubble view when the user needs to update their sync passp
hrase."> |
928 Chromium could not sync your data. Please update your Sync passphrase. | 925 Chromium could not sync your data. Please update your Sync passphrase. |
929 </message> | 926 </message> |
930 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message
in the sign-in error bubble view when the user's sign-in credentials are out of
date."> | 927 <message name="IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message
in the sign-in error bubble view when the user's sign-in credentials are out of
date."> |
931 Chromium could not sync your data because your account sign-in details
are out of date. | 928 Chromium could not sync your data because your account sign-in details
are out of date. |
932 </message> | 929 </message> |
933 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes
sage in the sign-in error bubble view when sync is not available for their domai
n."> | 930 <message name="IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Mes
sage in the sign-in error bubble view when sync is not available for their domai
n."> |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1320 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1317 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1321 </message> | 1318 </message> |
1322 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1319 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1323 Chromium OS terms | 1320 Chromium OS terms |
1324 </message> | 1321 </message> |
1325 </if> | 1322 </if> |
1326 | 1323 |
1327 </messages> | 1324 </messages> |
1328 </release> | 1325 </release> |
1329 </grit> | 1326 </grit> |
OLD | NEW |