OSDN Git Service

am 61b0f8c8: am b1ea6805: Merge "Option "None" replaced "Open" in Wi-Fi AP Settings...
[android-x86/packages-apps-Settings.git] / res / values / arrays.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 /*
4 **
5 ** Copyright 2007 The Android Open Source Project
6 **
7 ** Licensed under the Apache License, Version 2.0 (the "License");
8 ** you may not use this file except in compliance with the License.
9 ** You may obtain a copy of the License at
10 **
11 **     http://www.apache.org/licenses/LICENSE-2.0
12 **
13 ** Unless required by applicable law or agreed to in writing, software
14 ** distributed under the License is distributed on an "AS IS" BASIS,
15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 ** See the License for the specific language governing permissions and
17 ** limitations under the License.
18 */
19 -->
20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21     <!-- Choices for timezone picker first level.
22          These values will be used as search terms for TimeZone displayName
23          strings. --> <skip />
24     <!-- The time zone picker screen has two levels.  The first level allows the user to choose a region. -->
25     <string-array name="timezone_filters">
26     <!-- The next level of the time zoner picker should show time zones from the Americas. -->
27         <item>America</item>
28     <!-- The next level of the time zoner picker should show time zones from Europe. -->
29         <item>Europe</item>
30     <!-- The next level of the time zoner picker should show time zones from Africa. -->
31         <item>Africa</item>
32     <!-- The next level of the time zoner picker should show time zones from Asia. -->
33         <item>Asia</item>
34     <!-- The next level of the time zoner picker should show time zones from Australia. -->
35         <item>Australia</item>
36     <!-- The next level of the time zoner picker should show time zones from Pacific. -->
37         <item>Pacific</item>
38     <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
39         <item>All</item>
40     </string-array>
41
42     <!-- There is a setting to control the format of dates displayed throughout the system.  This is in the Date & Time Settings screen.  These will be adjusted to use punctuation appropriate to the user's locale. -->
43     <string-array name="date_format_values" translatable="false">
44         <!-- The blank item means to use whatever the locale calls for. -->
45         <item></item>
46         <item>MM-dd-yyyy</item>
47         <item>dd-MM-yyyy</item>
48         <item>yyyy-MM-dd</item>
49     </string-array>
50
51     <!-- Display settings.  The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
52     <string-array name="screen_timeout_entries">
53         <item>15 seconds</item>
54         <item>30 seconds</item>
55         <item>1 minute</item>
56         <item>2 minutes</item>
57         <item>5 minutes</item>
58         <item>10 minutes</item>
59         <item>30 minutes</item>
60     </string-array>
61
62     <!-- Do not translate. -->
63     <string-array name="screen_timeout_values" translatable="false">
64         <!-- Do not translate. -->
65         <item>15000</item>
66         <!-- Do not translate. -->
67         <item>30000</item>
68         <!-- Do not translate. -->
69         <item>60000</item>
70         <!-- Do not translate. -->
71         <item>120000</item>
72         <!-- Do not translate. -->
73         <item>300000</item>
74         <!-- Do not translate. -->
75         <item>600000</item>
76         <!-- Do not translate. -->
77         <item>1800000</item>
78     </string-array>
79     
80     <!-- Display settings.  The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
81     <string-array name="dream_timeout_entries">
82         <item>Never</item>
83         <item>15 seconds</item>
84         <item>30 seconds</item>
85         <item>1 minute</item>
86         <item>2 minutes</item>
87         <item>5 minutes</item>
88         <item>10 minutes</item>
89         <item>30 minutes</item>
90     </string-array>
91
92     <!-- Do not translate. -->
93     <string-array name="dream_timeout_values" translatable="false">
94         <!-- Do not translate. -->
95         <item>0</item>
96         <!-- Do not translate. -->
97         <item>15000</item>
98         <!-- Do not translate. -->
99         <item>30000</item>
100         <!-- Do not translate. -->
101         <item>60000</item>
102         <!-- Do not translate. -->
103         <item>120000</item>
104         <!-- Do not translate. -->
105         <item>300000</item>
106         <!-- Do not translate. -->
107         <item>600000</item>
108         <!-- Do not translate. -->
109         <item>1800000</item>
110     </string-array>
111     
112     <!-- Security settings.  The delay after screen is turned off until device locks. 
113          These are shown in a list dialog. -->
114     <string-array name="lock_after_timeout_entries">
115         <item>Immediately</item>
116         <item>5 seconds</item>
117         <item>15 seconds</item>
118         <item>30 seconds</item>
119         <item>1 minute</item>
120         <item>2 minutes</item>
121         <item>5 minutes</item>
122         <item>10 minutes</item>
123         <item>30 minutes</item>
124     </string-array>
125
126     <!-- Do not translate. -->
127     <string-array name="lock_after_timeout_values" translatable="false">
128         <!-- Do not translate. -->
129         <item>0</item>
130         <!-- Do not translate. -->
131         <item>5000</item>
132         <!-- Do not translate. -->
133         <item>15000</item>
134         <!-- Do not translate. -->
135         <item>30000</item>
136         <!-- Do not translate. -->
137         <item>60000</item>
138         <!-- Do not translate. -->
139         <item>120000</item>
140         <!-- Do not translate. -->
141         <item>300000</item>
142         <!-- Do not translate. -->
143         <item>600000</item>
144         <!-- Do not translate. -->
145         <item>1800000</item>
146     </string-array>
147     
148     <string-array name="entries_font_size">
149         <item msgid="6490061470416867723">Small</item>
150         <item msgid="3579015730662088893">Normal</item>
151         <item msgid="1678068858001018666">Large</item>
152         <item msgid="490158884605093126">Huge</item>
153     </string-array>
154
155     <string-array name="entryvalues_font_size" translatable="false">
156         <item>0.85</item>
157         <item>1.0</item>
158         <item>1.15</item>
159         <item>1.30</item>
160     </string-array>
161     
162     <!-- TTS settings -->
163
164     <!-- Default speech rate choices -->
165     <string-array name="tts_rate_entries">
166         <item>Very slow</item>
167         <item>Slow</item>
168         <item>Normal</item>
169         <item>Fast</item>
170         <item>Very fast</item>
171     </string-array>
172     <!-- Do not translate. -->
173     <string-array name="tts_rate_values">
174         <item>60</item>
175         <item>80</item>
176         <item>100</item>
177         <item>150</item>
178         <item>200</item>
179     </string-array>
180
181     <!-- Default pitch choices -->
182     <string-array name="tts_pitch_entries">
183         <item>Very low</item>
184         <item>Low</item>
185         <item>Normal</item>
186         <item>High</item>
187         <item>Very high</item>
188     </string-array>
189     <!-- Do not translate. -->
190     <string-array name="tts_pitch_values">
191         <item>50</item>
192         <item>80</item>
193         <item>100</item>
194         <item>120</item>
195         <item>150</item>
196     </string-array>
197
198     <!-- Do not translate. -->
199     <string-array name="tts_demo_strings" translatable="false">
200         <item>This is an example of speech synthesis in English.</item>
201         <item>Voici un échantillon de synthèse vocale en français.</item>
202         <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
203         <item>Questo è un esempio di sintesi vocale in italiano.</item>
204         <item>Este es un ejemplo de síntesis de voz en español.</item>
205     </string-array>
206     <string-array name="tts_demo_string_langs" translatable="false">
207         <item>eng</item>
208         <item>fra</item>
209         <item>deu</item>
210         <item>ita</item>
211         <item>spa</item>
212     </string-array>
213
214
215     <!-- Wi-Fi settings -->
216
217     <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip />
218     <!-- Wi-Fi settings. The status messages when the network is unknown. -->
219     <string-array name="wifi_status">
220         <!-- Status message of Wi-Fi when it is idle. -->
221         <item></item>
222         <!-- Status message of Wi-Fi when it is scanning. -->
223         <item>Scanning\u2026</item>
224         <!-- Status message of Wi-Fi when it is connecting. -->
225         <item>Connecting\u2026</item>
226         <!-- Status message of Wi-Fi when it is authenticating. -->
227         <item>Authenticating\u2026</item>
228         <!-- Status message of Wi-Fi when it is obtaining IP address. -->
229         <item>Obtaining IP address\u2026</item>
230         <!-- Status message of Wi-Fi when it is connected. -->
231         <item>Connected</item>
232         <!-- Status message of Wi-Fi when it is suspended. -->
233         <item>Suspended</item>
234         <!-- Status message of Wi-Fi when it is disconnecting. -->
235         <item>Disconnecting\u2026</item>
236         <!-- Status message of Wi-Fi when it is disconnected. -->
237         <item>Disconnected</item>
238         <!-- Status message of Wi-Fi when it is a failure. -->
239         <item>Unsuccessful</item>
240         <!-- Status message of Wi-Fi when it is blocked. -->
241         <item>Blocked</item>
242         <!-- Status message of Wi-Fi when connectiong is being verified. -->
243         <item>Temporarily avoiding poor connection</item>
244     </string-array>
245
246     <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip />
247     <!-- Wi-Fi settings. The status messages when the network is known. -->
248     <string-array name="wifi_status_with_ssid">
249         <!-- Status message of Wi-Fi when it is idle. -->
250         <item></item>
251         <!-- Status message of Wi-Fi when it is scanning. -->
252         <item>Scanning\u2026</item>
253         <!-- Status message of Wi-Fi when it is connecting to a network. -->
254         <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
255         <!-- Status message of Wi-Fi when it is authenticating with a network. -->
256         <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
257         <!-- Status message of Wi-Fi when it is obtaining IP address from a network. -->
258         <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
259         <!-- Status message of Wi-Fi when it is connected to a network. -->
260         <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item>
261         <!-- Status message of Wi-Fi when it is suspended. -->
262         <item>Suspended</item>
263         <!-- Status message of Wi-Fi when it is disconnecting from a network. -->
264         <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
265         <!-- Status message of Wi-Fi when it is disconnected. -->
266         <item>Disconnected</item>
267         <!-- Status message of Wi-Fi when it is a failure. -->
268         <item>Unsuccessful</item>
269         <!-- Status message of Wi-Fi when it is blocked. -->
270         <item>Blocked</item>
271         <!-- Status message of Wi-Fi when connectiong is being verified. -->
272         <item>Temporarily avoiding poor connection</item>
273     </string-array>
274
275     <!-- Match this with the constants in AccessPoint. --> <skip />
276     <!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
277     <string-array name="wifi_security">
278         <!-- The Wi-Fi network does not have any security. -->
279         <item>@string/wifi_security_none</item>
280         <!-- Do not translate. -->
281         <item>@string/wifi_security_wep</item>
282         <!-- Do not translate. -->
283         <item>@string/wifi_security_psk_generic</item>
284         <!-- Do not translate. -->
285         <item>@string/wifi_security_eap</item>
286     </string-array>
287
288     <!-- Match this with the constants in AccessPoint. --> <skip />
289     <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
290     <string-array name="wifi_security_no_eap">
291         <!-- The Wi-Fi network does not have any security. -->
292         <item>@string/wifi_security_none</item>
293         <!-- Do not translate. -->
294         <item>@string/wifi_security_wep</item>
295         <!-- Do not translate. -->
296         <item>@string/wifi_security_psk_generic</item>
297     </string-array>
298
299    <!-- Wi-Fi AP settings.  The type of security a Wi-Fi AP supports. -->
300    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
301     <string-array name="wifi_ap_security">
302         <item>@string/wifi_security_none</item>
303         <item>@string/wifi_security_wpa</item>
304         <item>@string/wifi_security_wpa2</item>
305     </string-array>
306
307     <!-- Match this with the constants in WifiDialog. --> <skip />
308     <!-- Wi-Fi settings.  The type of EAP method a Wi-Fi network has. -->
309     <string-array name="wifi_eap_method">
310         <!-- Do not translate. -->
311         <item>PEAP</item>
312         <!-- Do not translate. -->
313         <item>TLS</item>
314         <!-- Do not translate. -->
315         <item>TTLS</item>
316         <!-- Do not translate. -->
317         <item>PWD</item>
318     </string-array>
319
320    <!-- Wi-Fi WPS setup for p2p connections.  -->
321    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
322     <string-array name="wifi_p2p_wps_setup">
323         <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]-->
324         <item>Push button</item>
325         <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] -->
326         <item>PIN from peer device</item>
327         <!-- This involves generating a pin from this device [CHAR LIMIT=20] -->
328         <item>PIN from this device</item>
329     </string-array>
330
331     <!-- Match this with the order of WifiP2pDevice.Status -->
332     <!-- Wi-Fi p2p settings device status message -->
333     <string-array name="wifi_p2p_status">
334         <item>Connected</item>
335         <item>Invited</item>
336         <item>Unsuccessful</item>
337         <item>Available</item>
338         <item>Out-of-range</item>
339    </string-array>
340
341
342     <!-- Bluetooth Settings -->
343
344     <!-- Discoverable mode timeout options -->
345     <string-array name="bluetooth_visibility_timeout_entries">
346         <item>2 minutes</item>
347         <item>5 minutes</item>
348         <item>1 hour</item>
349         <item>Never time out</item>
350     </string-array>
351
352     <!-- Match this with drawable.wifi_signal. --> <skip />
353     <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
354     <string-array name="wifi_signal">
355         <item>Poor</item>
356         <item>Fair</item>
357         <item>Good</item>
358         <item>Excellent</item>
359     </string-array>
360
361     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
362     <string-array name="wifi_sleep_policy_entries">
363         <!-- Always keep Wi-Fi on when screen turns off. -->
364         <item>Always</item>
365         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
366         <item>Only when plugged in</item>
367         <!-- Do not keep Wi-Fi on when screen turns off. -->
368         <item>Never (increases data usage)</item>
369     </string-array>
370
371     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
372          the device is Wi-Fi-only. [CHAR LIMIT=30] -->
373     <string-array name="wifi_sleep_policy_entries_wifi_only">
374         <!-- Always keep Wi-Fi on when screen turns off. -->
375         <item>Always</item>
376         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
377         <item>Only when plugged in</item>
378         <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
379         <item>Never</item>
380     </string-array>
381
382     <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip />
383     <!-- Do not translate. -->
384     <string-array name="wifi_sleep_policy_values">
385         <!-- Do not translate. -->
386         <item>2</item>
387         <!-- Do not translate. -->
388         <item>1</item>
389         <!-- Do not translate. -->
390         <item>0</item>
391     </string-array>
392
393     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
394     <string-array name="wifi_frequency_band_entries">
395         <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]-->
396         <item>Auto</item>
397         <!-- Operation on 5 GHz alone [CHAR LIMIT=25]-->
398         <item>5 GHz only</item>
399         <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]-->
400         <item>2.4 GHz only</item>
401     </string-array>
402
403     <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. -->
404     <!-- Do not translate. -->
405     <string-array name="wifi_frequency_band_values">
406         <!-- Do not translate. -->
407         <item>0</item>
408         <!-- Do not translate. -->
409         <item>1</item>
410         <!-- Do not translate. -->
411         <item>2</item>
412     </string-array>
413
414
415     <!-- Display options for UsageStats class -->
416     <string-array name="usage_stats_display_order_types">
417         <item>Usage time</item>
418         <item>Launch count</item>
419         <item>App name</item>
420     </string-array>
421
422     <!-- EAP method -->
423     <string-array name="wifi_eap_entries">
424         <item>PEAP</item>
425         <item>TLS</item>
426         <item>TTLS</item>
427         <item>PWD</item>
428     </string-array>
429
430     <!-- Phase 2 options for PEAP -->
431     <string-array name="wifi_peap_phase2_entries">
432         <item>None</item>
433         <item>MSCHAPV2</item>
434         <item>GTC</item>
435     </string-array>
436
437     <!-- Phase 2 options for rest of EAP methods -->
438     <string-array name="wifi_phase2_entries">
439         <item>None</item>
440         <item>PAP</item>
441         <item>MSCHAP</item>
442         <item>MSCHAPV2</item>
443         <item>GTC</item>
444     </string-array>
445
446     <!-- Wi-Fi IP settings. -->
447    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
448     <string-array name="wifi_ip_settings">
449         <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] -->
450         <item>DHCP</item>
451         <!-- Use statically defined IP settings [CHAR LIMIT=25]-->
452         <item>Static</item>
453     </string-array>
454
455     <!-- Wi-Fi proxy settings. -->
456     <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
457     <string-array name="wifi_proxy_settings">
458         <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] -->
459         <item>None</item>
460         <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] -->
461         <item>Manual</item>
462     </string-array>
463
464     <!-- Sound settings for emergency tone. -->
465     <string-array name="emergency_tone_entries">
466         <item>Off</item>
467         <item>Alert</item>
468         <item>Vibrate</item>
469     </string-array>
470
471     <!-- Do not translate. -->
472     <string-array name="emergency_tone_values">
473         <item>0</item>
474         <item>1</item>
475         <item>2</item>
476     </string-array>
477
478     <!-- Locales in this list are displayed with the corresponding
479          name from special_locale_names instead of using the name
480          from Locale.getDisplayName(). -->
481     <string-array translatable="false" name="special_locale_codes">
482         <item>zh_CN</item>
483         <item>zh_TW</item>
484     </string-array>
485
486     <string-array translatable="false" name="special_locale_names">
487         <item>中文 (简体)</item>
488         <item>中文 (繁體)</item>
489     </string-array>
490
491     <!-- Authentication Types used in APN editor -->
492     <string-array name="apn_auth_entries">
493         <item>None</item>
494         <item>PAP</item>
495         <item>CHAP</item>
496         <item>PAP or CHAP</item>
497     </string-array>
498
499     <string-array translatable="false" name="apn_auth_values">
500         <!-- Do not translate. -->
501         <item>0</item>
502         <!-- Do not translate. -->
503         <item>1</item>
504         <!-- Do not translate. -->
505         <item>2</item>
506         <!-- Do not translate. -->
507         <item>3</item>
508     </string-array>
509
510     <!-- Authentication Types used in APN editor -->
511     <string-array name="apn_protocol_entries">
512         <item>IPv4</item>
513         <item>IPv6</item>
514         <item>IPv4/IPv6</item>
515     </string-array>
516
517     <string-array translatable="false" name="apn_protocol_values">
518         <!-- Do not translate. -->
519         <item>IP</item>
520         <!-- Do not translate. -->
521         <item>IPV6</item>
522         <!-- Do not translate. -->
523         <item>IPV4V6</item>
524     </string-array>
525
526     <!-- Bearer Info used in APN editor -->
527     <string-array name="bearer_entries">
528         <item>LTE</item>
529         <item>eHRPD</item>
530         <item>Unspecified</item>
531     </string-array>
532
533     <string-array translatable="false" name="bearer_values">
534         <!-- Do not translate. -->
535         <item>14</item>
536         <!-- Do not translate. -->
537         <item>13</item>
538         <!-- Do not translate. -->
539         <item>0</item>
540     </string-array>
541
542     <!-- Apps on SD instalaltion location options in ApplicationSettings -->
543     <string-array name="app_install_location_entries">
544         <item>Internal device storage</item>
545         <item>Removable SD card</item>
546         <item>Let the system decide</item>
547     </string-array>
548
549     <!-- Do not translate. -->
550     <string-array name="app_install_location_values" translatable="false">
551         <item>device</item>
552         <item>sdcard</item>
553         <item>auto</item>
554     </string-array>
555
556     <!-- Names of categories of app ops tabs -->
557     <string-array name="app_ops_categories">
558         <item>Location</item>
559         <item>Personal</item>
560         <item>Device</item>
561     </string-array>
562
563     <!-- User display names for app ops codes -->
564     <string-array name="app_ops_names">
565         <item>Coarse location</item>
566         <item>Fine location</item>
567         <item>GPS</item>
568         <item>Vibrate</item>
569         <item>Read contacts</item>
570         <item>Write contacts</item>
571         <item>Read calls</item>
572         <item>Write calls</item>
573         <item>Read calendar</item>
574         <item>Write calendar</item>
575         <item>Wi-Fi scan</item>
576     </string-array>
577     
578     <!-- Titles for the list of long press timeout options. -->
579     <string-array name="long_press_timeout_selector_titles">
580         <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] -->
581         <item>Short</item>
582         <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] -->        
583         <item>Medium</item>
584         <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] -->
585         <item>Long</item>
586     </string-array>
587
588     <!-- Values for the list of long press timeout options. -->
589     <string-array name="long_press_timeout_selector_values" translatable="false">
590         <item>500</item>
591         <item>1000</item>
592         <item>1500</item>
593     </string-array>
594
595     <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
596     <string-array name="hdcp_checking_titles">
597         <item>Never check</item>
598         <item>Check for DRM content only</item>
599         <item>Always check</item>
600     </string-array>
601
602     <!-- Values for HDCP checking preference. -->
603     <string-array name="hdcp_checking_values" translatable="false" >
604         <item>never</item>
605         <item>drm-only</item>
606         <item>always</item>
607     </string-array>
608
609     <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]-->
610     <string-array name="hdcp_checking_summaries" >
611         <item>Never use HDCP checking</item>
612         <item>Use HDCP checking for DRM content only</item>
613         <item>Always use HDCP checking</item>
614     </string-array>
615
616     <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
617     <string-array name="window_animation_scale_entries">
618         <item>Animation off</item>
619         <item>Animation scale .5x</item>
620         <item>Animation scale 1x</item>
621         <item>Animation scale 1.5x</item>
622         <item>Animation scale 2x</item>
623         <item>Animation scale 5x</item>
624         <item>Animation scale 10x</item>
625     </string-array>
626
627     <!-- Values for window animation scale preference. -->
628     <string-array name="window_animation_scale_values" translatable="false" >
629         <item>0</item>
630         <item>.5</item>
631         <item>1</item>
632         <item>1.5</item>
633         <item>2</item>
634         <item>5</item>
635         <item>10</item>
636     </string-array>
637
638     <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] -->
639     <string-array name="transition_animation_scale_entries">
640         <item>Animation off</item>
641         <item>Animation scale .5x</item>
642         <item>Animation scale 1x</item>
643         <item>Animation scale 1.5x</item>
644         <item>Animation scale 2x</item>
645         <item>Animation scale 5x</item>
646         <item>Animation scale 10x</item>
647     </string-array>
648
649     <!-- Values for transition animation scale preference. -->
650     <string-array name="transition_animation_scale_values" translatable="false" >
651         <item>0</item>
652         <item>.5</item>
653         <item>1</item>
654         <item>1.5</item>
655         <item>2</item>
656         <item>5</item>
657         <item>10</item>
658     </string-array>
659
660     <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] -->
661     <string-array name="animator_duration_scale_entries">
662         <item>Animation off</item>
663         <item>Animation scale .5x</item>
664         <item>Animation scale 1x</item>
665         <item>Animation scale 1.5x</item>
666         <item>Animation scale 2x</item>
667         <item>Animation scale 5x</item>
668         <item>Animation scale 10x</item>
669     </string-array>
670
671     <!-- Values for animator duration scale preference. -->
672     <string-array name="animator_duration_scale_values" translatable="false" >
673         <item>0</item>
674         <item>.5</item>
675         <item>1</item>
676         <item>1.5</item>
677         <item>2</item>
678         <item>5</item>
679         <item>10</item>
680     </string-array>
681
682     <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] -->
683     <string-array name="overlay_display_devices_entries">
684         <item>None</item>
685         <item>720x480 mdpi</item>
686         <item>1280x720 tvdpi</item>
687         <item>1920x1080 xhdpi</item>
688         <item>1280x720 tvdpi and 1920x1080 xhdpi</item>
689     </string-array>
690
691     <!-- Values for overlay display devices preference. -->
692     <string-array name="overlay_display_devices_values" translatable="false" >
693         <item></item>
694         <item>720x480/160</item>
695         <item>1280x720/213</item>
696         <item>1920x1080/320</item>
697         <item>1280x720/213;1920x1080/320</item>
698     </string-array>
699
700     <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] -->
701     <string-array name="enable_opengl_traces_entries">
702         <item>None</item>
703         <item>Logcat</item>
704         <item>Systrace (Graphics)</item>
705         <item>Call stack on glGetError</item>
706     </string-array>
707
708     <!-- Values for OpenGL traces preference. -->
709     <string-array name="enable_opengl_traces_values" translatable="false" >
710         <item>0</item>
711         <item>1</item>
712         <item>systrace</item>
713         <item>error</item>
714     </string-array>
715
716     <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] -->
717     <string-array name="track_frame_time_entries">
718         <item>Off</item>
719         <item>On screen as bars</item>
720         <item>On screen as lines</item>
721         <item>In adb shell dumpsys gfxinfo</item>
722     </string-array>
723
724     <!-- Values for frame time tracking preference. -->
725     <string-array name="track_frame_time_values" translatable="false" >
726         <item>false</item>
727         <item>visual_bars</item>
728         <item>visual_lines</item>
729         <item>true</item>
730     </string-array>
731
732     <!-- Titles for app process limit preference. [CHAR LIMIT=35] -->
733     <string-array name="app_process_limit_entries">
734         <item>Standard limit</item>
735         <item>No background processes</item>
736         <item>At most 1 process</item>
737         <item>At most 2 processes</item>
738         <item>At most 3 processes</item>
739         <item>At most 4 processes</item>
740     </string-array>
741
742     <!-- Values for app process limit preference. -->
743     <string-array name="app_process_limit_values" translatable="false" >
744         <item>-1</item>
745         <item>0</item>
746         <item>1</item>
747         <item>2</item>
748         <item>3</item>
749         <item>4</item>
750     </string-array>
751
752     <!-- Match this with the constants in VpnProfile. --> <skip />
753     <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
754     <string-array name="vpn_types" translatable="false">
755         <item>PPTP</item>
756         <item>L2TP/IPSec PSK</item>
757         <item>L2TP/IPSec RSA</item>
758         <item>IPSec Xauth PSK</item>
759         <item>IPSec Xauth RSA</item>
760         <item>IPSec Hybrid RSA</item>
761     </string-array>
762
763     <!-- Match this with the constants in VpnProfile. --> <skip />
764     <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
765     <string-array name="vpn_types_long">
766         <item>PPTP VPN</item>
767         <item>L2TP/IPSec VPN with pre-shared keys</item>
768         <item>L2TP/IPSec VPN with certificates</item>
769         <item>IPSec VPN with pre-shared keys and Xauth authentication</item>
770         <item>IPSec VPN with certificates and Xauth authentication</item>
771         <item>IPSec VPN with certificates and hybrid authentication</item>
772     </string-array>
773
774     <!-- Match this with the constants in LegacyVpnInfo. --> <skip />
775     <!-- Status for a VPN network. [CHAR LIMIT=100] -->
776     <string-array name="vpn_states">
777         <!-- Status message when VPN is disconnected. -->
778         <item>Disconnected</item>
779         <!-- Status message when VPN is initializing. -->
780         <item>Initializing\u2026</item>
781         <!-- Status message when VPN is connecting. -->
782         <item>Connecting\u2026</item>
783         <!-- Status message when VPN is connected. -->
784         <item>Connected</item>
785         <!-- Status message when VPN is timeout. -->
786         <item>Timeout</item>
787         <!-- Status message when VPN is failed. -->
788         <item>Unsuccessful</item>
789     </string-array>
790
791     <!-- User content ratings for restricted users [CHAR LIMIT=30] -->
792     <string-array name="user_content_ratings_entries" translatable="false">
793         <item>Ascended being</item>
794         <item>Human</item>
795         <item>Neanderthal</item>
796         <item>Chimp</item>
797         <item>Monkey</item>
798     </string-array>
799
800     <!-- Values for user content ratings for restricted users -->
801     <string-array name="user_content_ratings_values" translatable="false">
802         <item>5</item>
803         <item>4</item>
804         <item>3</item>
805         <item>2</item>
806         <item>1</item>
807     </string-array>
808
809     <!-- Values for premium SMS permission selector [CHAR LIMIT=30] -->
810     <string-array name="security_settings_premium_sms_values">
811         <!-- Ask user before sending to premium SMS short code. -->
812         <item>Ask</item>
813         <!-- Never allow app to send to premium SMS short code. -->
814         <item>Never allow</item>
815         <!-- Always allow app to send to premium SMS short code. -->
816         <item>Always allow</item>
817     </string-array>
818 </resources>