]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/android/app/src/main/res/values-pl/arrays.xml
android: Make app handling and selection of apps configurable in profile editor
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / res / values-pl / arrays.xml
CommitLineData
825c192d
TB
1<?xml version="1.0" encoding="utf-8"?>
2<!--
76de9646 3 Copyright (C) 2012-2013 Tobias Brunner
825c192d
TB
4 Hochschule fuer Technik Rapperswil
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2 of the License, or (at your
9 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10
11 This program is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15-->
16<resources>
17 <!-- the order here must match the enum entries in VpnType.java -->
18 <string-array name="vpn_types">
19 <item>IKEv2 EAP (użytkownik/hasło)</item>
f46da851 20 <item>IKEv2 certyfikat</item>
76de9646 21 <item>IKEv2 certyfikat + EAP (użytkownik/hasło)</item>
a1700c99 22 <item>IKEv2 EAP-TLS (certyfikat)</item>
8a5bffb0 23 <item>IKEv2 EAP-TNC (użytkownik/hasło)</item>
825c192d 24 </string-array>
291ef58c
TB
25
26 <!-- the order here must match the enum entries in VpnProfile.java -->
27 <string-array name="apps_handling">
28 <item>All applications use the VPN</item>
29 <item>Exclude selected applications from the VPN</item>
30 <item>Only selected applications use the VPN</item>
31 </string-array>
825c192d 32</resources>