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 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge
stions dropdown that clears an auto-filled form."> | 4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge
stions dropdown that clears an auto-filled form."> |
5 Clear form | 5 Clear form |
6 </message> | 6 </message> |
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show
when autofill is disabled by the website for a given form."> | 7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show
when autofill is disabled by the website for a given form."> |
8 This webpage has disabled automatic filling for this form. | 8 This webpage has disabled automatic filling for this form. |
9 </message> | 9 </message> |
10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to
show when credit card autofill is disabled because the website is not using a s
ecure connection."> | 10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to
show when credit card autofill is disabled because the website is not using a s
ecure connection."> |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto
fill credit card request infobar accept button."> | 137 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto
fill credit card request infobar accept button."> |
138 Save | 138 Save |
139 </message> | 139 </message> |
140 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi
ll credit card request infobar deny button."> | 140 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi
ll credit card request infobar deny button."> |
141 Don't save | 141 Don't save |
142 </message> | 142 </message> |
143 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil
l credit card request infobar."> | 143 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil
l credit card request infobar."> |
144 Do you want Chrome to save this credit card information for completing web f
orms? | 144 Do you want Chrome to save this credit card information for completing web f
orms? |
145 </message> | 145 </message> |
146 | 146 |
| 147 <!-- Autofill credit card unmask prompt --> |
| 148 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error me
ssage that encourages the user to try to re-enter their credit card CVC after a
previous failed attempt."> |
| 149 Check your CVC and try again |
| 150 </message> |
| 151 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_WITH_EXPIRATION
" desc="Error message that encourages the user to try to re-enter their credit c
ard expiration date and CVC after a previous failed attempt."> |
| 152 Check your expiration date and CVC and try again |
| 153 </message> |
| 154 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error me
ssage to show when a credit card cannot be verified and the user isn't allowed t
o retry."> |
| 155 Chrome was unable to verify your card at this time. Please try again later. |
| 156 </message> |
| 157 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_NETWORK" desc="Error mess
age to show when a credit card cannot be verified because Wallet servers can't b
e reached."> |
| 158 There was a problem verifying your card. Check your internet connection and
try again. |
| 159 </message> |
| 160 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the cred
it card unmasking dialog."> |
| 161 Verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> |
| 162 </message> |
| 163 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for t
he credit card unmasking dialog when the credit card is expired."> |
| 164 Update and verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> |
| 165 </message> |
| 166 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explai
ning what the user should do in the card unmasking dialog."> |
| 167 Enter the 3-digit CVC from the back of your card |
| 168 </message> |
| 169 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_AMEX" desc="Text e
xplaining what the user should do in the card unmasking dialog for amex cards."> |
| 170 Enter the 4-digit CVC from the front of your card |
| 171 </message> |
| 172 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED" desc="Tex
t explaining what the user should do in the card unmasking dialog to update an e
xpired card."> |
| 173 Enter the expiration date and 3-digit CVC from the back of your card |
| 174 </message> |
| 175 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED_AMEX" desc
="Text explaining what the user should do in the card unmasking dialog to update
an expired amex card."> |
| 176 Enter the expiration date and 4-digit CVC from the front of your card |
| 177 </message> |
| 178 |
147 </grit-part> | 179 </grit-part> |
OLD | NEW |