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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 119 <if expr="_google_chrome"> | 119 <if expr="_google_chrome"> |
| 120 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A utofill popup to direct the user to the Autofill settings UI."> | 120 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A utofill popup to direct the user to the Autofill settings UI."> |
| 121 Chrome Autofill settings... | 121 Chrome Autofill settings... |
| 122 </message> | 122 </message> |
| 123 </if> | 123 </if> |
| 124 <if expr="not _google_chrome"> | 124 <if expr="not _google_chrome"> |
| 125 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A utofill popup to direct the user to the Autofill settings UI."> | 125 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The text displayed in the A utofill popup to direct the user to the Autofill settings UI."> |
| 126 Chromium Autofill settings... | 126 Chromium Autofill settings... |
| 127 </message> | 127 </message> |
| 128 </if> | 128 </if> |
| 129 <message name="IDS_AUTOFILL_OPTIONS_CONTENT_DESCRIPTION" desc="The text verbal ised by a screen reader for the button that directs the user to the Autofill set tings UI."> | |
| 130 Settings | |
|
Evan Stade
2015/09/21 20:03:47
why is it capitalized if it's only read aloud? Als
please use gerrit instead
2015/09/21 20:34:44
There's no reason for this to be capitalized. I've
| |
| 131 </message> | |
| 129 | 132 |
| 130 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Payments."> | 133 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET" desc="Message displayed to user when user entered a credit card number that is not supported by Google Payments."> |
| 131 This type of card is not supported by Google Payments. Please select a diffe rent card. | 134 This type of card is not supported by Google Payments. Please select a diffe rent card. |
| 132 </message> | 135 </message> |
| 133 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is n ot supported by Google Payments for the particular merchant site the user is on. "> | 136 <message name="IDS_AUTOFILL_CREDIT_CARD_NOT_SUPPORTED_BY_WALLET_FOR_MERCHANT" desc="Message displayed to user when user entered a credit card number that is n ot supported by Google Payments for the particular merchant site the user is on. "> |
| 134 This type of card is not supported by Google Payments for this merchant. Ple ase select a different card. | 137 This type of card is not supported by Google Payments for this merchant. Ple ase select a different card. |
| 135 </message> | 138 </message> |
| 136 | 139 |
| 137 <!-- Autofill on OSX --> | 140 <!-- Autofill on OSX --> |
| 138 <if expr="is_macosx"> | 141 <if expr="is_macosx"> |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 186 Enter the 4-digit CVC from the front of your card | 189 Enter the 4-digit CVC from the front of your card |
| 187 </message> | 190 </message> |
| 188 <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."> | 191 <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."> |
| 189 Enter the expiration date and 3-digit CVC from the back of your card | 192 Enter the expiration date and 3-digit CVC from the back of your card |
| 190 </message> | 193 </message> |
| 191 <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."> | 194 <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."> |
| 192 Enter the expiration date and 4-digit CVC from the front of your card | 195 Enter the expiration date and 4-digit CVC from the front of your card |
| 193 </message> | 196 </message> |
| 194 | 197 |
| 195 </grit-part> | 198 </grit-part> |
| OLD | NEW |