blob: 0c779a64837181d530a77bbf419419347d53fc50 (
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
32
33
34
35
36
37
38
39
40
41
42
43
|
<?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>Certyfikaty</item>
<item>Plik PKCS12</item>
<item>Certyfikat Androida</item>
<item>Nazwa użytkownika/Hasło</item>
<item>Klucze statyczne</item>
<item>Użytkownik/Hasło + Certyfikaty</item>
<item>Użytkownik/Hasło + PKCS12</item>
<item>Użytkownik/Hasło + Android</item>
<item>Zewnętrzny dostawca uwierzytelniania</item>
</string-array>
<string-array name="tls_directions_entries">
<item translatable="false">tls-auth - --direction 0</item>
<item translatable="false">tls-auth - --direction 1</item>
<item>tls-auth --direction not specified</item>
<item>Szyfrowanie (--tls-crypt)</item>
<item>TLS Crypt V2</item>
</string-array>
<string-array name="auth_retry_type">
<item>Odłącz, zapomnij hasło</item>
<item>Odłącz, zachowaj hasło</item>
<item>Ignore, retry</item>
</string-array>
<string-array name="compat_mode">
<item>Modern defaults</item>
<item>rówieśnicy OpenVPN 2.5.x</item>
<item>rówieśnicy OpenVPN 2.4.x</item>
<item>OpenVPN 2.3.x i starsi rówieśnicy</item>
</string-array>
<string-array name="tls_profile_entries">
<item>insecure (not recommend, allows insecure crypto)</item>
<item>legacy (default)</item>
<item>preferowany (zalecana, ale ograniczona kompatybilność)</item>
<item>Suite B (tylko krzywe eliptyczne zatwierdzone przez NIST)</item>
</string-array>
</resources>
|