| 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 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> | 358 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when
the browser crashes."> |
| 359 Chromium | 359 Chromium |
| 360 </message> | 360 </message> |
| 361 <if expr="is_win"> | 361 <if expr="is_win"> |
| 362 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 362 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
| 363 Whoa! Chromium has crashed. Relaunch now? | 363 Whoa! Chromium has crashed. Relaunch now? |
| 364 </message> | 364 </message> |
| 365 </if> | 365 </if> |
| 366 <!-- Password generation strings --> | 366 <!-- Password generation strings --> |
| 367 <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."> | 367 <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."> |
| 368 Chromium will store this with <ph name="SAVED_PASSWORD_LINK">$1<ex>Googl
e Smart Lock for Passwords</ex></ph> and remember it the next time you need it. | 368 Chromium will save this password with <ph name="SAVED_PASSWORD_LINK">$1<
ex>Google Smart Lock</ex></ph>. You don’t have to remember it. |
| 369 </message> | 369 </message> |
| 370 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 370 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
| 371 Use password generated by Chromium | 371 Use a strong password generated by Chromium |
| 372 </message> | 372 </message> |
| 373 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us
ed in the title of the password bubble."> | 373 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us
ed in the title of the password bubble."> |
| 374 Chromium | 374 Chromium |
| 375 </message> | 375 </message> |
| 376 <if expr="is_macosx"> | 376 <if expr="is_macosx"> |
| 377 <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."> | 377 <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."> |
| 378 Chromium is trying to show passwords. | 378 Chromium is trying to show passwords. |
| 379 </message> | 379 </message> |
| 380 </if> | 380 </if> |
| 381 <if expr="is_win"> | 381 <if expr="is_win"> |
| (...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chromium to the Windows 10 taskb
ar."> | 1246 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a
section which gives instructions on how to pin Chromium to the Windows 10 taskb
ar."> |
| 1247 Pin Chromium to your taskbar | 1247 Pin Chromium to your taskbar |
| 1248 </message> | 1248 </message> |
| 1249 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> | 1249 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> |
| 1250 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> | 1250 Select <ph name="SMALL_PRODUCT_LOGO"><div class="logo-small"><
;/div></ph> <ph name="BEGIN_BOLD"><strong></ph>Chromium<ph name="END_BO
LD"></strong></ph> |
| 1251 </message> | 1251 </message> |
| 1252 </if> | 1252 </if> |
| 1253 </messages> | 1253 </messages> |
| 1254 </release> | 1254 </release> |
| 1255 </grit> | 1255 </grit> |
| OLD | NEW |