OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <grit-part> | 2 <grit-part> |
3 | 3 |
4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form."> | 4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form."> |
5 Clear form | 5 Clear form |
6 </message> | 6 </message> |
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> | 7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> |
8 This webpage has disabled automatic filling for this form. | 8 This webpage has disabled automatic filling for this form. |
9 </message> | 9 </message> |
10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a s ecure connection."> | 10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a s ecure connection."> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
103 Chrome Autofill settings | 103 Chrome Autofill settings |
104 </message> | 104 </message> |
105 | 105 |
106 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Wallet."> | 106 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Wallet."> |
107 This type of card is not supported by Google Wallet. Please select a differe nt card. | 107 This type of card is not supported by Google Wallet. Please select a differe nt card. |
108 </message> | 108 </message> |
109 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is n ot supported by Google Wallet for the particular merchant site the user is on."> | 109 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is n ot supported by Google Wallet for the particular merchant site the user is on."> |
110 This type of card is not supported by Google Wallet for this merchant. Pleas e select a different card. | 110 This type of card is not supported by Google Wallet for this merchant. Pleas e select a different card. |
111 </message> | 111 </message> |
112 | 112 |
113 <!-- Autofill on OSX --> | |
114 <if expr="is_macosx"> | |
115 <message name="IDS_AUTOFILL_ACCESS_MAC_CONTACTS" desc="When the user selects this Autofill entry, the browser prompts the user for access to the user's OSX contacts."> | |
116 Enable Autofill using Contacts… | |
Ilya Sherman
2014/05/16 22:54:03
I think this string should be updated. Please che
erikchen
2014/05/19 20:58:32
Alex has indicated that he has intended this strin
| |
117 </message> | |
118 </if> | |
119 | |
113 </grit-part> | 120 </grit-part> |
OLD | NEW |