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

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: Created 6 years, 6 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 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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 </message> 1134 </message>
1135 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description."> 1135 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1136 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to manually reinstall Chrome. 1136 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to manually reinstall Chrome.
1137 </message> 1137 </message>
1138 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description."> 1138 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1139 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to update Chrome. 1139 Chrome could not update itself to the latest version, so you are missing out on awesome new features and security fixes. You need to update Chrome.
1140 </message> 1140 </message>
1141 </messages> 1141 </messages>
1142 </release> 1142 </release>
1143 </grit> 1143 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698