| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 | 462 |
| 463 Chromium is unable to recover your settings. | 463 Chromium is unable to recover your settings. |
| 464 </message> | 464 </message> |
| 465 <!-- Crash Recovery Dialog --> | 465 <!-- Crash Recovery Dialog --> |
| 466 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 466 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
| 467 Chromium | 467 Chromium |
| 468 </message> | 468 </message> |
| 469 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the
user the browser has crashed."> | 469 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the
user the browser has crashed."> |
| 470 Whoa! Chromium has crashed. Relaunch now? | 470 Whoa! Chromium has crashed. Relaunch now? |
| 471 </message> | 471 </message> |
| 472 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
| 473 Suggested by Chromium |
| 474 </message> |
| 472 <if expr="not is_android"> | 475 <if expr="not is_android"> |
| 473 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> | 476 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> |
| 474 Do you want Chromium to save your password? | 477 Do you want Chromium to save your password? |
| 475 </message> | 478 </message> |
| 476 </if> | 479 </if> |
| 477 <if expr="is_android"> | 480 <if expr="is_android"> |
| 478 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile:
Info bar message to save a password"> | 481 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile:
Info bar message to save a password"> |
| 479 Do you want Chromium to save your password for this site? | 482 Do you want Chromium to save your password for this site? |
| 480 </message> | 483 </message> |
| 481 </if> | 484 </if> |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1211 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
| 1209 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1212 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
| 1210 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the | 1213 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the |
| 1211 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1214 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
| 1212 </message> | 1215 </message> |
| 1213 </if> | 1216 </if> |
| 1214 | 1217 |
| 1215 </messages> | 1218 </messages> |
| 1216 </release> | 1219 </release> |
| 1217 </grit> | 1220 </grit> |
| OLD | NEW |