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

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

Issue 8396032: Make user remove button focusable, and set up the correct tab order. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review Created 9 years, 1 month 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 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 14111 matching lines...) Expand 10 before | Expand all | Expand 10 after
14122 </message> 14122 </message>
14123 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones."> 14123 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E xpands all possible languages, not only the main ones.">
14124 More... 14124 More...
14125 </message> 14125 </message>
14126 <message name="IDS_LOGIN_POD_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field for user pod when no password has been entered."> 14126 <message name="IDS_LOGIN_POD_EMPTY_PASSWORD_TEXT" desc="Text to display in the password field for user pod when no password has been entered.">
14127 Enter password 14127 Enter password
14128 </message> 14128 </message>
14129 <message name="IDS_LOGIN_POD_PASSWORD_FIELD_ACCESSIBLE_NAME" desc="Text to be spoken when the focus is set to the password field of a user pod on the logi n screen."> 14129 <message name="IDS_LOGIN_POD_PASSWORD_FIELD_ACCESSIBLE_NAME" desc="Text to be spoken when the focus is set to the password field of a user pod on the logi n screen.">
14130 Password for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</e x></ph> 14130 Password for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</e x></ph>
14131 </message> 14131 </message>
14132 <message name="IDS_LOGIN_POD_REMOVE_BUTTON_ACCESSIBLE_NAME" desc="Text to be spoken when the focus is set to the remove button of a user pod on the login screen.">
14133 Remove user <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</ex ></ph>
14134 </message>
14132 <message name="IDS_LOGIN_VERSION_LABEL_FORMAT" desc="Login screen version text format."> 14135 <message name="IDS_LOGIN_VERSION_LABEL_FORMAT" desc="Login screen version text format.">
14133 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> <ph name="PRODUCT_ VERSION">$2<ex>15.0.0.0</ex></ph> (Platform <ph name="PLATFORM_VERSION">$3<ex>90 0.0-11.09.01</ex></ph>) 14136 <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> <ph name="PRODUCT_ VERSION">$2<ex>15.0.0.0</ex></ph> (Platform <ph name="PLATFORM_VERSION">$3<ex>90 0.0-11.09.01</ex></ph>)
14134 </message> 14137 </message>
14135 <message name="IDS_LOGIN_MANAGED_BY_LABEL_FORMAT" desc="Text format for a 'Managed by DOMAIN' label on login screen."> 14138 <message name="IDS_LOGIN_MANAGED_BY_LABEL_FORMAT" desc="Text format for a 'Managed by DOMAIN' label on login screen.">
14136 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> 14139 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>
14137 </message> 14140 </message>
14138 <message name="IDS_LOGIN_MANAGED_BY_WITH_STATUS_LABEL_FORMAT" desc="Text f ormat for a 'Managed by DOMAIN' label on login screen, with additional status me ssage."> 14141 <message name="IDS_LOGIN_MANAGED_BY_WITH_STATUS_LABEL_FORMAT" desc="Text f ormat for a 'Managed by DOMAIN' label on login screen, with additional status me ssage.">
14139 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> (<ph name="S TATUS">$2<ex>network error</ex></ph>) 14142 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> (<ph name="S TATUS">$2<ex>network error</ex></ph>)
14140 </message> 14143 </message>
14141 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen."> 14144 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen ding status in 'Managed by DOMAIN' label on login screen.">
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
14536 </messages> 14539 </messages>
14537 <structures fallback_to_english="true"> 14540 <structures fallback_to_english="true">
14538 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14541 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14539 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14542 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14540 </structure> 14543 </structure>
14541 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14544 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14542 </structure> 14545 </structure>
14543 </structures> 14546 </structures>
14544 </release> 14547 </release>
14545 </grit> 14548 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698