| 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 <message name="IDS_SETTINGS_KEYBOARD_KEY_DISABLED" desc="In Device Settings,
the dropdown list item for a disabled key."> | 988 <message name="IDS_SETTINGS_KEYBOARD_KEY_DISABLED" desc="In Device Settings,
the dropdown list item for a disabled key."> |
| 989 Disabled | 989 Disabled |
| 990 </message> | 990 </message> |
| 991 <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."> | 991 <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."> |
| 992 Treat top-row keys as function keys | 992 Treat top-row keys as function keys |
| 993 </message> | 993 </message> |
| 994 <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."> | 994 <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."> |
| 995 Hold the Search key to switch the behavior of the top-row keys. | 995 Hold the Search key to switch the behavior of the top-row keys. |
| 996 </message> | 996 </message> |
| 997 </if> | 997 </if> |
| 998 |
| 999 <!-- System Page --> |
| 1000 <if expr="not chromeos"> |
| 1001 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> |
| 1002 System |
| 1003 </message> |
| 1004 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label
for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh
en available."> |
| 1005 Use hardware acceleration when available |
| 1006 </message> |
| 1007 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 1008 Change proxy settings |
| 1009 </message> |
| 1010 </if> |
| 998 </grit-part> | 1011 </grit-part> |
| OLD | NEW |