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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 <!-- Crash Recovery Dialog --> | 473 <!-- Crash Recovery Dialog --> |
474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
475 Chromium | 475 Chromium |
476 </message> | 476 </message> |
477 <if expr="is_win"> | 477 <if expr="is_win"> |
478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
479 Whoa! Chromium has crashed. Relaunch now? | 479 Whoa! Chromium has crashed. Relaunch now? |
480 </message> | 480 </message> |
481 </if> | 481 </if> |
482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
483 Suggested by Chromium | 483 Use password generated by Chromium |
484 </message> | 484 </message> |
485 <if expr="not is_android"> | 485 <if expr="not is_android"> |
486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> | 486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> |
487 Do you want Chromium to save your password? | 487 Do you want Chromium to save your password? |
488 </message> | 488 </message> |
489 </if> | 489 </if> |
490 <if expr="is_android"> | 490 <if expr="is_android"> |
491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile:
Info bar message to save a password"> | 491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile:
Info bar message to save a password"> |
492 Do you want Chromium to save your password for this site? | 492 Do you want Chromium to save your password for this site? |
493 </message> | 493 </message> |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1230 </if> | 1230 </if> |
1231 <if expr="not is_android and not is_ios"> | 1231 <if expr="not is_android and not is_ios"> |
1232 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> | 1232 <message name="IDS_SSL_CLOCK_ERROR" desc="Paragraph explaining that the
SSL interstitial is probably caused by an incorrect clock."> |
1233 Chromium can't establish a private connection to <strong><ph nam
e="DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because y
our computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></
ph>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id
="clock-link"></ph>you update your computer's date and time<ph name="END_LINK
"></a></ph>. | 1233 Chromium can't establish a private connection to <strong><ph nam
e="DOMAIN">$1<ex>paypal.com</ex></ph></strong>. This is probably because y
our computer's date is set incorrectly (<ph name="DATE">$2<ex>Jan 1, 1970</ex></
ph>). You should refresh this page after <ph name="BEGIN_LINK"><a href="#" id
="clock-link"></ph>you update your computer's date and time<ph name="END_LINK
"></a></ph>. |
1234 </message> | 1234 </message> |
1235 </if> | 1235 </if> |
1236 | 1236 |
1237 </messages> | 1237 </messages> |
1238 </release> | 1238 </release> |
1239 </grit> | 1239 </grit> |
OLD | NEW |