aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 10:01:54 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-09 10:02:00 -0600
commitd62526fde6566b6a51ccc2a3f2095ea6d6584fd6 (patch)
tree9fc4c71fb0e87066bfe54b957d6ba3d756f87bee /ui/src/main/res/values
parentObservableTunnel: pass right argument to state transition (diff)
downloadwireguard-android-d62526fde6566b6a51ccc2a3f2095ea6d6584fd6.tar.xz
wireguard-android-d62526fde6566b6a51ccc2a3f2095ea6d6584fd6.zip
WgQuickBackend: by default use single-tunnel mode like GoBackend, but add option
Note that this currently doesn't play well with people activating wg-quick tunnels from outside the app. Those tunnels won't be deactivated. But presumably that's desired behavior anyway, considering people are mucking around at the command line. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values')
-rw-r--r--ui/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index 45964eec..5df74017 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -104,6 +104,9 @@
<string name="module_installer_working">Downloading and installing…</string>
<string name="module_installer_error">Something went wrong. Please try again</string>
<string name="mtu">MTU</string>
+ <string name="multiple_tunnels_title">Allow multiple simultaneous tunnels</string>
+ <string name="multiple_tunnels_summary_on">Multiple tunnels may be turned on simultaneously</string>
+ <string name="multiple_tunnels_summary_off">Turning on one tunnel will turn off others</string>
<string name="name">Name</string>
<string name="no_config_error">Trying to bring up a tunnel with no config</string>
<string name="no_configs_error">No configurations found</string>