summaryrefslogtreecommitdiff
path: root/main/src/ui/res/values-nl/arrays.xml
blob: 3faa319ce448eec95278e17b46acc3c256204a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ 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>Certificaten</item>
        <item>PKCS12 Bestand</item>
        <item>Android Certificaat</item>
        <item>Gebruikersnaam/Wachtwoord</item>
        <item>Statische Sleutels</item>
        <item>Gebruiker/WW + Certificaten</item>
        <item>Gebruiker/WW + PKCS12 </item>
        <item>Gebruiker/WW + Android</item>
        <item>External Auth Provider</item>
    </string-array>
    <string-array name="tls_directions_entries">
        <item translatable="false">0</item>
        <item translatable="false">1</item>
        <item>Niet-gespecificeerd</item>
        <item>Versleuteling (tls-crypt)</item>
        <item>TLS Crypt V2</item>
    </string-array>
    <string-array name="auth_retry_type">
        <item>Verbinding verbreken, vergeet wachtwoord</item>
        <item>Verbinding verbreken, wachtwoord onthouden</item>
        <item>Negeer, probeer opnieuw</item>
    </string-array>
</resources>