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

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

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes 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
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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 </message> 136 </message>
137 <message name="IDS_AUTOFILL_EDIT_PROFILE" desc="Button that allows the use r to edit a profile (which contains the user's name, address, etc) that can be a utomatically filled into web page forms. [CHAR-LIMIT=32]"> 137 <message name="IDS_AUTOFILL_EDIT_PROFILE" desc="Button that allows the use r to edit a profile (which contains the user's name, address, etc) that can be a utomatically filled into web page forms. [CHAR-LIMIT=32]">
138 Edit address 138 Edit address
139 </message> 139 </message>
140 <message name="IDS_AUTOFILL_CREATE_CREDIT_CARD" desc="Button that allows t he user to add a new credit card that will be automatically filled into web page forms. [CHAR-LIMIT=32]"> 140 <message name="IDS_AUTOFILL_CREATE_CREDIT_CARD" desc="Button that allows t he user to add a new credit card that will be automatically filled into web page forms. [CHAR-LIMIT=32]">
141 Add credit card 141 Add credit card
142 </message> 142 </message>
143 <message name="IDS_AUTOFILL_EDIT_CREDIT_CARD" desc="Button that allows the user to edit a credit card that can be automatically filled into web page forms . [CHAR-LIMIT=32]"> 143 <message name="IDS_AUTOFILL_EDIT_CREDIT_CARD" desc="Button that allows the user to edit a credit card that can be automatically filled into web page forms . [CHAR-LIMIT=32]">
144 Edit credit card 144 Edit credit card
145 </message> 145 </message>
146 <message name="IDS_AUTOFILL_PROFILE_EDITOR_COUNTRY" desc="Label for a spinn er input field containg a list of countries or regions [CHAR-LIMIT=32]">
147 Country/Region
148 </message>
146 <message name="IDS_AUTOFILL_PROFILE_EDITOR_EMAIL_ADDRESS" desc="Label for text input field containing an e-mail address. [CHAR-LIMIT=32]"> 149 <message name="IDS_AUTOFILL_PROFILE_EDITOR_EMAIL_ADDRESS" desc="Label for text input field containing an e-mail address. [CHAR-LIMIT=32]">
147 Email 150 Email
148 </message> 151 </message>
149 <message name="IDS_AUTOFILL_PROFILE_EDITOR_PHONE_NUMBER" desc="Label for t ext input field containing a phone number. [CHAR-LIMIT=32]"> 152 <message name="IDS_AUTOFILL_PROFILE_EDITOR_PHONE_NUMBER" desc="Label for t ext input field containing a phone number. [CHAR-LIMIT=32]">
150 Phone 153 Phone
151 </message> 154 </message>
152 <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]">
153 Name on card 156 Name on card
154 </message> 157 </message>
155 <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]">
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 Description: 1026 Description:
1024 </message> 1027 </message>
1025 1028
1026 <!-- Document mode strings --> 1029 <!-- Document mode strings -->
1027 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1030 <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 1031 Close all incognito tabs
1029 </message> 1032 </message>
1030 </messages> 1033 </messages>
1031 </release> 1034 </release>
1032 </grit> 1035 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/FloatLabelLayout.java ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698