OLD | NEW |
---|---|
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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
908 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling."> | 908 <message name="IDS_SETTINGS_NATURAL_SCROLL_LABEL" desc="In Device Settings, the text next to the radio button that enables natural scrolling."> |
909 Australian <ph name="BEGIN_LINK"><a href="$1" target="_blank"></ph>L earn more<ph name="END_LINK"></a></ph> | 909 Australian <ph name="BEGIN_LINK"><a href="$1" target="_blank"></ph>L earn more<ph name="END_LINK"></a></ph> |
910 </message> | 910 </message> |
911 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> | 911 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> |
912 Traditional | 912 Traditional |
913 </message> | 913 </message> |
914 <!-- Keyboard --> | 914 <!-- Keyboard --> |
915 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> | 915 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> |
916 Keyboard settings | 916 Keyboard settings |
917 </message> | 917 </message> |
918 <message name="IDS_SETTINGS_KEYBOARD_KEY_SEARCH_LABEL" desc="In Device Setti ngs, the label for the Search key."> | |
dschuyler
2016/03/02 01:08:06
optional: I've been asked in other reviews to
drop
michaelpg
2016/03/02 02:42:05
Done.
| |
919 Search | |
920 </message> | |
921 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL_LABEL" desc="In Device Se ttings, the label for the Ctrl key."> | |
922 Ctrl | |
923 </message> | |
924 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT_LABEL" desc="In Device Set tings, the label for the Alt key."> | |
925 Alt | |
926 </message> | |
927 <message name="IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK_LABEL" desc="In Device Se ttings, the label for the Caps Lock key."> | |
928 Caps Lock | |
929 </message> | |
930 <message name="IDS_SETTINGS_KEYBOARD_KEY_DIAMOND_LABEL" desc="In Device Sett ings, the label for the Diamond key."> | |
931 Diamond | |
932 </message> | |
933 <message name="IDS_SETTINGS_KEYBOARD_KEY_SEARCH" desc="In Device Settings, t he dropdown list item for the Search key."> | |
934 Search | |
935 </message> | |
936 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_CTRL" desc="In Device Settings , the dropdown list item for the Ctrl key."> | |
937 Ctrl | |
938 </message> | |
939 <message name="IDS_SETTINGS_KEYBOARD_KEY_LEFT_ALT" desc="In Device Settings, the dropdown list item for the Alt key."> | |
dschuyler
2016/03/02 01:08:06
It seems strange to have IDS names with and withou
michaelpg
2016/03/02 02:42:06
Options did this. I took a quick peek at the trans
| |
940 Alt | |
941 </message> | |
942 <message name="IDS_SETTINGS_KEYBOARD_KEY_CAPS_LOCK" desc="In Device Settings , the dropdown list item for the Caps Lock key."> | |
943 Caps Lock | |
944 </message> | |
945 <message name="IDS_SETTINGS_KEYBOARD_KEY_ESCAPE" desc="In Device Settings, t he dropdown list item for the Escape key."> | |
946 Escape | |
947 </message> | |
948 <message name="IDS_SETTINGS_KEYBOARD_KEY_DISABLED" desc="In Device Settings, the dropdown list item for a disabled key."> | |
949 Disabled | |
950 </message> | |
951 <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS" desc="In Device Set tings, the checkbox label for interpreting the top-row keys as function keys ins tead."> | |
952 Treat top-row keys as function keys | |
953 </message> | |
954 <message name="IDS_SETTINGS_KEYBOARD_SEND_FUNCTION_KEYS_DESCRIPTION" desc="I n Device Settings, the label describing how to use the top-row keys' original ac tions when they are set to behave like function keys."> | |
955 Hold the Search key to switch the behavior of the top-row keys. | |
956 </message> | |
918 </if> | 957 </if> |
919 </grit-part> | 958 </grit-part> |
OLD | NEW |