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

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

Issue 2824773004: 📰 Make the suggestions pref strings non tranlateable (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 </message> 664 </message>
665 665
666 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference"> 666 <message name="IDS_USAGE_AND_CRASH_REPORTS_TITLE" desc="Title for 'Usage a nd crash reports' preference">
667 Usage and crash reports 667 Usage and crash reports
668 </message> 668 </message>
669 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference"> 669 <message name="IDS_USAGE_AND_CRASH_REPORTS_DESCRIPTION" desc="Description for 'Usage and crash reports' preference">
670 Automatically send usage statistics and crash reports to Google 670 Automatically send usage statistics and crash reports to Google
671 </message> 671 </message>
672 672
673 <!-- Suggestions preferences --> 673 <!-- Suggestions preferences -->
674 <message name="IDS_PREFS_SUGGESTIONS" desc="Title for the Suggestions pref erences. [CHAR-LIMIT=32]"> 674 <message name="IDS_PREFS_SUGGESTIONS" desc="Title for the Suggestions pref erences. [CHAR-LIMIT=32]" translateable="false">
675 Suggestions 675 Suggestions
676 </message> 676 </message>
677 <message name="IDS_SUGGESTIONS_FEATURE_SWITCH_TITLE" desc="Title for switc h used to toggle the Content Suggestions feature on or off."> 677 <message name="IDS_SUGGESTIONS_FEATURE_SWITCH_TITLE" desc="Title for switc h used to toggle the Content Suggestions feature on or off." translateable="fals e">
678 Suggestions 678 Suggestions
679 </message> 679 </message>
680 <message name="IDS_SUGGESTIONS_FEATURE_SWITCH_ON_SUMMARY" desc="Descriptio n for the Suggestions switch when the feature is enabled."> 680 <message name="IDS_SUGGESTIONS_FEATURE_SWITCH_ON_SUMMARY" desc="Descriptio n for the Suggestions switch when the feature is enabled." translateable="false" >
681 Use Google servers to provide browsing suggestions. 681 Use Google servers to provide browsing suggestions.
682 </message> 682 </message>
683 <message name="IDS_SUGGESTIONS_CAVEATS_DESCRIPTION" desc="Description text for suggestions usage caveats"> 683 <message name="IDS_SUGGESTIONS_CAVEATS_DESCRIPTION" desc="Description text for suggestions usage caveats" translateable="false">
684 When this feature is turned on, Chrome will use Google servers to provid e browsing suggestions, e.g. when you open a new tab. This include popular websi tes, trending articles as well as personalized suggestions. 684 When this feature is turned on, Chrome will use Google servers to provid e browsing suggestions, e.g. when you open a new tab. This include popular websi tes, trending articles as well as personalized suggestions.
685 </message> 685 </message>
686 <message name="IDS_SUGGESTIONS_NOTIFICATIONS_SWITCH_TITLE" desc="Title for switch used to toggle the Content Suggestions notifications on or off."> 686 <message name="IDS_SUGGESTIONS_NOTIFICATIONS_SWITCH_TITLE" desc="Title for switch used to toggle the Content Suggestions notifications on or off." transla teable="false">
687 Notifications 687 Notifications
688 </message> 688 </message>
689 689
690 <!-- Accessibility preferences --> 690 <!-- Accessibility preferences -->
691 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]"> 691 <message name="IDS_PREFS_ACCESSIBILITY" desc="Title of Accessibility setti ngs, which allows the user to change webpage font sizes. [CHAR-LIMIT=32]">
692 Accessibility 692 Accessibility
693 </message> 693 </message>
694 <message name="IDS_FONT_SIZE" desc="Title for font size preference."> 694 <message name="IDS_FONT_SIZE" desc="Title for font size preference.">
695 Text scaling 695 Text scaling
696 </message> 696 </message>
(...skipping 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2932 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2933 </message> 2933 </message>
2934 2934
2935 <!-- Launcher Shortcuts --> 2935 <!-- Launcher Shortcuts -->
2936 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it."> 2936 <message name="IDS_DISABLED_INCOGNITO_LAUNCHER_SHORTCUT_MESSAGE" desc="Tex t for a toast displayed prompting the user to remove the disabled 'New incognito tab' app shortcut and recreate it.">
2937 Remove and recreate this shortcut 2937 Remove and recreate this shortcut
2938 </message> 2938 </message>
2939 </messages> 2939 </messages>
2940 </release> 2940 </release>
2941 </grit> 2941 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698