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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2636023002: [Autofill and payments] Redesign Autofill settings UIs (Closed)
Patch Set: rebase 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]">
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_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 281 Credit cards
279 </message> 282 </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]"> 283 <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 284 Add address
282 </message> 285 </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]"> 286 <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 287 Edit address
285 </message> 288 </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]"> 289 <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 290 Add credit card
(...skipping 2633 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 </message> 2924 </message>
2922 <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."> 2925 <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.">
2923 Google Chrome feature shortcuts 2926 Google Chrome feature shortcuts
2924 </message> 2927 </message>
2925 <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."> 2928 <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.">
2926 Webpage shortcuts 2929 Webpage shortcuts
2927 </message> 2930 </message>
2928 </messages> 2931 </messages>
2929 </release> 2932 </release>
2930 </grit> 2933 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698