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

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

Issue 28713002: [Mac] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerebase. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 <if expr="not is_android"> 413 <if expr="not is_android">
414 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password"> 414 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Info bar message to save a password">
415 Do you want Google Chrome to save your password? 415 Do you want Google Chrome to save your password?
416 </message> 416 </message>
417 </if> 417 </if>
418 <if expr="is_android"> 418 <if expr="is_android">
419 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password"> 419 <message name="IDS_PASSWORD_MANAGER_SAVE_PASSWORD_PROMPT" desc="Mobile: Info bar message to save a password">
420 Do you want Google Chrome to save your password for this site? 420 Do you want Google Chrome to save your password for this site?
421 </message> 421 </message>
422 </if> 422 </if>
423 <if expr="is_macosx">
424 <message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before reveal ing plaintext passwords on the password page.">
425 Google Chrome is trying to show passwords.
426 </message>
427 </if>
423 <message name="IDS_CANT_WRITE_USER_DIRECTORY_EXIT_BUTTON" desc="Text on bu tton of dialog that closes Chrome if we can't create a directory for this user." > 428 <message name="IDS_CANT_WRITE_USER_DIRECTORY_EXIT_BUTTON" desc="Text on bu tton of dialog that closes Chrome if we can't create a directory for this user." >
424 Exit Chrome 429 Exit Chrome
425 </message> 430 </message>
426 <message name="IDS_MACHINE_LEVEL_INSTALL_CONFLICT" desc="Error message to display when user tries to run user level Chromium even though machine level Chr omium is already installed."> 431 <message name="IDS_MACHINE_LEVEL_INSTALL_CONFLICT" desc="Error message to display when user tries to run user level Chromium even though machine level Chr omium is already installed.">
427 An administrator has installed Google Chrome on this system, and it is a vailable for all users. The system-level Google Chrome will replace your user-le vel installation now. 432 An administrator has installed Google Chrome on this system, and it is a vailable for all users. The system-level Google Chrome will replace your user-le vel installation now.
428 </message> 433 </message>
429 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists."> 434 <message name="IDS_INSTALL_HIGHER_VERSION" desc="Error displayed when high er version already exists.">
430 This computer already has a more recent version of Google Chrome. If the software is not working, please uninstall Google Chrome and try again. 435 This computer already has a more recent version of Google Chrome. If the software is not working, please uninstall Google Chrome and try again.
431 </message> 436 </message>
432 <message name="IDS_INSTALL_HIGHER_VERSION_APP_LAUNCHER" desc="Error displa yed when higher version of the Chrome App Launcher already exists."> 437 <message name="IDS_INSTALL_HIGHER_VERSION_APP_LAUNCHER" desc="Error displa yed when higher version of the Chrome App Launcher already exists.">
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host."> 994 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow ser cannot start because the profile is in use on a different host.">
990 The profile appears to be in use by another Google Chrome process (<ph n ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME ">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn' t get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome. 995 The profile appears to be in use by another Google Chrome process (<ph n ame="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME ">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn' t get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
991 </message> 996 </message>
992 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file."> 997 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file.">
993 Unlock Profile and Relaunch 998 Unlock Profile and Relaunch
994 </message> 999 </message>
995 1000
996 </messages> 1001 </messages>
997 </release> 1002 </release>
998 </grit> 1003 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698