diff options
Diffstat (limited to 'main/src/main/res/values-uk/arrays.xml')
-rwxr-xr-x | main/src/main/res/values-uk/arrays.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/main/src/main/res/values-uk/arrays.xml b/main/src/main/res/values-uk/arrays.xml new file mode 100755 index 00000000..1727e2b2 --- /dev/null +++ b/main/src/main/res/values-uk/arrays.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.net--> +<resources> + <string-array name="vpn_types"> + <item>Сертифікати</item> + <item>Файл PKCS12</item> + <item>Android сертифікат</item> + <item>Ім’я користувача/Пароль</item> + <item>Статичні ключі</item> + <item>Користувач/Пароль + Сертифікати</item> + <item>Користувач/Пароль + PKCS12 </item> + <item>Користувач/Пароль + Android</item> + </string-array> + <string-array name="tls_directions_entries"> + <item>0</item> + <item>1</item> + <item>Невказано</item> + </string-array> + <string-array name="crm_entries"> + <item>No reconnection retries</item> + <item>One reconnection retry</item> + <item>Five reconnection retries</item> + <item>Fifty reconnection retries</item> + <item>Unlimited reconnection retries</item> + </string-array> +</resources> |