summaryrefslogtreecommitdiffstats
path: root/res/values-eo/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-eo/arrays.xml')
-rw-r--r--res/values-eo/arrays.xml220
1 files changed, 220 insertions, 0 deletions
diff --git a/res/values-eo/arrays.xml b/res/values-eo/arrays.xml
index 4acb887..2731296 100644
--- a/res/values-eo/arrays.xml
+++ b/res/values-eo/arrays.xml
@@ -23,18 +23,82 @@
These values will be used as search terms for TimeZone displayName
strings. -->
<!-- The time zone picker screen has two levels. The first level allows the user to choose a region. -->
+ <string-array name="timezone_filters">
+ <!-- The next level of the time zoner picker should show time zones from the Americas. -->
+ <item>Ameriko</item>
+ <!-- The next level of the time zoner picker should show time zones from Europe. -->
+ <item>Eŭropo</item>
+ <!-- The next level of the time zoner picker should show time zones from Africa. -->
+ <item>Afriko</item>
+ <!-- The next level of the time zoner picker should show time zones from Asia. -->
+ <item>Azio</item>
+ <!-- The next level of the time zoner picker should show time zones from Australia. -->
+ <item>Australia</item>
+ <!-- The next level of the time zoner picker should show time zones from Pacific. -->
+ <item>Pacific</item>
+ <!-- The next level of the time zoner picker should show time zones from ALL regions. -->
+ <item>All</item>
+ </string-array>
<!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. -->
+ <string-array name="screen_timeout_entries">
+ <item>15 sekundoj</item>
+ <item>30 sekundoj</item>
+ <item>1 minuto</item>
+ <item>2 minutoj</item>
+ <item>5 minutoj</item>
+ <item>10 minutoj</item>
+ <item>30 minutoj</item>
+ </string-array>
<!-- Do not translate. -->
<!-- Display settings. The delay in inactivity before the dream is shown. These are shown in a list dialog. -->
+ <string-array name="dream_timeout_entries">
+ <item>Neniam</item>
+ <item>15 sekundoj</item>
+ <item>30 sekundoj</item>
+ <item>1 minuto</item>
+ <item>2 minutoj</item>
+ <item>5 minutoj</item>
+ <item>10 minutoj</item>
+ <item>30 minutoj</item>
+ </string-array>
<!-- Do not translate. -->
<!-- Security settings. The delay after screen is turned off until device locks.
These are shown in a list dialog. -->
+ <string-array name="lock_after_timeout_entries">
+ <item>Tuj</item>
+ <item>5 sekundoj</item>
+ <item>15 sekundoj</item>
+ <item>30 sekundoj</item>
+ <item>1 minuto</item>
+ <item>2 minutoj</item>
+ <item>5 minutoj</item>
+ <item>10 minutoj</item>
+ <item>30 minutoj</item>
+ </string-array>
<!-- Do not translate. -->
<!-- TTS settings -->
<!-- Default speech rate choices -->
<!-- Do not translate. -->
+ <string-array name="tts_rate_values">
+ <item>60</item>
+ <item>80</item>
+ <item>100</item>
+ <item>150</item>
+ <item>200</item>
+ <item>250</item>
+ <item>300</item>
+ <item>350</item>
+ <item>400</item>
+ </string-array>
<!-- Default pitch choices -->
<!-- Do not translate. -->
+ <string-array name="tts_pitch_values">
+ <item>50</item>
+ <item>80</item>
+ <item>100</item>
+ <item>120</item>
+ <item>150</item>
+ </string-array>
<!-- Do not translate. -->
<!-- Wi-Fi settings -->
<!-- Match this with the order of NetworkInfo.DetailedState. -->
@@ -52,23 +116,68 @@
<!-- Type of EAP method when EAP SIM, AKA, AKA' are not supported -->
<!-- Wi-Fi AP band settings. Either 2.4GHz or 5GHz. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
+ <string-array name="wifi_ap_band_config_full">
+ <item>@string/wifi_ap_choose_2G</item>
+ <item>@string/wifi_ap_choose_5G</item>
+ </string-array>
+ <string-array name="wifi_ap_band_config_2G_only">
+ <item>@string/wifi_ap_choose_2G</item>
+ </string-array>
<!-- Wi-Fi WPS setup for p2p connections. -->
<!-- Note that adding/removing/moving the items will need wifi settings code change. -->
<!-- Match this with the order of WifiP2pDevice.Status -->
<!-- Wi-Fi p2p settings device status message -->
<!-- Bluetooth Settings -->
<!-- Discoverable mode timeout options -->
+ <string-array name="bluetooth_visibility_timeout_entries">
+ <item>2 minutoj</item>
+ <item>5 minutoj</item>
+ <item>1 horo</item>
+ <item>Never time out</item>
+ </string-array>
<!-- Match this with drawable.wifi_signal. -->
<!-- Wi-Fi settings. The signal strength a Wi-Fi network has. -->
<!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. -->
+ <string-array name="wifi_sleep_policy_entries">
+ <!-- Always keep Wi-Fi on when screen turns off. -->
+ <item>Ĉiam</item>
+ <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. -->
+ <item>Only when plugged in</item>
+ <!-- Do not keep Wi-Fi on when screen turns off. [CHAR LIMIT=40] -->
+ <item>Neniam</item>
+ </string-array>
<!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi sleep policy. Used when
the device is Wi-Fi-only. [CHAR LIMIT=30] -->
+ <string-array name="wifi_sleep_policy_entries_wifi_only">
+ <!-- Always keep Wi-Fi on when screen turns off. -->
+ <item>Ĉiam</item>
+ <!-- Keep Wi-Fi on when screen turns off and plugged in. When on battery, go to sleep when screen turns off. -->
+ <item>Only when plugged in</item>
+ <!-- Do not keep Wi-Fi on when screen turns off, for Wi-Fi-only devices, no other data connection -->
+ <item>Neniam</item>
+ </string-array>
<!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. -->
<!-- Do not translate. -->
+ <string-array name="wifi_sleep_policy_values">
+ <!-- Do not translate. -->
+ <item>2</item>
+ <!-- Do not translate. -->
+ <item>1</item>
+ <!-- Do not translate. -->
+ <item>0</item>
+ </string-array>
<!-- Data Usage settings. Range of data usage. -->
<!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi frequency band. -->
<!-- Match with wifi_frequency_band_entries and the values of the settings in WifiManager. -->
<!-- Do not translate. -->
+ <string-array name="wifi_frequency_band_values">
+ <!-- Do not translate. -->
+ <item>0</item>
+ <!-- Do not translate. -->
+ <item>1</item>
+ <!-- Do not translate. -->
+ <item>2</item>
+ </string-array>
<!-- Display options for UsageStats class -->
<!-- EAP method -->
<!-- Phase 2 options for PEAP -->
@@ -84,8 +193,119 @@
<!-- Apps on SD installation location options in ApplicationSettings -->
<!-- Do not translate. -->
<!-- Names of categories of app ops tabs -->
+ <string-array name="app_ops_categories">
+ <item>Loko</item>
+ <item>Personal</item>
+ <item>Messaging</item>
+ <item>Media</item>
+ <item>Aparato</item>
+ </string-array>
<!-- User display names for app ops codes -->
+ <string-array name="app_ops_summaries">
+ <item>coarse location</item>
+ <item>fine location</item>
+ <item>GPS</item>
+ <item>vibrate</item>
+ <item>read contacts</item>
+ <item>modify contacts</item>
+ <item>read call log</item>
+ <item>modify call log</item>
+ <item>read calendar</item>
+ <item>modify calendar</item>
+ <item>wi-fi scan</item>
+ <item>sciigo</item>
+ <item>cell scan</item>
+ <item>call phone</item>
+ <item>read SMS</item>
+ <item>write SMS</item>
+ <item>receive SMS</item>
+ <item>receive emergency SMS</item>
+ <item>receive MMS</item>
+ <item>receive WAP push</item>
+ <item>send SMS</item>
+ <item>read ICC SMS</item>
+ <item>write ICC SMS</item>
+ <item>modify settings</item>
+ <item>draw on top</item>
+ <item>access notifications</item>
+ <item>camera</item>
+ <item>record audio</item>
+ <item>play audio</item>
+ <item>read clipboard</item>
+ <item>modify clipboard</item>
+ <item>media buttons</item>
+ <item>audio focus</item>
+ <item>master volume</item>
+ <item>voice volume</item>
+ <item>ring volume</item>
+ <item>media volume</item>
+ <item>alarm volume</item>
+ <item>notification volume</item>
+ <item>bluetooth volume</item>
+ <item>keep awake</item>
+ <item>monitor location</item>
+ <item>monitor high power location</item>
+ <item>get usage stats</item>
+ <item>mute/unmute microphone</item>
+ <item>project media</item>
+ <item>activate VPN</item>
+ <item>write wallpaper</item>
+ <item>assist structure</item>
+ <item>assist screenshot</item>
+ </string-array>
<!-- User display names for app ops codes -->
+ <string-array name="app_ops_labels">
+ <item>Loko</item>
+ <item>Loko</item>
+ <item>Loko</item>
+ <item>Vibrate</item>
+ <item>Read contacts</item>
+ <item>Modify contacts</item>
+ <item>Read call log</item>
+ <item>Modify call log</item>
+ <item>Read calendar</item>
+ <item>Modify calendar</item>
+ <item>Loko</item>
+ <item>Post notification</item>
+ <item>Loko</item>
+ <item>Call phone</item>
+ <item>Read SMS/MMS</item>
+ <item>Write SMS/MMS</item>
+ <item>Receive SMS/MMS</item>
+ <item>Receive SMS/MMS</item>
+ <item>Receive SMS/MMS</item>
+ <item>Receive SMS/MMS</item>
+ <item>Send SMS/MMS</item>
+ <item>Read SMS/MMS</item>
+ <item>Write SMS/MMS</item>
+ <item>Modify settings</item>
+ <item>Draw on top</item>
+ <item>Access notifications</item>
+ <item>Camera</item>
+ <item>Record audio</item>
+ <item>Play audio</item>
+ <item>Read clipboard</item>
+ <item>Modify clipboard</item>
+ <item>Media buttons</item>
+ <item>Audio focus</item>
+ <item>Master volume</item>
+ <item>Voice volume</item>
+ <item>Ring volume</item>
+ <item>Media volume</item>
+ <item>Alarm volume</item>
+ <item>Notification volume</item>
+ <item>Bluetooth volume</item>
+ <item>Keep awake</item>
+ <item>Loko</item>
+ <item>Loko</item>
+ <item>Get usage stats</item>
+ <item>Mute/unmute microphone</item>
+ <item>Project media</item>
+ <item>Activate VPN</item>
+ <item>Write wallpaper</item>
+ <item>Assist structure</item>
+ <item>Assist screenshot</item>
+ </string-array>
<!-- Titles for the list of long press timeout options. -->
<!-- Values for the list of long press timeout options. -->
<!-- Titles for captioning typeface preference. [CHAR LIMIT=35] -->