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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2015463003: Add dialog to edit and save credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 660219dc58f01ffa27ead1fd566e379370195890..93128c373896a583ea148546016c77ec2b129905 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -210,9 +210,6 @@
<message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Label for the column containing the type of credit card that is saved. The type is in the format: `Visa ****1234`.">
Type
</message>
- <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_EXPIRATION_COLUMN_LABEL" desc="Label for the heading containing the expiration date for the credit card that has been saved.">
- Expiration date
- </message>
<message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what toggling the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
Enable Autofill to fill out forms in a single click
</message>
@@ -228,6 +225,27 @@
<message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a context menu item that removes the selected credit card." meaning="Remove selected credit card.">
Remove
</message>
+ <message name="IDS_SETTINGS_EDIT_CREDIT_CARD_TITLE" desc="The title for the dialog that's shown when editing a credit card.">
+ Edit credit card
+ </message>
+ <message name="IDS_SETTINGS_ADD_CREDIT_CARD_TITLE" desc="The title for the dialog that's shown when entering the information for a new credit card.">
+ Add credit card
+ </message>
+ <message name="IDS_SETTINGS_NAME_ON_CREDIT_CARD" desc="">
michaelpg 2016/05/27 17:57:07 description
hcarmona 2016/05/31 21:14:06 Done.
+ Name on card
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_NUMBER" desc="">
michaelpg 2016/05/27 17:57:07 description
hcarmona 2016/05/31 21:14:06 Done.
+ Credit card number
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_DATE" desc="Label for the expiration date fields of a credit card that has been or is being saved.">
+ Expiration date
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_MONTH" desc="A11y label on the month drop down to let users know the field corresponds to the expiration month">
michaelpg 2016/05/27 17:57:07 nit: spell out a11y, dunno if translators know all
hcarmona 2016/05/31 21:14:06 Done.
+ Expiration month
+ </message>
+ <message name="IDS_SETTINGS_CREDIT_CARD_EXPIRATION_YEAR" desc="A11y label on the year drop down to let users know the field corresponds to the expiration year">
michaelpg 2016/05/27 17:57:07 same
hcarmona 2016/05/31 21:14:06 Done.
+ Expiration year
+ </message>
<message name="IDS_SETTINGS_PASSWORDS" desc="Name for the password section and toggle">
Manage passwords
</message>

Powered by Google App Engine
This is Rietveld 408576698