diff options
Diffstat (limited to 'res/values-uk/arrays.xml')
-rwxr-xr-x | res/values-uk/arrays.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/res/values-uk/arrays.xml b/res/values-uk/arrays.xml new file mode 100755 index 00000000..ee2a457b --- /dev/null +++ b/res/values-uk/arrays.xml @@ -0,0 +1,27 @@ +<?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="verb_entries"> + <item>0 - Немає журналювання</item> + <item>1 - Журналювання за замовчуванням</item> + <item>2 - Більш детальне журналювання</item> + <item>3</item> + <item>4</item> + <item>5 - Журнал налагодження</item> + </string-array> +</resources> |