Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 598743002: [Password Generation] Update strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 460 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
461 Chromium 461 Chromium
462 </message> 462 </message>
463 <if expr="is_win"> 463 <if expr="is_win">
464 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 464 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
465 Whoa! Chromium has crashed. Relaunch now? 465 Whoa! Chromium has crashed. Relaunch now?
466 </message> 466 </message>
467 </if> 467 </if>
468 <!-- Password generation strings --> 468 <!-- Password generation strings -->
469 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text."> 469 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text.">
470 Chromium added this to your |Google saved passwords| and will autofill i t for you so you don't have to remember it yourself. 470 Chromium will store this in your |Google saved passwords| and autofill i t for you so you don't have to remember it yourself.
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."> 472 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
473 Use password generated by Chromium 473 Use password generated by Chromium
474 </message> 474 </message>
475 <if expr="not is_android"> 475 <if expr="not is_android">
476 <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">
477 Do you want Chromium to save your password? 477 Do you want Chromium to save your password?
478 </message> 478 </message>
479 </if> 479 </if>
480 <if expr="is_android"> 480 <if expr="is_android">
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1281 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1282 </message> 1282 </message>
1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1283 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1284 Chromium OS terms 1284 Chromium OS terms
1285 </message> 1285 </message>
1286 </if> 1286 </if>
1287 1287
1288 </messages> 1288 </messages>
1289 </release> 1289 </release>
1290 </grit> 1290 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698