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

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

Issue 1894913002: Android: turn on auto-detect encoding by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 4 years, 5 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 </message> 781 </message>
782 <message name="IDS_PROTECTED_CONTENT_RESET_TITLE" desc="Title for device c redential reset menu preference"> 782 <message name="IDS_PROTECTED_CONTENT_RESET_TITLE" desc="Title for device c redential reset menu preference">
783 Confirm device credential deletion 783 Confirm device credential deletion
784 </message> 784 </message>
785 <message name="IDS_PROTECTED_CONTENT_RESET_MESSAGE" desc="Title for device credential reset menu preference"> 785 <message name="IDS_PROTECTED_CONTENT_RESET_MESSAGE" desc="Title for device credential reset menu preference">
786 Content (movies, music, etc.) downloaded in other applications may no lo nger be playable until those application re-acquire licenses based on a new devi ce credential. 786 Content (movies, music, etc.) downloaded in other applications may no lo nger be playable until those application re-acquire licenses based on a new devi ce credential.
787 787
788 To obtain new licenses, connect to the internet and play your downloaded content . 788 To obtain new licenses, connect to the internet and play your downloaded content .
789 </message> 789 </message>
790 790
791 <!-- Language preferences --> 791 <!-- Google translate preferences -->
792 <message name="IDS_LANGUAGE" desc="Title for Language settings screen. [CH AR-LIMIT=32]"> 792 <message name="IDS_GOOGLE_TRANSLATE" desc='Title for the Google Translate settings screen. [CHAR-LIMIT=32]'>
793 Language
794 </message>
795 <message name="IDS_GOOGLE_TRANSLATE" desc='Title for the Google Translate preference. [CHAR-LIMIT=32]'>
796 Google Translate 793 Google Translate
797 </message> 794 </message>
798 <message name="IDS_TRANSLATE_PREFS_DESCRIPTION" desc="Translate preference description"> 795 <message name="IDS_TRANSLATE_PREFS_DESCRIPTION" desc="Translate preference description">
799 Offer to translate pages using Google Translate 796 When this feature is turned on, Chrome will offer to translate pages wri tten in other languages using Google Translate.
800 </message> 797 </message>
801 <message name="IDS_TRANSLATE_PREFS_TOAST_DESCRIPTION" desc="Translate sett ings reset toast when resetting defaults"> 798 <message name="IDS_TRANSLATE_PREFS_TOAST_DESCRIPTION" desc="Translate sett ings reset toast when resetting defaults">
802 Your translate settings have been reset. 799 Your translate settings have been reset.
803 </message> 800 </message>
804 <message name="IDS_RESET_TRANSLATE_DEFAULTS" desc="Title for translate res et menu preference"> 801 <message name="IDS_RESET_TRANSLATE_DEFAULTS" desc="Title for translate res et menu preference">
805 Reset translate settings 802 Reset translate settings
806 </message> 803 </message>
807 <message name="IDS_AUTO_DETECT_ENCODING" desc="Title for checkbox to enabl e or disable automatic detection of the character encoding in web pages. ">
808 Auto detect encoding
809 </message>
810 <message name="IDS_AUTO_DETECT_ENCODING_DESCRIPTION" desc="Description for checkbox to enable or disable automatic detection of the character encoding in web pages. ">
811 Automatically determine character encoding
812 </message>
813 804
814 <!-- Storage preferences --> 805 <!-- Storage preferences -->
815 <message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage setti ngs which show how much data websites are storing on the user's device. [CHAR-LI MIT=32]"> 806 <message name="IDS_WEBSITE_SETTINGS_STORAGE" desc="Title for Storage setti ngs which show how much data websites are storing on the user's device. [CHAR-LI MIT=32]">
816 Storage 807 Storage
817 </message> 808 </message>
818 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using"> 809 <message name="IDS_ORIGIN_SETTINGS_STORAGE_USAGE_BRIEF" desc="Explanation of how much local storage a website is using">
819 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data 810 <ph name="STORAGE_AMOUNT">%1$s<ex>2 MB</ex></ph> stored data
820 </message> 811 </message>
821 812
822 <!-- Fullscreen preferences --> 813 <!-- Fullscreen preferences -->
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
2707 Tap this button for quick access to your tabs. 2698 Tap this button for quick access to your tabs.
2708 </message> 2699 </message>
2709 2700
2710 <!-- Item Chooser UI strings --> 2701 <!-- Item Chooser UI strings -->
2711 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2702 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2712 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2713 </message> 2704 </message>
2714 </messages> 2705 </messages>
2715 </release> 2706 </release>
2716 </grit> 2707 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698