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

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

Issue 915173011: Add store-locally checkbox to Android card unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update string desc 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/browser/ui/android/autofill/card_unmask_prompt_view_android.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 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <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"> 233 <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">
234 Other 234 Other
235 </message> 235 </message>
236 <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"> 236 <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">
237 Set date 237 Set date
238 </message> 238 </message>
239 <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"> 239 <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">
240 Clear 240 Clear
241 </message> 241 </message>
242 242
243 <!-- Autofill Wallet card unmasking prompt strings -->
244 <message desc="Text for button that confirms the credit card CVC entry dia log." name="IDS_CARD_UNMASK_CONFIRM_BUTTON">
245 Verify
246 </message>
247 <message desc="Hint text for an input field containing the user's credit c ard CVC (card verification code)." name="IDS_CARD_UNMASK_INPUT_HINT">
248 CVC
249 </message>
250 </messages> 243 </messages>
251 </release> 244 </release>
252 </grit> 245 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698