| 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."> |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph> | 129 form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph> |
| 130 </message> | 130 </message> |
| 131 | 131 |
| 132 <!-- Autofill dialog: legal documents --> | 132 <!-- Autofill dialog: legal documents --> |
| 133 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e
xtra link that is appended to the end of whatever other legal documents need to
be accepted or updated."> | 133 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e
xtra link that is appended to the end of whatever other legal documents need to
be accepted or updated."> |
| 134 Privacy Policy | 134 Privacy Policy |
| 135 </message> | 135 </message> |
| 136 | 136 |
| 137 <if expr="_google_chrome"> | 137 <if expr="_google_chrome"> |
| 138 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A
utofill popup to direct the user to the Autofill settings UI."> | 138 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A
utofill popup to direct the user to the Autofill settings UI."> |
| 139 Chrome Autofill settings... | 139 Chrome Autofill settings… |
| 140 </message> | 140 </message> |
| 141 </if> | 141 </if> |
| 142 <if expr="not _google_chrome"> | 142 <if expr="not _google_chrome"> |
| 143 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The label of the text displ
ayed in the Autofill popup to direct the user to the Autofill settings UI."> | 143 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The label of the text displ
ayed in the Autofill popup to direct the user to the Autofill settings UI."> |
| 144 Chromium Autofill settings... | 144 Chromium Autofill settings… |
| 145 </message> | 145 </message> |
| 146 </if> | 146 </if> |
| 147 | 147 |
| 148 <message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbal
ised by a screen reader for the button that directs the user to the Autofill set
tings UI. This string is not displayed."> | 148 <message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbal
ised by a screen reader for the button that directs the user to the Autofill set
tings UI. This string is not displayed."> |
| 149 settings | 149 settings |
| 150 </message> | 150 </message> |
| 151 | 151 |
| 152 <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 Payments."> | 152 <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 Payments."> |
| 153 This type of card is not supported by Google Payments. Please select a diffe
rent card. | 153 This type of card is not supported by Google Payments. Please select a diffe
rent card. |
| 154 </message> | 154 </message> |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 / | 317 / |
| 318 </message> | 318 </message> |
| 319 <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"> | 319 <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"> |
| 320 New card? | 320 New card? |
| 321 </message> | 321 </message> |
| 322 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 322 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
| 323 CVC | 323 CVC |
| 324 </message> | 324 </message> |
| 325 | 325 |
| 326 </grit-part> | 326 </grit-part> |
| OLD | NEW |