blob: 085dde68798c8e89792c2c94b50b2754fae06369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2018-2021 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<!-- Keyboard setting strings -->
<string name="keyboard_settings_title">Advanced keyboard settings</string>
<string name="keyboard_layout_title">Physical layout</string>
<string name="keyboard_keymap_custom_title">Custom keymap</string>
<string name="keyboard_keymap_custom_summary_enabled">Using user customized keymap</string>
<string name="keyboard_keymap_custom_summary_available">Custom keymap available</string>
<string name="keyboard_keymap_custom_summary_disabled">No custom keymap available</string>
<string name="keyboard_keymap_custom_failed">Custom keymap failed to apply</string>
<string name="keyboard_keymap_spacepower_title">FN + SPACE sends POWER</string>
<string name="keyboard_keymap_spacepower_summary">Emulate power key with function and space keys</string>
<string name="keyboard_keymap_fnkeys_title">FN + top row sends F1-F12</string>
<string name="keyboard_keymap_fnkeys_summary">Emulate F1-F12 keys with function and the top row keys</string>
<string name="keyboard_keymap_altgr_title">Right FN key sends AltGr</string>
<string name="keyboard_keymap_altgr_summary">Change right-hand diagonal yellow arrow key to AltGr</string>
<string name="keyboard_fastpoll_title">Fast poll</string>
<string name="keyboard_fastpoll_summary">Poll the keyboard at a faster rate (\"Gaming mode\")</string>
<!-- Touchscreen settings strings -->
<string name="touchscreen_settings_title">Touchscreen</string>
<string name="touchscreen_settings_summary">Margin</string>
<string name="touchscreen_margin_title">Margin</string>
<string name="touchscreen_margin_summary">Margin level: %d</string>
<!-- Setup wizard integration -->
<string name="setupwizard_title">Keyboard settings</string>
<string name="setupwizard_summary">This device is available with different hardware keyboard layouts.
In order for the device to be able to send the correct keys, please set the actual keyboard layout below.</string>
<string name="setupwizard_next">Next</string>
</resources>
|