OSDN Git Service

App ops: new labels, fix crash, fix updating list.
[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>Messaging</item>
561         <item>Device</item>
562     </string-array>
563
564     <!-- User display names for app ops codes -->
565     <string-array name="app_ops_summaries">
566         <item>coarse location</item>
567         <item>fine location</item>
568         <item>GPS</item>
569         <item>vibrate</item>
570         <item>read contacts</item>
571         <item>modify contacts</item>
572         <item>read call log</item>
573         <item>modify call log</item>
574         <item>read calendar</item>
575         <item>modify calendar</item>
576         <item>wi-fi scan</item>
577         <item>notification</item>
578         <item>cell scan</item>
579         <item>call phone</item>
580         <item>read SMS</item>
581         <item>write SMS</item>
582         <item>receive SMS</item>
583         <item>receive emergency SMS</item>
584         <item>receive MMS</item>
585         <item>receive WAP push</item>
586         <item>send SMS</item>
587         <item>read ICC SMS</item>
588         <item>write ICC SMS</item>
589         <item>modify settings</item>
590         <item>draw on top</item>
591         <item>access notifications</item>
592         <item>camera</item>
593         <item>record audio</item>
594         <item>play audio</item>
595     </string-array>
596
597     <!-- User display names for app ops codes -->
598     <string-array name="app_ops_labels">
599         <item>Location</item>
600         <item>Location</item>
601         <item>Location</item>
602         <item>Vibrate</item>
603         <item>Read contacts</item>
604         <item>Modify contacts</item>
605         <item>Read call log</item>
606         <item>Modify call log</item>
607         <item>Read calendar</item>
608         <item>Modify calendar</item>
609         <item>Location</item>
610         <item>Post notification</item>
611         <item>Location</item>
612         <item>Call phone</item>
613         <item>Receive SMS/MMS</item>
614         <item>Send SMS/MMS</item>
615         <item>Receive SMS/MMS</item>
616         <item>Receive SMS/MMS</item>
617         <item>Receive SMS/MMS</item>
618         <item>Receive SMS/MMS</item>
619         <item>Send SMS/MMS</item>
620         <item>Receive SMS/MMS</item>
621         <item>Send SMS/MMS</item>
622         <item>Modify settings</item>
623         <item>Draw on top</item>
624         <item>Access notifications</item>
625         <item>Camera</item>
626         <item>Record audio</item>
627         <item>Play audio</item>
628     </string-array>
629
630     <!-- Titles for the list of long press timeout options. -->
631     <string-array name="long_press_timeout_selector_titles">
632         <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] -->
633         <item>Short</item>
634         <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] -->        
635         <item>Medium</item>
636         <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] -->
637         <item>Long</item>
638     </string-array>
639
640     <!-- Values for the list of long press timeout options. -->
641     <string-array name="long_press_timeout_selector_values" translatable="false">
642         <item>500</item>
643         <item>1000</item>
644         <item>1500</item>
645     </string-array>
646
647     <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
648     <string-array name="hdcp_checking_titles">
649         <item>Never check</item>
650         <item>Check for DRM content only</item>
651         <item>Always check</item>
652     </string-array>
653
654     <!-- Values for HDCP checking preference. -->
655     <string-array name="hdcp_checking_values" translatable="false" >
656         <item>never</item>
657         <item>drm-only</item>
658         <item>always</item>
659     </string-array>
660
661     <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]-->
662     <string-array name="hdcp_checking_summaries" >
663         <item>Never use HDCP checking</item>
664         <item>Use HDCP checking for DRM content only</item>
665         <item>Always use HDCP checking</item>
666     </string-array>
667
668     <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
669     <string-array name="window_animation_scale_entries">
670         <item>Animation off</item>
671         <item>Animation scale .5x</item>
672         <item>Animation scale 1x</item>
673         <item>Animation scale 1.5x</item>
674         <item>Animation scale 2x</item>
675         <item>Animation scale 5x</item>
676         <item>Animation scale 10x</item>
677     </string-array>
678
679     <!-- Values for window animation scale preference. -->
680     <string-array name="window_animation_scale_values" translatable="false" >
681         <item>0</item>
682         <item>.5</item>
683         <item>1</item>
684         <item>1.5</item>
685         <item>2</item>
686         <item>5</item>
687         <item>10</item>
688     </string-array>
689
690     <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] -->
691     <string-array name="transition_animation_scale_entries">
692         <item>Animation off</item>
693         <item>Animation scale .5x</item>
694         <item>Animation scale 1x</item>
695         <item>Animation scale 1.5x</item>
696         <item>Animation scale 2x</item>
697         <item>Animation scale 5x</item>
698         <item>Animation scale 10x</item>
699     </string-array>
700
701     <!-- Values for transition animation scale preference. -->
702     <string-array name="transition_animation_scale_values" translatable="false" >
703         <item>0</item>
704         <item>.5</item>
705         <item>1</item>
706         <item>1.5</item>
707         <item>2</item>
708         <item>5</item>
709         <item>10</item>
710     </string-array>
711
712     <!-- Titles for animator duration scale preference. [CHAR LIMIT=35] -->
713     <string-array name="animator_duration_scale_entries">
714         <item>Animation off</item>
715         <item>Animation scale .5x</item>
716         <item>Animation scale 1x</item>
717         <item>Animation scale 1.5x</item>
718         <item>Animation scale 2x</item>
719         <item>Animation scale 5x</item>
720         <item>Animation scale 10x</item>
721     </string-array>
722
723     <!-- Values for animator duration scale preference. -->
724     <string-array name="animator_duration_scale_values" translatable="false" >
725         <item>0</item>
726         <item>.5</item>
727         <item>1</item>
728         <item>1.5</item>
729         <item>2</item>
730         <item>5</item>
731         <item>10</item>
732     </string-array>
733
734     <!-- Titles for overlay display devices preference. [CHAR LIMIT=35] -->
735     <string-array name="overlay_display_devices_entries">
736         <item>None</item>
737         <item>720x480 mdpi</item>
738         <item>1280x720 tvdpi</item>
739         <item>1920x1080 xhdpi</item>
740         <item>1280x720 tvdpi and 1920x1080 xhdpi</item>
741     </string-array>
742
743     <!-- Values for overlay display devices preference. -->
744     <string-array name="overlay_display_devices_values" translatable="false" >
745         <item></item>
746         <item>720x480/160</item>
747         <item>1280x720/213</item>
748         <item>1920x1080/320</item>
749         <item>1280x720/213;1920x1080/320</item>
750     </string-array>
751
752     <!-- Titles for OpenGL traces preference. [CHAR LIMIT=35] -->
753     <string-array name="enable_opengl_traces_entries">
754         <item>None</item>
755         <item>Logcat</item>
756         <item>Systrace (Graphics)</item>
757         <item>Call stack on glGetError</item>
758     </string-array>
759
760     <!-- Values for OpenGL traces preference. -->
761     <string-array name="enable_opengl_traces_values" translatable="false" >
762         <item>0</item>
763         <item>1</item>
764         <item>systrace</item>
765         <item>error</item>
766     </string-array>
767
768     <!-- Titles for frame time tracking preference. [CHAR LIMIT=35] -->
769     <string-array name="track_frame_time_entries">
770         <item>Off</item>
771         <item>On screen as bars</item>
772         <item>On screen as lines</item>
773         <item>In adb shell dumpsys gfxinfo</item>
774     </string-array>
775
776     <!-- Values for frame time tracking preference. -->
777     <string-array name="track_frame_time_values" translatable="false" >
778         <item>false</item>
779         <item>visual_bars</item>
780         <item>visual_lines</item>
781         <item>true</item>
782     </string-array>
783
784     <!-- Titles for app process limit preference. [CHAR LIMIT=35] -->
785     <string-array name="app_process_limit_entries">
786         <item>Standard limit</item>
787         <item>No background processes</item>
788         <item>At most 1 process</item>
789         <item>At most 2 processes</item>
790         <item>At most 3 processes</item>
791         <item>At most 4 processes</item>
792     </string-array>
793
794     <!-- Values for app process limit preference. -->
795     <string-array name="app_process_limit_values" translatable="false" >
796         <item>-1</item>
797         <item>0</item>
798         <item>1</item>
799         <item>2</item>
800         <item>3</item>
801         <item>4</item>
802     </string-array>
803
804     <!-- Match this with the constants in VpnProfile. --> <skip />
805     <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
806     <string-array name="vpn_types" translatable="false">
807         <item>PPTP</item>
808         <item>L2TP/IPSec PSK</item>
809         <item>L2TP/IPSec RSA</item>
810         <item>IPSec Xauth PSK</item>
811         <item>IPSec Xauth RSA</item>
812         <item>IPSec Hybrid RSA</item>
813     </string-array>
814
815     <!-- Match this with the constants in VpnProfile. --> <skip />
816     <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
817     <string-array name="vpn_types_long">
818         <item>PPTP VPN</item>
819         <item>L2TP/IPSec VPN with pre-shared keys</item>
820         <item>L2TP/IPSec VPN with certificates</item>
821         <item>IPSec VPN with pre-shared keys and Xauth authentication</item>
822         <item>IPSec VPN with certificates and Xauth authentication</item>
823         <item>IPSec VPN with certificates and hybrid authentication</item>
824     </string-array>
825
826     <!-- Match this with the constants in LegacyVpnInfo. --> <skip />
827     <!-- Status for a VPN network. [CHAR LIMIT=100] -->
828     <string-array name="vpn_states">
829         <!-- Status message when VPN is disconnected. -->
830         <item>Disconnected</item>
831         <!-- Status message when VPN is initializing. -->
832         <item>Initializing\u2026</item>
833         <!-- Status message when VPN is connecting. -->
834         <item>Connecting\u2026</item>
835         <!-- Status message when VPN is connected. -->
836         <item>Connected</item>
837         <!-- Status message when VPN is timeout. -->
838         <item>Timeout</item>
839         <!-- Status message when VPN is failed. -->
840         <item>Unsuccessful</item>
841     </string-array>
842
843     <!-- User content ratings for restricted users [CHAR LIMIT=30] -->
844     <string-array name="user_content_ratings_entries" translatable="false">
845         <item>Ascended being</item>
846         <item>Human</item>
847         <item>Neanderthal</item>
848         <item>Chimp</item>
849         <item>Monkey</item>
850     </string-array>
851
852     <!-- Values for user content ratings for restricted users -->
853     <string-array name="user_content_ratings_values" translatable="false">
854         <item>5</item>
855         <item>4</item>
856         <item>3</item>
857         <item>2</item>
858         <item>1</item>
859     </string-array>
860
861     <!-- Values for premium SMS permission selector [CHAR LIMIT=30] -->
862     <string-array name="security_settings_premium_sms_values">
863         <!-- Ask user before sending to premium SMS short code. -->
864         <item>Ask</item>
865         <!-- Never allow app to send to premium SMS short code. -->
866         <item>Never allow</item>
867         <!-- Always allow app to send to premium SMS short code. -->
868         <item>Always allow</item>
869     </string-array>
870 </resources>