aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-zh-rTW/strings.xml
diff options
context:
space:
mode:
authorpacien2018-08-06 12:16:08 +0200
committerpacien2018-08-06 12:16:08 +0200
commit23a081743c8e78baba8011646a65ceaf344173c2 (patch)
tree1fe99bdfb7e4b9e8f6400c6719077f9a2f5a7029 /app/src/main/res/values-zh-rTW/strings.xml
parent4e532776677c12edf2a076839471461b8c84c412 (diff)
downloadtincapp-23a081743c8e78baba8011646a65ceaf344173c2.tar.gz
Make error notifications shorter
Diffstat (limited to 'app/src/main/res/values-zh-rTW/strings.xml')
-rw-r--r--app/src/main/res/values-zh-rTW/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 3de1eb1..297e551 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/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>