]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - 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
index 30e43f1fb1de38eb19c20029316a1ec4e810dfd4..5df0e72c4ae101df41e22a70282f982eb4492898 100644 (file)
         <item>IKEv2 EAP-TLS (certyfikat)</item>
         <item>IKEv2 EAP-TNC (użytkownik/hasło)</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