| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 </message> | 159 </message> |
| 160 | 160 |
| 161 <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."> | 161 <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."> |
| 162 Use password for: | 162 Use password for: |
| 163 </message> | 163 </message> |
| 164 | 164 |
| 165 <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."> | 165 <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."> |
| 166 Login not secure | 166 Login not secure |
| 167 </message> | 167 </message> |
| 168 | 168 |
| 169 <message name="IDS_AUTOFILL_SHOW_ALL_SAVED_FALLBACK" desc="The text shown as a
n option in the suggestion drop down when a password field is clicked"> |
| 170 Show all saved passwords |
| 171 </message> |
| 172 |
| 169 <!-- Autofill Credit Card Assisted Filling Infobar --> | 173 <!-- Autofill Credit Card Assisted Filling Infobar --> |
| 170 <if expr="is_android"> | 174 <if expr="is_android"> |
| 171 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t
ext for the Autofill Credit Card Assisted Filling Infobar"> | 175 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t
ext for the Autofill Credit Card Assisted Filling Infobar"> |
| 172 Do you want to fill in your card info? | 176 Do you want to fill in your card info? |
| 173 </message> | 177 </message> |
| 174 </if> | 178 </if> |
| 175 <if expr="is_ios"> | 179 <if expr="is_ios"> |
| 176 <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."> | 180 <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."> |
| 177 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex><
/ph>? | 181 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex><
/ph>? |
| 178 </message> | 182 </message> |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 </message> | 367 </message> |
| 364 | 368 |
| 365 <!-- Autofill/Wallet integration preferences --> | 369 <!-- Autofill/Wallet integration preferences --> |
| 366 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for link t
hat allows users to see and edit their Wallet information." formatter_data="andr
oid_java"> | 370 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for link t
hat allows users to see and edit their Wallet information." formatter_data="andr
oid_java"> |
| 367 Edit | 371 Edit |
| 368 </message> | 372 </message> |
| 369 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indicate
s an address or credit card came from Google servers." formatter_data="android_j
ava"> | 373 <message name="IDS_AUTOFILL_FROM_GOOGLE_ACCOUNT_LONG" desc="Text that indicate
s an address or credit card came from Google servers." formatter_data="android_j
ava"> |
| 370 From Google Payments | 374 From Google Payments |
| 371 </message> | 375 </message> |
| 372 </grit-part> | 376 </grit-part> |
| OLD | NEW |