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

Side by Side Diff: chrome/app/google_chrome_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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('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 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 <!-- Crash Recovery Dialog --> 396 <!-- Crash Recovery Dialog -->
397 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 397 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
398 Google Chrome 398 Google Chrome
399 </message> 399 </message>
400 <if expr="is_win"> 400 <if expr="is_win">
401 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 401 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
402 Whoa! Google Chrome has crashed. Relaunch now? 402 Whoa! Google Chrome has crashed. Relaunch now?
403 </message> 403 </message>
404 </if> 404 </if>
405 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> 405 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
406 Suggested by Chrome 406 Use password generated by Chrome
407 </message> 407 </message>
408 <if expr="not is_android"> 408 <if expr="not is_android">
409 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> 409 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
410 Do you want Google Chrome to save your password? 410 Do you want Google Chrome to save your password?
411 </message> 411 </message>
412 </if> 412 </if>
413 <if expr="is_android"> 413 <if expr="is_android">
414 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password"> 414 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
415 Do you want Google Chrome to save your password for this site? 415 Do you want Google Chrome to save your password for this site?
416 </message> 416 </message>
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1195 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1196 </message> 1196 </message>
1197 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1197 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1198 Chrome OS terms 1198 Chrome OS terms
1199 </message> 1199 </message>
1200 </if> 1200 </if>
1201 1201
1202 </messages> 1202 </messages>
1203 </release> 1203 </release>
1204 </grit> 1204 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698