| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 </if> | 167 </if> |
| 168 | 168 |
| 169 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po
pup that triggers a new credit card to be scanned using the camera on the device
."> | 169 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po
pup that triggers a new credit card to be scanned using the camera on the device
."> |
| 170 Scan new card | 170 Scan new card |
| 171 </message> | 171 </message> |
| 172 | 172 |
| 173 <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."> | 173 <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."> |
| 174 Use password for: | 174 Use password for: |
| 175 </message> | 175 </message> |
| 176 | 176 |
| 177 <!-- Autofill Credit Card Assist Infobar --> |
| 178 <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_TITLE" desc="Title text
for the Autofill Credit Card Assist Infobar"> |
| 179 Do you want to fill in your card info? |
| 180 </message> |
| 181 <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_ACCEPT" desc="Text to s
how for the Autofill credit card assist infobar accept button."> |
| 182 Fill in |
| 183 </message> |
| 184 <message name="IDS_AUTOFILL_CREDIT_CARD_ASSIST_INFOBAR_DENY" desc="Text to sho
w for the Autofill credit card assist infobar deny button."> |
| 185 No thanks |
| 186 </message> |
| 187 |
| 177 <!-- Autofill save credit card bubble or infobar prompt --> | 188 <!-- Autofill save credit card bubble or infobar prompt --> |
| 178 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for th
e Autofill save credit card prompt accept button. The prompt can be either a bub
ble or an infobar."> | 189 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for th
e Autofill save credit card prompt accept button. The prompt can be either a bub
ble or an infobar."> |
| 179 Save | 190 Save |
| 180 </message> | 191 </message> |
| 181 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_DENY" desc="Text to show for the
Autofill save credit card prompt deny button. The prompt can be either a bubble
or an infobar."> | 192 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_DENY" desc="Text to show for the
Autofill save credit card prompt deny button. The prompt can be either a bubble
or an infobar."> |
| 182 No thanks | 193 No thanks |
| 183 </message> | 194 </message> |
| 184 <if expr="_google_chrome"> | 195 <if expr="_google_chrome"> |
| 185 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f
or the Autofill save card prompt when the card is to be saved locally. The promp
t can be either a bubble or an infobar."> | 196 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f
or the Autofill save card prompt when the card is to be saved locally. The promp
t can be either a bubble or an infobar."> |
| 186 Do you want Chrome to save this card? | 197 Do you want Chrome to save this card? |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 / | 298 / |
| 288 </message> | 299 </message> |
| 289 <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"> |
| 290 New card? | 301 New card? |
| 291 </message> | 302 </message> |
| 292 <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."> |
| 293 CVC | 304 CVC |
| 294 </message> | 305 </message> |
| 295 | 306 |
| 296 </grit-part> | 307 </grit-part> |
| OLD | NEW |