76 lines
2.6 KiB
XML
76 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright (C) 2009 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string-array name="timezone_filters">
|
|
<item>"America"</item>
|
|
<item>"Europa"</item>
|
|
<item>"Africa"</item>
|
|
<item>"Asia"</item>
|
|
<item>"Australia"</item>
|
|
<item>"Pacifico"</item>
|
|
<item>"Tutte"</item>
|
|
</string-array>
|
|
<string-array name="screen_timeout_entries">
|
|
<item>"15 secondi"</item>
|
|
<item>"30 secondi"</item>
|
|
<item>"1 minuto"</item>
|
|
<item>"2 minuti"</item>
|
|
<item>"10 minuti"</item>
|
|
<item>"Mai timeout"</item>
|
|
</string-array>
|
|
<string-array name="wifi_security_entries">
|
|
<item>"Automatico"</item>
|
|
<item>"Nessuna"</item>
|
|
<item>"WEP"</item>
|
|
<item>"WPA Personal"</item>
|
|
<item>"WPA2 Personal"</item>
|
|
</string-array>
|
|
<string-array name="wifi_security_without_auto_entries">
|
|
<item>"Nessuna"</item>
|
|
<item>"WEP"</item>
|
|
<item>"WPA Personal"</item>
|
|
<item>"WPA2 Personal"</item>
|
|
</string-array>
|
|
<string-array name="wifi_wep_type">
|
|
<item>"Automatico"</item>
|
|
<item>"WEP ASCII"</item>
|
|
<item>"WEP esadecimale"</item>
|
|
</string-array>
|
|
<string-array name="wifi_sleep_policy_entries">
|
|
<item>"Quando lo schermo si disattiva"</item>
|
|
<item>"Mai quando collegato"</item>
|
|
<item>"Mai"</item>
|
|
</string-array>
|
|
<string-array name="battery_history_type_spinner">
|
|
<item>"Utilizzo CPU"</item>
|
|
<item>"Utilizzo della rete"</item>
|
|
<item>"Utilizzo sensore"</item>
|
|
<item>"Tempo accensione schermo"</item>
|
|
</string-array>
|
|
<string-array name="battery_history_which_spinner">
|
|
<item>"Da ripristino dispositivo"</item>
|
|
<item>"Prima di ultimo avvio"</item>
|
|
<item>"Da ultimo avvio"</item>
|
|
<item>"Da ultimo scollegamento"</item>
|
|
</string-array>
|
|
<string-array name="usage_stats_display_order_types">
|
|
<item>"Tempo di utilizzo"</item>
|
|
<item>"Conteggio avvii"</item>
|
|
<item>"Nome applicazione"</item>
|
|
</string-array>
|
|
</resources>
|