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

Side by Side Diff: chrome/android/java/strings/android_chrome_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: capitalization fail 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 </message> 1012 </message>
1013 <message name="IDS_OMA_DOWNLOAD_SIZE_LABEL" desc="A text label to display the size of the OMA download."> 1013 <message name="IDS_OMA_DOWNLOAD_SIZE_LABEL" desc="A text label to display the size of the OMA download.">
1014 Size: 1014 Size:
1015 </message> 1015 </message>
1016 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download."> 1016 <message name="IDS_OMA_DOWNLOAD_TYPE_LABEL" desc="A text label to display the MIME tyoe of the OMA download.">
1017 Type: 1017 Type:
1018 </message> 1018 </message>
1019 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download."> 1019 <message name="IDS_OMA_DOWNLOAD_DESCRIPTION_LABEL" desc="A text label to d isplay the description of the OMA download.">
1020 Description: 1020 Description:
1021 </message> 1021 </message>
1022 1022
1023 <!-- Document mode strings --> 1023 <!-- Document mode strings -->
1024 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode"> 1024 <message name="IDS_CLOSE_ALL_INCOGNITO_NOTIFICATION" desc="Message on the notification that closes all incognito tabs in document mode">
1025 Close all incognito tabs 1025 Close all incognito tabs
1026 </message> 1026 </message>
1027
1028 <!-- Autofill/Wallet integration prompt -->
1029 <message desc="Text for button that confirms the credit card CVC entry dia log." name="IDS_CARD_UNMASK_CONFIRM_BUTTON">
newt (away) 2015/02/13 18:31:11 nit: put the name before the desc
Evan Stade 2015/02/13 22:55:12 Done.
1030 Verify
1031 </message>
1032 <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">
1033 CVC
1034 </message>
1035 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY_CHECKBOX" des c="Checkbox text that permits a user to skip past this dialog next time this car d is used on this device.">
newt (away) 2015/02/13 18:31:11 maybe "IDS_CARD_UNMASK_PROMPT_STORE_LOCALLY"
newt (away) 2015/02/13 18:31:12 s/card/credit card
Evan Stade 2015/02/13 22:55:12 removed _CHECKBOX
Evan Stade 2015/02/13 22:55:12 is it ok if I leave it at card for consistency wit
1036 Don't ask again for this card
1037 </message>
1038
1027 </messages> 1039 </messages>
1028 </release> 1040 </release>
1029 </grit> 1041 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698