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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 Location is allowed 261 Location is allowed
262 </message> 262 </message>
263 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." > 263 <message name="IDS_SEARCH_ENGINE_LOCATION_BLOCKED" desc="The text of a lin k displayed when location permission for a particular search engine is blocked." >
264 Location is blocked 264 Location is blocked
265 </message> 265 </message>
266 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines."> 266 <message name="IDS_SEARCH_ENGINE_RECENTLY_VISITED" desc="Header for the li st of recently visited search engines.">
267 Recently visited 267 Recently visited
268 </message> 268 </message>
269 269
270 <!-- Autofill preferences --> 270 <!-- Autofill preferences -->
271 <message name="IDS_PREFS_AUTOFILL" desc="Title for 'Autofill forms' settin gs, which control what personal data can be automatically filled into web page f orms. [CHAR-LIMIT=32]"> 271 <message name="IDS_PREFS_AUTOFILL_AND_PAYMENTS" desc="Title of Autofill an d 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.
272 Autofill and payments
273 </message>
274 <message name="IDS_AUTOFILL_SWITCH" desc="Title for 'Autofill forms' switc h preference, which controls whether personal data can be automatically filled i nto web page forms. [CHAR-LIMIT=32]">
272 Autofill forms 275 Autofill forms
273 </message> 276 </message>
274 <message name="IDS_AUTOFILL_PROFILES_TITLE" desc="Header above the list of profiles (which contain the user's name, address, etc) that can be automaticall y filled into web page forms. [CHAR-LIMIT=32]"> 277 <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 autom atically filled into web page forms. [CHAR-LIMIT=32]">
275 Addresses 278 Addresses
276 </message> 279 </message>
277 <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Header above the lis t of the user's credit cards that can be automatically filled into web page form s. [CHAR-LIMIT=32]"> 280 <message name="IDS_AUTOFILL_UPDATE_PROFILES_SUMMARY" desc="Summary of the preference to list profiles (which contain the user's name, address, etc) that c an be automatically filled into web page forms. Explains what users can do by cl icking 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.
281 Add, remove and edit addresses
282 </message>
283 <message name="IDS_AUTOFILL_ADD_PROFILES_SUMMARY" desc="Summary of the pre ference 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 click ing this preference.">
284 Add addresses
285 </message>
286 <message name="IDS_AUTOFILL_CREDIT_CARDS_TITLE" desc="Title of the prefere nce to list the user's credit cards that can be automatically filled into web pa ge forms. [CHAR-LIMIT=32]">
278 Credit cards 287 Credit cards
279 </message> 288 </message>
289 <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.">
290 Add, remove and edit credit cards
291 </message>
292 <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 int o web page forms. Explains what users can do by clicking this preference.">
293 Add credit cards
294 </message>
280 <message name="IDS_AUTOFILL_CREATE_PROFILE" desc="Button that allows the u ser 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]"> 295 <message name="IDS_AUTOFILL_CREATE_PROFILE" desc="Button that allows the u ser 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]">
281 Add address 296 Add address
282 </message> 297 </message>
283 <message name="IDS_AUTOFILL_EDIT_PROFILE" desc="Button that allows the use r to edit a profile (which contains the user's name, address, etc) that can be a utomatically filled into web page forms. [CHAR-LIMIT=32]"> 298 <message name="IDS_AUTOFILL_EDIT_PROFILE" desc="Button that allows the use r to edit a profile (which contains the user's name, address, etc) that can be a utomatically filled into web page forms. [CHAR-LIMIT=32]">
284 Edit address 299 Edit address
285 </message> 300 </message>
286 <message name="IDS_AUTOFILL_CREATE_CREDIT_CARD" desc="Button that allows t he user to add a new credit card that will be automatically filled into web page forms. [CHAR-LIMIT=32]"> 301 <message name="IDS_AUTOFILL_CREATE_CREDIT_CARD" desc="Button that allows t he user to add a new credit card that will be automatically filled into web page forms. [CHAR-LIMIT=32]">
287 Add credit card 302 Add credit card
288 </message> 303 </message>
289 <message name="IDS_AUTOFILL_EDIT_CREDIT_CARD" desc="Button that allows the user to edit a credit card that can be automatically filled into web page forms . [CHAR-LIMIT=32]"> 304 <message name="IDS_AUTOFILL_EDIT_CREDIT_CARD" desc="Button that allows the user to edit a credit card that can be automatically filled into web page forms . [CHAR-LIMIT=32]">
(...skipping 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 </message> 2927 </message>
2913 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2928 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2914 Google Chrome feature shortcuts 2929 Google Chrome feature shortcuts
2915 </message> 2930 </message>
2916 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2931 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2917 Webpage shortcuts 2932 Webpage shortcuts
2918 </message> 2933 </message>
2919 </messages> 2934 </messages>
2920 </release> 2935 </release>
2921 </grit> 2936 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698