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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
187 </if> | 187 </if> |
188 | 188 |
189 <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 ." formatter_data="android_java"> | 189 <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 ." formatter_data="android_java"> |
190 Scan new card | 190 Scan new card |
191 </message> | 191 </message> |
192 | 192 |
193 <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."> | 193 <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."> |
194 Use password for: | 194 Use password for: |
195 </message> | 195 </message> |
196 | 196 |
197 <message name="IDS_AUTOFILL_PASSWORD_HTTP_WARNING_MESSAGE" desc="Chrome can he lp the user fill password web forms by showing a pop-up with text suggestions ne xt to a focused password text field. If the form is on an insecure site (e.g., h ttp://), this text is shown on top of those suggestions."> | 197 <message name="IDS_AUTOFILL_LOGIN_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill login web forms by showing a pop-up with text suggestions next to a focused text field. If the form is on an insecure site (e.g., http://), this t ext is shown on top of those suggestions."> |
vabr (Chromium)
2016/12/20 07:26:37
just a note (no action needed):
In the team we use
estark
2016/12/20 16:45:10
Ah, thanks, that's good to know!
| |
198 Login not secure | 198 Login not secure |
199 </message> | 199 </message> |
200 | 200 |
201 <!-- Autofill Credit Card Assisted Filling Infobar --> | 201 <!-- Autofill Credit Card Assisted Filling Infobar --> |
202 <if expr="is_android"> | 202 <if expr="is_android"> |
203 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> | 203 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> |
204 Do you want to fill in your card info? | 204 Do you want to fill in your card info? |
205 </message> | 205 </message> |
206 </if> | 206 </if> |
207 <if expr="is_ios"> | 207 <if expr="is_ios"> |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 | 346 |
347 </grit-part> | 347 </grit-part> |
OLD | NEW |