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 8037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8048 <if expr="pp_ifdef('use_titlecase')"> | 8048 <if expr="pp_ifdef('use_titlecase')"> |
8049 <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS" desc="In Title Ca
se: The label of the 'Manage saved passwords' button"> | 8049 <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS" desc="In Title Ca
se: The label of the 'Manage saved passwords' button"> |
8050 Manage Saved Passwords... | 8050 Manage Saved Passwords... |
8051 </message> | 8051 </message> |
8052 </if> | 8052 </if> |
8053 <if expr="not pp_ifdef('use_titlecase')"> | 8053 <if expr="not pp_ifdef('use_titlecase')"> |
8054 <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS" desc="In sentence
case: The label of the 'Manage saved passwords' button"> | 8054 <message name="IDS_OPTIONS_PASSWORDS_MANAGE_PASSWORDS" desc="In sentence
case: The label of the 'Manage saved passwords' button"> |
8055 Manage saved passwords... | 8055 Manage saved passwords... |
8056 </message> | 8056 </message> |
8057 </if> | 8057 </if> |
| 8058 <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS
X that passwords are shared across profiles in the keychain."> |
| 8059 On Mac, passwords are saved to your Keychain and may be accessed or sy
nced by other Chrome users sharing this OS X account. |
| 8060 </message> |
8058 <message name="IDS_OPTIONS_PASSWORDS_AUTOLOGIN" desc="The label of the 'au
tologinEnabled' checkbox"> | 8061 <message name="IDS_OPTIONS_PASSWORDS_AUTOLOGIN" desc="The label of the 'au
tologinEnabled' checkbox"> |
8059 Offer to sign into Google sites automatically with this account | 8062 Offer to sign into Google sites automatically with this account |
8060 </message> | 8063 </message> |
8061 <if expr="not pp_ifdef('use_titlecase')"> | 8064 <if expr="not pp_ifdef('use_titlecase')"> |
8062 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title
of the form Autofill group"> | 8065 <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title
of the form Autofill group"> |
8063 Form autofill | 8066 Form autofill |
8064 </message> | 8067 </message> |
8065 <message name="IDS_OPTIONS_PASSWORDS_GROUP_NAME" desc="The title of the
'Passwords' group"> | 8068 <message name="IDS_OPTIONS_PASSWORDS_GROUP_NAME" desc="The title of the
'Passwords' group"> |
8066 Passwords | 8069 Passwords |
8067 </message> | 8070 </message> |
(...skipping 6461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14529 </messages> | 14532 </messages> |
14530 <structures fallback_to_english="true"> | 14533 <structures fallback_to_english="true"> |
14531 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14534 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14535 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14533 </structure> | 14536 </structure> |
14534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14537 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14535 </structure> | 14538 </structure> |
14536 </structures> | 14539 </structures> |
14537 </release> | 14540 </release> |
14538 </grit> | 14541 </grit> |
OLD | NEW |