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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1707613002: MD Settings: Start device page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments, rebase Created 4 years, 10 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 | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | 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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 </message> 861 </message>
862 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 862 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
863 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 863 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
864 </message> 864 </message>
865 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 865 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
866 Loading... 866 Loading...
867 </message> 867 </message>
868 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 868 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
869 Advanced font settings 869 Advanced font settings
870 </message> 870 </message>
871
872 <!-- Device Page -->
873 <if expr="chromeos">
874 <message name="IDS_SETTINGS_DEVICE_TITLE" desc="Name of the settings page wh ich displays device and peripheral settings.">
875 Device
876 </message>
877 <!-- Touchpad -->
878 <message name="IDS_SETTINGS_TOUCHPAD_TITLE" desc="In Device Settings, the ti tle of the Touchpad Settings section.">
879 Touchpad settings
880 </message>
881 <message name="IDS_SETTINGS_TOUCHPAD_TAP_TO_CLICK_ENABLED_LABEL" desc="In De vice Settings, the text next to the checkbox that allows tapping the touchpad to work as a click.">
882 Enable tap-to-click
883 </message>
884 <message name="IDS_SETTINGS_SCROLL_LABEL" desc="In Device Settings, the titl e above the radio buttons to choose the scrolling behavior.">
885 Scrolling
886 </message>
887 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling.">
888 Australian <ph name="BEGIN_LINK">&lt;a href="$1" target="_blank"&gt;</ph>L earn more<ph name="END_LINK">&lt;/a&gt;</ph>
889 </message>
890 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling.">
891 Traditional
892 </message>
893 <!-- Keyboard -->
894 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings.">
895 Keyboard settings
896 </message>
897 </if>
871 </grit-part> 898 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698