diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-05 21:37:45 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-04-06 02:40:49 -0600 |
commit | 7db0fa915ef909ad33b9b29754e1fd1e7ed260a9 (patch) | |
tree | 77742b284864e2d875fc8b4be56842282e0e2746 /ui/src/main/res/values-zh-rCN | |
parent | e424765a615f95fd98d90b0e54282fa1f0a86392 (diff) |
AppListDialogFragment: support both inclusion and exclusion
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res/values-zh-rCN')
-rw-r--r-- | ui/src/main/res/values-zh-rCN/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/src/main/res/values-zh-rCN/strings.xml b/ui/src/main/res/values-zh-rCN/strings.xml index 45d20603..ca4e8fcd 100644 --- a/ui/src/main/res/values-zh-rCN/strings.xml +++ b/ui/src/main/res/values-zh-rCN/strings.xml @@ -70,7 +70,6 @@ <string name="error_root">请获取 root 权限并重试</string> <string name="error_up">建立连接时出错:%s</string> <string name="exclude_private_ips">排除局域网</string> - <string name="excluded_applications">排除的应用</string> <string name="generate_new_private_key">生成新的私钥</string> <string name="generic_error">未知的 “%s” 错误</string> <string name="hint_automatic">(自动)</string> @@ -136,7 +135,6 @@ <string name="restore_on_boot_title">启动时恢复</string> <string name="save">保存</string> <string name="select_all">全选</string> - <string name="set_exclusions">确定</string> <string name="settings">设置</string> <string name="shell_exit_status_read_error">Shell 无法读取退出状态</string> <string name="shell_marker_count_error">Shell 应获取 4 个标记,获取到 %d 个</string> |