Chromium Code Reviews| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 236 Do you want to save this card to your Google Account? | 236 Do you want to save this card to your Google Account? |
| 237 </message> | 237 </message> |
| 238 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana tion 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 inf obar."> | 238 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana tion 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 inf obar."> |
| 239 Pay quickly on sites and apps across devices using cards you have saved with Google. | 239 Pay quickly on sites and apps across devices using cards you have saved with Google. |
| 240 </message> | 240 </message> |
| 241 | 241 |
| 242 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> | 242 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> |
| 243 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> | 243 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> |
| 244 </message> | 244 </message> |
| 245 | 245 |
| 246 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_LABEL_AND_ABBR" desc=" text displayed in the Autofill Credit Card popup before the credit card expirati on date and the abbreviated expiration date."> | 246 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_LABEL_AND_ABBR" desc=" Text displayed in the Autofill Credit Card popup before the credit card expirati on date and the abbreviated expiration date."> |
| 247 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph> | 247 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph> |
| 248 </message> | 248 </message> |
| 249 | 249 |
| 250 <message name="IDS_AUTOFILL_CREDIT_CARD_EXP_AND_LAST_USED_DATE_DETAIL" desc="T ext displayed in the Autofill Credit Card popup to indicate the credit card expi ration date and the date when this card was last used."> | |
| 251 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used: <ph n ame="LAST_USED_DATE_DETAIL">$2<ex>Feb. 10, 10:00 AM</ex></ph> | |
| 252 </message> | |
| 253 | |
| 254 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE_DETAIL" desc="Text disp layed in the Autofill Credit Card popup to indicate the date when this card was last used."> | |
| 255 Last used: <ph name="LAST_USED_Date_WITH_DETAIL">$1<ex>Feb. 10, 10:00 AM</ex ></ph> | |
| 256 </message> | |
| 257 | |
| 258 <message name="IDS_AUTOFILL_CREDIT_CARD_EXP_AND_LAST_USED_DATE" desc="Text dis played in the Autofill Credit Card popup to indicate the credit card expiration date and the date when this card was last used."> | |
| 259 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used: <ph n ame="LAST_USED_DATE_NO_DETAIL">$2<ex>Jan 10</ex></ph> | |
| 260 </message> | |
| 261 | |
| 262 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE" desc="Text displayed i n the Autofill Credit Card popup to indicate the date when this card was last us ed."> | |
| 263 Last used: <ph name="LAST_USED_MONTH">$1<ex>Jan 10</ex></ph> | |
| 264 </message> | |
| 265 | |
| 266 <message name="IDS_AUTOFILL_CREDIT_CARD_EXP_AND_ADDED_DATE" desc="Text display ed in the Autofill Credit Card popup to indicate the credit card expiration date and the date when this card was added to autofill."> | |
| 267 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, added to Chrome: <ph name="Added_TO_AUTOFILL_MONTH">$2<ex>Jan 10</ex></ph> | |
| 268 </message> | |
| 269 | |
| 270 <message name="IDS_AUTOFILL_CREDIT_CARD_ADDED_DATE" desc="Text displayed in th e Autofill Credit Card popup to indicate the date when this card was added to au tofill."> | |
| 271 Added to Chrome: <ph name="Added_TO_AUTOFILL_MONTH">$1<ex>Jan 10</ex></ph> | |
| 272 </message> | |
| 273 | |
| 274 <message name="IDS_AUTOFILL_CREDIT_CARD_EXP_AND_LAST_USED_YEAR_AGO" desc="Text displayed in the Autofill Credit Card popup to indicate the credit card expirat ion date and this card was used in autofill more than a year ago."> | |
| 275 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used > 1 ye ar | |
| 276 </message> | |
| 277 | |
| 278 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_YEAR_AGO" desc="Text display ed in the Autofill Credit Card popup to indicate this card was used in autofill more than a year ago."> | |
| 279 Last used > 1 year | |
|
Jared Saul
2017/01/25 18:22:17
Not everyone understands or remembers which way >
jiahuiguo
2017/01/26 05:46:13
Done.
| |
| 280 </message> | |
| 281 | |
| 250 <!-- Autofill credit card unmask prompt --> | 282 <!-- Autofill credit card unmask prompt --> |
| 251 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC" desc="Erro r message that encourages the user to try to re-enter their credit card CVC afte r a previous failed attempt." formatter_data="android_java"> | 283 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC" desc="Erro r message that encourages the user to try to re-enter their credit card CVC afte r a previous failed attempt." formatter_data="android_java"> |
| 252 Check your CVC and try again | 284 Check your CVC and try again |
| 253 </message> | 285 </message> |
| 254 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION_DATE " desc="Error message that encourages the user to try to re-enter their credit c ard expiration date after a previous failed attempt." formatter_data="android_ja va"> | 286 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION_DATE " desc="Error message that encourages the user to try to re-enter their credit c ard expiration date after a previous failed attempt." formatter_data="android_ja va"> |
| 255 Check your expiration date and try again | 287 Check your expiration date and try again |
| 256 </message> | 288 </message> |
| 257 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC_AND_EXPIRAT ION" desc="Error message that encourages the user to try to re-enter their credi t card expiration date and CVC after a previous failed attempt." formatter_data= "android_java"> | 289 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC_AND_EXPIRAT ION" desc="Error message that encourages the user to try to re-enter their credi t card expiration date and CVC after a previous failed attempt." formatter_data= "android_java"> |
| 258 Check your expiration date and CVC and try again | 290 Check your expiration date and CVC and try again |
| 259 </message> | 291 </message> |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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."> | 392 <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> | 393 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN T">$2<ex>$ 12.34</ex></ph> |
| 362 </message> | 394 </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."> | 395 <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 | 396 Shipping address |
| 365 </message> | 397 </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."> | 398 <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 | 399 Contact info |
| 368 </message> | 400 </message> |
| 369 </grit-part> | 401 </grit-part> |
| OLD | NEW |