OSDN Git Service

Merge "Updated PowerWidget dimens Bug: 5278970"
[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>Extremely Small</item>
150         <item>Extra Small</item>
151         <item>Small</item>
152         <item>Normal</item>
153         <item>Large</item>
154         <item>Extra Large</item>
155         <item>Extremely Large</item>
156     </string-array>
157
158     <string-array name="entryvalues_font_size" translatable="false">
159         <item>0.70</item>
160         <item>0.85</item>
161         <item>0.95</item>
162         <item>1.0</item>
163         <item>1.05</item>
164         <item>1.15</item>
165         <item>1.30</item>
166     </string-array>
167     
168     <!-- TTS settings -->
169
170     <!-- Default speech rate choices -->
171     <string-array name="tts_rate_entries">
172         <item>Very slow</item>
173         <item>Slow</item>
174         <item>Normal</item>
175         <item>Fast</item>
176         <item>Very fast</item>
177     </string-array>
178     <!-- Do not translate. -->
179     <string-array name="tts_rate_values">
180         <item>60</item>
181         <item>80</item>
182         <item>100</item>
183         <item>150</item>
184         <item>200</item>
185     </string-array>
186
187     <!-- Default pitch choices -->
188     <string-array name="tts_pitch_entries">
189         <item>Very low</item>
190         <item>Low</item>
191         <item>Normal</item>
192         <item>High</item>
193         <item>Very high</item>
194     </string-array>
195     <!-- Do not translate. -->
196     <string-array name="tts_pitch_values">
197         <item>50</item>
198         <item>80</item>
199         <item>100</item>
200         <item>120</item>
201         <item>150</item>
202     </string-array>
203
204     <!-- Do not translate. -->
205     <string-array name="tts_demo_strings" translatable="false">
206         <item>This is an example of speech synthesis in English.</item>
207         <item>Voici un échantillon de synthèse vocale en français.</item>
208         <item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
209         <item>Questo è un esempio di sintesi vocale in italiano.</item>
210         <item>Este es un ejemplo de síntesis de voz en español.</item>
211     </string-array>
212     <string-array name="tts_demo_string_langs" translatable="false">
213         <item>eng</item>
214         <item>fra</item>
215         <item>deu</item>
216         <item>ita</item>
217         <item>esp</item>
218     </string-array>
219
220
221     <!-- Wi-Fi settings -->
222
223     <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip />
224     <!-- Wi-Fi settings. The status messages when the network is unknown. -->
225     <string-array name="wifi_status">
226         <!-- Status message of Wi-Fi when it is idle. -->
227         <item></item>
228         <!-- Status message of Wi-Fi when it is scanning. -->
229         <item>Scanning\u2026</item>
230         <!-- Status message of Wi-Fi when it is connecting. -->
231         <item>Connecting\u2026</item>
232         <!-- Status message of Wi-Fi when it is authenticating. -->
233         <item>Authenticating\u2026</item>
234         <!-- Status message of Wi-Fi when it is obtaining IP address. -->
235         <item>Obtaining IP address\u2026</item>
236         <!-- Status message of Wi-Fi when it is connected. -->
237         <item>Connected</item>
238         <!-- Status message of Wi-Fi when it is suspended. -->
239         <item>Suspended</item>
240         <!-- Status message of Wi-Fi when it is disconnecting. -->
241         <item>Disconnecting\u2026</item>
242         <!-- Status message of Wi-Fi when it is disconnected. -->
243         <item>Disconnected</item>
244         <!-- Status message of Wi-Fi when it is a failure. -->
245         <item>Unsuccessful</item>
246     </string-array>
247
248     <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip />
249     <!-- Wi-Fi settings. The status messages when the network is known. -->
250     <string-array name="wifi_status_with_ssid">
251         <!-- Status message of Wi-Fi when it is idle. -->
252         <item></item>
253         <!-- Status message of Wi-Fi when it is scanning. -->
254         <item>Scanning\u2026</item>
255         <!-- Status message of Wi-Fi when it is connecting to a network. -->
256         <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
257         <!-- Status message of Wi-Fi when it is authenticating with a network. -->
258         <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
259         <!-- Status message of Wi-Fi when it is obtaining IP address from a network. -->
260         <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
261         <!-- Status message of Wi-Fi when it is connected to a network. -->
262         <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item>
263         <!-- Status message of Wi-Fi when it is suspended. -->
264         <item>Suspended</item>
265         <!-- Status message of Wi-Fi when it is disconnecting from a network. -->
266         <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
267         <!-- Status message of Wi-Fi when it is disconnected. -->
268         <item>Disconnected</item>
269         <!-- Status message of Wi-Fi when it is a failure. -->
270         <item>Unsuccessful</item>
271     </string-array>
272
273     <!-- Match this with the constants in AccessPoint. --> <skip />
274     <!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
275     <string-array name="wifi_security">
276         <!-- The Wi-Fi network does not have any security. -->
277         <item>@string/wifi_security_none</item>
278         <!-- Do not translate. -->
279         <item>@string/wifi_security_wep</item>
280         <!-- Do not translate. -->
281         <item>@string/wifi_security_psk_generic</item>
282         <!-- Do not translate. -->
283         <item>@string/wifi_security_eap</item>
284     </string-array>
285
286     <!-- Match this with the constants in AccessPoint. --> <skip />
287     <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
288     <string-array name="wifi_security_no_eap">
289         <!-- The Wi-Fi network does not have any security. -->
290         <item>@string/wifi_security_none</item>
291         <!-- Do not translate. -->
292         <item>@string/wifi_security_wep</item>
293         <!-- Do not translate. -->
294         <item>@string/wifi_security_psk_generic</item>
295     </string-array>
296
297    <!-- Wi-Fi AP settings.  The type of security a Wi-Fi AP supports. -->
298    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
299     <string-array name="wifi_ap_security" translatable="false">
300         <item>Open</item>
301         <!-- Do not translate. -->
302         <item>WPA PSK</item>
303         <!-- Do not translate. -->
304         <item>WPA2 PSK</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     </string-array>
317
318    <!-- Wi-Fi WPS setup for p2p connections.  -->
319    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
320     <string-array name="wifi_p2p_wps_setup">
321         <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]-->
322         <item>Push button</item>
323         <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] -->
324         <item>Pin from peer device</item>
325         <!-- This involves generating a pin from this device [CHAR LIMIT=20] -->
326         <item>Pin from this device</item>
327     </string-array>
328
329     <!-- Match this with the order of WifiP2pDevice.Status -->
330     <!-- Wi-Fi p2p settings device status message -->
331     <string-array name="wifi_p2p_status">
332         <item>Connected</item>
333         <item>Invited</item>
334         <item>Unsuccessful</item>
335         <item>Available</item>
336         <item>Out of range</item>
337    </string-array>
338
339
340     <!-- Bluetooth Settings -->
341
342     <!-- Discoverable mode timeout options -->
343     <string-array name="bluetooth_visibility_timeout_entries">
344         <item>2 minutes</item>
345         <item>5 minutes</item>
346         <item>1 hour</item>
347         <item>Never time out</item>
348     </string-array>
349
350     <!-- Match this with drawable.wifi_signal. --> <skip />
351     <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
352     <string-array name="wifi_signal">
353         <item>Poor</item>
354         <item>Fair</item>
355         <item>Good</item>
356         <item>Excellent</item>
357     </string-array>
358
359     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
360     <string-array name="wifi_sleep_policy_entries">
361         <!-- Always keep Wi-Fi on when screen turns off. -->
362         <item>Always</item>
363         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
364         <item>Only when plugged in</item>
365         <!-- Do not keep Wi-Fi on when screen turns off. -->
366         <item>Never (increases data usage)</item>
367     </string-array>
368
369     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
370          the device is Wi-Fi-only. [CHAR LIMIT=30] -->
371     <string-array name="wifi_sleep_policy_entries_wifi_only">
372         <!-- Always keep Wi-Fi on when screen turns off. -->
373         <item>Always</item>
374         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
375         <item>Only when plugged in</item>
376         <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
377         <item>Never</item>
378     </string-array>
379
380     <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip />
381     <!-- Do not translate. -->
382     <string-array name="wifi_sleep_policy_values">
383         <!-- Do not translate. -->
384         <item>2</item>
385         <!-- Do not translate. -->
386         <item>1</item>
387         <!-- Do not translate. -->
388         <item>0</item>
389     </string-array>
390
391     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
392     <string-array name="wifi_frequency_band_entries">
393         <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]-->
394         <item>Auto</item>
395         <!-- Operation on 5 GHz alone [CHAR LIMIT=25]-->
396         <item>5 GHz only</item>
397         <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]-->
398         <item>2.4 GHz only</item>
399     </string-array>
400
401     <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. -->
402     <!-- Do not translate. -->
403     <string-array name="wifi_frequency_band_values">
404         <!-- Do not translate. -->
405         <item>0</item>
406         <!-- Do not translate. -->
407         <item>1</item>
408         <!-- Do not translate. -->
409         <item>2</item>
410     </string-array>
411
412
413     <!-- Display options for UsageStats class -->
414     <string-array name="usage_stats_display_order_types">
415         <item>Usage Time</item>
416         <item>Launch Count</item>
417         <item>Application Name</item>
418     </string-array>
419
420     <!-- EAP method -->
421     <string-array name="wifi_eap_entries">
422         <item>PEAP</item>
423         <item>TLS</item>
424         <item>TTLS</item>
425     </string-array>
426
427     <!-- Phase 2 options -->
428     <string-array name="wifi_phase2_entries">
429         <item>None</item>
430         <item>PAP</item>
431         <item>MSCHAP</item>
432         <item>MSCHAPV2</item>
433         <item>GTC</item>
434     </string-array>
435
436     <!-- Wi-Fi set up options -->
437     <!-- Note that adding/removing/moving items will need wifi settings code change. -->
438     <string-array name="wifi_network_setup">
439         <!-- Manual wifi configuration [CHAR LIMIT=25]-->
440         <item>Off</item>
441         <!-- WPS is a new standard that allowes secure connection establishment to a home wireless network using a simplified process. WPS push button based configuration involves pushing a button on the router and the device [CHAR LIMIT=25]-->
442         <item>Push button</item>
443         <!-- WPS pin method based configuration. This requires entering a pin obtained from the access point [CHAR LIMIT=25] -->
444         <item>Pin from access point</item>
445         <!-- WPS pin method based configuration. This requires generating a pin from this device [CHAR LIMIT=25] -->
446         <item>Pin from this device</item>
447     </string-array>
448
449     <!-- Wi-Fi IP settings. -->
450    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
451     <string-array name="wifi_ip_settings">
452         <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] -->
453         <item>DHCP</item>
454         <!-- Use statically defined IP settings [CHAR LIMIT=25]-->
455         <item>Static</item>
456     </string-array>
457
458     <!-- Wi-Fi proxy settings. -->
459     <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
460     <string-array name="wifi_proxy_settings">
461         <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] -->
462         <item>None</item>
463         <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] -->
464         <item>Manual</item>
465     </string-array>
466
467     <!-- Sound settings for emergency tone. -->
468     <string-array name="emergency_tone_entries">
469         <item>Off</item>
470         <item>Alert</item>
471         <item>Vibrate</item>
472     </string-array>
473
474     <!-- Do not translate. -->
475     <string-array name="emergency_tone_values">
476         <item>0</item>
477         <item>1</item>
478         <item>2</item>
479     </string-array>
480
481     <!-- Locales in this list are displayed with the corresponding
482          name from special_locale_names instead of using the name
483          from Locale.getDisplayName(). -->
484     <string-array translatable="false" name="special_locale_codes">
485         <item>zh_CN</item>
486         <item>zh_TW</item>
487     </string-array>
488
489     <string-array translatable="false" name="special_locale_names">
490         <item>中文 (简体)</item>
491         <item>中文 (繁體)</item>
492     </string-array>
493
494     <!-- Authentication Types used in APN editor -->
495     <string-array name="apn_auth_entries">
496         <item>None</item>
497         <item>PAP</item>
498         <item>CHAP</item>
499         <item>PAP or CHAP</item>
500     </string-array>
501
502     <string-array translatable="false" name="apn_auth_values">
503         <!-- Do not translate. -->
504         <item>0</item>
505         <!-- Do not translate. -->
506         <item>1</item>
507         <!-- Do not translate. -->
508         <item>2</item>
509         <!-- Do not translate. -->
510         <item>3</item>
511     </string-array>
512
513     <!-- Authentication Types used in APN editor -->
514     <string-array name="apn_protocol_entries">
515         <item>IPv4</item>
516         <item>IPv6</item>
517         <item>IPv4/IPv6</item>
518     </string-array>
519
520     <string-array translatable="false" name="apn_protocol_values">
521         <!-- Do not translate. -->
522         <item>IP</item>
523         <!-- Do not translate. -->
524         <item>IPV6</item>
525         <!-- Do not translate. -->
526         <item>IPV4V6</item>
527     </string-array>
528
529     <!-- Apps on SD instalaltion location options in ApplicationSettings -->
530     <string-array name="app_install_location_entries">
531         <item>Internal device storage</item>
532         <item>Removable SD card</item>
533         <item>Let the system decide</item>
534     </string-array>
535
536     <!-- Do not translate. -->
537     <string-array name="app_install_location_values" translatable="false">
538         <item>device</item>
539         <item>sdcard</item>
540         <item>auto</item>
541     </string-array>
542
543     <!-- New incoming call vibrate options. -->
544     <string-array name="vibrate_entries">
545         <item>Always</item>
546         <item>Never</item>
547         <item>Only in Silent mode</item>
548         <item>Only when not in Silent mode</item>
549     </string-array>
550
551     <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. -->
552     <string-array name="vibrate_values" translatable="false">
553         <item>always</item>
554         <item>never</item>
555         <item>silent</item>
556         <item>notsilent</item>
557     </string-array>
558
559     <!-- Titles for the list of long press timeout options. -->
560     <string-array name="long_press_timeout_selector_titles">
561         <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] -->
562         <item>Short</item>
563         <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] -->        
564         <item>Medium</item>
565         <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] -->
566         <item>Long</item>
567     </string-array>
568
569     <!-- Values for the list of long press timeout options. -->
570     <string-array name="long_press_timeout_selector_values" translatable="false">
571         <item>500</item>
572         <item>1000</item>
573         <item>1500</item>
574     </string-array>
575
576     <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
577     <string-array name="hdcp_checking_titles">
578         <item>Never check</item>
579         <item>Check for DRM content only</item>
580         <item>Always check</item>
581     </string-array>
582
583     <!-- Values for HDCP checking preference. -->
584     <string-array name="hdcp_checking_values" translatable="false" >
585         <item>never</item>
586         <item>drm-only</item>
587         <item>always</item>
588     </string-array>
589
590     <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]-->
591     <string-array name="hdcp_checking_summaries" >
592         <item>Never use HDCP checking</item>
593         <item>Use HDCP checking for DRM content only</item>
594         <item>Always use HDCP checking</item>
595     </string-array>
596
597     <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
598     <string-array name="window_animation_scale_entries">
599         <item>Animation off</item>
600         <item>Animation scale .5x</item>
601         <item>Animation scale 1x</item>
602         <item>Animation scale 1.5x</item>
603         <item>Animation scale 2x</item>
604         <item>Animation scale 5x</item>
605         <item>Animation scale 10x</item>
606     </string-array>
607
608     <!-- Values for window animation scale preference. -->
609     <string-array name="window_animation_scale_values" translatable="false" >
610         <item>0</item>
611         <item>.5</item>
612         <item>1</item>
613         <item>1.5</item>
614         <item>2</item>
615         <item>5</item>
616         <item>10</item>
617     </string-array>
618
619     <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] -->
620     <string-array name="transition_animation_scale_entries">
621         <item>Animation off</item>
622         <item>Animation scale .5x</item>
623         <item>Animation scale 1x</item>
624         <item>Animation scale 1.5x</item>
625         <item>Animation scale 2x</item>
626         <item>Animation scale 5x</item>
627         <item>Animation scale 10x</item>
628     </string-array>
629
630     <!-- Values for transition animation scale preference. -->
631     <string-array name="transition_animation_scale_values" translatable="false" >
632         <item>0</item>
633         <item>.5</item>
634         <item>1</item>
635         <item>1.5</item>
636         <item>2</item>
637         <item>5</item>
638         <item>10</item>
639     </string-array>
640
641     <!-- Titles for app process limit preference. [CHAR LIMIT=35] -->
642     <string-array name="app_process_limit_entries">
643         <item>Standard limit</item>
644         <item>No background processes</item>
645         <item>At most 1 process</item>
646         <item>At most 2 processes</item>
647         <item>At most 3 processes</item>
648         <item>At most 4 processes</item>
649     </string-array>
650
651     <!-- Values for app process limit preference. -->
652     <string-array name="app_process_limit_values" translatable="false" >
653         <item>-1</item>
654         <item>0</item>
655         <item>1</item>
656         <item>2</item>
657         <item>3</item>
658         <item>4</item>
659     </string-array>
660
661     <!-- Match this with the constants in VpnProfile. --> <skip />
662     <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
663     <string-array name="vpn_types" translatable="false">
664         <item>PPTP</item>
665         <item>L2TP/IPSec PSK</item>
666         <item>L2TP/IPSec RSA</item>
667         <item>IPSec Xauth PSK</item>
668         <item>IPSec Xauth RSA</item>
669         <item>IPSec Hybrid RSA</item>
670     </string-array>
671
672     <!-- Match this with the constants in VpnProfile. --> <skip />
673     <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
674     <string-array name="vpn_types_long">
675         <item>PPTP VPN</item>
676         <item>L2TP/IPSec VPN with pre-shared keys</item>
677         <item>L2TP/IPSec VPN with certificates</item>
678         <item>IPSec VPN with pre-shared keys and Xauth authentication</item>
679         <item>IPSec VPN with certificates and Xauth authentication</item>
680         <item>IPSec VPN with certificates and hybrid authentication</item>
681     </string-array>
682
683     <!-- Match this with the constants in LegacyVpnInfo. --> <skip />
684     <!-- Status for a VPN network. [CHAR LIMIT=100] -->
685     <string-array name="vpn_states">
686         <!-- Status message when VPN is disconnected. -->
687         <item>Disconnected</item>
688         <!-- Status message when VPN is initializing. -->
689         <item>Initializing\u2026</item>
690         <!-- Status message when VPN is connecting. -->
691         <item>Connecting\u2026</item>
692         <!-- Status message when VPN is connected. -->
693         <item>Connected</item>
694         <!-- Status message when VPN is timeout. -->
695         <item>Timeout</item>
696         <!-- Status message when VPN is failed. -->
697         <item>Unsuccessful</item>
698     </string-array>
699 </resources>