[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> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 14 | <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> |
| 15 | This webpage has disabled automatic filling for this form. |
| 16 | </message> |
| 17 | <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."> |
| 18 | Automatic credit card filling is disabled because this form does not use a secure connection. |
| 19 | </message> |
estade | c806c71f | 2015-05-18 20:51:13 | [diff] [blame] | 20 | <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."> |
| 21 | Remove form suggestion from Chrome? |
| 22 | </message> |
| 23 | <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 Chrome Autofill."> |
| 24 | Remove credit card from Chrome? |
| 25 | </message> |
| 26 | <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 Chrome Autofill."> |
| 27 | Remove address from Chrome? |
| 28 | </message> |
estade | d5c048a8 | 2015-02-21 00:49:37 | [diff] [blame] | 29 | <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card name."> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 30 | American Express |
| 31 | </message> |
estade | d5c048a8 | 2015-02-21 00:49:37 | [diff] [blame] | 32 | <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Express credit card."> |
| 33 | Amex |
| 34 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 35 | <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name."> |
| 36 | Diners Club |
| 37 | </message> |
| 38 | <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name."> |
| 39 | Discover |
| 40 | </message> |
| 41 | <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name."> |
| 42 | JCB |
| 43 | </message> |
| 44 | <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name."> |
| 45 | MasterCard |
| 46 | </message> |
[email protected] | 7e8d3aa | 2013-07-17 06:54:47 | [diff] [blame] | 47 | <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card name."> |
| 48 | China UnionPay |
| 49 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 50 | <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name."> |
| 51 | Visa |
| 52 | </message> |
estade | 1edeff8c | 2014-12-16 02:59:42 | [diff] [blame] | 53 | <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> |
| 54 | Card |
| 55 | </message> |
[email protected] | 24657d1 | 2013-11-20 05:55:26 | [diff] [blame] | 56 | <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] | 57 | , ''' |
| 58 | </message> |
| 59 | <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address."> |
| 60 | , ''' |
| 61 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 62 | |
| 63 | <!-- These are all variants of the same logical field: The major subdivision below the "country" level. --> |
| 64 | <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State entry."> |
| 65 | State |
| 66 | </message> |
| 67 | <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entry."> |
| 68 | Area |
| 69 | </message> |
| 70 | <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry."> |
| 71 | County |
| 72 | </message> |
| 73 | <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Department entry."> |
| 74 | Department |
| 75 | </message> |
| 76 | <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the District entry."> |
| 77 | District |
| 78 | </message> |
| 79 | <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirate entry."> |
| 80 | Emirate |
| 81 | </message> |
| 82 | <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry."> |
| 83 | Island |
| 84 | </message> |
| 85 | <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry."> |
| 86 | Parish |
| 87 | </message> |
| 88 | <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Prefecture entry."> |
| 89 | Prefecture |
| 90 | </message> |
| 91 | <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Province entry."> |
| 92 | Province |
| 93 | </message> |
| 94 | <!-- End state variants. --> |
| 95 | |
| 96 | <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP code entry."> |
| 97 | ZIP code |
| 98 | </message> |
| 99 | <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Postal code entry."> |
| 100 | Postal code |
| 101 | </message> |
| 102 | <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTRY" desc="The label of the Country entry."> |
| 103 | Country |
| 104 | </message> |
| 105 | |
mathp | a8c0d123 | 2015-10-01 21:04:02 | [diff] [blame] | 106 | <message translateable="false" name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for form elements when annotated with Autofill predictions."> |
| 107 | overall type: <ph name="OVERALL_TYPE">$1<ex>NAME_FIRST</ex></ph> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 108 | server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph> |
mathp | a8c0d123 | 2015-10-01 21:04:02 | [diff] [blame] | 109 | heuristic type: <ph name="HEURISTIC_TYPE">$3<ex>NAME_FIRST</ex></ph> |
| 110 | field signature: <ph name="FIELD_SIGNATURE">$4<ex>12345678</ex></ph> |
| 111 | form signature: <ph name="FORM_SIGNATURE">$5<ex>1234567812345678</ex></ph> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 112 | </message> |
| 113 | |
| 114 | <!-- Autofill dialog: legal documents --> |
| 115 | <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."> |
| 116 | Privacy Policy |
| 117 | </message> |
| 118 | |
[email protected] | b2dc984a | 2014-08-15 09:29:46 | [diff] [blame] | 119 | <if expr="_google_chrome"> |
| 120 | <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI."> |
| 121 | Chrome Autofill settings... |
| 122 | </message> |
| 123 | </if> |
| 124 | <if expr="not _google_chrome"> |
| 125 | <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI."> |
| 126 | Chromium Autofill settings... |
| 127 | </message> |
| 128 | </if> |
rouslan | 7647c0a | 2015-09-21 22:12:11 | [diff] [blame] | 129 | <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."> |
| 130 | settings |
| 131 | </message> |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 132 | |
estade | 95462a7c | 2015-05-29 20:48:51 | [diff] [blame] | 133 | <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."> |
| 134 | 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] | 135 | </message> |
estade | 95462a7c | 2015-05-29 20:48:51 | [diff] [blame] | 136 | <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."> |
| 137 | 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] | 138 | </message> |
| 139 | |
[email protected] | 8527a78f | 2014-06-12 12:49:15 | [diff] [blame] | 140 | <!-- Autofill on OSX --> |
| 141 | <if expr="is_macosx"> |
| 142 | <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."> |
| 143 | Enable Autofill using Contacts… |
| 144 | </message> |
| 145 | </if> |
| 146 | |
rouslan | 497109da | 2014-11-26 20:30:34 | [diff] [blame] | 147 | <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."> |
| 148 | Scan new card |
| 149 | </message> |
| 150 | |
jww | 1d7e800d | 2014-12-09 21:02:37 | [diff] [blame] | 151 | <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."> |
| 152 | Use password for: |
| 153 | </message> |
| 154 | |
pritam.nikam | 2cd65ab9 | 2015-01-13 08:13:02 | [diff] [blame] | 155 | <!-- Autofill infobar --> |
| 156 | <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Autofill credit card request infobar accept button."> |
estade | 6b081363 | 2015-04-08 19:28:03 | [diff] [blame] | 157 | Save |
pritam.nikam | 2cd65ab9 | 2015-01-13 08:13:02 | [diff] [blame] | 158 | </message> |
| 159 | <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofill credit card request infobar deny button."> |
| 160 | Don't save |
| 161 | </message> |
| 162 | <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofill credit card request infobar."> |
| 163 | Do you want Chrome to save this credit card information for completing web forms? |
| 164 | </message> |
| 165 | |
bondd | 052b5f8 | 2015-10-28 22:39:32 | [diff] [blame^] | 166 | <!-- Autofill save credit card bubble --> |
| 167 | <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_ACCEPT" desc="Text to show for the Autofill save credit card bubble accept button."> |
| 168 | Save |
| 169 | </message> |
| 170 | <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_DENY" desc="Text to show for the Autofill save credit card bubble deny button."> |
| 171 | No thanks |
| 172 | </message> |
| 173 | <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_TITLE_LOCAL" desc="Title text for the Autofill save card bubble when the card is to be saved locally."> |
| 174 | Do you want to save this card with Chrome? |
| 175 | </message> |
| 176 | |
jdonnelly | 982b06f | 2015-05-19 17:14:20 | [diff] [blame] | 177 | <!-- Autofill credit card unmask prompt --> |
| 178 | <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."> |
| 179 | Check your CVC and try again |
| 180 | </message> |
| 181 | <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."> |
| 182 | Check your expiration date and CVC and try again |
| 183 | </message> |
| 184 | <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."> |
| 185 | Chrome was unable to verify your card at this time. Please try again later. |
| 186 | </message> |
| 187 | <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."> |
| 188 | There was a problem verifying your card. Check your internet connection and try again. |
| 189 | </message> |
| 190 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the credit card unmasking dialog."> |
| 191 | Verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> |
| 192 | </message> |
| 193 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for the credit card unmasking dialog when the credit card is expired."> |
| 194 | Update and verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> |
| 195 | </message> |
| 196 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explaining what the user should do in the card unmasking dialog."> |
| 197 | Enter the 3-digit CVC from the back of your card |
| 198 | </message> |
| 199 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_AMEX" desc="Text explaining what the user should do in the card unmasking dialog for amex cards."> |
| 200 | Enter the 4-digit CVC from the front of your card |
| 201 | </message> |
| 202 | <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."> |
| 203 | Enter the expiration date and 3-digit CVC from the back of your card |
| 204 | </message> |
| 205 | <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED_AMEX" desc="Text explaining what the user should do in the card unmasking dialog to update an expired amex card."> |
| 206 | Enter the expiration date and 4-digit CVC from the front of your card |
| 207 | </message> |
| 208 | |
[email protected] | c2bceb7 | 2013-06-23 14:11:04 | [diff] [blame] | 209 | </grit-part> |