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

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

Issue 7635027: Change show/hide password button image. Changed to ToggleImageButton. Added tooltip to the button. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/app/theme/network_show_password_hover.png » ('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 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 10968 matching lines...) Expand 10 before | Expand all | Expand 10 after
10979 </message> 10979 </message>
10980 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_BUTTON" desc="In settings Internet options, the prompt on the certificate-selection button."> 10980 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_CERT_BUTTON" desc="In settings Internet options, the prompt on the certificate-selection button.">
10981 Select certificate file 10981 Select certificate file
10982 </message> 10982 </message>
10983 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY" desc="In se ttings Internet options, the label for the security."> 10983 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SECURITY" desc="In se ttings Internet options, the label for the security.">
10984 Security: 10984 Security:
10985 </message> 10985 </message>
10986 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE" desc="In settings Internet options, the label for the passphrase."> 10986 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE" desc="In settings Internet options, the label for the passphrase.">
10987 Password: 10987 Password:
10988 </message> 10988 </message>
10989 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_SHOW" desc ="In settings Internet options, the label for the passphrase visible toggle butt on to show passphrase.">
10990 Click to show password
10991 </message>
10992 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PASSPHRASE_HIDE" desc ="In settings Internet options, the label for the passphrase visible toggle butt on to hide passphrase.">
10993 Click to hide password
10994 </message>
10989 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SAVE_CREDENTIALS" des c="In settings Internet options, the label for the checkbox to save identity and password."> 10995 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_SAVE_CREDENTIALS" des c="In settings Internet options, the label for the checkbox to save identity and password.">
10990 Save identity and password 10996 Save identity and password
10991 </message> 10997 </message>
10992 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ADVANCED_BUTTON" desc ="In settings Internet options, Join other network, the text on the button to sh ow advanced settings."> 10998 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ADVANCED_BUTTON" desc ="In settings Internet options, Join other network, the text on the button to sh ow advanced settings.">
10993 Advanced 10999 Advanced
10994 </message> 11000 </message>
10995 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_PASSPHRASE" desc= "In settings Internet options, the label for the bad passphrase."> 11001 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_BAD_PASSPHRASE" desc= "In settings Internet options, the label for the bad passphrase.">
10996 Incorrect password. 11002 Incorrect password.
10997 </message> 11003 </message>
10998 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NET_PROTECTED" desc=" In settings Internet options, the message in network details page for password p rotected networks."> 11004 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NET_PROTECTED" desc=" In settings Internet options, the message in network details page for password p rotected networks.">
(...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after
13355 </includes> 13361 </includes>
13356 <structures fallback_to_english="true"> 13362 <structures fallback_to_english="true">
13357 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13363 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13358 </structure> 13364 </structure>
13359 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13365 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13360 </structure> 13366 </structure>
13361 </structures> 13367 </structures>
13362 13368
13363 </release> 13369 </release>
13364 </grit> 13370 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/network_show_password_hover.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698