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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1231 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u
pgrade bubble view."> | 1231 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u
pgrade bubble view."> |
1232 Chromium is out of date | 1232 Chromium is out of date |
1233 </message> | 1233 </message> |
1234 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble
view full description."> | 1234 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble
view full description."> |
1235 Chromium could not update itself to the latest version, so you are missi
ng out on awesome new features and security fixes. You need to manually reinstal
l Chromium. | 1235 Chromium could not update itself to the latest version, so you are missi
ng out on awesome new features and security fixes. You need to manually reinstal
l Chromium. |
1236 </message> | 1236 </message> |
1237 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad
e bubble view full description."> | 1237 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad
e bubble view full description."> |
1238 Chromium could not update itself to the latest version, so you are missi
ng out on awesome new features and security fixes. You need to update Chromium. | 1238 Chromium could not update itself to the latest version, so you are missi
ng out on awesome new features and security fixes. You need to update Chromium. |
1239 </message> | 1239 </message> |
1240 | 1240 |
| 1241 <!-- Upgrade recovery bubble --> |
| 1242 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user clicks
to recover chromium update channel."> |
| 1243 Fix Chromium |
| 1244 </message> |
| 1245 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the
upgrade recovery bubble view."> |
| 1246 Chromium upgrade channel is broken |
| 1247 </message> |
| 1248 <message name="IDS_RECOVERY_BUBBLE_TEXT" desc="Text for the upgrade recove
ry bubble view full description."> |
| 1249 Chromium upgrade channel is broken which will cause Chromium fail to upd
ate to the latest version. Administrative privileges is required to fix that. Do
you want to fix it? |
| 1250 </message> |
| 1251 |
1241 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> | 1252 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> |
1242 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo
g asking whether the user wants to upload suspected malicious files for analysis
"> | 1253 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo
g asking whether the user wants to upload suspected malicious files for analysis
"> |
1243 Help make Chromium better | 1254 Help make Chromium better |
1244 </message> | 1255 </message> |
1245 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> | 1256 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> |
1246 You can help make Chromium safer and easier to use by automatically repo
rting details of possible security incidents to Google. | 1257 You can help make Chromium safer and easier to use by automatically repo
rting details of possible security incidents to Google. |
1247 </message> | 1258 </message> |
1248 | 1259 |
1249 <!-- SSL Interstitial V2 strings --> | 1260 <!-- SSL Interstitial V2 strings --> |
1250 <if expr="is_android or is_ios"> | 1261 <if expr="is_android or is_ios"> |
(...skipping 19 matching lines...) Expand all Loading... |
1270 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1281 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1271 </message> | 1282 </message> |
1272 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1273 Chromium OS terms | 1284 Chromium OS terms |
1274 </message> | 1285 </message> |
1275 </if> | 1286 </if> |
1276 | 1287 |
1277 </messages> | 1288 </messages> |
1278 </release> | 1289 </release> |
1279 </grit> | 1290 </grit> |
OLD | NEW |