diff options
Diffstat (limited to 'res/values-ku/arrays.xml')
-rw-r--r-- | res/values-ku/arrays.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/res/values-ku/arrays.xml b/res/values-ku/arrays.xml index 0177dc3..aff892d 100644 --- a/res/values-ku/arrays.xml +++ b/res/values-ku/arrays.xml @@ -22,6 +22,7 @@ <!-- Choices for timezone picker first level. These values will be used as search terms for TimeZone displayName strings. --> + <skip></skip> <!-- 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. --> @@ -119,10 +120,11 @@ <!-- Do not translate. --> <!-- Wi-Fi settings --> <!-- Match this with the order of NetworkInfo.DetailedState. --> + <skip></skip> <!-- Wi-Fi settings. The status messages when the network is unknown. --> <string-array name="wifi_status"> <!-- Status message of Wi-Fi when it is idle. --> - <item/> + <item></item> <!-- Status message of Wi-Fi when it is scanning. --> <item>گهڕان\u2026</item> <!-- Status message of Wi-Fi when it is connecting. --> @@ -147,10 +149,11 @@ <item>دورخستنهوهی پهیوهندی کز</item> </string-array> <!-- Match this with the order of NetworkInfo.DetailedState. --> + <skip></skip> <!-- Wi-Fi settings. The status messages when the network is known. --> <string-array name="wifi_status_with_ssid"> <!-- Status message of Wi-Fi when it is idle. --> - <item/> + <item></item> <!-- Status message of Wi-Fi when it is scanning. --> <item>گهڕان\u2026</item> <!-- Status message of Wi-Fi when it is connecting to a network. --> @@ -175,12 +178,15 @@ <item>دورخستنهوهی تۆڕی کز</item> </string-array> <!-- Match this with the constants in AccessPoint. --> + <skip></skip> <!-- Wi-Fi security choices used when manually added a Wi-Fi network --> <!-- Match this with the constants in AccessPoint. --> + <skip></skip> <!-- Wi-Fi security types for New User Dialog. EAP is not configurable. --> <!-- Wi-Fi AP settings. The type of security a Wi-Fi AP supports. --> <!-- Note that adding/removing/moving the items will need wifi settings code change. --> <!-- Match this with the constants in WifiDialog. --> + <skip></skip> <!-- Wi-Fi settings. The type of EAP method a Wi-Fi network has. --> <string-array name="wifi_eap_method"> <!-- Do not translate. --> @@ -239,6 +245,7 @@ <item>ههرگیز کات تهواو نهبێت</item> </string-array> <!-- Match this with drawable.wifi_signal. --> + <skip></skip> <!-- Wi-Fi settings. The signal strength a Wi-Fi network has. --> <string-array name="wifi_signal"> <item>کز</item> @@ -266,6 +273,7 @@ <item>ههرگیز</item> </string-array> <!-- Match with wifi_sleep_policy_entries and the values of the settings in Settings class. --> + <skip></skip> <!-- Do not translate. --> <string-array name="wifi_sleep_policy_values"> <!-- Do not translate. --> @@ -655,8 +663,10 @@ </string-array> <!-- Values for app process limit preference. --> <!-- Match this with the constants in VpnProfile. --> + <skip></skip> <!-- Short names for each VPN type, not really translatable. [CHAR LIMIT=20] --> <!-- Match this with the constants in VpnProfile. --> + <skip></skip> <!-- Longer descriptions for each VPN type. [CHAR LIMIT=100] --> <string-array name="vpn_types_long"> <item>PPTP VPN</item> @@ -667,6 +677,7 @@ <item>IPSec VPN with certificates and hybrid authentication</item> </string-array> <!-- Match this with the constants in LegacyVpnInfo. --> + <skip></skip> <!-- Status for a VPN network. [CHAR LIMIT=100] --> <string-array name="vpn_states"> <!-- Status message when VPN is disconnected. --> |