aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/values-ua/arrays.xml
blob: 4bd92fe0ad2fd5ef99d81d5c034cd7e92e921272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2012 Dmitry Korzhevin

    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; either version 2 of the License, or (at your
    option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.

    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    for more details.
-->
<resources>
    <!-- the order here must match the enum entries in VpnType.java -->
    <string-array name="vpn_types">
        <item>IKEv2 EAP (Логін/Пароль)</item>
        <item>IKEv2 Сертифікати</item>
        <item>IKEv2 Сертифікати + EAP (Логін/Пароль)</item>
        <item>IKEv2 EAP-TNC (Логін/Пароль)</item>
    </string-array>
</resources>