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

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: fixup 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
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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 </message> 852 </message>
853 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 853 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
854 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 854 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
855 </message> 855 </message>
856 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 856 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
857 Loading... 857 Loading...
858 </message> 858 </message>
859 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 859 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
860 Advanced font settings 860 Advanced font settings
861 </message> 861 </message>
862
863 <!-- Device Page -->
864 <if expr="chromeos">
865 <message name="IDS_SETTINGS_DEVICE_TITLE" desc="Name of the settings page wh ich displays device and peripheral settings.">
866 Device
867 </message>
868 <!-- Touchpad -->
869 <message name="IDS_SETTINGS_TOUCHPAD_TITLE" desc="In Device Settings, the ti tle of the Touchpad Settings section.">
870 Touchpad settings
871 </message>
872 <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.">
873 Enable tap-to-click
874 </message>
875 <message name="IDS_SETTINGS_SCROLL_LABEL" desc="In Device Settings, the titl e above the radio buttons to choose the scrolling behavior.">
876 Scrolling
877 </message>
878 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling.">
879 Australian <ph name="BEGIN_LINK">&lt;a href="$1" target="_blank"&gt;</ph>L earn more<ph name="END_LINK">&lt;/a&gt;</ph>
880 </message>
881 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling.">
882 Traditional
883 </message>
884 <!-- Keyboard -->
885 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings.">
886 Keyboard settings
887 </message>
888 </if>
862 </grit-part> 889 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698