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

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

Issue 542823002: [Password Generation] Update text for generation popup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 </message> 381 </message>
382 <!-- Crash Recovery Dialog --> 382 <!-- Crash Recovery Dialog -->
383 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 383 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
384 Google Chrome 384 Google Chrome
385 </message> 385 </message>
386 <if expr="is_win"> 386 <if expr="is_win">
387 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 387 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
388 Whoa! Google Chrome has crashed. Relaunch now? 388 Whoa! Google Chrome has crashed. Relaunch now?
389 </message> 389 </message>
390 </if> 390 </if>
391 <!-- Password generation strings -->
392 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text.">
393 Chrome added this to your |Google saved passwords| and will autofill it for you so you don't have to remember it yourself.
394 </message>
391 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> 395 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
392 Use password generated by Chrome 396 Use password generated by Chrome
393 </message> 397 </message>
394 <if expr="not is_android"> 398 <if expr="not is_android">
395 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> 399 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
396 Do you want Google Chrome to save your password? 400 Do you want Google Chrome to save your password?
397 </message> 401 </message>
398 </if> 402 </if>
399 <if expr="is_android"> 403 <if expr="is_android">
400 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password"> 404 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1202 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1199 </message> 1203 </message>
1200 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1204 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1201 Chrome OS terms 1205 Chrome OS terms
1202 </message> 1206 </message>
1203 </if> 1207 </if>
1204 1208
1205 </messages> 1209 </messages>
1206 </release> 1210 </release>
1207 </grit> 1211 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698