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

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

Issue 646873007: [Password Generation] Update popup and confirmation bubble. (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
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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 --> 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."> 392 <message name="IDS_PASSWORD_GENERATION_PROMPT" desc="Autofill dropdown tex t describing password generation. The text inside |bars| is link text.">
393 Chrome will store this in your |Google saved passwords| and autofill it for you so you don't have to remember it yourself. 393 Chrome will store this in your |Google saved passwords| and remember it for the next time you need it.
dconnelly 2014/10/22 09:36:38 remove "for"
394 </message> 394 </message>
395 <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.">
396 Use password generated by Chrome 396 Use password generated by Chrome
397 </message> 397 </message>
398 <if expr="not is_android"> 398 <if expr="not is_android">
399 <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">
400 Do you want Google Chrome to save your password? 400 Do you want Google Chrome to save your password?
401 </message> 401 </message>
402 </if> 402 </if>
403 <if expr="is_android"> 403 <if expr="is_android">
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way. 1256 Chrome updates automatically so you always have the freshest version. When this download completes, Chrome will restart and you'll be on your way.
1257 </message> 1257 </message>
1258 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen"> 1258 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke n on opening the OOBE EULA screen">
1259 Chrome OS terms 1259 Chrome OS terms
1260 </message> 1260 </message>
1261 </if> 1261 </if>
1262 1262
1263 </messages> 1263 </messages>
1264 </release> 1264 </release>
1265 </grit> 1265 </grit>
OLDNEW
« chrome/app/chromium_strings.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698