summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-cs/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/values-cs/arrays.xml')
-rwxr-xr-xmain/src/ui/res/values-cs/arrays.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/main/src/ui/res/values-cs/arrays.xml b/main/src/ui/res/values-cs/arrays.xml
new file mode 100755
index 00000000..2d12a5df
--- /dev/null
+++ b/main/src/ui/res/values-cs/arrays.xml
@@ -0,0 +1,39 @@
+<?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>Certifikáty</item>
+ <item>PKCS12 Soubor</item>
+ <item>Android Certifikát</item>
+ <item>Jméno/Heslo</item>
+ <item>Statické klíče</item>
+ <item>Jméno/Heslo + Certifikát</item>
+ <item>Jméno/Heslo + PKCS12 </item>
+ <item>Jméno/Heslo + Android</item>
+ <item>Externí zprostředkovatel autorizace</item>
+ </string-array>
+ <string-array name="tls_directions_entries">
+ <item translatable="false">0 (server)</item>
+ <item translatable="false">1 (klient)</item>
+ <item>Nespecifikováno</item>
+ <item>Šifrování (--tls-crypt)</item>
+ <item>TLS krypta V2</item>
+ </string-array>
+ <string-array name="crm_entries">
+ <item>Opětovně nepřipojovat</item>
+ <item>Jeden pokus o připojení</item>
+ <item>Pět pokusů o připojení</item>
+ <item>Padesát pokusů o připojení</item>
+ <item>Neomezeně pokusů o připojení</item>
+ </string-array>
+ <string-array name="auth_retry_type">
+ <item>Odpojit, zapomenout heslo</item>
+ <item>Odpojit, zachovat heslo</item>
+ <item>Ignorovat, zkusit znovu</item>
+ </string-array>
+</resources>