OSDN Git Service

9dd91b13c584674212e7c5126db7e61ee7066299
[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>Never time out</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>604800000</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     </string-array>
241
242     <!-- Match this with the order of NetworkInfo.DetailedState. --> <skip />
243     <!-- Wi-Fi settings. The status messages when the network is known. -->
244     <string-array name="wifi_status_with_ssid">
245         <!-- Status message of Wi-Fi when it is idle. -->
246         <item></item>
247         <!-- Status message of Wi-Fi when it is scanning. -->
248         <item>Scanning\u2026</item>
249         <!-- Status message of Wi-Fi when it is connecting to a network. -->
250         <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
251         <!-- Status message of Wi-Fi when it is authenticating with a network. -->
252         <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
253         <!-- Status message of Wi-Fi when it is obtaining IP address from a network. -->
254         <item>Obtaining IP address from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
255         <!-- Status message of Wi-Fi when it is connected to a network. -->
256         <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item>
257         <!-- Status message of Wi-Fi when it is suspended. -->
258         <item>Suspended</item>
259         <!-- Status message of Wi-Fi when it is disconnecting from a network. -->
260         <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
261         <!-- Status message of Wi-Fi when it is disconnected. -->
262         <item>Disconnected</item>
263         <!-- Status message of Wi-Fi when it is a failure. -->
264         <item>Unsuccessful</item>
265     </string-array>
266
267     <!-- Match this with the constants in AccessPoint. --> <skip />
268     <!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
269     <string-array name="wifi_security">
270         <!-- The Wi-Fi network does not have any security. -->
271         <item>@string/wifi_security_none</item>
272         <!-- Do not translate. -->
273         <item>@string/wifi_security_wep</item>
274         <!-- Do not translate. -->
275         <item>@string/wifi_security_psk_generic</item>
276         <!-- Do not translate. -->
277         <item>@string/wifi_security_eap</item>
278     </string-array>
279
280     <!-- Match this with the constants in AccessPoint. --> <skip />
281     <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
282     <string-array name="wifi_security_no_eap">
283         <!-- The Wi-Fi network does not have any security. -->
284         <item>@string/wifi_security_none</item>
285         <!-- Do not translate. -->
286         <item>@string/wifi_security_wep</item>
287         <!-- Do not translate. -->
288         <item>@string/wifi_security_psk_generic</item>
289     </string-array>
290
291    <!-- Wi-Fi AP settings.  The type of security a Wi-Fi AP supports. -->
292    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
293     <string-array name="wifi_ap_security" translatable="false">
294         <item>Open</item>
295         <!-- Do not translate. -->
296         <item>WPA PSK</item>
297         <!-- Do not translate. -->
298         <item>WPA2 PSK</item>
299     </string-array>
300
301     <!-- Match this with the constants in WifiDialog. --> <skip />
302     <!-- Wi-Fi settings.  The type of EAP method a Wi-Fi network has. -->
303     <string-array name="wifi_eap_method">
304         <!-- Do not translate. -->
305         <item>PEAP</item>
306         <!-- Do not translate. -->
307         <item>TLS</item>
308         <!-- Do not translate. -->
309         <item>TTLS</item>
310     </string-array>
311
312    <!-- Wi-Fi WPS setup for p2p connections.  -->
313    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
314     <string-array name="wifi_p2p_wps_setup">
315         <!-- Push button based configuration involves pushing a button on two connecting devices [CHAR LIMIT=30]-->
316         <item>Push button</item>
317         <!-- This involves entering a pin obtained from a peer device [CHAR LIMIT=30] -->
318         <item>PIN from peer device</item>
319         <!-- This involves generating a pin from this device [CHAR LIMIT=20] -->
320         <item>PIN from this device</item>
321     </string-array>
322
323     <!-- Match this with the order of WifiP2pDevice.Status -->
324     <!-- Wi-Fi p2p settings device status message -->
325     <string-array name="wifi_p2p_status">
326         <item>Connected</item>
327         <item>Invited</item>
328         <item>Unsuccessful</item>
329         <item>Available</item>
330         <item>Out-of-range</item>
331    </string-array>
332
333
334     <!-- Bluetooth Settings -->
335
336     <!-- Discoverable mode timeout options -->
337     <string-array name="bluetooth_visibility_timeout_entries">
338         <item>2 minutes</item>
339         <item>5 minutes</item>
340         <item>1 hour</item>
341         <item>Never time out</item>
342     </string-array>
343
344     <!-- Match this with drawable.wifi_signal. --> <skip />
345     <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
346     <string-array name="wifi_signal">
347         <item>Poor</item>
348         <item>Fair</item>
349         <item>Good</item>
350         <item>Excellent</item>
351     </string-array>
352
353     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
354     <string-array name="wifi_sleep_policy_entries">
355         <!-- Always keep Wi-Fi on when screen turns off. -->
356         <item>Always</item>
357         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
358         <item>Only when plugged in</item>
359         <!-- Do not keep Wi-Fi on when screen turns off. -->
360         <item>Never (increases data usage)</item>
361     </string-array>
362
363     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
364          the device is Wi-Fi-only. [CHAR LIMIT=30] -->
365     <string-array name="wifi_sleep_policy_entries_wifi_only">
366         <!-- Always keep Wi-Fi on when screen turns off. -->
367         <item>Always</item>
368         <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
369         <item>Only when plugged in</item>
370         <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
371         <item>Never</item>
372     </string-array>
373
374     <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> <skip />
375     <!-- Do not translate. -->
376     <string-array name="wifi_sleep_policy_values">
377         <!-- Do not translate. -->
378         <item>2</item>
379         <!-- Do not translate. -->
380         <item>1</item>
381         <!-- Do not translate. -->
382         <item>0</item>
383     </string-array>
384
385     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
386     <string-array name="wifi_frequency_band_entries">
387         <!-- Operation on both 2.4 GHz and 5 GHz [CHAR LIMIT=25]-->
388         <item>Auto</item>
389         <!-- Operation on 5 GHz alone [CHAR LIMIT=25]-->
390         <item>5 GHz only</item>
391         <!-- Operation on 2.4 GHz alone [CHAR LIMIT=25]-->
392         <item>2.4 GHz only</item>
393     </string-array>
394
395     <!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. -->
396     <!-- Do not translate. -->
397     <string-array name="wifi_frequency_band_values">
398         <!-- Do not translate. -->
399         <item>0</item>
400         <!-- Do not translate. -->
401         <item>1</item>
402         <!-- Do not translate. -->
403         <item>2</item>
404     </string-array>
405
406
407     <!-- Display options for UsageStats class -->
408     <string-array name="usage_stats_display_order_types">
409         <item>Usage time</item>
410         <item>Launch count</item>
411         <item>App name</item>
412     </string-array>
413
414     <!-- EAP method -->
415     <string-array name="wifi_eap_entries">
416         <item>PEAP</item>
417         <item>TLS</item>
418         <item>TTLS</item>
419     </string-array>
420
421     <!-- Phase 2 options -->
422     <string-array name="wifi_phase2_entries">
423         <item>None</item>
424         <item>PAP</item>
425         <item>MSCHAP</item>
426         <item>MSCHAPV2</item>
427         <item>GTC</item>
428     </string-array>
429
430     <!-- Wi-Fi set up options -->
431     <!-- Note that adding/removing/moving items will need wifi settings code change. -->
432     <string-array name="wifi_network_setup">
433         <!-- Manual wifi configuration [CHAR LIMIT=25]-->
434         <item>Off</item>
435         <!-- 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]-->
436         <item>Push button</item>
437         <!-- WPS pin method based configuration. This requires entering a pin obtained from the access point [CHAR LIMIT=25] -->
438         <item>PIN from access point</item>
439         <!-- WPS pin method based configuration. This requires generating a pin from this device [CHAR LIMIT=25] -->
440         <item>PIN from this device</item>
441     </string-array>
442
443     <!-- Wi-Fi IP settings. -->
444    <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
445     <string-array name="wifi_ip_settings">
446         <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] -->
447         <item>DHCP</item>
448         <!-- Use statically defined IP settings [CHAR LIMIT=25]-->
449         <item>Static</item>
450     </string-array>
451
452     <!-- Wi-Fi proxy settings. -->
453     <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
454     <string-array name="wifi_proxy_settings">
455         <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] -->
456         <item>None</item>
457         <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] -->
458         <item>Manual</item>
459     </string-array>
460
461     <!-- Sound settings for emergency tone. -->
462     <string-array name="emergency_tone_entries">
463         <item>Off</item>
464         <item>Alert</item>
465         <item>Vibrate</item>
466     </string-array>
467
468     <!-- Do not translate. -->
469     <string-array name="emergency_tone_values">
470         <item>0</item>
471         <item>1</item>
472         <item>2</item>
473     </string-array>
474
475     <!-- Locales in this list are displayed with the corresponding
476          name from special_locale_names instead of using the name
477          from Locale.getDisplayName(). -->
478     <string-array translatable="false" name="special_locale_codes">
479         <item>zh_CN</item>
480         <item>zh_TW</item>
481     </string-array>
482
483     <string-array translatable="false" name="special_locale_names">
484         <item>中文 (简体)</item>
485         <item>中文 (繁體)</item>
486     </string-array>
487
488     <!-- Authentication Types used in APN editor -->
489     <string-array name="apn_auth_entries">
490         <item>None</item>
491         <item>PAP</item>
492         <item>CHAP</item>
493         <item>PAP or CHAP</item>
494     </string-array>
495
496     <string-array translatable="false" name="apn_auth_values">
497         <!-- Do not translate. -->
498         <item>0</item>
499         <!-- Do not translate. -->
500         <item>1</item>
501         <!-- Do not translate. -->
502         <item>2</item>
503         <!-- Do not translate. -->
504         <item>3</item>
505     </string-array>
506
507     <!-- Authentication Types used in APN editor -->
508     <string-array name="apn_protocol_entries">
509         <item>IPv4</item>
510         <item>IPv6</item>
511         <item>IPv4/IPv6</item>
512     </string-array>
513
514     <string-array translatable="false" name="apn_protocol_values">
515         <!-- Do not translate. -->
516         <item>IP</item>
517         <!-- Do not translate. -->
518         <item>IPV6</item>
519         <!-- Do not translate. -->
520         <item>IPV4V6</item>
521     </string-array>
522
523     <!-- Bearer Info used in APN editor -->
524     <string-array name="bearer_entries">
525         <item>LTE</item>
526         <item>eHRPD</item>
527         <item>Unspecified</item>
528     </string-array>
529
530     <string-array translatable="false" name="bearer_values">
531         <!-- Do not translate. -->
532         <item>14</item>
533         <!-- Do not translate. -->
534         <item>13</item>
535         <!-- Do not translate. -->
536         <item>0</item>
537     </string-array>
538
539     <!-- Apps on SD instalaltion location options in ApplicationSettings -->
540     <string-array name="app_install_location_entries">
541         <item>Internal device storage</item>
542         <item>Removable SD card</item>
543         <item>Let the system decide</item>
544     </string-array>
545
546     <!-- Do not translate. -->
547     <string-array name="app_install_location_values" translatable="false">
548         <item>device</item>
549         <item>sdcard</item>
550         <item>auto</item>
551     </string-array>
552
553     <!-- Silent mode options. -->
554     <string-array name="silent_mode_entries">
555         <item>Off</item>
556         <item>Vibrate</item>
557         <item>Mute</item>
558     </string-array>
559
560     <!-- Values for Silent mode. Do not translate. -->
561     <string-array name="silent_mode_values" translatable="false">
562         <item>off</item>
563         <item>vibrate</item>
564         <item>mute</item>
565     </string-array>
566
567     <!-- Titles for the list of long press timeout options. -->
568     <string-array name="long_press_timeout_selector_titles">
569         <!-- A title for the option for short long-press timeout [CHAR LIMIT=25] -->
570         <item>Short</item>
571         <!-- A title for the option for medium long-press timeout [CHAR LIMIT=25] -->        
572         <item>Medium</item>
573         <!-- A title for the option for long long-press timeout [CHAR LIMIT=25] -->
574         <item>Long</item>
575     </string-array>
576
577     <!-- Values for the list of long press timeout options. -->
578     <string-array name="long_press_timeout_selector_values" translatable="false">
579         <item>500</item>
580         <item>1000</item>
581         <item>1500</item>
582     </string-array>
583
584     <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -->
585     <string-array name="hdcp_checking_titles">
586         <item>Never check</item>
587         <item>Check for DRM content only</item>
588         <item>Always check</item>
589     </string-array>
590
591     <!-- Values for HDCP checking preference. -->
592     <string-array name="hdcp_checking_values" translatable="false" >
593         <item>never</item>
594         <item>drm-only</item>
595         <item>always</item>
596     </string-array>
597
598     <!-- Summaries for HDCP checking preference. [CHAR LIMIT=100]-->
599     <string-array name="hdcp_checking_summaries" >
600         <item>Never use HDCP checking</item>
601         <item>Use HDCP checking for DRM content only</item>
602         <item>Always use HDCP checking</item>
603     </string-array>
604
605     <!-- Titles for hardware keyboard layout preference. -->
606     <string-array name="hardware_keyboard_layout_titles">
607         <item>Use system language</item>
608         <item>English</item>
609         <item>French</item>
610         <item>German</item>
611         <item>Italian</item>
612         <item>Japanese</item>
613         <item>Russian</item>
614     </string-array>
615
616     <!-- Values for hardware keyboard layout preference. -->
617     <string-array name="hardware_keyboard_layout_keys" translatable="false" >
618         <item>sys</item>
619         <item>en</item>
620         <item>fr</item>
621         <item>de</item>
622         <item>it</item>
623         <item>ja</item>
624         <item>ru</item>
625     </string-array>
626
627     <!-- Titles for window animation scale preference. [CHAR LIMIT=35] -->
628     <string-array name="window_animation_scale_entries">
629         <item>Animation off</item>
630         <item>Animation scale .5x</item>
631         <item>Animation scale 1x</item>
632         <item>Animation scale 1.5x</item>
633         <item>Animation scale 2x</item>
634         <item>Animation scale 5x</item>
635         <item>Animation scale 10x</item>
636     </string-array>
637
638     <!-- Values for window animation scale preference. -->
639     <string-array name="window_animation_scale_values" translatable="false" >
640         <item>0</item>
641         <item>.5</item>
642         <item>1</item>
643         <item>1.5</item>
644         <item>2</item>
645         <item>5</item>
646         <item>10</item>
647     </string-array>
648
649     <!-- Titles for transition animation scale preference. [CHAR LIMIT=35] -->
650     <string-array name="transition_animation_scale_entries">
651         <item>Animation off</item>
652         <item>Animation scale .5x</item>
653         <item>Animation scale 1x</item>
654         <item>Animation scale 1.5x</item>
655         <item>Animation scale 2x</item>
656         <item>Animation scale 5x</item>
657         <item>Animation scale 10x</item>
658     </string-array>
659
660     <!-- Values for transition animation scale preference. -->
661     <string-array name="transition_animation_scale_values" translatable="false" >
662         <item>0</item>
663         <item>.5</item>
664         <item>1</item>
665         <item>1.5</item>
666         <item>2</item>
667         <item>5</item>
668         <item>10</item>
669     </string-array>
670
671     <!-- Titles for app process limit preference. [CHAR LIMIT=35] -->
672     <string-array name="app_process_limit_entries">
673         <item>Standard limit</item>
674         <item>No background processes</item>
675         <item>At most 1 process</item>
676         <item>At most 2 processes</item>
677         <item>At most 3 processes</item>
678         <item>At most 4 processes</item>
679     </string-array>
680
681     <!-- Values for app process limit preference. -->
682     <string-array name="app_process_limit_values" translatable="false" >
683         <item>-1</item>
684         <item>0</item>
685         <item>1</item>
686         <item>2</item>
687         <item>3</item>
688         <item>4</item>
689     </string-array>
690
691     <!-- Match this with the constants in VpnProfile. --> <skip />
692     <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
693     <string-array name="vpn_types" translatable="false">
694         <item>PPTP</item>
695         <item>L2TP/IPSec PSK</item>
696         <item>L2TP/IPSec RSA</item>
697         <item>IPSec Xauth PSK</item>
698         <item>IPSec Xauth RSA</item>
699         <item>IPSec Hybrid RSA</item>
700     </string-array>
701
702     <!-- Match this with the constants in VpnProfile. --> <skip />
703     <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
704     <string-array name="vpn_types_long">
705         <item>PPTP VPN</item>
706         <item>L2TP/IPSec VPN with pre-shared keys</item>
707         <item>L2TP/IPSec VPN with certificates</item>
708         <item>IPSec VPN with pre-shared keys and Xauth authentication</item>
709         <item>IPSec VPN with certificates and Xauth authentication</item>
710         <item>IPSec VPN with certificates and hybrid authentication</item>
711     </string-array>
712
713     <!-- Match this with the constants in LegacyVpnInfo. --> <skip />
714     <!-- Status for a VPN network. [CHAR LIMIT=100] -->
715     <string-array name="vpn_states">
716         <!-- Status message when VPN is disconnected. -->
717         <item>Disconnected</item>
718         <!-- Status message when VPN is initializing. -->
719         <item>Initializing\u2026</item>
720         <!-- Status message when VPN is connecting. -->
721         <item>Connecting\u2026</item>
722         <!-- Status message when VPN is connected. -->
723         <item>Connected</item>
724         <!-- Status message when VPN is timeout. -->
725         <item>Timeout</item>
726         <!-- Status message when VPN is failed. -->
727         <item>Unsuccessful</item>
728     </string-array>
729 </resources>