blob: 5c3061f09013b0c21bbe8d762b72025c85153a70 [file] [log] [blame]
[email protected]c2bceb72013-06-23 14:11:041<?xml version="1.0" encoding="utf-8"?>
2<grit-part>
3
bondd7a172d92015-07-30 19:56:484 <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>
Lei Zhang79ceb2c92019-05-14 13:26:3214
15 <if expr="is_android or is_ios">
16 <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">
17 Clear copy
18 </message>
19 </if>
20
[email protected]c2bceb72013-06-23 14:11:0421 <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.">
22 Automatic credit card filling is disabled because this form does not use a secure connection.
23 </message>
mathp4d08afd62016-07-08 19:54:1024 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown alongside credit card suggestions to get people to sign in.">
sebsgeb6f7592016-09-20 04:42:3425 To use cards from your Google Account, sign in to Chrome
mathp4d08afd62016-07-08 19:54:1026 </message>
bondd090dac42015-11-04 18:48:4427 <if expr="_google_chrome">
28 <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.">
29 Remove form suggestion from Chrome?
30 </message>
31 <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.">
32 Remove credit card from Chrome?
33 </message>
34 <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.">
35 Remove address from Chrome?
36 </message>
37 </if>
38 <if expr="not _google_chrome">
39 <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.">
40 Remove form suggestion from Chromium?
41 </message>
42 <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.">
43 Remove credit card from Chromium?
44 </message>
45 <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.">
46 Remove address from Chromium?
47 </message>
48 </if>
rouslan80b5895d2016-07-18 18:11:0049 <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card name." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0450 American Express
51 </message>
estaded5c048a82015-02-21 00:49:3752 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Express credit card.">
53 Amex
54 </message>
rouslan80b5895d2016-07-18 18:11:0055 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0456 Diners Club
57 </message>
rouslan80b5895d2016-07-18 18:11:0058 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0459 Discover
60 </message>
Peter Wena03ea152017-08-24 18:42:3961 <message name="IDS_AUTOFILL_CC_ELO" desc="Elo credit card name.">
jiahuiguofa818332017-06-01 17:09:4562 Elo
63 </message>
Lakshmi Kumar Dabbiruee22004e2018-06-01 01:52:2764 <message name="IDS_AUTOFILL_CC_GOOGLE_PAY" desc="Google pay brand name">
65 Google Pay
66 </message>
rouslan80b5895d2016-07-18 18:11:0067 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0468 JCB
69 </message>
jiahuiguob65043762017-05-22 18:52:3070 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="Mastercard credit card name." formatter_data="android_java">
71 Mastercard
[email protected]c2bceb72013-06-23 14:11:0472 </message>
sense33df534e2016-11-29 21:59:4473 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_data="android_java">
74 Mir
75 </message>
rouslan80b5895d2016-07-18 18:11:0076 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card name." formatter_data="android_java">
[email protected]7e8d3aa2013-07-17 06:54:4777 China UnionPay
78 </message>
rouslan80b5895d2016-07-18 18:11:0079 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0480 Visa
81 </message>
estade1edeff8c2014-12-16 02:59:4282 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name.">
83 Card
84 </message>
gogerald3458e462016-11-18 21:00:1985 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address." formatter_data="android_java">
[email protected]c2bceb72013-06-23 14:11:0486 , '''
87 </message>
[email protected]c2bceb72013-06-23 14:11:0488
89 <!-- These are all variants of the same logical field: The major subdivision below the "country" level. -->
90 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State entry.">
91 State
92 </message>
93 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entry.">
94 Area
95 </message>
96 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry.">
97 County
98 </message>
99 <message name="IDS_AUTOFILL_FIELD_LABEL_DEPARTMENT" desc="The label of the Department entry.">
100 Department
101 </message>
102 <message name="IDS_AUTOFILL_FIELD_LABEL_DISTRICT" desc="The label of the District entry.">
103 District
104 </message>
105 <message name="IDS_AUTOFILL_FIELD_LABEL_EMIRATE" desc="The label of the Emirate entry.">
106 Emirate
107 </message>
108 <message name="IDS_AUTOFILL_FIELD_LABEL_ISLAND" desc="The label of the Island entry.">
109 Island
110 </message>
111 <message name="IDS_AUTOFILL_FIELD_LABEL_PARISH" desc="The label of the Parish entry.">
112 Parish
113 </message>
114 <message name="IDS_AUTOFILL_FIELD_LABEL_PREFECTURE" desc="The label of the Prefecture entry.">
115 Prefecture
116 </message>
117 <message name="IDS_AUTOFILL_FIELD_LABEL_PROVINCE" desc="The label of the Province entry.">
118 Province
119 </message>
120 <!-- End state variants. -->
121
122 <message name="IDS_AUTOFILL_FIELD_LABEL_ZIP_CODE" desc="The label of the ZIP code entry.">
123 ZIP code
124 </message>
125 <message name="IDS_AUTOFILL_FIELD_LABEL_POSTAL_CODE" desc="The label of the Postal code entry.">
126 Postal code
127 </message>
[email protected]c2bceb72013-06-23 14:11:04128
Mohamed Amir Yosef8b6232d92019-12-05 13:48:06129 <message name="IDS_AUTOFILL_HIDE_SUGGESTIONS" desc="The text displayed at the Autofill popup to allow the user to hide the suggestions menu." meaning="Hides the suggestion list.">
130 Hide suggestions
131 </message>
132
Fabio Tirelo130805d2018-04-23 20:35:52133 <message name="IDS_AUTOFILL_MANAGE" desc="The text displayed at the bottom of the Autofill popup to allow the user to manage their Autofill preferences for addresses, credit cards, and passwords. Imperative. When the user clicks on it, opens the Autofill settings page." meaning="Manage addresses, credit cards and passwords in the user profile that can be used by Chrome Autofill.">
134 Manage...
135 </message>
136
137 <message name="IDS_AUTOFILL_MANAGE_ADDRESSES" desc="The text displayed at the bottom of the Autofill popup to allow the user to manage their Autofill preferences for addresses. Imperative. When the user clicks on it, opens the Autofill settings page." meaning="Manage addresses in the user profile that can be used by Chrome Autofill.">
138 Manage addresses...
139 </message>
140
141 <message name="IDS_AUTOFILL_MANAGE_PAYMENT_METHODS" desc="The text displayed at the bottom of the Autofill popup to allow the user to manage their Autofill preferences for payment methods like credit cards/debit cards. Imperative. When the user clicks on it, opens the Autofill settings page." meaning="Manage the payment methods in the user profile that can be used by Chrome Autofill.">
142 Manage payment methods...
143 </message>
144
145 <message name="IDS_AUTOFILL_MANAGE_PASSWORDS" desc="The text displayed at the bottom of the Autofill popup to allow the user to manage passwords that can be used by Chrome Autofill. Imperative. When the user clicks on it, opens the Passwords section of the Settings page." meaning="Manage passwords in the user profile that can be used by Chrome Autofill.">
146 Manage passwords...
147 </message>
148
rouslan2cd2a472016-09-09 21:06:50149 <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." formatter_data="android_java">
rouslan497109da2014-11-26 20:30:34150 Scan new card
151 </message>
152
Tatiana Gornake062dd12017-10-04 13:00:09153 <if expr="not use_titlecase">
melandory04fc429c2017-07-28 11:51:32154 <message name="IDS_AUTOFILL_SHOW_ALL_SAVED_FALLBACK" desc="The text shown as an option in the suggestion drop down when a password field is clicked">
Tatiana Gornak7d7b4b92017-09-27 12:32:49155 Show all saved passwords
melandory04fc429c2017-07-28 11:51:32156 </message>
Tatiana Gornake062dd12017-10-04 13:00:09157 </if>
158 <if expr="use_titlecase">
Peter Boström77f472e2018-02-15 16:10:08159 <message name="IDS_AUTOFILL_SHOW_ALL_SAVED_FALLBACK" desc="In Title Case: The text shown as an option in the suggestion drop down when a password field is clicked">
Tatiana Gornakeb7f63db2017-11-14 13:29:23160 Show All Saved Passwords
Tatiana Gornake062dd12017-10-04 13:00:09161 </message>
162 </if>
Tatiana Gornak4edbf862017-09-19 11:08:06163
sebsg49d475912018-11-27 16:07:03164 <message name="IDS_AUTOFILL_SHOW_ACCOUNT_CARDS" desc="Text shown as an option in the Autofill dropdown. Imperative. When clicked, additional payment cards (e.g., credit/debit cards) that were previously saved in the user's Google Account will be added to the list of suggestions being displayed.">
165 Show cards from your Google Account
166 </message>
167
Mathieu Perreault15608f32018-12-20 15:26:15168 <if expr="not is_android">
169 <message name="IDS_AUTOFILL_POPUP_ACCESSIBLE_NODE_DATA" desc="The accessibility text to speak when we display an autofill popup.">
170 Autofill
171 </message>
siyua59f08db2018-07-11 22:25:53172 </if>
173
Caitlin Fischer75ed3922019-04-15 15:11:39174 <!-- Autofill suggestion label separator -->
175 <message name="IDS_AUTOFILL_SUGGESTION_LABEL_SEPARATOR" desc="A separator to place between different elements of a suggestion's label. Labels sometimes have more than one type of information, such as a phone number and an email address or a street address, a phone number, and an email address. A symbol, in this case a bullet •, with a white space before it and a white space after it, is used to separate the parts of the label that appear on the same line, e.g. (877) 733-7699 • [email protected] or 465 Huntington Ave • (617) 267-9300 • [email protected]. A bullet • is preferred for separating the label parts; however, if the bullet • resembles another symbol in the language, please translate the bullet • as a symbol (A) that is not easily mistaken for a number or letter in the language and (B) that is typically used to separate elements.">
176 ''' • '''</message>
Caitlin Fischer5d0bff4d2019-03-20 13:03:54177
jiahuiguo43b12252017-02-13 21:17:34178 <!-- Autofill credit card suggestion popup -->
rouslanacfb6cff2016-01-14 20:10:42179 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviated label for credit card expiration date. [CHAR-LIMIT=32]">
180 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEAR">$2<ex>17</ex></ph>
181 </message>
Fabio Tirelo1228df82018-07-23 18:51:11182 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR_V2" desc="Abbreviated label for credit card expiration date. Please translate the date as either YY/MM or MM/YY depending on how credit card expiration dates are more commonly presented in your locale. [CHAR-LIMIT=32]" meaning="Label for credit card expiration date for the save card dialog.">
Fabio Tirelo3a600af12018-06-12 17:34:48183 <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEAR">$2<ex>17</ex></ph>
184 </message>
rouslanacfb6cff2016-01-14 20:10:42185
Tien Maibd543e32018-09-24 16:50:44186 <message name="IDS_AUTOFILL_CREDIT_CARD_TWO_LINE_LABEL_FROM_NAME" desc="Second line label for the autofill credit card popup when the name is selected. This text will appear below the cardholder name. [CHAR-LIMIT=32]">
Caitlin Fischerd386ebe2019-05-31 03:05:58187 <ph name="CREDIT_CARD">$1<ex>Visa ••••5679</ex></ph>, expires on <ph name="EXPIRATION_DATE_ABBR">$2<ex>06/17</ex></ph>
Tien Maibd543e32018-09-24 16:50:44188 </message>
189 <message name="IDS_AUTOFILL_CREDIT_CARD_TWO_LINE_LABEL_FROM_CARD_NUMBER" desc="Second line label for the autofill credit card popup when the card number is selected. This text will appear below the credit card number. [CHAR-LIMIT=32]">
190 Expires on <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>
191 </message>
csashi9ecb43872016-12-12 23:44:06192
madfaf8e1e2017-05-10 11:30:02193 <message name="IDS_AUTOFILL_LOADING_REGIONS" desc="The string to display in the regions combobox while loading the region data.">
mad5044aac2017-03-14 20:42:52194 Loading...
195 </message>
madfaf8e1e2017-05-10 11:30:02196 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet.">
197 Select
198 </message>
mad5022bd5a2017-05-19 14:45:09199 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in comboboxes when no addresses are available.">
200 No saved addresses
madfaf8e1e2017-05-10 11:30:02201 </message>
Mathieu Perreault96ecd882017-07-18 20:18:37202
Moe Ahmadif471e842018-08-13 21:20:37203 <!-- Autofill settings -->
204 <message name="IDS_AUTOFILL_ADDRESSES" desc="Title for the list of addresses that chrome has saved for use in filling in forms.">
205 Addresses
206 </message>
Fabio Tirelof7714ff2018-08-30 21:20:26207 <message name="IDS_AUTOFILL_ENABLE_PROFILES_TOGGLE_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether addresses should be saved and forms should be autofilled with them." formatter_data="android_java">
Moe Ahmadi2e7b9302018-08-22 23:49:53208 Includes information like phone numbers, email addresses, and shipping addresses
209 </message>
Fabio Tirelof7714ff2018-08-30 21:20:26210 <message name="IDS_AUTOFILL_ENABLE_CREDIT_CARDS_TOGGLE_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether credit cards should be saved and forms should be autofilled with it." formatter_data="android_java">
Moe Ahmadi22a175c2018-10-12 16:57:05211 Fills in payment forms with your saved payment methods
Moe Ahmadi2e7b9302018-08-22 23:49:53212 </message>
Moe Ahmadif471e842018-08-13 21:20:37213 <if expr="not is_ios">
214 <then>
Fabio Tirelof7714ff2018-08-30 21:20:26215 <message name="IDS_AUTOFILL_ADDRESSES_SETTINGS_TITLE" desc="Title for the Autofill settings page that allows user to manage their list of saved addresses and Autofill preferences for addresses. Sentence-Cased." formatter_data="android_java">
Moe Ahmadi2e7b9302018-08-22 23:49:53216 Addresses and more
217 </message>
Fabio Tirelof7714ff2018-08-30 21:20:26218 <message name="IDS_AUTOFILL_PAYMENT_METHODS" desc="Title for the list of saved payment methods that can be used to fill in forms. Also used as the title for the Autofill settings page that allows user to manage their list of saved payment methods and Autofill preferences for payment methods. Sentence-Cased." formatter_data="android_java">
Moe Ahmadif471e842018-08-13 21:20:37219 Payment methods
220 </message>
Fabio Tirelof7714ff2018-08-30 21:20:26221 <message name="IDS_AUTOFILL_ENABLE_PROFILES_TOGGLE_LABEL" desc="Label for a toggle that allows users to control whether addresses should be saved and forms should be autofilled with them. Sentence-Cased." formatter_data="android_java">
Fabio Tirelo32c9ffb2018-08-30 23:51:38222 Save and fill addresses
Moe Ahmadif471e842018-08-13 21:20:37223 </message>
Fabio Tirelof7714ff2018-08-30 21:20:26224 <message name="IDS_AUTOFILL_ENABLE_CREDIT_CARDS_TOGGLE_LABEL" desc="Label for a toggle that allows users to control whether credit cards should be saved and forms should be autofilled with it. Sentence-Cased." formatter_data="android_java">
Fabio Tirelo32c9ffb2018-08-30 23:51:38225 Save and fill payment methods
Moe Ahmadif471e842018-08-13 21:20:37226 </message>
Manas Verma028b12c52019-09-23 20:14:59227 <!-- WebAuthn titles -->
228 <if expr="is_macosx">
229 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_LABEL" desc="The product name of the fingerprint reader on macOS. Label for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking. Title-Cased.">
230 Touch ID
231 </message>
232 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking on macOS. Sentence-Cased.">
siyua69ded10d2019-12-06 20:55:35233 Use Touch ID to confirm cards faster
Manas Verma028b12c52019-09-23 20:14:59234 </message>
235 </if>
236 <if expr="is_win">
237 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_LABEL" desc="The product name of the authentication system on Windows. Label for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking. Title-Cased.">
238 Windows Hello
239 </message>
240 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking on Windows. Sentence-Cased.">
siyua69ded10d2019-12-06 20:55:35241 Use Windows Hello to confirm cards faster
Manas Verma028b12c52019-09-23 20:14:59242 </message>
243 </if>
244 <if expr="is_android">
245 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_LABEL" desc="The authentication mechanism on Android. Label for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking. Title-Cased.">
246 Screen lock
247 </message>
248 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking for Android. Sentence-Cased.">
siyua69ded10d2019-12-06 20:55:35249 Use screen lock to confirm cards faster
Manas Verma028b12c52019-09-23 20:14:59250 </message>
251 </if>
252 <if expr="not is_macosx and not is_win and not is_android">
253 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_LABEL" desc="Label for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking. Title-Cased.">
254 Biometrics
255 </message>
256 <message name="IDS_ENABLE_CREDIT_CARD_FIDO_AUTH_SUBLABEL" desc="Sublabel for a toggle that allows users to control whether or not to use FIDO authentication for credit card unmasking. Sentence-Cased.">
siyua69ded10d2019-12-06 20:55:35257 This feature is not available on your device
Manas Verma028b12c52019-09-23 20:14:59258 </message>
259 </if>
Moe Ahmadif471e842018-08-13 21:20:37260 </then>
261 <else>
Moe Ahmadi2e7b9302018-08-22 23:49:53262 <message name="IDS_AUTOFILL_ADDRESSES_SETTINGS_TITLE" desc="Title for the Autofill settings page that allows user to manage their list of saved addresses and Autofill preferences for addresses. Title-Cased.">
263 Addresses and More
264 </message>
265 <message name="IDS_AUTOFILL_PAYMENT_METHODS" desc="Title for the list of saved payment methods that can be used to fill in forms. Also used as the title for the Autofill settings page that allows user to manage their list of saved payment methods and Autofill preferences for payment methods. Title-Cased.">
Moe Ahmadif471e842018-08-13 21:20:37266 Payment Methods
267 </message>
268 <message name="IDS_AUTOFILL_ENABLE_PROFILES_TOGGLE_LABEL" desc="Label for a toggle that allows users to control whether addresses should be saved and forms should be autofilled with them. Title-Cased.">
Fabio Tirelo32c9ffb2018-08-30 23:51:38269 Save and Fill Addresses
Moe Ahmadif471e842018-08-13 21:20:37270 </message>
271 <message name="IDS_AUTOFILL_ENABLE_CREDIT_CARDS_TOGGLE_LABEL" desc="Label for a toggle that allows users to control whether credit cards should be saved and forms should be autofilled with it. Title-Cased.">
Fabio Tirelo32c9ffb2018-08-30 23:51:38272 Save and Fill Payment Methods
Moe Ahmadif471e842018-08-13 21:20:37273 </message>
274 </else>
275 </if>
276
Mathieu Perreault96ecd882017-07-18 20:18:37277 <!-- Autofill/Wallet integration preferences -->
Moe Ahmadi86055192018-07-31 18:41:34278 <if expr="not is_ios">
279 <then>
280 <message name="IDS_AUTOFILL_ENABLE_PAYMENTS_INTEGRATION_CHECKBOX_LABEL" desc="Label for the checkbox that controls the Autofill/Payments integration feature used for Autofill Home. 'Google Pay' should not be translated as it is the product name. Sentence-Cased.">
281 Payment methods and addresses using Google Pay
282 </message>
283 </then>
284 <else>
285 <message name="IDS_AUTOFILL_ENABLE_PAYMENTS_INTEGRATION_CHECKBOX_LABEL" desc="Label for the checkbox that controls the Autofill/Payments integration feature used for Autofill Home. 'Google Pay' should not be translated as it is the product name. Title-Cased.">
286 Payment Methods and Addresses Using Google Pay
287 </message>
288 </else>
289 </if>
Jared Saul958df282019-04-02 23:29:48290
Tommy Martinoca7902e2019-05-16 22:47:40291 <!-- Manual filling (keyboard accessory) strings -->
292 <if expr="is_android">
293 <message name="IDS_MANUAL_FILLING_CREDIT_CARD_SHEET_TITLE" desc="Title shown at the top of a sheet where users can select indiviual data pieces (e.g., the cardholder name) related to their stored payment methods (e.g., credit cards) to fill that data piece into the focused form field. Sentence-cased.">
294 Payment methods
295 </message>
Friedrich Horschigb33702c2019-05-24 14:56:54296 <message name="IDS_MANUAL_FILLING_CREDIT_CARD_SHEET_ALL_ADDRESSES_LINK" desc="The text of the link in the address sheet that opens the address management section.">
297 Manage payment methods
298 </message>
Tommy Martinof712e362019-06-26 14:45:02299 <message name="IDS_MANUAL_FILLING_CREDIT_CARD_SHEET_EMPTY_MESSAGE" desc="Message indicating that no payment methods (e.g., credit cards) are available for filling.">
300 No saved payment methods
301 </message>
Friedrich Horschig6b305d12019-05-24 11:34:48302 <message name="IDS_AUTOFILL_ADDRESS_SHEET_EMPTY_MESSAGE" desc="Message indicating that no addresses are available for filling.">
303 No saved addresses
304 </message>
305 <message name="IDS_AUTOFILL_ADDRESS_SHEET_ALL_ADDRESSES_LINK" desc="The text of the link in the address sheet that opens the address management section.">
306 Manage addresses
307 </message>
Tommy Martinoca7902e2019-05-16 22:47:40308 </if>
309
[email protected]c2bceb72013-06-23 14:11:04310</grit-part>