-
-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy patharrays.xml
More file actions
159 lines (142 loc) · 4.87 KB
/
Copy patharrays.xml
File metadata and controls
159 lines (142 loc) · 4.87 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?xml version="1.0" encoding="utf-8"?><!--
* Copyright (C) 2007 The Android Open Source 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>
<string-array name="entries_statusbar_preference">
<item>显示状态栏</item>
<item>隐藏状态栏</item>
</string-array>
<string-array name="entries_actionbar_preference">
<!-- <item>Action bar disabled</item> -->
<item>显示操作栏</item>
<item>隐藏操作栏 (点击屏幕上方或按菜单键显示)</item>
</string-array>
<string-array name="entries_orientation_preference">
<item>自动</item>
<item>横屏</item>
<item>竖屏</item>
</string-array>
<string-array name="entries_cursorblink_preference">
<item>非闪烁光标</item>
<item>闪烁光标</item>
</string-array>
<string-array name="entries_cursorstyle_preference">
<item>方块</item>
<item>下划线</item>
<item>竖线</item>
</string-array>
<string-array name="entries_fontsize_preference">
<item>4 x 8 像素</item>
<item>6 磅</item>
<item>7 磅</item>
<item>8 磅</item>
<item>9 磅</item>
<item>10 磅</item>
<item>12 磅</item>
<item>14 磅</item>
<item>16 磅</item>
<item>20 磅</item>
<item>24 磅</item>
<item>28 磅</item>
<item>32 磅</item>
<item>36 磅</item>
<item>42 磅</item>
<item>48 磅</item>
<item>64 磅</item>
<item>72 磅</item>
<item>96 磅</item>
<item>144 磅</item>
<item>288 磅</item>
</string-array>
<string-array name="entries_color_preference">
<item>白底黑字</item>
<item>黑底白字</item>
<item>蓝底白字</item>
<item>黑底绿字</item>
<item>黑底黄字</item>
<item>黑底红字</item>
<item>Holo 风格</item>
<item>爆光过度</item>
<item>爆光不足</item>
<item>Linux 终端</item>
</string-array>
<string-array name="entries_backaction_preference">
<item>关闭所有窗口</item>
<item>关闭当前窗口</item>
<item>关闭当前实例,保留正在运行的会话</item>
<item>给终端发送 ESC</item>
<item>给终端发送 TAB</item>
</string-array>
<string-array name="entries_controlkey_preference">
<item>轨迹球</item>
<item>\@ 键</item>
<item>左 Alt 键</item>
<item>右 Alt 键</item>
<item>提升音量键</item>
<item>降低音量键</item>
<item>相机快门键</item>
<item>无</item>
</string-array>
<string-array name="entries_fnkey_preference">
<item>轨迹球</item>
<item>\@ 键</item>
<item>左 Alt 键</item>
<item>右 Alt 键</item>
<item>提升音量键</item>
<item>降低音量键</item>
<item>相机快门键</item>
<item>无</item>
</string-array>
<string-array name="entries_ime_preference">
<item>字本</item>
<item>词本</item>
</string-array>
<string name="list_select">
<item>在编辑器中打开</item>
<item>在.....打开</item>
<item>重新扫描</item>
</string>
<!-- These are the 'short' names for the control keys. They are used in the special keys dialog. -->
<string-array name="control_keys_short_names">
<item>Ball</item>
<item>\@</item>
<item>Left-Alt</item>
<item>Right-Alt</item>
<item>Vol-Up</item>
<item>Vol-Dn</item>
<item>Camera</item>
<item>None</item>
</string-array>
<!-- These are the 'short' names for the Fn keys. They are used in the special keys dialog. -->
<string-array name="fn_keys_short_names">
<item>Ball</item>
<item>\@</item>
<item>Left-Alt</item>
<item>Right-Alt</item>
<item>Vol-Up</item>
<item>Vol-Dn</item>
<item>Camera</item>
<item>None</item>
</string-array>
<string-array name="screen_orientation_values" translatable="false">
<item>auto</item>
<item>landscape</item>
<item>portrait</item>
</string-array>
<string-array name="file_explorer_tab">
<item>脚本</item>
<item>项目</item>
</string-array>
</resources>