| 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 specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 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/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 <!-- Crash Recovery Dialog --> | 376 <!-- Crash Recovery Dialog --> |
| 377 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 377 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
| 378 Google Chrome | 378 Google Chrome |
| 379 </message> | 379 </message> |
| 380 <if expr="is_win"> | 380 <if expr="is_win"> |
| 381 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 381 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
| 382 Whoa! Google Chrome has crashed. Relaunch now? | 382 Whoa! Google Chrome has crashed. Relaunch now? |
| 383 </message> | 383 </message> |
| 384 </if> | 384 </if> |
| 385 <!-- Password generation strings --> | 385 <!-- Password generation strings --> |
| 386 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The text inside |bars| is link text."> | 386 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The link text is a separate string in the tran
slation console and appears here as placeholder text."> |
| 387 Chrome will store this in your |Google saved passwords| and remember it
the next time you need it. | 387 Chrome will store this in your <ph name="SAVED_PASSWORDS_LINK">$1<ex>Goo
gle saved passwords</ex></ph> and remember it the next time you need it. |
| 388 </message> |
| 389 <message name="IDS_PASSWORD_GENERATION_SMART_LOCK_PROMPT" desc="Autofill d
ropdown text describing password generation. Used when we change the branding to
SmartLock. The link text is a separate string in the translation console and a
ppears here as placeholder text."> |
| 390 Chrome will store this with <ph name="SAVED_PASSWORD_LINK">$1<ex>Google
Smart Lock for Passwords</ex></ph> and remember it the next time you need it. |
| 388 </message> | 391 </message> |
| 389 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 392 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
| 390 Use password generated by Chrome | 393 Use password generated by Chrome |
| 391 </message> | 394 </message> |
| 392 <message name="IDS_SAVE_PASSWORD_TITLE_BRAND" desc="The product name used
in the title of the save password bubble."> | 395 <message name="IDS_SAVE_PASSWORD_TITLE_BRAND" desc="The product name used
in the title of the save password bubble."> |
| 393 Google Chrome | 396 Google Chrome |
| 394 </message> | 397 </message> |
| 395 <if expr="is_macosx"> | 398 <if expr="is_macosx"> |
| 396 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for
the dialog box that prompts the user for their OS account password before reveal
ing plaintext passwords on the password page."> | 399 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for
the dialog box that prompts the user for their OS account password before reveal
ing plaintext passwords on the password page."> |
| 397 Google Chrome is trying to show passwords. | 400 Google Chrome is trying to show passwords. |
| (...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1272 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
| 1270 </message> | 1273 </message> |
| 1271 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1274 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1272 Chrome OS terms | 1275 Chrome OS terms |
| 1273 </message> | 1276 </message> |
| 1274 </if> | 1277 </if> |
| 1275 | 1278 |
| 1276 </messages> | 1279 </messages> |
| 1277 </release> | 1280 </release> |
| 1278 </grit> | 1281 </grit> |
| OLD | NEW |