Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Side by Side Diff: components/autofill_strings.grdp

Issue 1357243003: Content description for settings button in keyboard accessory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Lower case 'settings', add comment, elaborate description for translators. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/autofill/core/browser/autofill_external_delegate.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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. This string is not displayed.">
130 settings
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
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>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_external_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698