diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-07 19:19:20 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-17 21:14:09 +0100 |
commit | 0ea6f73332cf48374b8a98b16d68e25217ebf068 (patch) | |
tree | 53694268b30823c8973d6ae280ed766f4b44b974 /app/src/main/res/values | |
parent | b923f7bc57c39687bed225badeac0b35a7dee855 (diff) |
GoBackend: integrate into app
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7140bb7b..7de33f15 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -39,23 +39,6 @@ <string name="listen_port">Listen port</string> <string name="mtu">MTU</string> <string name="name">Name</string> - <string name="not_supported_message" tools:ignore="TypographyQuotes"><![CDATA[ - <p>Your Android device does not <em>currently</em> have the WireGuard kernel module. Please - talk to the manufacturer of your Android device or the author of your device’s ROM - about including the WireGuard kernel module.</p> - - <p>Fortunately, we are in the process of implementing support for WireGuard in a way that - will work on all devices, without any need for the kernel module. This means that while you - may not be able to use WireGuard today, you will very likely be able to use WireGuard in - several weeks. Things are looking up!</p> - - <p>Sorry for the wait. In the mean time, you may stay up to date on the latest project news - by <a href="https://lists.zx2c4.com/mailman/listinfo/wireguard">subscribing to our mailing - list</a>. General information about the project is available at - <a href="https://www.wireguard.com/">WireGuard.com</a>.</p> - ]]></string> - <string name="not_supported_title">WireGuard not installed</string> - <string name="ok">OK</string> <string name="peer">Peer</string> <string name="persistent_keepalive">Persistent keepalive</string> <string name="pre_shared_key">Pre-shared key</string> |