[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | |
bondd | 7a172d9 | 2015-07-30 19:56:48 | [diff] [blame] | 4 | <if expr="not is_ios"> |
| 5 | <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form."> |
| 6 | Clear form |
| 7 | </message> |
| 8 | </if> |
| 9 | <if expr="is_ios"> |
| 10 | <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in the suggestions keyboard accessory that clears an auto-filled form."> |
| 11 | CLEAR FORM |
| 12 | </message> |
| 13 | </if> |
sdefresne | 194a90f | 2015-12-08 09:03:57 | [diff] [blame] | 14 | <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the button that clears the local copy of a Wallet Credit Card." formatter_data="android_java"> |
| 15 | Clear copy |
| 16 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 17 | <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> |
| 18 | This webpage has disabled automatic filling for this form. |
| 19 | </message> |
| 20 | <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 secure connection."> |
| 21 | Automatic credit card filling is disabled because this form does not use a secure connection. |
| 22 | </message> |
mathp | 4d08afd6 | 2016-07-08 19:54:10 | [diff] [blame] | 23 | <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown alongside credit card suggestions to get people to sign in."> |
mathp | 43ae23750 | 2016-07-12 19:40:26 | [diff] [blame] | 24 | To use cards you saved to your Google Account, sign in to Chrome. |
mathp | 4d08afd6 | 2016-07-08 19:54:10 | [diff] [blame] | 25 | </message> |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 26 | <if expr="_google_chrome"> |
| 27 | <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an autocomplete form history suggestion."> |
| 28 | Remove form suggestion from Chrome? |
| 29 | </message> |
| 30 | <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card from Autofill."> |
| 31 | Remove credit card from Chrome? |
| 32 | </message> |
| 33 | <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an address from Autofill."> |
| 34 | Remove address from Chrome? |
| 35 | </message> |
| 36 | </if> |
| 37 | <if expr="not _google_chrome"> |
| 38 | <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an autocomplete form history suggestion."> |
| 39 | Remove form suggestion from Chromium? |
| 40 | </message> |
| 41 | <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card from Autofill."> |
| 42 | Remove credit card from Chromium? |
| 43 | </message> |
| 44 | <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete an address from Autofill."> |
| 45 | Remove address from Chromium? |
| 46 | </message> |
| 47 | </if> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 48 | <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 49 | American Express |
| 50 | </message> |
estade | d5c048a8 | 2015-02-21 00:49:37 | [diff] [blame] | 51 | <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Express credit card."> |
| 52 | Amex |
| 53 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 54 | <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 55 | Diners Club |
| 56 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 57 | <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 58 | Discover |
| 59 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 60 | <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 61 | JCB |
| 62 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 63 | <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 64 | MasterCard |
| 65 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 66 | <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card name." formatter_data="android_java"> |
[email protected] | 7e8d3aa | 2013-07-17 06:54:47 | [diff] [blame] | 67 | China UnionPay |
| 68 | </message> |
rouslan | 80b5895d | 2016-07-18 18:11:00 | [diff] [blame] | 69 | <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_data="android_java"> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 70 | Visa |
| 71 | </message> |
estade | 1edeff8c | 2014-12-16 02:59:42 | [diff] [blame] | 72 | <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> |
| 73 | Card |
| 74 | </message> |
[email protected] | 24657d1 | 2013-11-20 05:55:26 | [diff] [blame] | 75 | <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses."> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 76 | , ''' |
| 77 | </message> |
| 78 | <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address."> |
| 79 | , ''' |
| 80 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 81 | |
| 82 | <!-- These are all variants of the same logical field: The major subdivision below the "country" level. --> |
| 83 | <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State entry."> |
| 84 | State |
| 85 | </message> |
| 86 | <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entry."> |
| 87 | Area |
| 88 | </message> |
| 89 | <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry."> |
| 90 | County |
| 91 | </message> |
| 92 | <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Department entry."> |
| 93 | Department |
| 94 | </message> |
| 95 | <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the District entry."> |
| 96 | District |
| 97 | </message> |
| 98 | <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirate entry."> |
| 99 | Emirate |
| 100 | </message> |
| 101 | <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry."> |
| 102 | Island |
| 103 | </message> |
| 104 | <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry."> |
| 105 | Parish |
| 106 | </message> |
| 107 | <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Prefecture entry."> |
| 108 | Prefecture |
| 109 | </message> |
| 110 | <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Province entry."> |
| 111 | Province |
| 112 | </message> |
| 113 | <!-- End state variants. --> |
| 114 | |
| 115 | <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP code entry."> |
| 116 | ZIP code |
| 117 | </message> |
| 118 | <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Postal code entry."> |
| 119 | Postal code |
| 120 | </message> |
| 121 | <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTRY" desc="The label of the Country entry."> |
| 122 | Country |
| 123 | </message> |
| 124 | |
mathp | a8c0d123 | 2015-10-01 21:04:02 | [diff] [blame] | 125 | <message translateable="false" name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for form elements when annotated with Autofill predictions."> |
| 126 | overall type: <ph name="OVERALL_TYPE">$1<ex>NAME_FIRST</ex></ph> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 127 | server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph> |
mathp | a8c0d123 | 2015-10-01 21:04:02 | [diff] [blame] | 128 | heuristic type: <ph name="HEURISTIC_TYPE">$3<ex>NAME_FIRST</ex></ph> |
kenjitoyama | 888a550 | 2016-02-11 19:55:28 | [diff] [blame] | 129 | label: <ph name="LABEL">$4<ex>SOME LABEL</ex></ph> |
| 130 | parseable name: <ph name="PARSEABLE_NAME">$5<ex>SOME_NAME</ex></ph> |
| 131 | field signature: <ph name="FIELD_SIGNATURE">$6<ex>12345678</ex></ph> |
| 132 | form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 133 | </message> |
| 134 | |
| 135 | <!-- Autofill dialog: legal documents --> |
| 136 | <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an extra link that is appended to the end of whatever other legal documents need to be accepted or updated."> |
| 137 | Privacy Policy |
| 138 | </message> |
| 139 | |
[email protected] | b2dc984a | 2014-08-15 09:29:46 | [diff] [blame] | 140 | <if expr="_google_chrome"> |
mathp | 9771bbbcd | 2016-01-30 15:21:42 | [diff] [blame] | 141 | <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI."> |
| 142 | Chrome Autofill settings... |
| 143 | </message> |
[email protected] | b2dc984a | 2014-08-15 09:29:46 | [diff] [blame] | 144 | </if> |
| 145 | <if expr="not _google_chrome"> |
mathp | 9771bbbcd | 2016-01-30 15:21:42 | [diff] [blame] | 146 | <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The label of the text displayed in the Autofill popup to direct the user to the Autofill settings UI."> |
| 147 | Chromium Autofill settings... |
[email protected] | b2dc984a | 2014-08-15 09:29:46 | [diff] [blame] | 148 | </message> |
| 149 | </if> |
mathp | 9771bbbcd | 2016-01-30 15:21:42 | [diff] [blame] | 150 | |
rouslan | 7647c0a | 2015-09-21 22:12:11 | [diff] [blame] | 151 | <message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbalised by a screen reader for the button that directs the user to the Autofill settings UI. This string is not displayed."> |
| 152 | settings |
| 153 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 154 | |
estade | 95462a7c | 2015-05-29 20:48:51 | [diff] [blame] | 155 | <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."> |
| 156 | This type of card is not supported by Google Payments. Please select a different card. |
[email protected] | 7a6900e7 | 2013-10-29 01:07:20 | [diff] [blame] | 157 | </message> |
estade | 95462a7c | 2015-05-29 20:48:51 | [diff] [blame] | 158 | <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is not supported by Google Payments for the particular merchant site the user is on."> |
| 159 | This type of card is not supported by Google Payments for this merchant. Please select a different card. |
[email protected] | 7a6900e7 | 2013-10-29 01:07:20 | [diff] [blame] | 160 | </message> |
| 161 | |
[email protected] | 8527a78f | 2014-06-12 12:49:15 | [diff] [blame] | 162 | <!-- Autofill on OSX --> |
| 163 | <if expr="is_macosx"> |
| 164 | <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."> |
| 165 | Enable Autofill using Contacts… |
| 166 | </message> |
| 167 | </if> |
| 168 | |
rouslan | 497109da | 2014-11-26 20:30:34 | [diff] [blame] | 169 | <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill popup that triggers a new credit card to be scanned using the camera on the device."> |
| 170 | Scan new card |
| 171 | </message> |
| 172 | |
jww | 1d7e800d | 2014-12-09 21:02:37 | [diff] [blame] | 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: |
| 175 | </message> |
| 176 | |
mathp | f43ced4 | 2016-08-04 18:28:23 | [diff] [blame] | 177 | <!-- Autofill Credit Card Assisted Filling Infobar --> |
| 178 | <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title text 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 | |
rouslan | 752b87c | 2015-12-17 23:08:50 | [diff] [blame] | 185 | <!-- Autofill save credit card bubble or infobar prompt --> |
| 186 | <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for the Autofill save credit card prompt accept button. The prompt can be either a bubble or an infobar."> |
estade | 6b081363 | 2015-04-08 19:28:03 | [diff] [blame] | 187 | Save |
pritam.nikam | 2cd65ab9 | 2015-01-13 08:13:02 | [diff] [blame] | 188 | </message> |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 189 | <if expr="_google_chrome"> |
rouslan | 752b87c | 2015-12-17 23:08:50 | [diff] [blame] | 190 | <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text for the Autofill save card prompt when the card is to be saved locally. The prompt can be either a bubble or an infobar."> |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 191 | Do you want Chrome to save this card? |
| 192 | </message> |
| 193 | </if> |
| 194 | <if expr="not _google_chrome"> |
rouslan | 752b87c | 2015-12-17 23:08:50 | [diff] [blame] | 195 | <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text for the Autofill save card prompt when the card is to be saved locally. The prompt can be either a bubble or an infobar."> |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 196 | Do you want Chromium to save this card? |
| 197 | </message> |
| 198 | </if> |
rouslan | 752b87c | 2015-12-17 23:08:50 | [diff] [blame] | 199 | <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 to Google Payments. The prompt can be either a bubble or an infobar."> |
rouslan | 62959be | 2016-01-15 00:48:43 | [diff] [blame] | 200 | Do you want to save this card to your Google Account? |
jdonnelly | b417226c | 2015-11-18 00:38:23 | [diff] [blame] | 201 | </message> |
rouslan | 752b87c | 2015-12-17 23:08:50 | [diff] [blame] | 202 | <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explanation 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 infobar."> |
jdonnelly | b417226c | 2015-11-18 00:38:23 | [diff] [blame] | 203 | Pay quickly on sites and apps across devices using cards you have saved with Google. |
| 204 | </message> |
bondd | 052b5f8 | 2015-10-28 22:39:32 | [diff] [blame] | 205 | |
rouslan | acfb6cff | 2016-01-14 20:10:42 | [diff] [blame] | 206 | <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviated label for credit card expiration date. [CHAR-LIMIT=32]"> |
| 207 | Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEAR">$2<ex>17</ex></ph> |
| 208 | </message> |
| 209 | |
jdonnelly | 982b06f | 2015-05-19 17:14:20 | [diff] [blame] | 210 | <!-- Autofill credit card unmask prompt --> |
| 211 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error message that encourages the user to try to re-enter their credit card CVC after a previous failed attempt."> |
| 212 | Check your CVC and try again |
| 213 | </message> |
| 214 | <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 card expiration date and CVC after a previous failed attempt."> |
| 215 | Check your expiration date and CVC and try again |
| 216 | </message> |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 217 | <if expr="_google_chrome"> |
| 218 | <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."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 219 | Chrome was unable to confirm your card at this time. Please try again later. |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 220 | </message> |
| 221 | </if> |
| 222 | <if expr="not _google_chrome"> |
| 223 | <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."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 224 | Chromium was unable to confirm your card at this time. Please try again later. |
bondd | 090dac4 | 2015-11-04 18:48:44 | [diff] [blame] | 225 | </message> |
| 226 | </if> |
jdonnelly | 982b06f | 2015-05-19 17:14:20 | [diff] [blame] | 227 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_NETWORK" desc="Error message to show when a credit card cannot be verified because Wallet servers can't be reached."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 228 | There was a problem confirming your card. Check your internet connection and try again. |
jdonnelly | 982b06f | 2015-05-19 17:14:20 | [diff] [blame] | 229 | </message> |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 230 | <if expr="not is_ios"> |
| 231 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the credit card unmasking dialog."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 232 | Enter the CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 233 | </message> |
| 234 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for the credit card unmasking dialog when the credit card is expired."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 235 | Enter the expiration date and CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> to update your card details |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 236 | </message> |
| 237 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explaining what the user should do in the card unmasking dialog."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 238 | Once you confirm, your card details will be shared with this site |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 239 | </message> |
| 240 | </if> |
| 241 | <if expr="is_ios"> |
| 242 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the credit card unmasking dialog."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 243 | Confirm Card |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 244 | </message> |
| 245 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explaining what the user should do in the card unmasking dialog."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 246 | Enter the CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph>. Once you confirm, your card details will be shared with this site. |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 247 | </message> |
| 248 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED" desc="Text explaining what the user should do in the card unmasking dialog to update an expired card."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 249 | Enter the expiration date and CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> to update your card details. Once you confirm, your card details will be shared with this site. |
jdonnelly | 43e7be81 | 2016-04-26 22:38:34 | [diff] [blame] | 250 | </message> |
| 251 | </if> |
sdefresne | 194a90f | 2015-12-08 09:03:57 | [diff] [blame] | 252 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_CHECKBOX" desc="Text for checkbox in card unmasking dialog that allows user to store a Wallet card on their local device. If checked, the dialog won't show up again for the given credit card." formatter_data="android_java"> |
| 253 | Keep a copy of this card on this device |
| 254 | </message> |
| 255 | <if expr="not is_ios"> |
| 256 | <if expr="_google_chrome"> |
| 257 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_TOOLTIP" desc="Text that provides further explanation for checkbox in card unmasking dialog that allows user to store a Wallet card on their local device." formatter_data="android_java"> |
| 258 | If checked, Chrome will store a copy of your card on this device for faster form filling. |
| 259 | </message> |
| 260 | </if> |
| 261 | <if expr="not _google_chrome"> |
| 262 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_TOOLTIP" desc="Text that provides further explanation for checkbox in card unmasking dialog that allows user to store a Wallet card on their local device." formatter_data="android_java"> |
| 263 | If checked, Chromium will store a copy of your card on this device for faster form filling. |
| 264 | </message> |
| 265 | </if> |
| 266 | </if> |
| 267 | <if expr="is_ios"> |
| 268 | <if expr="_google_chrome"> |
| 269 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_TOOLTIP" desc="Text that provides further explanation on iOS for the option in the card unmasking dialog that allows user to store a Wallet card on their local device." formatter_data="android_java"> |
| 270 | If enabled, Chrome will store a copy of your card on this device for faster form filling. |
| 271 | </message> |
| 272 | </if> |
| 273 | <if expr="not _google_chrome"> |
| 274 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORAGE_TOOLTIP" desc="Text that provides further explanation on iOS for the option in the card unmasking dialog that allows user to store a Wallet card on their local device." formatter_data="android_java"> |
| 275 | If enabled, Chromium will store a copy of your card on this device for faster form filling. |
| 276 | </message> |
| 277 | </if> |
| 278 | </if> |
rouslan | 23c6e824 | 2016-04-20 00:04:19 | [diff] [blame] | 279 | <message name="IDS_AUTOFILL_CARD_UNMASK_CONFIRM_BUTTON" desc="Text for button that confirms the credit card CVC entry dialog."> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 280 | Confirm |
rouslan | 23c6e824 | 2016-04-20 00:04:19 | [diff] [blame] | 281 | </message> |
sdefresne | 194a90f | 2015-12-08 09:03:57 | [diff] [blame] | 282 | <message name="IDS_AUTOFILL_CARD_UNMASK_VERIFICATION_IN_PROGRESS" desc="Message displayed while credit card is being verified." formatter_data="android_java"> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 283 | Confirming card |
sdefresne | 194a90f | 2015-12-08 09:03:57 | [diff] [blame] | 284 | </message> |
| 285 | <message name="IDS_AUTOFILL_CARD_UNMASK_VERIFICATION_SUCCESS" desc="Message displayed after successful verification of credit card CVC." formatter_data="android_java"> |
jdonnelly | 47f009f0 | 2016-07-08 15:32:38 | [diff] [blame] | 286 | Your card is confirmed |
sdefresne | 194a90f | 2015-12-08 09:03:57 | [diff] [blame] | 287 | </message> |
| 288 | <message name="IDS_AUTOFILL_CARD_UNMASK_INVALID_EXPIRATION_DATE" desc="Error message to show when a user has input an invalid or old expiration date."> |
| 289 | The card is expired |
| 290 | </message> |
| 291 | <message name="IDS_AUTOFILL_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separator for a credit card expiration date, e.g. the slash in 05/16." formatter_data="android_java"> |
| 292 | / |
| 293 | </message> |
| 294 | <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link that prompts user to update their credit card after it may have been re-issued." formatter_data="android_java"> |
| 295 | New card? |
| 296 | </message> |
| 297 | <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/label text for credit card verification code in the requestAutocomplete dialog."> |
| 298 | CVC |
| 299 | </message> |
jdonnelly | 982b06f | 2015-05-19 17:14:20 | [diff] [blame] | 300 | |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 301 | </grit-part> |