diff options
author | jdonnelly <jdonnelly@chromium.org> | 2015-08-05 12:14:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-05 19:14:56 +0000 |
commit | 10b1b22f8fb4489685f29567f65fbe06e01cefe8 (patch) | |
tree | 5cf065f6e43c49d66429ca08728f84d1156e4dc7 /ios/chrome | |
parent | 4ebbf2963cc7d80300b6c1ef019d4bbd0ed18722 (diff) | |
download | chromium_src-10b1b22f8fb4489685f29567f65fbe06e01cefe8.zip chromium_src-10b1b22f8fb4489685f29567f65fbe06e01cefe8.tar.gz chromium_src-10b1b22f8fb4489685f29567f65fbe06e01cefe8.tar.bz2 |
Add iOS-specific date placeholder strings for the card unmask dialog.
BUG=484806
Review URL: https://codereview.chromium.org/1279463004
Cr-Commit-Position: refs/heads/master@{#341936}
Diffstat (limited to 'ios/chrome')
-rw-r--r-- | ios/chrome/app/strings/ios_strings_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/chrome/app/strings/ios_strings_resources.grd b/ios/chrome/app/strings/ios_strings_resources.grd index cfc912f..9f5417b 100644 --- a/ios/chrome/app/strings/ios_strings_resources.grd +++ b/ios/chrome/app/strings/ios_strings_resources.grd @@ -179,6 +179,12 @@ all other OS specific variables will be false. <message name="IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY" desc="Text label that describes a Wallet credit card which has been copied to the local Chrome instance. Title case. [Length: 20em] [iOS only]"> Copied to Chrome </message> + <message name="IDS_IOS_AUTOFILL_DIALOG_PLACEHOLDER_EXPIRY_MONTH" desc="The placeholder text for credit card expiration month in the payments card unmask dialog. [Length: 4em] [iOS only]"> + MM + </message> + <message name="IDS_IOS_AUTOFILL_DIALOG_PLACEHOLDER_EXPIRY_YEAR" desc="The placeholder text for credit card expiration year in the payments card unmask dialog. [Length: 4em] [iOS only]"> + YY + </message> <message name="IDS_IOS_LOCATION_AUTHORIZATION_ALERT" desc="Specifies the reason for sending the user's location to Google [Length: unlimited] [iOS only]."> Get a better Google experience in Chrome based on your location. </message> |