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

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

Issue 2748793003: [Payments] Remove toggle of Android payment apps in settings (Closed)
Patch Set: keep the text Created 3 years, 9 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 </message> 291 </message>
292 <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]"> 292 <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]">
293 Addresses 293 Addresses
294 </message> 294 </message>
295 <message name="IDS_PAYMENT_APPS_TITLE" desc="Title of the preference to li st the payment apps on device."> 295 <message name="IDS_PAYMENT_APPS_TITLE" desc="Title of the preference to li st the payment apps on device.">
296 Payment apps 296 Payment apps
297 </message> 297 </message>
298 <message name="IDS_PAYMENT_NO_APPS_SUMMARY" desc="Summary of the preferenc e to list the payment apps on device when no payments apps installed."> 298 <message name="IDS_PAYMENT_NO_APPS_SUMMARY" desc="Summary of the preferenc e to list the payment apps on device when no payments apps installed.">
299 No supported apps installed 299 No supported apps installed
300 </message> 300 </message>
301 <message name="IDS_PAYMENT_APPS_CONTROL_MESSAGE" desc="Message to explain what the user controls by toggling the switch of the payment app preference."> 301 <message name="IDS_PAYMENT_APPS_USAGE_MESSAGE" desc="Message to explain th e usage of the listed payment apps.">
302 On some websites, you can pay with supported payment apps. Choose which apps to use in Chrome. 302 On some websites, you can pay with above supported payment apps on your device.
303 </message> 303 </message>
304 <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]"> 304 <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]">
305 Credit cards 305 Credit cards
306 </message> 306 </message>
307 <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]"> 307 <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]">
308 Add address 308 Add address
309 </message> 309 </message>
310 <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]"> 310 <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]">
311 Edit address 311 Edit address
312 </message> 312 </message>
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 </message> 2755 </message>
2756 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2756 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2757 Install 2757 Install
2758 </message> 2758 </message>
2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2760 Update 2760 Update
2761 </message> 2761 </message>
2762 </messages> 2762 </messages>
2763 </release> 2763 </release>
2764 </grit> 2764 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698