diff options
Diffstat (limited to 'main/src/ui/res/values-uk/arrays.xml')
-rwxr-xr-x | main/src/ui/res/values-uk/arrays.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/main/src/ui/res/values-uk/arrays.xml b/main/src/ui/res/values-uk/arrays.xml new file mode 100755 index 00000000..a4833f95 --- /dev/null +++ b/main/src/ui/res/values-uk/arrays.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<!-- + ~ Copyright (c) 2012-2016 Arne Schwabe + ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + --> +<resources> + <!-- Keep the order the same as the TYPE_ constants in VPNProfile --> + <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> + <item>Зовнішній постачальник послуг авторизації</item> + </string-array> + <string-array name="tls_directions_entries"> + <item translatable="false">0</item> + <item translatable="false">1</item> + <item>Не визначені</item> + <item>Шифрування (--tls-crypt)</item> + <item>TLS Crypt V2</item> + </string-array> + <string-array name="auth_retry_type"> + <item>Від\'єднати, забути пароль</item> + <item>Відключитися, зберегти пароль</item> + <item>Ігнорувати, спробувати ще раз</item> + </string-array> +</resources> |