| 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."> | 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. | 18 This webpage has disabled automatic filling for this form. |
| 19 </message> | 19 </message> |
| 20 <message name="IDS_AUTOFILL_WARNING_PAYMENT_DISABLED" desc="Warning text to sh
ow when credit card autofill is disabled because the website is not using a secu
re connection. This warning text is shown below a separate warning indicating th
at the form is not secure, so this message indicates just that payment autofilli
ng has been disabled (not why)."> |
| 21 Payment autofilling disabled |
| 22 </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."> | 23 <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. | 24 Automatic credit card filling is disabled because this form does not use a s
ecure connection. |
| 22 </message> | 25 </message> |
| 23 <message name="IDS_AUTOFILL_HTTP_WARNING_LEARN_MORE" desc="The text displayed
with http bad warning message in the Autofill popup to direct the user to the Ch
rome security connection help center page."> | 26 <message name="IDS_AUTOFILL_HTTP_WARNING_LEARN_MORE" desc="The text displayed
with http bad warning message in the Autofill popup to direct the user to the Ch
rome security connection help center page."> |
| 24 Learn more | 27 Learn more |
| 25 </message> | 28 </message> |
| 26 <message name="IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE" desc="Chrome can
help the user fill credit card web forms by showing a pop-up with text suggesti
ons next to a focused credit card text field. If the form is on an insecure site
(e.g., http://), this text is shown on top of those suggestions."> | 29 <message name="IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE" desc="Chrome can
help the user fill credit card web forms by showing a pop-up with text suggesti
ons next to a focused credit card text field. If the form is on an insecure site
(e.g., http://), this text is shown on top of those suggestions."> |
| 27 Payment not secure | 30 Payment not secure |
| 28 </message> | 31 </message> |
| 29 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a
longside credit card suggestions to get people to sign in."> | 32 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a
longside credit card suggestions to get people to sign in."> |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 / | 326 / |
| 324 </message> | 327 </message> |
| 325 <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"> | 328 <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"> |
| 326 New card? | 329 New card? |
| 327 </message> | 330 </message> |
| 328 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 331 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
| 329 CVC | 332 CVC |
| 330 </message> | 333 </message> |
| 331 | 334 |
| 332 </grit-part> | 335 </grit-part> |
| OLD | NEW |