]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/app/src/main/res/values-zh-rTW/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-zh-rTW / arrays.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2017 Chris Chiang
4
5 This program is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 2 of the License, or (at your
8 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 for more details.
14 -->
15 <resources>
16 <!-- the order here must match the enum entries in VpnType.java -->
17 <string-array name="vpn_types">
18 <item>IKEv2 EAP (用戶名稱/密碼)</item>
19 <item>IKEv2 憑證</item>
20 <item>IKEv2 憑證 + EAP (用戶名稱/密碼)</item>
21 <item>IKEv2 EAP-TLS (憑證)</item>
22 <item>IKEv2 EAP-TNC (用戶名稱/密碼)</item>
23 </string-array>
24
25 <!-- the order here must match the enum entries in VpnProfile.java -->
26 <string-array name="apps_handling">
27 <item>All applications use the VPN</item>
28 <item>Exclude selected applications from the VPN</item>
29 <item>Only selected applications use the VPN</item>
30 </string-array>
31 </resources>