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

Side by Side Diff: chrome/app/chromium_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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 <!-- Crash Recovery Dialog --> 473 <!-- Crash Recovery Dialog -->
474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes."> 474 <message name="IDS_CRASH_RECOVERY_TITLE" desc="Title of dialog shown when the browser crashes.">
475 Chromium 475 Chromium
476 </message> 476 </message>
477 <if expr="is_win"> 477 <if expr="is_win">
478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed."> 478 <message name="IDS_CRASH_RECOVERY_CONTENT" desc="Text content telling th e user the browser has crashed.">
479 Whoa! Chromium has crashed. Relaunch now? 479 Whoa! Chromium has crashed. Relaunch now?
480 </message> 480 </message>
481 </if> 481 </if>
482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion."> 482 <message name="IDS_PASSWORD_GENERATION_SUGGESTION" desc="Text shown next t o a generated password describing it as a suggestion.">
483 Suggested by Chromium 483 Use password generated by Chromium
484 </message> 484 </message>
485 <if expr="not is_android"> 485 <if expr="not is_android">
486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> 486 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
487 Do you want Chromium to save your password? 487 Do you want Chromium to save your password?
488 </message> 488 </message>
489 </if> 489 </if>
490 <if expr="is_android"> 490 <if expr="is_android">
491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password"> 491 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
492 Do you want Chromium to save your password for this site? 492 Do you want Chromium to save your password for this site?
493 </message> 493 </message>
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 </message> 1209 </message>
1210 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description."> 1210 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble view full description.">
1211 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to manually reinstal l Chromium. 1211 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to manually reinstal l Chromium.
1212 </message> 1212 </message>
1213 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description."> 1213 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad e bubble view full description.">
1214 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to update Chromium. 1214 Chromium could not update itself to the latest version, so you are missi ng out on awesome new features and security fixes. You need to update Chromium.
1215 </message> 1215 </message>
1216 </messages> 1216 </messages>
1217 </release> 1217 </release>
1218 </grit> 1218 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698