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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 </message> | 372 </message> |
373 <if expr="is_win"> | 373 <if expr="is_win"> |
374 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> | 374 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th
e user the browser has crashed."> |
375 Whoa! Chromium has crashed. Relaunch now? | 375 Whoa! Chromium has crashed. Relaunch now? |
376 </message> | 376 </message> |
377 </if> | 377 </if> |
378 <!-- Password generation strings --> | 378 <!-- Password generation strings --> |
379 <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."> | 379 <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."> |
380 Chromium will store this in your <ph name="SAVED_PASSWORD_LINK">$1<ex>Go
ogle saved passwords</ex></ph> and remember it the next time you need it. | 380 Chromium will store this in your <ph name="SAVED_PASSWORD_LINK">$1<ex>Go
ogle saved passwords</ex></ph> and remember it the next time you need it. |
381 </message> | 381 </message> |
382 <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."> | |
383 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. | |
384 </message> | |
385 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> | 382 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t
o a generated password describing it as a suggestion."> |
386 Use password generated by Chromium | 383 Use password generated by Chromium |
387 </message> | 384 </message> |
388 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us
ed in the title of the password bubble."> | 385 <message name="IDS_PASSWORD_MANAGER_TITLE_BRAND" desc="The product name us
ed in the title of the password bubble."> |
389 Chromium | 386 Chromium |
390 </message> | 387 </message> |
391 <if expr="is_macosx"> | 388 <if expr="is_macosx"> |
392 <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."> | 389 <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."> |
393 Chromium is trying to show passwords. | 390 Chromium is trying to show passwords. |
394 </message> | 391 </message> |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1284 <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."> | 1281 <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."> |
1285 Pin Chromium to your taskbar | 1282 Pin Chromium to your taskbar |
1286 </message> | 1283 </message> |
1287 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> | 1284 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the
user to select Chromium from an external list of apps."> |
1288 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> | 1285 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> |
1289 </message> | 1286 </message> |
1290 </if> | 1287 </if> |
1291 </messages> | 1288 </messages> |
1292 </release> | 1289 </release> |
1293 </grit> | 1290 </grit> |
OLD | NEW |