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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 Do you want Chromium to save this card? | 185 Do you want Chromium to save this card? |
186 </message> | 186 </message> |
187 </if> | 187 </if> |
188 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text
for the Autofill save card prompt when the card is to be saved by uploading it t
o Google Payments. The prompt can be either a bubble or an infobar."> | 188 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text
for the Autofill save card prompt when the card is to be saved by uploading it t
o Google Payments. The prompt can be either a bubble or an infobar."> |
189 Do you want Google to save this card? | 189 Do you want Google to save this card? |
190 </message> | 190 </message> |
191 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana
tion of the effect of the Autofill save card prompt when the card is to be saved
by uploading it to Google Payments. The prompt can be either a bubble or an inf
obar."> | 191 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana
tion of the effect of the Autofill save card prompt when the card is to be saved
by uploading it to Google Payments. The prompt can be either a bubble or an inf
obar."> |
192 Pay quickly on sites and apps across devices using cards you have saved with
Google. | 192 Pay quickly on sites and apps across devices using cards you have saved with
Google. |
193 </message> | 193 </message> |
194 | 194 |
| 195 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate
d label for credit card expiration date. [CHAR-LIMIT=32]"> |
| 196 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA
R">$2<ex>17</ex></ph> |
| 197 </message> |
| 198 |
195 <!-- Autofill credit card unmask prompt --> | 199 <!-- Autofill credit card unmask prompt --> |
196 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error me
ssage that encourages the user to try to re-enter their credit card CVC after a
previous failed attempt."> | 200 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error me
ssage that encourages the user to try to re-enter their credit card CVC after a
previous failed attempt."> |
197 Check your CVC and try again | 201 Check your CVC and try again |
198 </message> | 202 </message> |
199 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_WITH_EXPIRATION
" desc="Error message that encourages the user to try to re-enter their credit c
ard expiration date and CVC after a previous failed attempt."> | 203 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_WITH_EXPIRATION
" desc="Error message that encourages the user to try to re-enter their credit c
ard expiration date and CVC after a previous failed attempt."> |
200 Check your expiration date and CVC and try again | 204 Check your expiration date and CVC and try again |
201 </message> | 205 </message> |
202 <if expr="_google_chrome"> | 206 <if expr="_google_chrome"> |
203 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error
message to show when a credit card cannot be verified and the user isn't allowed
to retry."> | 207 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error
message to show when a credit card cannot be verified and the user isn't allowed
to retry."> |
204 Chrome was unable to verify your card at this time. Please try again later
. | 208 Chrome was unable to verify your card at this time. Please try again later
. |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 / | 277 / |
274 </message> | 278 </message> |
275 <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"> | 279 <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"> |
276 New card? | 280 New card? |
277 </message> | 281 </message> |
278 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 282 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
279 CVC | 283 CVC |
280 </message> | 284 </message> |
281 | 285 |
282 </grit-part> | 286 </grit-part> |
OLD | NEW |