| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 This type of card is not supported by Google Wallet for this merchant. Pleas
e select a different card. | 117 This type of card is not supported by Google Wallet for this merchant. Pleas
e select a different card. |
| 118 </message> | 118 </message> |
| 119 | 119 |
| 120 <!-- Autofill on OSX --> | 120 <!-- Autofill on OSX --> |
| 121 <if expr="is_macosx"> | 121 <if expr="is_macosx"> |
| 122 <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."> | 122 <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."> |
| 123 Enable Autofill using Contacts… | 123 Enable Autofill using Contacts… |
| 124 </message> | 124 </message> |
| 125 </if> | 125 </if> |
| 126 | 126 |
| 127 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown
as the title of the suggestion drop down when a password field is clicked."> |
| 128 Use password for: |
| 129 </message> |
| 130 |
| 127 </grit-part> | 131 </grit-part> |
| OLD | NEW |