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

Side by Side Diff: ui/android/java/strings/android_ui_strings.grd

Issue 828063004: Update Android Card Unmask prompt to rely on the controller a bit more. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | « ui/android/java/src/org/chromium/ui/autofill/CardUnmaskPrompt.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_ui_strings.xml" lang="am" type="android" /> 4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" />
5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" /> 5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" />
6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" /> 6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" />
7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" /> 7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" />
8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" /> 8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" />
9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" /> 9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" />
10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" /> 10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" />
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <message desc="Label for 'other' button in date picker dialog and time pic ker dialog, used to close the list of suggestions and open the the full date/tim e picker [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL"> 210 <message desc="Label for 'other' button in date picker dialog and time pic ker dialog, used to close the list of suggestions and open the the full date/tim e picker [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL">
211 Other 211 Other
212 </message> 212 </message>
213 <message desc="Title for the date picker dialog, which can be used to choo se a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE"> 213 <message desc="Title for the date picker dialog, which can be used to choo se a date. [CHAR-LIMIT=32]" name="IDS_DATE_PICKER_DIALOG_TITLE">
214 Set date 214 Set date
215 </message> 215 </message>
216 <message desc="Label for 'clear' button in date picker dialog and time pic ker dialog, used to replace the contents of a field with the empty string [CHAR- LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_CLEAR"> 216 <message desc="Label for 'clear' button in date picker dialog and time pic ker dialog, used to replace the contents of a field with the empty string [CHAR- LIMIT=12]" name="IDS_DATE_PICKER_DIALOG_CLEAR">
217 Clear 217 Clear
218 </message> 218 </message>
219 219
220 <message desc="The text that explains the purpose of the card unmasking pr ompt." name="IDS_CARD_UNMASK_PROMPT_CONTENT_TEXT">
221 Enter the three digit verification code from the back of your card
222 </message>
223 <message desc="Placeholder/hint text for the CVC input in the card unmaski ng prompt." name="IDS_CARD_UNMASK_INPUT_HINT"> 220 <message desc="Placeholder/hint text for the CVC input in the card unmaski ng prompt." name="IDS_CARD_UNMASK_INPUT_HINT">
newt (away) 2015/01/06 22:19:40 Side-comment: This description is not sufficient f
Evan Stade 2015/01/06 22:23:54 How would you like to see it improved? I think "pl
224 CVC 221 CVC
225 </message> 222 </message>
226 223
227 </messages> 224 </messages>
228 </release> 225 </release>
229 </grit> 226 </grit>
OLDNEW
« no previous file with comments | « ui/android/java/src/org/chromium/ui/autofill/CardUnmaskPrompt.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698