Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1338)

Side by Side Diff: components/autofill_strings.grdp

Issue 2730133003: [Merge M58] Adopt UI review feedback (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/autofill/core/browser/credit_card_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </if> 206 </if>
207 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it t o Google Payments. The prompt can be either a bubble or an infobar."> 207 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title text for the Autofill save card prompt when the card is to be saved by uploading it t o Google Payments. The prompt can be either a bubble or an infobar.">
208 Do you want to save this card to your Google Account? 208 Do you want to save this card to your Google Account?
209 </message> 209 </message>
210 <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."> 210 <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.">
211 Pay quickly on sites and apps across devices using cards you have saved with Google. 211 Pay quickly on sites and apps across devices using cards you have saved with Google.
212 </message> 212 </message>
213 213
214 <!-- Autofill credit card suggestion popup --> 214 <!-- Autofill credit card suggestion popup -->
215 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> 215 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]">
216 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> 216 Exp <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEAR ">$2<ex>17</ex></ph>
Jared Saul 2017/03/03 23:27:09 If I understand https://codereview.chromium.org/26
jiahuiguo 2017/03/03 23:52:09 Yeah, try to keep them consistent. But reverted t
217 </message> 217 </message>
218 218
219 <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."> 219 <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.">
220 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph> 220 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>
221 </message> 221 </message>
222 222
223 <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."> 223 <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.">
224 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> 224 Exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used <ph nam e="LAST_USED_DATE_NO_DETAIL">$2<ex>Jan 10</ex></ph>
225 </message> 225 </message>
226 226
227 <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."> 227 <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.">
228 Last used: <ph name="LAST_USED_MONTH">$1<ex>Jan 10</ex></ph> 228 Last used <ph name="LAST_USED_MONTH">$1<ex>Jan 10</ex></ph>
229 </message> 229 </message>
230 230
231 <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."> 231 <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.">
232 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, added: <ph name= "ADDED_TO_AUTOFILL_MONTH">$2<ex>Jan 10</ex></ph> 232 Exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, added <ph name="A DDED_TO_AUTOFILL_MONTH">$2<ex>Jan 10</ex></ph>
233 </message> 233 </message>
234 234
235 <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."> 235 <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.">
236 Added: <ph name="ADDED_TO_AUTOFILL_MONTH">$1<ex>Jan 10</ex></ph> 236 Added <ph name="ADDED_TO_AUTOFILL_MONTH">$1<ex>Jan 10</ex></ph>
237 </message> 237 </message>
238 238
239 <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."> 239 <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.">
240 Exp: <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used over a year ago 240 Exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>, last used over a year ago
241 </message> 241 </message>
242 242
243 <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."> 243 <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.">
244 Last used over a year ago 244 Last used over a year ago
245 </message> 245 </message>
246 246
247 <!-- Autofill credit card unmask prompt --> 247 <!-- Autofill credit card unmask prompt -->
248 <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"> 248 <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">
249 Check your CVC and try again 249 Check your CVC and try again
250 </message> 250 </message>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 <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"> 337 <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">
338 / 338 /
339 </message> 339 </message>
340 <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"> 340 <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">
341 New card? 341 New card?
342 </message> 342 </message>
343 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 343 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
344 CVC 344 CVC
345 </message> 345 </message>
346 </grit-part> 346 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/credit_card_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698