diff options
author | pacien | 2018-08-06 12:16:08 +0200 |
---|---|---|
committer | pacien | 2018-08-06 12:16:08 +0200 |
commit | 23a081743c8e78baba8011646a65ceaf344173c2 (patch) | |
tree | 1fe99bdfb7e4b9e8f6400c6719077f9a2f5a7029 /app/src/main/res/values-zh-rCN | |
parent | 4e532776677c12edf2a076839471461b8c84c412 (diff) | |
download | tincapp-23a081743c8e78baba8011646a65ceaf344173c2.tar.gz |
Make error notifications shorter
Diffstat (limited to 'app/src/main/res/values-zh-rCN')
-rw-r--r-- | app/src/main/res/values-zh-rCN/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 004bc77..d684517 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml | |||
@@ -89,9 +89,9 @@ | |||
89 | <string name="message_no_network_name_provided">没有提供网络名称。</string> | 89 | <string name="message_no_network_name_provided">没有提供网络名称。</string> |
90 | <string name="message_no_configuration_for_network_format">没有找到网络“%1$s”的配置。</string> | 90 | <string name="message_no_configuration_for_network_format">没有找到网络“%1$s”的配置。</string> |
91 | <string name="message_network_config_not_found_format">在“%1$s”找不到网络配置文件。</string> | 91 | <string name="message_network_config_not_found_format">在“%1$s”找不到网络配置文件。</string> |
92 | <string name="message_network_config_invalid_format">network.conf 中的网络配置无效:\n\n%1$s</string> | 92 | <string name="message_network_config_invalid_format">network.conf 中的网络配置无效:\n%1$s</string> |
93 | <string name="message_encrypting_decrypting_private_keys">加密/解密私钥</string> | 93 | <string name="message_encrypting_decrypting_private_keys">加密/解密私钥</string> |
94 | <string name="message_could_not_decrypt_private_keys_format">无法解密私钥:\n\n%1$s</string> | 94 | <string name="message_could_not_decrypt_private_keys_format">无法解密私钥:\n%1$s</string> |
95 | 95 | ||
96 | <string name="value_none">无</string> | 96 | <string name="value_none">无</string> |
97 | <string name="value_yes">是</string> | 97 | <string name="value_yes">是</string> |