Implements RLZTrackerDelegate on iOS.
[chromium-blink-merge.git] / components / autofill_strings.grdp
blobccd659709d90e73a78809f5514cd860f7493a07f
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the suggestions dropdown that clears an auto-filled form.">
5 Clear form
6 </message>
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form.">
8 This webpage has disabled automatic filling for this form.
9 </message>
10 <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.">
11 Automatic credit card filling is disabled because this form does not use a secure connection.
12 </message>
13 <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.">
14 Remove form suggestion from Chrome?
15 </message>
16 <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.">
17 Remove credit card from Chrome?
18 </message>
19 <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.">
20 Remove address from Chrome?
21 </message>
22 <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card name.">
23 American Express
24 </message>
25 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Express credit card.">
26 Amex
27 </message>
28 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name.">
29 Diners Club
30 </message>
31 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name.">
32 Discover
33 </message>
34 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name.">
35 JCB
36 </message>
37 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name.">
38 MasterCard
39 </message>
40 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card name.">
41 China UnionPay
42 </message>
43 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
44 Visa
45 </message>
46 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name.">
47 Card
48 </message>
49 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator character used to join multi-line addresses.">
50 , '''
51 </message>
52 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address.">
53 , '''
54 </message>
56 <!-- These are all variants of the same logical field: The major subdivision below the "country" level. -->
57 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State entry.">
58 State
59 </message>
60 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entry.">
61 Area
62 </message>
63 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry.">
64 County
65 </message>
66 <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Department entry.">
67 Department
68 </message>
69 <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the District entry.">
70 District
71 </message>
72 <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirate entry.">
73 Emirate
74 </message>
75 <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry.">
76 Island
77 </message>
78 <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry.">
79 Parish
80 </message>
81 <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Prefecture entry.">
82 Prefecture
83 </message>
84 <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Province entry.">
85 Province
86 </message>
87 <!-- End state variants. -->
89 <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP code entry.">
90 ZIP code
91 </message>
92 <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Postal code entry.">
93 Postal code
94 </message>
95 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTRY" desc="The label of the Country entry.">
96 Country
97 </message>
99 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for form elements when annotated with Autofill predictions.">
100 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>
101 server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>
102 field signature: <ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>
103 form signature: <ph name="FORM_SIGNATURE">$4<ex>1234567812345678</ex></ph>
104 experiment id: "<ph name="EXPERIMENT_ID">$5<ex>ar1</ex></ph>"
105 </message>
107 <!-- Autofill dialog: legal documents -->
108 <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.">
109 Privacy Policy
110 </message>
112 <if expr="_google_chrome">
113 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
114 Chrome Autofill settings...
115 </message>
116 </if>
117 <if expr="not _google_chrome">
118 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the Autofill popup to direct the user to the Autofill settings UI.">
119 Chromium Autofill settings...
120 </message>
121 </if>
123 <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.">
124 This type of card is not supported by Google Payments. Please select a different card.
125 </message>
126 <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.">
127 This type of card is not supported by Google Payments for this merchant. Please select a different card.
128 </message>
130 <!-- Autofill on OSX -->
131 <if expr="is_macosx">
132 <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.">
133 Enable Autofill using Contacts…
134 </message>
135 </if>
137 <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.">
138 Scan new card
139 </message>
141 <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.">
142 Use password for:
143 </message>
145 <!-- Autofill infobar -->
146 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Autofill credit card request infobar accept button.">
147 Save
148 </message>
149 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofill credit card request infobar deny button.">
150 Don't save
151 </message>
152 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofill credit card request infobar.">
153 Do you want Chrome to save this credit card information for completing web forms?
154 </message>
156 <!-- Autofill credit card unmask prompt -->
157 <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.">
158 Check your CVC and try again
159 </message>
160 <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.">
161 Check your expiration date and CVC and try again
162 </message>
163 <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.">
164 Chrome was unable to verify your card at this time. Please try again later.
165 </message>
166 <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.">
167 There was a problem verifying your card. Check your internet connection and try again.
168 </message>
169 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the credit card unmasking dialog.">
170 Verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph>
171 </message>
172 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for the credit card unmasking dialog when the credit card is expired.">
173 Update and verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph>
174 </message>
175 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explaining what the user should do in the card unmasking dialog.">
176 Enter the 3-digit CVC from the back of your card
177 </message>
178 <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.">
179 Enter the 4-digit CVC from the front of your card
180 </message>
181 <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.">
182 Enter the expiration date and 3-digit CVC from the back of your card
183 </message>
184 <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.">
185 Enter the expiration date and 4-digit CVC from the front of your card
186 </message>
188 </grit-part>