OSDN Git Service

2571b0e676213da7f244109ea38c2cf169cc8b81
[android-x86/packages-apps-Settings.git] / res / values-ast-rES / arrays.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--Generated by crowdin.com-->
3 <!--
4 /*
5 **
6 ** Copyright 2007 The Android Open Source Project
7 **
8 ** Licensed under the Apache License, Version 2.0 (the "License");
9 ** you may not use this file except in compliance with the License.
10 ** You may obtain a copy of the License at
11 **
12 **     http://www.apache.org/licenses/LICENSE-2.0
13 **
14 ** Unless required by applicable law or agreed to in writing, software
15 ** distributed under the License is distributed on an "AS IS" BASIS,
16 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 ** See the License for the specific language governing permissions and
18 ** limitations under the License.
19 */
20 -->
21 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
22   <!-- Choices for timezone picker first level.
23          These values will be used as search terms for TimeZone displayName
24          strings. -->
25   <!-- The time zone picker screen has two levels.  The first level allows the user to choose a region. -->
26   <string-array name="timezone_filters">
27     <!-- The next level of the time zoner picker should show time zones from the Americas. -->
28     <item>América</item>
29     <!-- The next level of the time zoner picker should show time zones from Europe. -->
30     <item>Europa</item>
31     <!-- The next level of the time zoner picker should show time zones from Africa. -->
32     <item>África</item>
33     <!-- The next level of the time zoner picker should show time zones from Asia. -->
34     <item>Asia</item>
35     <!-- The next level of the time zoner picker should show time zones from Australia. -->
36     <item>Australia</item>
37     <!-- The next level of the time zoner picker should show time zones from Pacific. -->
38     <item>Pacíficu</item>
39     <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
40     <item>Toes</item>
41   </string-array>
42   <!-- Display settings.  The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
43   <string-array name="screen_timeout_entries">
44     <item>15 segundos</item>
45     <item>30 segundos</item>
46     <item>1 minutu</item>
47     <item>2 minutos</item>
48     <item>5 minutos</item>
49     <item>10 minutos</item>
50     <item>30 minutos</item>
51   </string-array>
52   <!-- Do not translate. -->
53   <!-- Display settings.  The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
54   <string-array name="dream_timeout_entries">
55     <item>Enxamás</item>
56     <item>15 segundos</item>
57     <item>30 segundos</item>
58     <item>1 minutu</item>
59     <item>2 minutos</item>
60     <item>5 minutos</item>
61     <item>10 minutos</item>
62     <item>30 minutos</item>
63   </string-array>
64   <!-- Do not translate. -->
65   <!-- Security settings.  The delay after screen is turned off until device locks.
66          These are shown in a list dialog. -->
67   <string-array name="lock_after_timeout_entries">
68     <item>Immediately</item>
69     <item>5 segundos</item>
70     <item>15 segundos</item>
71     <item>30 segundos</item>
72     <item>1 minutu</item>
73     <item>2 minutos</item>
74     <item>5 minutos</item>
75     <item>10 minutos</item>
76     <item>30 minutos</item>
77   </string-array>
78   <!-- Do not translate. -->
79   <string-array name="entries_font_size">
80     <item msgid="6490061470416867723">Small</item>
81     <item msgid="3579015730662088893">Por defeutu</item>
82     <item msgid="1678068858001018666">Large</item>
83     <item msgid="490158884605093126">Largest</item>
84   </string-array>
85   <!-- Wi-Fi settings -->
86   <!-- Match this with the order of NetworkInfo.DetailedState. -->
87   <!-- Wi-Fi settings. The status messages when the network is unknown. -->
88   <string-array name="wifi_status">
89     <!-- Status message of Wi-Fi when it is idle. -->
90     <item></item>
91     <!-- Status message of Wi-Fi when it is scanning. -->
92     <item>Escaniando\u2026</item>
93     <!-- Status message of Wi-Fi when it is connecting. -->
94     <item>Connecting\u2026</item>
95     <!-- Status message of Wi-Fi when it is authenticating. -->
96     <item>Authenticating\u2026</item>
97     <!-- Status message of Wi-Fi when it is obtaining IP address. -->
98     <item>Consiguiendo direición IP\u2026</item>
99     <!-- Status message of Wi-Fi when it is connected. -->
100     <item>Connected</item>
101     <!-- Status message of Wi-Fi when it is suspended. -->
102     <item>Suspended</item>
103     <!-- Status message of Wi-Fi when it is disconnecting. -->
104     <item>Disconnecting\u2026</item>
105     <!-- Status message of Wi-Fi when it is disconnected. -->
106     <item>Disconnected</item>
107     <!-- Status message of Wi-Fi when it is a failure. -->
108     <item>Unsuccessful</item>
109     <!-- Status message of Wi-Fi when it is blocked. -->
110     <item>Blocked</item>
111     <!-- Status message of Wi-Fi when connectiong is being verified. -->
112     <item>Temporarily avoiding poor connection</item>
113   </string-array>
114   <!-- Match this with the order of NetworkInfo.DetailedState. -->
115   <!-- Wi-Fi settings. The status messages when the network is known. -->
116   <string-array name="wifi_status_with_ssid">
117     <!-- Status message of Wi-Fi when it is idle. -->
118     <item></item>
119     <!-- Status message of Wi-Fi when it is scanning. -->
120     <item>Escaniando\u2026</item>
121     <!-- Status message of Wi-Fi when it is connecting to a network. -->
122     <item>Connecting to <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
123     <!-- Status message of Wi-Fi when it is authenticating with a network. -->
124     <item>Authenticating with <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
125     <!-- Status message of Wi-Fi when it is obtaining IP address from a network. -->
126     <item>Consiguiendo direición IP de <xliff:g id="NETWORK_NAME">%1$s</xliff:g>\u2026</item>
127     <!-- Status message of Wi-Fi when it is connected to a network. -->
128     <item>Connected to <xliff:g id="network_name">%1$s</xliff:g></item>
129     <!-- Status message of Wi-Fi when it is suspended. -->
130     <item>Suspended</item>
131     <!-- Status message of Wi-Fi when it is disconnecting from a network. -->
132     <item>Disconnecting from <xliff:g id="network_name">%1$s</xliff:g>\u2026</item>
133     <!-- Status message of Wi-Fi when it is disconnected. -->
134     <item>Disconnected</item>
135     <!-- Status message of Wi-Fi when it is a failure. -->
136     <item>Unsuccessful</item>
137     <!-- Status message of Wi-Fi when it is blocked. -->
138     <item>Blocked</item>
139     <!-- Status message of Wi-Fi when connectiong is being verified. -->
140     <item>Temporarily avoiding poor connection</item>
141   </string-array>
142   <!-- Match this with the constants in AccessPoint. -->
143   <!-- Wi-Fi security choices used when manually added a Wi-Fi network -->
144   <string-array name="wifi_security">
145     <!-- The Wi-Fi network does not have any security. -->
146     <item>@string/wifi_security_none</item>
147     <!-- Do not translate. -->
148     <item>@string/wifi_security_wep</item>
149     <!-- Do not translate. -->
150     <item>@string/wifi_security_psk_generic</item>
151     <!-- Do not translate. -->
152     <item>@string/wifi_security_eap</item>
153   </string-array>
154   <!-- Match this with the constants in AccessPoint. -->
155   <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. -->
156   <string-array name="wifi_security_no_eap">
157     <!-- The Wi-Fi network does not have any security. -->
158     <item>@string/wifi_security_none</item>
159     <!-- Do not translate. -->
160     <item>@string/wifi_security_wep</item>
161     <!-- Do not translate. -->
162     <item>@string/wifi_security_psk_generic</item>
163   </string-array>
164   <!-- Wi-Fi AP settings.  The type of security a Wi-Fi AP supports. -->
165   <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
166   <string-array name="wifi_ap_security">
167     <item>@string/wifi_security_none</item>
168     <item>@string/wifi_security_wpa2</item>
169   </string-array>
170   <!-- Match this with the constants in WifiDialog. -->
171   <!-- Wi-Fi settings.  The type of EAP method a Wi-Fi network has. -->
172   <!-- Type of EAP method when EAP SIM, AKA, AKA' are not supported -->
173   <!-- Wi-Fi AP band settings.  Either 2.4GHz or 5GHz. -->
174   <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
175   <!-- Wi-Fi WPS setup for p2p connections.  -->
176   <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
177   <!-- Match this with the order of WifiP2pDevice.Status -->
178   <!-- Wi-Fi p2p settings device status message -->
179   <!-- Bluetooth Settings -->
180   <!-- Discoverable mode timeout options -->
181   <string-array name="bluetooth_visibility_timeout_entries">
182     <item>2 minutos</item>
183     <item>5 minutos</item>
184     <item>1 hora</item>
185     <item>Never time out</item>
186   </string-array>
187   <!-- Match this with drawable.wifi_signal. -->
188   <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
189   <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
190   <string-array name="wifi_sleep_policy_entries">
191     <!-- Always keep Wi-Fi on when screen turns off. -->
192     <item>Siempres</item>
193     <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
194     <item>Only when plugged in</item>
195     <!-- Do not keep Wi-Fi on when screen turns off.  [CHAR LIMIT=40] -->
196     <item>Enxamás</item>
197   </string-array>
198   <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
199          the device is Wi-Fi-only. [CHAR LIMIT=30] -->
200   <string-array name="wifi_sleep_policy_entries_wifi_only">
201     <!-- Always keep Wi-Fi on when screen turns off. -->
202     <item>Siempres</item>
203     <!-- Keep Wi-Fi on when screen turns off and plugged in.  When on battery, go to sleep when screen turns off. -->
204     <item>Namái al enchufar</item>
205     <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
206     <item>Enxamás</item>
207   </string-array>
208   <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. -->
209   <!-- Do not translate. -->
210   <string-array name="wifi_sleep_policy_values">
211     <!-- Do not translate. -->
212     <item>2</item>
213     <!-- Do not translate. -->
214     <item>1</item>
215     <!-- Do not translate. -->
216     <item>0</item>
217   </string-array>
218   <!-- Data Usage settings. Range of data usage. -->
219   <!-- Display options for UsageStats class -->
220   <string-array name="usage_stats_display_order_types">
221     <item>Tiempu d\'usu</item>
222     <item>Last time used</item>
223     <item>Nome d\'aplicación</item>
224   </string-array>
225   <!-- EAP method -->
226   <!-- Phase 2 options for PEAP -->
227   <!-- Phase 2 options for rest of EAP methods -->
228   <string-array name="wifi_phase2_entries">
229     <item>None</item>
230     <item>PAP</item>
231     <item>MSCHAP</item>
232     <item>MSCHAPV2</item>
233     <item>GTC</item>
234   </string-array>
235   <!-- Wi-Fi IP settings. -->
236   <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
237   <string-array name="wifi_ip_settings">
238     <!-- Use DHCP (Dynamic Host Configuration Protocol) for obtaining IP settings [CHAR LIMIT=25] -->
239     <item>Protocolu DHCP</item>
240     <!-- Use statically defined IP settings [CHAR LIMIT=25]-->
241     <item>Static</item>
242   </string-array>
243   <!-- Wi-Fi proxy settings. -->
244   <!-- Note that adding/removing/moving the items will need wifi settings code change. -->
245   <string-array name="wifi_proxy_settings">
246     <!-- No HTTP proxy is used for the current wifi network [CHAR LIMIT=25] -->
247     <item>None</item>
248     <!-- Manual HTTP proxy settings are used for the current wifi network [CHAR LIMIT=25] -->
249     <item>Manual</item>
250     <!-- Proxy Auto-Config URL that is used for the current wifi network [CHAR LIMIT=25] -->
251     <item>Auto-configuración</item>
252   </string-array>
253   <!-- Authentication Types used in APN editor -->
254   <string-array name="apn_auth_entries">
255     <item>None</item>
256     <item>PAP</item>
257     <item>CHAP</item>
258     <item>PAP o CHAP</item>
259   </string-array>
260   <!-- Authentication Types used in APN editor -->
261   <string-array name="apn_protocol_entries">
262     <item>IPv4</item>
263     <item>IPv6</item>
264     <item>IPv4/IPv6</item>
265   </string-array>
266   <!-- Bearer Info used in APN editor -->
267   <string-array name="bearer_entries">
268     <item>Ensin especificar</item>
269     <item>LTE</item>
270     <item>HSPAP</item>
271     <item>HSPA</item>
272     <item>HSUPA</item>
273     <item>HSDPA</item>
274     <item>UMTS</item>
275     <item>EDGE</item>
276     <item>GPRS</item>
277     <item>eHRPD</item>
278     <item>EVDO_B</item>
279     <item>EVDO_A</item>
280     <item>EVDO_0</item>
281     <item>1xRTT</item>
282     <item>IS95B</item>
283     <item>IS95A</item>
284   </string-array>
285   <!-- MVNO Info used in APN editor -->
286   <string-array name="mvno_type_entries">
287     <item>None</item>
288     <!-- Do not translate. -->
289     <item>SPN</item>
290     <!-- Do not translate. -->
291     <item>IMSI</item>
292     <!-- Do not translate. -->
293     <item>GID</item>
294     <!-- Do not translate. -->
295     <item>ICCID</item>
296   </string-array>
297   <!-- Apps on SD installation location options in ApplicationSettings -->
298   <string-array name="app_install_location_entries">
299     <item>Internal device storage</item>
300     <item>Tarxeta SD extrayible</item>
301     <item>Let the system decide</item>
302   </string-array>
303   <!-- Do not translate. -->
304   <!-- Names of categories of app ops tabs -->
305   <string-array name="app_ops_categories">
306     <item>Allugamientu</item>
307     <item>Personal</item>
308     <item>Messaging</item>
309     <item>Media</item>
310     <item>Preséu</item>
311   </string-array>
312   <!-- User display names for app ops codes -->
313   <string-array name="app_ops_summaries">
314     <item>coarse location</item>
315     <item>fine location</item>
316     <item>GPS</item>
317     <item>vibrate</item>
318     <item>read contacts</item>
319     <item>modify contacts</item>
320     <item>read call log</item>
321     <item>modify call log</item>
322     <item>read calendar</item>
323     <item>modify calendar</item>
324     <item>wi-fi scan</item>
325     <item>notification</item>
326     <item>cell scan</item>
327     <item>call phone</item>
328     <item>read SMS</item>
329     <item>write SMS</item>
330     <item>receive SMS</item>
331     <item>receive emergency SMS</item>
332     <item>receive MMS</item>
333     <item>receive WAP push</item>
334     <item>send SMS</item>
335     <item>read ICC SMS</item>
336     <item>write ICC SMS</item>
337     <item>modify settings</item>
338     <item>draw on top</item>
339     <item>access notifications</item>
340     <item>camera</item>
341     <item>record audio</item>
342     <item>play audio</item>
343     <item>read clipboard</item>
344     <item>modify clipboard</item>
345     <item>media buttons</item>
346     <item>audio focus</item>
347     <item>master volume</item>
348     <item>voice volume</item>
349     <item>ring volume</item>
350     <item>media volume</item>
351     <item>alarm volume</item>
352     <item>notification volume</item>
353     <item>bluetooth volume</item>
354     <item>keep awake</item>
355     <item>monitor location</item>
356     <item>monitor high power location</item>
357     <item>get usage stats</item>
358     <item>mute/unmute microphone</item>
359     <item>project media</item>
360     <item>activate VPN</item>
361     <item>write wallpaper</item>
362     <item>assist structure</item>
363     <item>assist screenshot</item>
364   </string-array>
365   <!-- User display names for app ops codes -->
366   <string-array name="app_ops_labels">
367     <item>Allugamientu</item>
368     <item>Allugamientu</item>
369     <item>Allugamientu</item>
370     <item>Vibrate</item>
371     <item>Read contacts</item>
372     <item>Modify contacts</item>
373     <item>Read call log</item>
374     <item>Modify call log</item>
375     <item>Read calendar</item>
376     <item>Modify calendar</item>
377     <item>Allugamientu</item>
378     <item>Post notification</item>
379     <item>Allugamientu</item>
380     <item>Call phone</item>
381     <item>Read SMS/MMS</item>
382     <item>Write SMS/MMS</item>
383     <item>Receive SMS/MMS</item>
384     <item>Receive SMS/MMS</item>
385     <item>Receive SMS/MMS</item>
386     <item>Receive SMS/MMS</item>
387     <item>Send SMS/MMS</item>
388     <item>Read SMS/MMS</item>
389     <item>Write SMS/MMS</item>
390     <item>Modify settings</item>
391     <item>Draw on top</item>
392     <item>Access notifications</item>
393     <item>Camera</item>
394     <item>Record audio</item>
395     <item>Play audio</item>
396     <item>Read clipboard</item>
397     <item>Modify clipboard</item>
398     <item>Media buttons</item>
399     <item>Audio focus</item>
400     <item>Master volume</item>
401     <item>Voice volume</item>
402     <item>Ring volume</item>
403     <item>Media volume</item>
404     <item>Alarm volume</item>
405     <item>Notification volume</item>
406     <item>Bluetooth volume</item>
407     <item>Keep awake</item>
408     <item>Allugamientu</item>
409     <item>Allugamientu</item>
410     <item>Get usage stats</item>
411     <item>Mute/unmute microphone</item>
412     <item>Project media</item>
413     <item>Activate VPN</item>
414     <item>Write wallpaper</item>
415     <item>Assist structure</item>
416     <item>Assist screenshot</item>
417   </string-array>
418   <!-- Titles for the list of long press timeout options. -->
419   <!-- Values for the list of long press timeout options. -->
420   <!-- Titles for captioning typeface preference. [CHAR LIMIT=35] -->
421   <string-array name="captioning_typeface_selector_titles">
422     <item>Por defeutu</item>
423     <item>Sans-serif</item>
424     <item>Sans-serif condensed</item>
425     <item>Sans-serif monospace</item>
426     <item>Serif</item>
427     <item>Serif monospace</item>
428     <item>Casual</item>
429     <item>Cursiva</item>
430     <item>Small capitals</item>
431   </string-array>
432   <!-- Values for captioning typeface preference. -->
433   <!-- Titles for captioning font size preference. [CHAR LIMIT=35] -->
434   <!-- Values for captioning font size preference. -->
435   <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] -->
436   <!-- Values for captioning character edge type preference. -->
437   <!-- Titles for captioning color preference. -->
438   <!-- Values for captioning color preference. -->
439   <!-- Titles for captioning opacity preference. [CHAR LIMIT=35] -->
440   <string-array name="captioning_opacity_selector_titles">
441     <item>25%</item>
442     <item>50%</item>
443     <item>75%</item>
444     <item>100%</item>
445   </string-array>
446   <!-- Values for captioning opacity preference. -->
447   <!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] -->
448   <!-- Values for captioning text style preset preference. -->
449   <!-- Match this with the constants in VpnProfile. -->
450   <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] -->
451   <!-- Match this with the constants in VpnProfile. -->
452   <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] -->
453   <string-array name="vpn_types_long">
454     <item>VPN PPTP</item>
455     <item>L2TP/IPSec VPN with pre-shared keys</item>
456     <item>L2TP/IPSec VPN with certificates</item>
457     <item>IPSec VPN with pre-shared keys and Xauth authentication</item>
458     <item>IPSec VPN with certificates and Xauth authentication</item>
459     <item>IPSec VPN with certificates and hybrid authentication</item>
460   </string-array>
461   <!-- Match this with the constants in LegacyVpnInfo. -->
462   <!-- Status for a VPN network. [CHAR LIMIT=100] -->
463   <string-array name="vpn_states">
464     <!-- Status message when VPN is disconnected. -->
465     <item>Disconnected</item>
466     <!-- Status message when VPN is initializing. -->
467     <item>Aniciando\u2026</item>
468     <!-- Status message when VPN is connecting. -->
469     <item>Coneutando\u2026</item>
470     <!-- Status message when VPN is connected. -->
471     <item>Connected</item>
472     <!-- Status message when VPN is timeout. -->
473     <item>Timeout</item>
474     <!-- Status message when VPN is failed. -->
475     <item>Unsuccessful</item>
476   </string-array>
477   <!-- User content ratings for restricted users [CHAR LIMIT=30] -->
478   <!-- Values for user content ratings for restricted users -->
479   <!-- Values for premium SMS permission selector [CHAR LIMIT=30] -->
480   <string-array name="security_settings_premium_sms_values">
481     <!-- Ask user before sending to premium SMS short code. -->
482     <item>Entrugar</item>
483     <!-- Never allow app to send to premium SMS short code. -->
484     <item>Enxamás permitir</item>
485     <!-- Always allow app to send to premium SMS short code. -->
486     <item>Permitir siempres</item>
487   </string-array>
488   <!-- [CHAR LIMIT=40] Labels for memory states -->
489   <string-array name="ram_states">
490     <!-- Normal desired memory state. -->
491     <item>Normal</item>
492     <!-- Moderate memory state, not as good as normal. -->
493     <item>Moderate</item>
494     <!-- Memory is running low. -->
495     <item>Low</item>
496     <!-- Memory is critical. -->
497     <item>Critical</item>
498     <!-- Unknown memory state -->
499     <item>\¿?</item>
500   </string-array>
501   <!-- Display color space adjustment modes for accessibility -->
502   <!-- Values for display color space adjustment modes for accessibility -->
503   <!-- Battery saver mode: allowable trigger threshold levels. -->
504   <!-- Process stats memory use details: labels for memory states -->
505   <string-array name="proc_stats_memory_states">
506     <item>Normal</item>
507     <item>Moderate</item>
508     <item>Low</item>
509     <item>Critical</item>
510   </string-array>
511   <!-- Process stats memory use details: labels for process -->
512   <!-- Array of titles for sim color for multi-sim -->
513   <string-array name="color_picker">
514     <item>Teal</item>
515     <item>Azul</item>
516     <item>Añil</item>
517     <item>Moráu</item>
518     <item>Rosa</item>
519     <item>Bermeyu</item>
520   </string-array>
521   <!-- Wifi extension requirement -->
522   <string-array name="cellcular2wifi_entries">
523     <item>Auto-coneutar</item>
524     <item>Coneutar a mano</item>
525     <item>Entrugar siempres</item>
526   </string-array>
527   <!-- Wifi extension requirement -->
528   <string-array name="cellcular2wifi_values">
529     <item>0</item>
530     <item>1</item>
531     <item>2</item>
532   </string-array>
533   <!-- CT MCC-MNC-->
534   <!-- dm plmn that need to be hidden -->
535   <string-array name="hidedm_plmn_list">
536     <item>46000</item>
537     <item>46002</item>
538     <item>46003</item>
539     <item>46007</item>
540   </string-array>
541   <!-- supl plmn list that need to be hidden -->
542   <string-array name="hidesupl_plmn_list">
543     <item>46001</item>
544     <item>46003</item>
545     <item>46011</item>
546     <item>46012</item>
547     <item>45502</item>
548     <item>45507</item>
549   </string-array>
550   <!-- Defined the hide accounts' type -->
551   <string-array name="plmn_list_for_apn_disable">
552     <item>20404</item>
553     <item>45403</item>
554     <item>45404</item>
555     <item>45502</item>
556     <item>45507</item>
557     <item>46003</item>
558     <item>46011</item>
559     <item>46012</item>
560   </string-array>
561   <!-- Automatic storage management settings. The amount of days for the automatic storage manager
562          to retain. These are shown in a list dialog. [CHAR LIMIT=70] -->
563 </resources>