summaryrefslogtreecommitdiffstats
path: root/res/values-eo/arrays.xml
blob: f09053659a9bc32790a0c1d22f7af040c89d905e (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
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
/*
**
** Copyright 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Choices for timezone picker first level.
         These values will be used as search terms for TimeZone displayName
         strings. -->
  <skip></skip>
  <!-- The time zone picker screen has two levels.  The first level allows the user to choose a region. -->
  <string-array name="timezone_filters">
    <!-- The next level of the time zoner picker should show time zones from the Americas. -->
    <item>Ameriko</item>
    <!-- The next level of the time zoner picker should show time zones from Europe. -->
    <item>Eŭropo</item>
    <!-- The next level of the time zoner picker should show time zones from Africa. -->
    <item>Afriko</item>
    <!-- The next level of the time zoner picker should show time zones from Asia. -->
    <item>Azio</item>
    <!-- The next level of the time zoner picker should show time zones from Australia. -->
    <item>Australia</item>
    <!-- The next level of the time zoner picker should show time zones from Pacific. -->
    <item>Pacific</item>
    <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
    <item>All</item>
  </string-array>
  <!-- Display settings.  The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
  <string-array name="screen_timeout_entries">
    <item>15 sekundoj</item>
    <item>30 sekundoj</item>
    <item>1 minuto</item>
    <item>2 minutoj</item>
    <item>5 minutoj</item>
    <item>10 minutoj</item>
    <item>30 minutoj</item>
  </string-array>
  <!-- Do not translate. -->
  <!-- Display settings.  The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
  <string-array name="dream_timeout_entries">
    <item>Neniam</item>
    <item>15 sekundoj</item>
    <item>30 sekundoj</item>
    <item>1 minuto</item>
    <item>2 minutoj</item>
    <item>5 minutoj</item>
    <item>10 minutoj</item>
    <item>30 minutoj</item>
  </string-array>
  <!-- Do not translate. -->
  <!-- Security settings.  The delay after screen is turned off until device locks.
         These are shown in a list dialog. -->
  <string-array name="lock_after_timeout_entries">
    <item>Tuj</item>
    <item>5 sekundoj</item>
    <item>15 sekundoj</item>
    <item>30 sekundoj</item>
    <item>1 minuto</item>
    <item>2 minutoj</item>
    <item>5 minutoj</item>
    <item>10 minutoj</item>
    <item>30 minutoj</item>
  </string-array>
  <!-- Do not translate. -->
  <!-- TTS settings -->
  <!-- Default speech rate choices -->
  <!-- Do not translate. -->
  <string-array name="tts_rate_values">
    <item>60</item>
    <item>80</item>
    <item>100</item>
    <item>150</item>
    <item>200</item>
    <item>250</item>
    <item>300</item>
    <item>350</item>
    <item>400</item>
  </string-array>
  <!-- Default pitch choices -->
  <!-- Do not translate. -->
  <string-array name="tts_pitch_values">
    <item>50</item>
    <item>80</item>
    <item>100</item>
    <item>120</item>
    <item>150</item>
  </string-array>
  <!-- Do not translate. -->
  <!-- Wi-Fi settings -->
  <!-- Match this with the order of NetworkInfo.DetailedState. -->
  <skip></skip>
  <!-- Wi-Fi settings. The status messages when the network is unknown. -->
  <!-- Match this with the order of NetworkInfo.DetailedState. -->
  <skip></skip>
  <!-- Wi-Fi settings. The status messages when the network is known. -->
  <!-- Match this with the constants in AccessPoint. -->
  <skip></skip>
  <!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
  <!-- Match this with the constants in AccessPoint. -->
  <skip></skip>
  <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
  <!-- Wi-Fi AP settings.  The type of security a Wi-Fi AP supports. -->
  <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
  <!-- Match this with the constants in WifiDialog. -->
  <skip></skip>
  <!-- Wi-Fi settings.  The type of EAP method a Wi-Fi network has. -->
  <!-- Type of EAP method when EAP SIM, AKA, AKA' are not supported -->
  <!-- Wi-Fi AP band settings.  Either 2.4GHz or 5GHz. -->
  <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
  <string-array name="wifi_ap_band_config_full">
    <item>@string/wifi_ap_choose_2G</item>
    <item>@string/wifi_ap_choose_5G</item>
  </string-array>
  <string-array name="wifi_ap_band_config_2G_only">
    <item>@string/wifi_ap_choose_2G</item>
  </string-array>
  <!-- Wi-Fi WPS setup for p2p connections.  -->
  <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
  <!-- Match this with the order of WifiP2pDevice.Status -->
  <!-- Wi-Fi p2p settings device status message -->
  <!-- Bluetooth Settings -->
  <!-- Discoverable mode timeout options -->
  <string-array name="bluetooth_visibility_timeout_entries">
    <item>2 minutoj</item>
    <item>5 minutoj</item>
    <item>1 horo</item>
    <item>Never time out</item>
  </string-array>
  <!-- Match this with drawable.wifi_signal. -->
  <skip></skip>
  <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
  <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
  <string-array name="wifi_sleep_policy_entries">
    <!-- Always keep Wi-Fi on when screen turns off. -->
    <item>Ĉiam</item>
    <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
    <item>Only when plugged in</item>
    <!-- Do not keep Wi-Fi on when screen turns off.  [CHAR LIMIT=40] -->
    <item>Neniam</item>
  </string-array>
  <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
         the device is Wi-Fi-only. [CHAR LIMIT=30] -->
  <string-array name="wifi_sleep_policy_entries_wifi_only">
    <!-- Always keep Wi-Fi on when screen turns off. -->
    <item>Ĉiam</item>
    <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
    <item>Only when plugged in</item>
    <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
    <item>Neniam</item>
  </string-array>
  <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. -->
  <skip></skip>
  <!-- Do not translate. -->
  <string-array name="wifi_sleep_policy_values">
    <!-- Do not translate. -->
    <item>2</item>
    <!-- Do not translate. -->
    <item>1</item>
    <!-- Do not translate. -->
    <item>0</item>
  </string-array>
  <!-- Data Usage settings. Range of data usage. -->
  <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
  <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. -->
  <!-- Do not translate. -->
  <string-array name="wifi_frequency_band_values">
    <!-- Do not translate. -->
    <item>0</item>
    <!-- Do not translate. -->
    <item>1</item>
    <!-- Do not translate. -->
    <item>2</item>
  </string-array>
  <!-- Display options for UsageStats class -->
  <!-- EAP method -->
  <!-- Phase 2 options for PEAP -->
  <!-- Phase 2 options for rest of EAP methods -->
  <!-- Wi-Fi IP settings. -->
  <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
  <!-- Wi-Fi proxy settings. -->
  <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
  <!-- Authentication Types used in APN editor -->
  <!-- Authentication Types used in APN editor -->
  <!-- Bearer Info used in APN editor -->
  <!-- MVNO Info used in APN editor -->
  <!-- Apps on SD installation location options in ApplicationSettings -->
  <!-- Do not translate. -->
  <!-- Names of categories of app ops tabs -->
  <string-array name="app_ops_categories">
    <item>Loko</item>
    <item>Personal</item>
    <item>Messaging</item>
    <item>Media</item>
    <item>Aparato</item>
  </string-array>
  <!-- User display names for app ops codes -->
  <string-array name="app_ops_summaries">
    <item>coarse location</item>
    <item>fine location</item>
    <item>GPS</item>
    <item>vibrate</item>
    <item>read contacts</item>
    <item>modify contacts</item>
    <item>read call log</item>
    <item>modify call log</item>
    <item>read calendar</item>
    <item>modify calendar</item>
    <item>wi-fi scan</item>
    <item>sciigo</item>
    <item>cell scan</item>
    <item>call phone</item>
    <item>read SMS</item>
    <item>write SMS</item>
    <item>receive SMS</item>
    <item>receive emergency SMS</item>
    <item>receive MMS</item>
    <item>receive WAP push</item>
    <item>send SMS</item>
    <item>read ICC SMS</item>
    <item>write ICC SMS</item>
    <item>modify settings</item>
    <item>draw on top</item>
    <item>access notifications</item>
    <item>camera</item>
    <item>record audio</item>
    <item>play audio</item>
    <item>read clipboard</item>
    <item>modify clipboard</item>
    <item>media buttons</item>
    <item>audio focus</item>
    <item>master volume</item>
    <item>voice volume</item>
    <item>ring volume</item>
    <item>media volume</item>
    <item>alarm volume</item>
    <item>notification volume</item>
    <item>bluetooth volume</item>
    <item>keep awake</item>
    <item>monitor location</item>
    <item>monitor high power location</item>
    <item>get usage stats</item>
    <item>mute/unmute microphone</item>
    <item>project media</item>
    <item>activate VPN</item>
    <item>write wallpaper</item>
    <item>assist structure</item>
    <item>assist screenshot</item>
  </string-array>
  <!-- User display names for app ops codes -->
  <string-array name="app_ops_labels">
    <item>Loko</item>
    <item>Loko</item>
    <item>Loko</item>
    <item>Vibrate</item>
    <item>Read contacts</item>
    <item>Modify contacts</item>
    <item>Read call log</item>
    <item>Modify call log</item>
    <item>Read calendar</item>
    <item>Modify calendar</item>
    <item>Loko</item>
    <item>Post notification</item>
    <item>Loko</item>
    <item>Call phone</item>
    <item>Read SMS/MMS</item>
    <item>Write SMS/MMS</item>
    <item>Receive SMS/MMS</item>
    <item>Receive SMS/MMS</item>
    <item>Receive SMS/MMS</item>
    <item>Receive SMS/MMS</item>
    <item>Send SMS/MMS</item>
    <item>Read SMS/MMS</item>
    <item>Write SMS/MMS</item>
    <item>Modify settings</item>
    <item>Draw on top</item>
    <item>Access notifications</item>
    <item>Camera</item>
    <item>Record audio</item>
    <item>Play audio</item>
    <item>Read clipboard</item>
    <item>Modify clipboard</item>
    <item>Media buttons</item>
    <item>Audio focus</item>
    <item>Master volume</item>
    <item>Voice volume</item>
    <item>Ring volume</item>
    <item>Media volume</item>
    <item>Alarm volume</item>
    <item>Notification volume</item>
    <item>Bluetooth volume</item>
    <item>Keep awake</item>
    <item>Loko</item>
    <item>Loko</item>
    <item>Get usage stats</item>
    <item>Mute/unmute microphone</item>
    <item>Project media</item>
    <item>Activate VPN</item>
    <item>Write wallpaper</item>
    <item>Assist structure</item>
    <item>Assist screenshot</item>
  </string-array>
  <!-- Titles for the list of long press timeout options. -->
  <!-- Values for the list of long press timeout options. -->
  <!-- Titles for captioning typeface preference. [CHAR LIMIT=35] -->
  <!-- Values for captioning typeface preference. -->
  <!-- Titles for captioning font size preference. [CHAR LIMIT=35] -->
  <!-- Values for captioning font size preference. -->
  <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] -->
  <!-- Values for captioning character edge type preference. -->
  <!-- Titles for captioning color preference. -->
  <!-- Values for captioning color preference. -->
  <!-- Titles for captioning opacity preference. [CHAR LIMIT=35] -->
  <!-- Values for captioning opacity preference. -->
  <!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] -->
  <!-- Values for captioning text style preset preference. -->
  <!-- Titles for logd limit size selection preference. [CHAR LIMIT=14] -->
  <!-- Titles for logd limit size lowram selection preference. [CHAR LIMIT=14] -->
  <!-- Values for logd limit size selection preference. -->
  <!-- Summaries for logd limit size selection preference. [CHAR LIMIT=30]-->
  <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
  <!-- Values for HDCP checking preference. -->
  <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]-->
  <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
  <!-- Values for window animation scale preference. -->
  <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] -->
  <!-- Values for transition animation scale preference. -->
  <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] -->
  <!-- Values for animator duration scale preference. -->
  <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] -->
  <!-- Values for overlay display devices preference. -->
  <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] -->
  <!-- Values for OpenGL traces preference. -->
  <!-- Titles for non-rectangular clipping preference. [CHAR LIMIT=35] -->
  <!-- Values for non-rectangular clipping preference. -->
  <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] -->
  <!-- Values for frame time tracking preference. -->
  <!-- Titles for debug overdraw preference. [CHAR LIMIT=50] -->
  <!-- Values for debug overdraw preference. -->
  <!-- Titles for app process limit preference. [CHAR LIMIT=35] -->
  <!-- Values for app process limit preference. -->
  <!-- Match this with the constants in VpnProfile. -->
  <skip></skip>
  <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
  <!-- Match this with the constants in VpnProfile. -->
  <skip></skip>
  <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
  <!-- Match this with the constants in LegacyVpnInfo. -->
  <skip></skip>
  <!-- Status for a VPN network. [CHAR LIMIT=100] -->
  <!-- User content ratings for restricted users [CHAR LIMIT=30] -->
  <!-- Values for user content ratings for restricted users -->
  <!-- Values for premium SMS permission selector [CHAR LIMIT=30] -->
  <!-- [CHAR LIMIT=40] Labels for memory states -->
  <!-- Display color space adjustment modes for accessibility -->
  <!-- Values for display color space adjustment modes for accessibility -->
  <!-- Display color space adjustment modes for developers -->
  <!-- Values for display color space adjustment modes for developers -->
  <!-- Battery saver mode: allowable trigger threshold levels. -->
  <!-- Process stats memory use details: labels for memory states -->
  <!-- Process stats memory use details: labels for process -->
  <!-- Array of titles for sim color for multi-sim -->
  <!-- USB configuration names for Developer Settings.
         This can be overridden by devices with additional USB configurations. -->
  <!-- USB configuration values for Developer Settings.
         These are lists of USB functions passed to the USB Manager to change USB configuraton.
         This can be overridden by devices with additional USB configurations.
         Do not translate. -->
  <!-- Possible values for user theme in Display Settings.
         Do not translate. -->
  <!-- These values should match up with the MODE_NIGHT constants in UiModeManager.
         Do not translate. -->
</resources>