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 Assisted Filling Infobar --> |
| 178 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title tex
t for the Autofill Credit Card Assisted Filling Infobar"> |
| 179 Do you want to fill in your card info? |
| 180 </message> |
| 181 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_ACCEPT" desc="Text to
show for the Autofill credit card Assisted Filling infobar accept button."> |
| 182 Fill in |
| 183 </message> |
| 184 |
177 <!-- Autofill save credit card bubble or infobar prompt --> | 185 <!-- 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."> | 186 <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 | 187 Save |
180 </message> | 188 </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."> | |
182 No thanks | |
183 </message> | |
184 <if expr="_google_chrome"> | 189 <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."> | 190 <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? | 191 Do you want Chrome to save this card? |
187 </message> | 192 </message> |
188 </if> | 193 </if> |
189 <if expr="not _google_chrome"> | 194 <if expr="not _google_chrome"> |
190 <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."> | 195 <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."> |
191 Do you want Chromium to save this card? | 196 Do you want Chromium to save this card? |
192 </message> | 197 </message> |
193 </if> | 198 </if> |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 / | 292 / |
288 </message> | 293 </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"> | 294 <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? | 295 New card? |
291 </message> | 296 </message> |
292 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 297 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
293 CVC | 298 CVC |
294 </message> | 299 </message> |
295 | 300 |
296 </grit-part> | 301 </grit-part> |
OLD | NEW |