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