diff options
author | lookshe <github@lookshe.org> | 2016-03-23 13:17:45 +0100 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-23 13:17:45 +0100 |
commit | f3bebf59278f835ba928a498e76b76f7f65ee95a (patch) | |
tree | 9ea9731e67e39ae601d8e3805d9193533f8159f1 /src/main/res/values-zh-rCN | |
parent | 4085f2a80e00e24a73206389cb1e8f30385e9952 (diff) | |
parent | 977ffc5f483e955857da1d56ce0a1c857d471175 (diff) |
Merge branch 'trz/rename' into trz/rebase
Diffstat (limited to 'src/main/res/values-zh-rCN')
-rw-r--r-- | src/main/res/values-zh-rCN/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values-zh-rCN/strings.xml b/src/main/res/values-zh-rCN/strings.xml index 3cdf1650..79931759 100644 --- a/src/main/res/values-zh-rCN/strings.xml +++ b/src/main/res/values-zh-rCN/strings.xml @@ -101,6 +101,7 @@ <string name="pref_xmpp_resource_summary">客户端标识名称</string> <string name="pref_accept_files">接收文件</string> <string name="pref_accept_files_summary">自动接收小于 … 的文件</string> + <string name="pref_accept_files_size_summary">自动接收小于 … 的文件</string> <string name="pref_notification_settings">通知</string> <string name="pref_notifications">通知</string> <string name="pref_notifications_summary">收到新消息时通知</string> @@ -484,6 +485,8 @@ <string name="recently_used">最近使用过的</string> <string name="choose_quick_action">选择快速动作</string> <string name="search_for_contacts_or_groups">搜索联系人或群组</string> + <!--%s = bare jid, %d = count of online resources--> + <string name="dlg_msg_details_msg_status_failed">失败</string> <string name="send_private_message">发送私密消息</string> <string name="user_has_left_conference">%s 已离开讨论组!</string> <string name="username">用户名</string> |