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

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

Issue 342833002: [Password Generation] Update Aura UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Coments Created 6 years, 5 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 | Annotate | Revision Log
« 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 <!-- Crash Recovery Dialog --> 473 <!-- Crash Recovery Dialog -->
474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
475 Chromium 475 Chromium
476 </message> 476 </message>
477 <if expr="is_win"> 477 <if expr="is_win">
478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
479 Whoa! Chromium has crashed. Relaunch now? 479 Whoa! Chromium has crashed. Relaunch now?
480 </message> 480 </message>
481 </if> 481 </if>
482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> 482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
483 Suggested by Chromium 483 Use password generated by Chromium
484 </message> 484 </message>
485 <if expr="not is_android"> 485 <if expr="not is_android">
486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> 486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
487 Do you want Chromium to save your password? 487 Do you want Chromium to save your password?
488 </message> 488 </message>
489 </if> 489 </if>
490 <if expr="is_android"> 490 <if expr="is_android">
491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password"> 491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
492 Do you want Chromium to save your password for this site? 492 Do you want Chromium to save your password for this site?
493 </message> 493 </message>
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way. 1270 Chromium updates automatically so you always have the freshest version . When this download completes, Chromium will restart and you'll be on your way.
1271 </message> 1271 </message>
1272 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1272 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1273 Chromium OS terms 1273 Chromium OS terms
1274 </message> 1274 </message>
1275 </if> 1275 </if>
1276 1276
1277 </messages> 1277 </messages>
1278 </release> 1278 </release>
1279 </grit> 1279 </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