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

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

Issue 2636023002: [Autofill and payments] Redesign Autofill settings UIs (Closed)
Patch Set: no need refresh in onCreate Created 3 years, 11 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 3aa1d0ba11eebceb858bbb78527a81265d401143..c51b8e149e9e3179f3ff6aebfb9fcb55182fd137 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -268,15 +268,30 @@ CHAR-LIMIT guidelines:
</message>
<!-- Autofill preferences -->
- <message name="IDS_PREFS_AUTOFILL" desc="Title for 'Autofill forms' settings, which control what personal data can be automatically filled into web page forms. [CHAR-LIMIT=32]">
+ <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill and payments settings prefrences. [CHAR-LIMIT=32]">
gone 2017/01/23 21:26:17 I'd remove the character limit. Preferences autom
gogerald1 2017/01/23 22:04:18 This string is also be used as the title of the pr
gone 2017/01/23 23:44:52 Acknowledged.
+ Autofill and payments
+ </message>
+ <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switch preference, which controls whether personal data can be automatically filled into web page forms. [CHAR-LIMIT=32]">
Autofill forms
</message>
- <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Header above the list of profiles (which contain the user's name, address, etc) that can be automatically filled into web page forms. [CHAR-LIMIT=32]">
+ <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Title of the preference to list profiles (which contain the user's name, address, etc) that can be automatically filled into web page forms. [CHAR-LIMIT=32]">
Addresses
</message>
- <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Header above the list of the user's credit cards that can be automatically filled into web page forms. [CHAR-LIMIT=32]">
+ <message name="IDS_AUTOFILL_UPDATE_PROFILES_SUMMARY" desc="Summary of the preference to list profiles (which contain the user's name, address, etc) that can be automatically filled into web page forms. Explains what users can do by clicking this preference.">
gone 2017/01/23 21:26:17 These description strings aren't useful for transl
gogerald1 2017/01/23 22:04:18 Done.
+ Add, remove and edit addresses
+ </message>
+ <message name="IDS_AUTOFILL_ADD_PROFILES_SUMMARY" desc="Summary of the preference to list profiles (which contain the user's name, address, etc) that can be automatically filled into web page forms. Explains what users can do by clicking this preference.">
+ Add addresses
+ </message>
+ <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Title of the preference to list the user's credit cards that can be automatically filled into web page forms. [CHAR-LIMIT=32]">
Credit cards
</message>
+ <message name="IDS_AUTOFILL_UPDATE_CREDIT_CARDS_SUMMARY" desc="Summary of the preference to list the user's credit cards that can be automatically filled into web page forms. Explains what users can do by clicking this preference.">
+ Add, remove and edit credit cards
+ </message>
+ <message name="IDS_AUTOFILL_ADD_CREDIT_CARDS_SUMMARY" desc="Summary of the preference to list the user's credit cards that can be automatically filled into web page forms. Explains what users can do by clicking this preference.">
+ Add credit cards
+ </message>
<message name="IDS_AUTOFILL_CREATE_PROFILE" desc="Button that allows the user to create a new profile (which contains the user's name, address, etc) that will be automatically filled into web page forms. [CHAR-LIMIT=32]">
Add address
</message>

Powered by Google App Engine
This is Rietveld 408576698