summaryrefslogtreecommitdiff
path: root/main/src/main/res/values-pl/arrays.xml
blob: 1349688c6ed13c6fda1e1fa5f0f32d9123a779d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<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 z pęku kluczy Androida</item>
    <item>Użytkownik/Hasło</item>
    <item>Statyczne Klucze</item>
    <item>Użytkownik/Hasło + Certyfikaty</item>
    <item>Użytkownik/Hasło + PKCS12</item>
    <item>Użytkownik/Hasło + Android</item>
  </string-array>
  <string-array name="tls_directions_entries">
    <item>0</item>
    <item>1</item>
    <item>Nieokreślone</item>
  </string-array>
</resources>