]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/frontends/android/app/src/main/res/values-zh-rCN/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-rCN / arrays.xml
index 546000ab2656043a2f99da8e3b403bb65f807525..64bd21bbed883e3f6e0f01ef1e046948f8614d86 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