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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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_LAST_USED_DATE_LABEL_AND_EXP_WITH_DETA IL" desc="text displayed in the Autofill Credit Card popup to indicate the date when this card is last used."> | |
|
Jared Saul
2017/01/18 18:43:44
s/desc="text/desc="Text (here and below)
Jared Saul
2017/01/18 18:43:44
s/is last used/was last used (here and below)
jiahuiguo
2017/01/18 22:18:13
Done.
jiahuiguo
2017/01/18 22:18:13
Done.
| |
| 251 , last used: <ph name="LAST_USED_MONTH">$1<ex>Feb</ex></ph> <ph name="LAST_U SED_DAY_OF_MONTH">$2<ex>17</ex></ph> at <ph name="LAST_USED_HOUR">$3<ex>10</ex>< /ph>:<ph name="LAST_USED_MINUTE">$4<ex>00</ex></ph> | |
|
Mathieu
2017/01/18 14:42:15
Can you look at https://cs.chromium.org/chromium/s
Jared Saul
2017/01/18 18:43:44
I also don't like that some of these messages arbi
jiahuiguo
2017/01/18 22:18:13
Thanks for pointing this out, I utilize this API t
jiahuiguo
2017/01/18 22:18:13
Done.
| |
| 252 </message> | |
| 253 | |
| 254 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE_LABEL_AND_EXP_NO_DETAIL " desc="text displayed in the Autofill Credit Card popup to indicate the date wh en this card is last used."> | |
| 255 , last used: <ph name="LAST_USED_MONTH">$1<ex>Feb</ex></ph> <ph name="LAST_U SED_DAY_OF_MONTH">$2<ex>17</ex></ph> | |
| 256 </message> | |
| 257 | |
| 258 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE_LABEL_WITH_DETAIL" desc ="text displayed in the Autofill Credit Card popup to indicate the date when thi s card is last used."> | |
| 259 Last used: <ph name="LAST_USED_MONTH">$1<ex>Feb</ex></ph> <ph name="LAST_USE D_DAY_OF_MONTH">$2<ex>17</ex></ph> at <ph name="LAST_USED_HOUR">$3<ex>10</ex></p h>:<ph name="LAST_USED_MINUTE">$4<ex>00</ex></ph> | |
| 260 </message> | |
| 261 | |
| 262 <message name="IDS_AUTOFILL_CREDIT_CARD_LAST_USED_DATE_LABEL_NO_DETAIL" desc=" text displayed in the Autofill Credit Card popup to indicate the date when this card is last used."> | |
| 263 Last used: <ph name="LAST_USED_MONTH">$1<ex>Feb</ex></ph> <ph name="LAST_USE D_DAY_OF_MONTH">$2<ex>17</ex></ph> | |
| 264 </message> | |
| 265 | |
| 266 <message name="IDS_AUTOFILL_CREDIT_CARD_ADDED_TO_CHROME_DATE_LABEL_AND_EXP" de sc="text displayed in the Autofill Credit Card popup to indicate the date when t his card is added to Chrome autofill."> | |
| 267 , added to Chrome: <ph name="Added_TO_CHROME_MONTH">$1<ex>Feb</ex></ph> <ph name="Added_TO_CHROME_DAY_OF_MONTH">$2<ex>17</ex></ph> | |
| 268 </message> | |
| 269 | |
| 270 <message name="IDS_AUTOFILL_CREDIT_CARD_ADDED_TO_CHROME_DATE_LABEL" desc="text displayed in the Autofill Credit Card popup to indicate the date when this card is added to Chrome autofill."> | |
| 271 Added to Chrome: <ph name="Added_TO_CHROME_MONTH">$1<ex>Feb</ex></ph> <ph na me="Added_TO_CHROME_DAY_OF_MONTH">$2<ex>17</ex></ph> | |
| 272 </message> | |
| 273 | |
| 250 <!-- Autofill credit card unmask prompt --> | 274 <!-- 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"> | 275 <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 | 276 Check your CVC and try again |
| 253 </message> | 277 </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"> | 278 <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 | 279 Check your expiration date and try again |
| 256 </message> | 280 </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"> | 281 <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 | 282 Check your expiration date and CVC and try again |
| 259 </message> | 283 </message> |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 348 </message> | 372 </message> |
| 349 | 373 |
| 350 <!-- Payment Request --> | 374 <!-- 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. "> | 375 <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 | 376 Order summary |
| 353 </message> | 377 </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."> | 378 <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> | 379 <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> | 380 </message> |
| 357 </grit-part> | 381 </grit-part> |
| OLD | NEW |