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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 <message translateable="false" name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc
="The title for form elements when annotated with Autofill predictions."> | 137 <message translateable="false" name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc
="The title for form elements when annotated with Autofill predictions."> |
138 overall type: <ph name="OVERALL_TYPE">$1<ex>NAME_FIRST</ex></ph> | 138 overall type: <ph name="OVERALL_TYPE">$1<ex>NAME_FIRST</ex></ph> |
139 server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph> | 139 server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph> |
140 heuristic type: <ph name="HEURISTIC_TYPE">$3<ex>NAME_FIRST</ex></ph> | 140 heuristic type: <ph name="HEURISTIC_TYPE">$3<ex>NAME_FIRST</ex></ph> |
141 label: <ph name="LABEL">$4<ex>SOME LABEL</ex></ph> | 141 label: <ph name="LABEL">$4<ex>SOME LABEL</ex></ph> |
142 parseable name: <ph name="PARSEABLE_NAME">$5<ex>SOME_NAME</ex></ph> | 142 parseable name: <ph name="PARSEABLE_NAME">$5<ex>SOME_NAME</ex></ph> |
143 field signature: <ph name="FIELD_SIGNATURE">$6<ex>12345678</ex></ph> | 143 field signature: <ph name="FIELD_SIGNATURE">$6<ex>12345678</ex></ph> |
144 form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph> | 144 form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph> |
145 </message> | 145 </message> |
146 | 146 |
147 <!-- Autofill dialog: legal documents --> | |
148 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e
xtra link that is appended to the end of whatever other legal documents need to
be accepted or updated."> | |
149 Privacy Policy | |
150 </message> | |
151 | |
152 <if expr="_google_chrome"> | 147 <if expr="_google_chrome"> |
153 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A
utofill popup to direct the user to the Autofill settings UI."> | 148 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A
utofill popup to direct the user to the Autofill settings UI."> |
154 Chrome Autofill settings... | 149 Chrome Autofill settings... |
155 </message> | 150 </message> |
156 </if> | 151 </if> |
157 <if expr="not _google_chrome"> | 152 <if expr="not _google_chrome"> |
158 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The label of the text displ
ayed in the Autofill popup to direct the user to the Autofill settings UI."> | 153 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The label of the text displ
ayed in the Autofill popup to direct the user to the Autofill settings UI."> |
159 Chromium Autofill settings... | 154 Chromium Autofill settings... |
160 </message> | 155 </message> |
161 </if> | 156 </if> |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 <message name="IDS_AUTOFILL_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separ
ator for a credit card expiration date, e.g. the slash in 05/16." formatter_data
="android_java"> | 335 <message name="IDS_AUTOFILL_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separ
ator for a credit card expiration date, e.g. the slash in 05/16." formatter_data
="android_java"> |
341 / | 336 / |
342 </message> | 337 </message> |
343 <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"> | 338 <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"> |
344 New card? | 339 New card? |
345 </message> | 340 </message> |
346 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 341 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
347 CVC | 342 CVC |
348 </message> | 343 </message> |
349 | 344 |
| 345 <!-- Validation --> |
| 346 <message name="IDS_AUTOFILL_VALIDATION_INVALID_NAME" desc="Message displayed t
o user when name validation fails."> |
| 347 Invalid name. |
| 348 </message> |
| 349 <message name="IDS_AUTOFILL_VALIDATION_INVALID_CREDIT_CARD_NUMBER" desc="Messa
ge displayed to user when credit card number validation fails."> |
| 350 Invalid card number. |
| 351 </message> |
| 352 <message name="IDS_AUTOFILL_VALIDATION_INVALID_CREDIT_CARD_EXPIRATION_DATE" de
sc="Message displayed to user when the credit card expiration date is in an inva
lid format."> |
| 353 Invalid expiration date. |
| 354 </message> |
| 355 <message name="IDS_AUTOFILL_VALIDATION_INVALID_CREDIT_CARD_EXPIRATION_YEAR" de
sc="Message displayed to user when the credit card expiration year is in an inva
lid format."> |
| 356 Invalid expiration year. |
| 357 </message> |
| 358 <message name="IDS_AUTOFILL_VALIDATION_INVALID_CREDIT_CARD_EXPIRATION_MONTH" d
esc="Message displayed to user when the credit card expiration month is in an in
valid format."> |
| 359 Invalid expiration month. |
| 360 </message> |
| 361 <message name="IDS_AUTOFILL_VALIDATION_INVALID_CREDIT_CARD_EXPIRED" desc="Mess
age displayed to user when the credit card is expired."> |
| 362 The card is expired. |
| 363 </message> |
| 364 |
350 <!-- Payment Request --> | 365 <!-- Payment Request --> |
351 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_NAME" desc="The name
of the Order Summary section in the Payment Sheet of the Payment Request dialog.
"> | 366 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_NAME" desc="The name
of the Order Summary section in the Payment Sheet of the Payment Request dialog.
"> |
352 Order summary | 367 Order summary |
353 </message> | 368 </message> |
354 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_TOTAL_FORMAT" desc="T
he format specifier of the Total label in the Order Summary section of the Payme
nt Sheet of the Payment Request dialog."> | 369 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_TOTAL_FORMAT" desc="T
he format specifier of the Total label in the Order Summary section of the Payme
nt Sheet of the Payment Request dialog."> |
355 <ph name="TOTAL_LABEL">$1<ex>Total</ex></ph> <ph name="CURRENCY_CODE">$2<ex>
USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUNT">$3<ex>$ 12.34</ex></ph> | 370 <ph name="TOTAL_LABEL">$1<ex>Total</ex></ph> <ph name="CURRENCY_CODE">$2<ex>
USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUNT">$3<ex>$ 12.34</ex></ph> |
356 </message> | 371 </message> |
357 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHOD_SECTION_NAME" desc="The name
of the Payment Method section in the Payment Sheet of the Payment Request dialo
g."> | 372 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHOD_SECTION_NAME" desc="The name
of the Payment Method section in the Payment Sheet of the Payment Request dialo
g."> |
358 Payment | 373 Payment |
359 </message> | 374 </message> |
360 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SHEET_TOTAL_FORMAT" desc="The
format specifier of the Total label in the Order Summary Sheet of the Payment R
equest dialog."> | 375 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SHEET_TOTAL_FORMAT" desc="The
format specifier of the Total label in the Order Summary Sheet of the Payment R
equest dialog."> |
361 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN
T">$2<ex>$ 12.34</ex></ph> | 376 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN
T">$2<ex>$ 12.34</ex></ph> |
362 </message> | 377 </message> |
363 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th
e Shipping Address section in the Payment Sheet of the Payment Request dialog."> | 378 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th
e Shipping Address section in the Payment Sheet of the Payment Request dialog."> |
364 Shipping address | 379 Shipping address |
365 </message> | 380 </message> |
366 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o
f the Contact Info section in the Payment Sheet of the Payment Request dialog."> | 381 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o
f the Contact Info section in the Payment Sheet of the Payment Request dialog."> |
367 Contact info | 382 Contact info |
368 </message> | 383 </message> |
369 </grit-part> | 384 </grit-part> |
OLD | NEW |