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

Side by Side Diff: components/autofill_strings.grdp

Issue 2955963002: Update Chrome Upstream flow to reflect new UI mocks (Closed)
Patch Set: Code review changes; change label; fix trybot Created 3 years, 5 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
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 <if expr="is_android or is_ios"> 190 <if expr="is_android or is_ios">
191 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_ACCEPT" desc="Text t o show for the Autofill credit card Assisted Filling infobar accept button."> 191 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_ACCEPT" desc="Text t o show for the Autofill credit card Assisted Filling infobar accept button.">
192 Fill in 192 Fill in
193 </message> 193 </message>
194 </if> 194 </if>
195 195
196 <!-- Autofill save credit card bubble or infobar prompt --> 196 <!-- Autofill save credit card bubble or infobar prompt -->
197 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for th e Autofill save credit card prompt accept button. The prompt can be either a bub ble or an infobar."> 197 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ACCEPT" desc="Text to show for th e Autofill save credit card prompt accept button. The prompt can be either a bub ble or an infobar.">
198 Save 198 Save
199 </message> 199 </message>
200 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_NEXT" desc="Text to show for the Autofill upload save credit card prompt accept button when more information (e.g ., CVC) is needed in order to save the card.">
201 Next
202 </message>
203 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_CONFIRM" desc="Text to show for t he Autofill upload save credit card prompt accept button when more information ( e.g., CVC) was needed in order to save the card and was entered.">
204 Confirm
205 </message>
200 <if expr="_google_chrome"> 206 <if expr="_google_chrome">
201 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f or the Autofill save card prompt when the card is to be saved locally. The promp t can be either a bubble or an infobar."> 207 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f or the Autofill save card prompt when the card is to be saved locally. The promp t can be either a bubble or an infobar.">
202 Do you want Chrome to save this card? 208 Do you want Chrome to save this card?
203 </message> 209 </message>
204 </if> 210 </if>
205 <if expr="not _google_chrome"> 211 <if expr="not _google_chrome">
206 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f or the Autofill save card prompt when the card is to be saved locally. The promp t can be either a bubble or an infobar."> 212 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_LOCAL" desc="Title text f or the Autofill save card prompt when the card is to be saved locally. The promp t can be either a bubble or an infobar.">
207 Do you want Chromium to save this card? 213 Do you want Chromium to save this card?
208 </message> 214 </message>
209 </if> 215 </if>
210 <if expr="is_linux and not is_chromeos"> 216 <if expr="is_android">
211 <then> 217 <then>
212 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title t ext for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> 218 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title t ext for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar.">
213 Do you want to save this card to your Google Account? 219 Do you want to save this card to your Google Account?
214 </message> 220 </message>
215 </then> 221 </then>
216 <else> 222 <else>
217 <!-- TODO(crbug/714920): Rename IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLO UD to IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD_AND_LOCAL -->
218 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title t ext for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar."> 223 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_TITLE_TO_CLOUD" desc="Title t ext for the Autofill save card prompt when the card is to be saved by uploading it to Google Payments and also saved locally. The prompt can be either a bubble or an infobar.">
219 Do you want to save this card to your Google Account and on this device? 224 Save this card for faster checkout?
220 </message> 225 </message>
221 </else> 226 </else>
222 </if> 227 </if>
223 <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 and also saved locally. The prompt can be ei ther a bubble or an infobar."> 228 <if expr="is_linux or is_chromeos">
msw 2017/06/29 20:10:25 Should this apply to any desktop platform (ie. Mac
Jared Saul 2017/07/05 19:36:51 I checked again, because it turns out an ex-collea
224 Pay quickly on sites and apps across devices using cards you have saved with Google. 229 <then>
230 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Exp lanation of the effect of the Autofill save card prompt when the card is to be s aved by uploading it to Google Payments. The prompt can be either a bubble or an infobar.">
msw 2017/06/29 20:10:25 nit: it's probably not an infobar (at least on des
Jared Saul 2017/07/05 19:36:51 True; if this is the Linux-only section, it won't
231 Your card will be saved in your Google Account
232 </message>
233 </then>
234 <else>
235 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Exp lanation of the effect of the Autofill save card prompt when the card is to be s aved by uploading it to Google Payments and also saved locally. The prompt can b e either a bubble or an infobar.">
236 Your card will be saved in your Google Account and on this device
237 </message>
238 </else>
239 </if>
240 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ENTER_CVC_TITLE" desc="Title text to show for the Autofill upload save credit card prompt when more information ( e.g., CVC) is needed in order to save the card.">
msw 2017/06/29 20:10:25 nit: maybe mention that this is showing the card n
Jared Saul 2017/07/05 19:36:50 Done.
241 Confirm <ph name="CREDIT_CARD">$1<ex>Visa - 5678</ex></ph>
225 </message> 242 </message>
226 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ENTER_CVC" desc="Text displayed i n the Autofill save credit card prompt explaining that the card needs additional CVC information in order to be saved to Google Payments."> 243 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_ENTER_CVC_EXPLANATION" desc="Text displayed in the Autofill save credit card prompt explaining the usage of the a dditional CVC information needed in order to save the card to Google Payments.">
227 Please verify your CVC 244 The CVC is used to validate your card and won't be saved in your account
msw 2017/06/29 20:10:25 optional nit: s/won't/will not/?
Jared Saul 2017/07/05 19:36:51 Can't change this one; it's how it was requested b
228 </message> 245 </message>
229 246
230 <!-- Autofill credit card suggestion popup --> 247 <!-- Autofill credit card suggestion popup -->
231 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> 248 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]">
232 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> 249 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph>
233 </message> 250 </message>
234 251
235 <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."> 252 <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.">
236 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph> 253 , exp <ph name="EXPIRATION_DATE_ABBR">$1<ex>06/17</ex></ph>
237 </message> 254 </message>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed."> 382 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa y in the regions combo box when loading the region data failed.">
366 Failed loading regions data 383 Failed loading regions data
367 </message> 384 </message>
368 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet."> 385 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet.">
369 Select 386 Select
370 </message> 387 </message>
371 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available."> 388 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available.">
372 No saved addresses 389 No saved addresses
373 </message> 390 </message>
374 </grit-part> 391 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698