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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 897953002: Underlines for preference spinners and other autofill tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pref_field_underline_color -> input_underline_color, fix wrapping Created 5 years, 10 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 | « chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillCreditCardEditor.java ('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 current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 </message> 154 </message>
155 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_NAME" desc="Label for text input field containing the name on a credit card. [CHAR-LIMIT=32]"> 155 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_NAME" desc="Label for text input field containing the name on a credit card. [CHAR-LIMIT=32]">
156 Name on card 156 Name on card
157 </message> 157 </message>
158 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_NUMBER" desc="Label for tex t input field containing a credit card number. [CHAR-LIMIT=32]"> 158 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_NUMBER" desc="Label for tex t input field containing a credit card number. [CHAR-LIMIT=32]">
159 Credit card number 159 Credit card number
160 </message> 160 </message>
161 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_EXPIRATION_DATE" desc="Labe l for text input field containing a credit card expiration date. [CHAR-LIMIT=32] "> 161 <message name="IDS_AUTOFILL_CREDIT_CARD_EDITOR_EXPIRATION_DATE" desc="Labe l for text input field containing a credit card expiration date. [CHAR-LIMIT=32] ">
162 Expiration date 162 Expiration date
163 </message> 163 </message>
164 <message name="IDS_ACCESSIBILITY_AUTOFILL_CC_NAME_TEXTBOX" desc="Content d escription for text input field containing the name on a credit card.">
165 Name on card
166 </message>
167 <message name="IDS_ACCESSIBILITY_AUTOFILL_CC_NUMBER_TEXTBOX" desc="Content description for text input field containing a credit card number.">
168 Card number
169 </message>
170 164
171 <!-- Autofill/Wallet integration preferences --> 165 <!-- Autofill/Wallet integration preferences -->
172 <message name="IDS_AUTOFILL_WALLET_TITLE" desc="Title for Autofill Wallet settings, which controls import of Wallet cards."> 166 <message name="IDS_AUTOFILL_WALLET_TITLE" desc="Title for Autofill Wallet settings, which controls import of Wallet cards.">
173 Import Wallet data 167 Import Wallet data
174 </message> 168 </message>
175 <message name="IDS_AUTOFILL_WALLET_DESCRIPTION" desc="Description of the W allet import feature."> 169 <message name="IDS_AUTOFILL_WALLET_DESCRIPTION" desc="Description of the W allet import feature.">
176 With this feature is turned on, Chrome will offer to fill forms using ad dresses and credit cards from your Wallet. 170 With this feature is turned on, Chrome will offer to fill forms using ad dresses and credit cards from your Wallet.
177 </message> 171 </message>
178 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for hy perlink to manage wallet address and credit cards."> 172 <message name="IDS_AUTOFILL_WALLET_MANAGEMENT_LINK_TEXT" desc="Text for hy perlink to manage wallet address and credit cards.">
179 Manage Wallet data 173 Manage Wallet data
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 Description: 1017 Description:
1024 </message> 1018 </message>
1025 1019
1026 <!-- Document mode strings --> 1020 <!-- Document mode strings -->
1027 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1021 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1028 Close all incognito tabs 1022 Close all incognito tabs
1029 </message> 1023 </message>
1030 </messages> 1024 </messages>
1031 </release> 1025 </release>
1032 </grit> 1026 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillCreditCardEditor.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698