diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-08 16:46:07 +0800 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-09 00:19:42 +0800 |
commit | 4905185e6121471f8c15d4ac59623323284135e5 (patch) | |
tree | bbbaa47a67158eef6dabfb6a9ed59cafe4b94d40 /app/src/main/res/values-zh-rCN/strings.xml | |
parent | 09904305136adec00fae06f84e299b2df9a580c9 (diff) |
backend: do not depend on anything except config
This is likely broken but should make for a good starting point.
It also should hopefully handle stopping tunnels before starting new
ones, in the case of the GoBackend. Again, untested.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/values-zh-rCN/strings.xml')
-rw-r--r-- | app/src/main/res/values-zh-rCN/strings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 26ca0232..8f7ab987 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -98,7 +98,6 @@ <string name="module_installer_working">正在下载安装...</string> <string name="module_installer_error">发生错误,请重试</string> <string name="mtu">MTU</string> - <string name="multiple_tunnels_error">用户空间内一次只能建立一个连接</string> <string name="name">名称</string> <string name="no_config_error">尝试在无配置情况下建立连接</string> <string name="no_configs_error">未找到配置</string> |