summaryrefslogtreecommitdiff
path: root/main/src/main/res/values-da/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/values-da/arrays.xml')
-rwxr-xr-xmain/src/main/res/values-da/arrays.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/main/src/main/res/values-da/arrays.xml b/main/src/main/res/values-da/arrays.xml
new file mode 100755
index 00000000..ce089b48
--- /dev/null
+++ b/main/src/main/res/values-da/arrays.xml
@@ -0,0 +1,30 @@
+<?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>Certifikater</item>
+ <item>PKCS12-fil</item>
+ <item>Android-certifikat</item>
+ <item>Brugernavn/adgangskode</item>
+ <item>Faste nøgler</item>
+ <item>Bruger/adgangskode + certifikater</item>
+ <item>Bruger/adgangskode + PKCS12 </item>
+ <item>Bruger/adgangskode + Android</item>
+ </string-array>
+ <string-array name="tls_directions_entries">
+ <item translatable="false">0</item>
+ <item translatable="false">1</item>
+ <item>Uspecificeret</item>
+ <item>Kryptering (TLS-krypt.)</item>
+ </string-array>
+ <string-array name="auth_retry_type">
+ <item>Afbryd, glem adgangskoden</item>
+ <item>Afbryd, behold adgangskoden</item>
+ <item>Ignorér, forsøg igen</item>
+ </string-array>
+</resources>