]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - 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
index c7a1963bbbee954ead5285b2e4158c1c031a1d14..e4ceccc9524dca923381dbeba6cfec910d93f896 100644 (file)
         <item>IKEv2 EAP-TLS (憑證)</item>
         <item>IKEv2 EAP-TNC (用戶名稱/密碼)</item>
     </string-array>
+
+    <!-- the order here must match the enum entries in VpnProfile.java -->
+    <string-array name="apps_handling">
+        <item>All applications use the VPN</item>
+        <item>Exclude selected applications from the VPN</item>
+        <item>Only selected applications use the VPN</item>
+    </string-array>
 </resources>
\ No newline at end of file