| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 383 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
| 384 Google Chrome | 384 Google Chrome |
| 385 </message> | 385 </message> |
| 386 <if expr="is_win"> | 386 <if expr="is_win"> |
| 387 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 387 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
| 388 Whoa! Google Chrome has crashed. Relaunch now? | 388 Whoa! Google Chrome has crashed. Relaunch now? |
| 389 </message> | 389 </message> |
| 390 </if> | 390 </if> |
| 391 <!-- Password generation strings --> | 391 <!-- Password generation strings --> |
| 392 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The text inside |bars| is link text."> | 392 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex
t describing password generation. The text inside |bars| is link text."> |
| 393 Chrome added this to your |Google saved passwords| and will autofill it
for you so you don't have to remember it yourself. | 393 Chrome will store this in your |Google saved passwords| and autofill it
for you so you don't have to remember it yourself. |
| 394 </message> | 394 </message> |
| 395 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 395 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
| 396 Use password generated by Chrome | 396 Use password generated by Chrome |
| 397 </message> | 397 </message> |
| 398 <if expr="not is_android"> | 398 <if expr="not is_android"> |
| 399 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> | 399 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar
message to save a password"> |
| 400 Do you want Google Chrome to save your password? | 400 Do you want Google Chrome to save your password? |
| 401 </message> | 401 </message> |
| 402 </if> | 402 </if> |
| 403 <if expr="is_android"> | 403 <if expr="is_android"> |
| (...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1205 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1205 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
| 1206 </message> | 1206 </message> |
| 1207 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1207 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
| 1208 Chrome OS terms | 1208 Chrome OS terms |
| 1209 </message> | 1209 </message> |
| 1210 </if> | 1210 </if> |
| 1211 | 1211 |
| 1212 </messages> | 1212 </messages> |
| 1213 </release> | 1213 </release> |
| 1214 </grit> | 1214 </grit> |
| OLD | NEW |