blob: 6c279a8a986e3811ca35ce03016999f2d9a164f0 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2012-2014 Arne Schwabe
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
<!--Generated by crowdin.com-->
<resources>
<string-array name="vpn_types">
<item>Tanúsítványok</item>
<item>PKCS12 fáj</item>
<item>Android tanúsítvány</item>
<item>Felhasználónév/Jelszó</item>
<item>Statikus Kulcsok</item>
<item>Felhasználó/Jelszó + Tanúsítványok</item>
<item>Felhasználó/Jelszó + PKCS12 </item>
<item>Felhasználó/Jelszó + Android</item>
</string-array>
<string-array name="tls_directions_entries">
<item>0</item>
<item>1</item>
<item>Nincs megadva</item>
</string-array>
</resources>
|