summaryrefslogtreecommitdiffstats
path: root/chrome/android
diff options
context:
space:
mode:
authoryusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 04:56:09 +0000
committeryusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 04:56:09 +0000
commit2e42557c57b69e2c082c0820a5b30200c6ceed21 (patch)
treed14543b703f27d00f230393117e77ac669e4a324 /chrome/android
parent5527ac82286290ebc38ee9f3358d3e1e9fb5d71d (diff)
downloadchromium_src-2e42557c57b69e2c082c0820a5b30200c6ceed21.zip
chromium_src-2e42557c57b69e2c082c0820a5b30200c6ceed21.tar.gz
chromium_src-2e42557c57b69e2c082c0820a5b30200c6ceed21.tar.bz2
Add potential placeholder strings for autocomplete flow
We will need edit related strings since Android is the only platform that uses them. Adding "add" related strings as well just in case formatting doesnt match with current ones BUG=223134 Review URL: https://chromiumcodereview.appspot.com/12954004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191296 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/android')
-rw-r--r--chrome/android/java/strings/android_chrome_strings.grd41
1 files changed, 34 insertions, 7 deletions
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index b3bb383..21169f5 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -69,24 +69,48 @@
<message desc="Message for using local data for payments. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_USE_LOCAL">
Use local data to pay
</message>
- <message desc="Message for adding a new billing item to the autofill dialog. [CHAR-LIMIT=64]. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_NEW_BILLING">
- Add new billing
- </message>
<message desc="Autofill dialog title for billing details. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_BILLING_TITLE">
Billing Details
</message>
<message desc="Autofill dialog title for shipping details. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_SHIPPING_TITLE">
Shipping details
</message>
- <message desc="Message for adding a new shipping item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_SHIPPING">
- Add new shipping
+ <message desc="Autofill dialog title for email. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_EMAIL_TITLE">
+ E-mail
+ </message>
+ <message desc="Autofill dialog title for credit card. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_CREDIT_CARD_TITLE">
+ Credit card
</message>
<message desc="Message for editing the current shipping item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_SHIPPING">
- Edit shipping details
+ Edit shipping address
+ </message>
+ <message desc="Message for adding a new shipping item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_SHIPPING">
+ Add new shipping address
+ </message>
+ <message desc="Message for editing the current credit card item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_CREDIT_CARD">
+ Edit credit card details
+ </message>
+ <message desc="Message for adding a new credir card item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_CREDIT_CARD">
+ Add new credit card
</message>
- <message desc="Message for editing the current billing item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_BILLING">
+ <message desc="Message for editing the current email item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_EMAIL">
+ Edit email address
+ </message>
+ <message desc="Message for adding a new email item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_EMAIL">
+ Add new email address
+ </message>
+ <message desc="Message for editing the current billing address item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_BILLING">
+ Edit billing address
+ </message>
+ <message desc="Message for adding a new billing address item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_BILLING">
+ Add new billing address
+ </message>
+ <message desc="Message for editing the current billing item on the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_EDIT_CC_BILLING">
Edit billing details
</message>
+ <message desc="Message for adding a new billing item to the autofill dialog. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_NEW_CC_BILLING">
+ Add new billing details
+ </message>
<message desc="Message for positive button on the autofill dialog. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_POSITIVE_BUTTON">
Submit
</message>
@@ -96,6 +120,9 @@
<message desc="Message for positive button while editing details on the autofill dialog. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_POSITIVE_BUTTON_EDITING">
Done
</message>
+ <message desc="Message for editing an single item on the autofill dialog. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_EDIT_BUTTON">
+ Edit
+ </message>
<message desc="Message to show when additional information is needed for billing. [CHAR-LIMIT=64]" name="IDS_AUTOFILL_ADDITIONAL_INFO">
Additional info needed
</message>