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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 </if> | 271 </if> |
272 <if expr="not is_ios and not is_android"> | 272 <if expr="not is_ios and not is_android"> |
273 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f
or an X509 certificate with an invalid authority"> | 273 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f
or an X509 certificate with an invalid authority"> |
274 This server could not prove that it is <ph name="DOMAIN"><strong>
;$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trus
ted by your computer's operating system. This may be caused by a misconfiguratio
n or an attacker intercepting your connection. | 274 This server could not prove that it is <ph name="DOMAIN"><strong>
;$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trus
ted by your computer's operating system. This may be caused by a misconfiguratio
n or an attacker intercepting your connection. |
275 </message> | 275 </message> |
276 </if> | 276 </if> |
277 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> | 277 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> |
278 Task Manager - Chromium | 278 Task Manager - Chromium |
279 </message> | 279 </message> |
280 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> | 280 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> |
281 Chromium didn't shut down correctly. To reopen the pages you had open, c
lick Restore. | 281 Chromium didn't shut down correctly. |
282 </message> | 282 </message> |
283 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> | 283 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> |
284 Help make Chromium better by sending crash reports and <ph name="UMA_LIN
K">$1<ex>usage statistics</ex></ph> to Google | 284 Help make Chromium better by sending crash reports and <ph name="UMA_LIN
K">$1<ex>usage statistics</ex></ph> to Google |
285 </message> | 285 </message> |
286 <!-- Browser Window Title Format --> | 286 <!-- Browser Window Title Format --> |
287 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> | 287 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> |
288 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium | 288 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Chromium |
289 </message> | 289 </message> |
290 <if expr="not chromeos"> | 290 <if expr="not chromeos"> |
291 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 291 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1313 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. | 1313 Chromium updates automatically so you always have the freshest version
. When this download completes, Chromium will restart and you'll be on your way. |
1314 </message> | 1314 </message> |
1315 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1315 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1316 Chromium OS terms | 1316 Chromium OS terms |
1317 </message> | 1317 </message> |
1318 </if> | 1318 </if> |
1319 | 1319 |
1320 </messages> | 1320 </messages> |
1321 </release> | 1321 </release> |
1322 </grit> | 1322 </grit> |
OLD | NEW |