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

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

Issue 270003002: [Password Generation] Update suggested text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 7 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
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 385
386 Google Chrome is unable to recover your settings. 386 Google Chrome is unable to recover your settings.
387 </message> 387 </message>
388 <!-- Crash Recovery Dialog --> 388 <!-- Crash Recovery Dialog -->
389 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 389 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
390 Google Chrome 390 Google Chrome
391 </message> 391 </message>
392 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed."> 392 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling the user the browser has crashed.">
393 Whoa! Google Chrome has crashed. Relaunch now? 393 Whoa! Google Chrome has crashed. Relaunch now?
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.">
396 Suggested by Chrome
397 </message>
395 <if expr="not is_android"> 398 <if expr="not is_android">
396 <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">
397 Do you want Google Chrome to save your password? 400 Do you want Google Chrome to save your password?
398 </message> 401 </message>
399 </if> 402 </if>
400 <if expr="is_android"> 403 <if expr="is_android">
401 <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">
402 Do you want Google Chrome to save your password for this site? 405 Do you want Google Chrome to save your password for this site?
403 </message> 406 </message>
404 </if> 407 </if>
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1135 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1133 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1136 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1134 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the 1137 Because Google Chrome does not control how extensions handle your pers onal data, all extensions have been disabled for incognito windows. You can reen able them individually in the
1135 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1138 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1136 </message> 1139 </message>
1137 </if> 1140 </if>
1138 1141
1139 </messages> 1142 </messages>
1140 </release> 1143 </release>
1141 </grit> 1144 </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