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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 167 </if> | 167 </if> |
| 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 ." formatter_data="android_java"> | 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 ." formatter_data="android_java"> |
| 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 <message name="IDS_AUTOFILL_HTTP_WARNING_MESSAGE" desc="Text shown as the top of the suggestion drop down when the form is in http sites."> | |
|
vabr (Chromium)
2016/11/04 08:55:29
nit: This might not be enough context for the tran
Mathieu
2016/11/05 03:26:59
if this is for the password popup, I would suggest
lshang
2016/11/07 05:34:02
Done. Added two warning messages, one is "Login no
lshang
2016/11/07 05:34:02
Done.
| |
| 178 Login not secure | |
| 179 </message> | |
| 180 | |
| 177 <!-- Autofill Credit Card Assisted Filling Infobar --> | 181 <!-- Autofill Credit Card Assisted Filling Infobar --> |
| 178 <if expr="is_android"> | 182 <if expr="is_android"> |
| 179 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> | 183 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> |
| 180 Do you want to fill in your card info? | 184 Do you want to fill in your card info? |
| 181 </message> | 185 </message> |
| 182 </if> | 186 </if> |
| 183 <if expr="is_ios"> | 187 <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."> | 188 <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>? | 189 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>? |
| 186 </message> | 190 </message> |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 301 / | 305 / |
| 302 </message> | 306 </message> |
| 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"> | 307 <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"> |
| 304 New card? | 308 New card? |
| 305 </message> | 309 </message> |
| 306 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> | 310 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> |
| 307 CVC | 311 CVC |
| 308 </message> | 312 </message> |
| 309 | 313 |
| 310 </grit-part> | 314 </grit-part> |
| OLD | NEW |