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 <if expr="not is_ios"> | 4 <if expr="not is_ios"> |
5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug
gestions dropdown that clears an auto-filled form."> | 5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug
gestions dropdown that clears an auto-filled form."> |
6 Clear form | 6 Clear form |
7 </message> | 7 </message> |
8 </if> | 8 </if> |
9 <if expr="is_ios"> | 9 <if expr="is_ios"> |
10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th
e suggestions keyboard accessory that clears an auto-filled form."> | 10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th
e suggestions keyboard accessory that clears an auto-filled form."> |
11 CLEAR FORM | 11 CLEAR FORM |
12 </message> | 12 </message> |
13 </if> | 13 </if> |
14 <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the bu
tton that clears the local copy of a Wallet Credit Card." formatter_data="androi
d_java"> | 14 <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the bu
tton that clears the local copy of a Wallet Credit Card." formatter_data="androi
d_java"> |
15 Clear copy | 15 Clear copy |
16 </message> | 16 </message> |
17 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show
when autofill is disabled by the website for a given form."> | |
18 This webpage has disabled automatic filling for this form. | |
19 </message> | |
20 <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."> | 17 <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."> |
21 Automatic credit card filling is disabled because this form does not use a s
ecure connection. | 18 Automatic credit card filling is disabled because this form does not use a s
ecure connection. |
22 </message> | 19 </message> |
23 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a
longside credit card suggestions to get people to sign in."> | 20 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a
longside credit card suggestions to get people to sign in."> |
24 To use cards from your Google Account, sign in to Chrome | 21 To use cards from your Google Account, sign in to Chrome |
25 </message> | 22 </message> |
26 <if expr="_google_chrome"> | 23 <if expr="_google_chrome"> |
27 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY
" desc="Text in a dialog to confirm that the user wants to delete an autocomplet
e form history suggestion."> | 24 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY
" desc="Text in a dialog to confirm that the user wants to delete an autocomplet
e form history suggestion."> |
28 Remove form suggestion from Chrome? | 25 Remove form suggestion from Chrome? |
29 </message> | 26 </message> |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 / | 298 / |
302 </message> | 299 </message> |
303 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha
t prompts user to update their credit card after it may have been re-issued." fo
rmatter_data="android_java"> | 300 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha
t prompts user to update their credit card after it may have been re-issued." fo
rmatter_data="android_java"> |
304 New card? | 301 New card? |
305 </message> | 302 </message> |
306 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 303 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
307 CVC | 304 CVC |
308 </message> | 305 </message> |
309 | 306 |
310 </grit-part> | 307 </grit-part> |
OLD | NEW |