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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 12412003: Initial UI structure for autofill dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Styling fixes Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index f1fe17ab0affedb8780f93d5b238e5134beabfd9..1c4adff37ae68759347a7ddd91f05ab3624455ff 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -32,6 +32,45 @@
<message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_CERTTITLE">
Certificate Viewer
</message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_NEW_ACCOUNT">
+ Add new account
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_USE_LOCAL">
+ Use local data to pay
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_NEW_BILLING">
+ Add new billing
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_BILLING_TITLE">
+ Billing Details
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_SHIPPING_TITLE">
+ Shipping details
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_NEW_SHIPPING">
+ Add new shipping
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_EDIT_SHIPPING">
+ Edit shipping details
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_EDIT_BILLING">
+ Edit billing details
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_POSITIVE_BUTTON">
+ Submit
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_NEGATIVE_BUTTON">
+ Cancel
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_POSITIVE_BUTTON_EDITING">
+ Done
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_ADDITIONAL_INFO">
+ Additional info needed
+ </message>
+ <message desc="Dialog box title for viewing security certificates. [CHAR-LIMIT=32]" name="IDS_AUTOFILL_USE_WALLET">
+ Use Google Wallet for future purchases
+ </message>
</messages>
</release>
<translations>

Powered by Google App Engine
This is Rietveld 408576698