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

Side by Side Diff: components/autofill_strings.grdp

Issue 2212063002: [Autofill] Implement Autofill Assistant infobar for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ifdef Created 4 years, 4 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 168
169 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device ."> 169 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device .">
170 Scan new card 170 Scan new card
171 </message> 171 </message>
172 172
173 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked."> 173 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked.">
174 Use password for: 174 Use password for:
175 </message> 175 </message>
176 176
177 <!-- Autofill Credit Card Assisted Filling Infobar --> 177 <!-- Autofill Credit Card Assisted Filling Infobar -->
178 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title tex t for the Autofill Credit Card Assisted Filling Infobar"> 178 <if expr="is_android">
179 Do you want to fill in your card info? 179 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar">
180 </message> 180 Do you want to fill in your card info?
181 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_ACCEPT" desc="Text to show for the Autofill credit card Assisted Filling infobar accept button."> 181 </message>
182 Fill in 182 </if>
183 </message> 183 <if expr="is_ios">
184 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_FORMATTED_TITLE" des c="Title text for the Autofill Credit Card Assisted Filling Infobar, which conta ins the card description in it.">
185 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>?
186 </message>
187 </if>
188 <if expr="is_android or is_ios">
189 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_ACCEPT" desc="Text t o show for the Autofill credit card Assisted Filling infobar accept button.">
190 Fill in
191 </message>
192 </if>
184 193
185 <!-- Autofill save credit card bubble or infobar prompt --> 194 <!-- Autofill save credit card bubble or infobar prompt -->
186 <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."> 195 <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.">
187 Save 196 Save
188 </message> 197 </message>
189 <if expr="_google_chrome"> 198 <if expr="_google_chrome">
190 <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."> 199 <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.">
191 Do you want Chrome to save this card? 200 Do you want Chrome to save this card?
192 </message> 201 </message>
193 </if> 202 </if>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 / 301 /
293 </message> 302 </message>
294 <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"> 303 <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">
295 New card? 304 New card?
296 </message> 305 </message>
297 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 306 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
298 CVC 307 CVC
299 </message> 308 </message>
300 309
301 </grit-part> 310 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/credit_card.cc ('k') | ios/chrome/browser/ui/autofill/autofill_client_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698