OLD | NEW |
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 14109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14120 </message> | 14120 </message> |
14121 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E
xpands all possible languages, not only the main ones."> | 14121 <message name="IDS_LANGUAGES_MORE" desc="Main language list 'more' link. E
xpands all possible languages, not only the main ones."> |
14122 More... | 14122 More... |
14123 </message> | 14123 </message> |
14124 <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."> | 14124 <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."> |
14125 Enter password | 14125 Enter password |
14126 </message> | 14126 </message> |
14127 <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."> | 14127 <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."> |
14128 Password for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</e
x></ph> | 14128 Password for <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</e
x></ph> |
14129 </message> | 14129 </message> |
| 14130 <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."> |
| 14131 Remove user <ph name="USER_EMAIL_ADDRESS">$1<ex>john.doe@example.com</ex
></ph> |
| 14132 </message> |
14130 <message name="IDS_LOGIN_VERSION_LABEL_FORMAT" desc="Login screen version
text format."> | 14133 <message name="IDS_LOGIN_VERSION_LABEL_FORMAT" desc="Login screen version
text format."> |
14131 <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 <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>) |
14132 </message> | 14135 </message> |
14133 <message name="IDS_LOGIN_MANAGED_BY_LABEL_FORMAT" desc="Text format for a
'Managed by DOMAIN' label on login screen."> | 14136 <message name="IDS_LOGIN_MANAGED_BY_LABEL_FORMAT" desc="Text format for a
'Managed by DOMAIN' label on login screen."> |
14134 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> | 14137 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> |
14135 </message> | 14138 </message> |
14136 <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 <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."> |
14137 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> (<ph name="S
TATUS">$2<ex>network error</ex></ph>) | 14140 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> (<ph name="S
TATUS">$2<ex>network error</ex></ph>) |
14138 </message> | 14141 </message> |
14139 <message name="IDS_LOGIN_MANAGED_BY_STATUS_PENDING" desc="Text for the pen
ding status in 'Managed by DOMAIN' label on login screen."> | 14142 <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 Loading... |
14534 </messages> | 14537 </messages> |
14535 <structures fallback_to_english="true"> | 14538 <structures fallback_to_english="true"> |
14536 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14539 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14537 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14540 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14538 </structure> | 14541 </structure> |
14539 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14542 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14540 </structure> | 14543 </structure> |
14541 </structures> | 14544 </structures> |
14542 </release> | 14545 </release> |
14543 </grit> | 14546 </grit> |
OLD | NEW |