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-rTW | |
parent | 4085f2a80e00e24a73206389cb1e8f30385e9952 (diff) | |
parent | 977ffc5f483e955857da1d56ce0a1c857d471175 (diff) |
Merge branch 'trz/rename' into trz/rebase
Diffstat (limited to 'src/main/res/values-zh-rTW')
-rw-r--r-- | src/main/res/values-zh-rTW/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/values-zh-rTW/strings.xml b/src/main/res/values-zh-rTW/strings.xml index 20202624..4e49fd8c 100644 --- a/src/main/res/values-zh-rTW/strings.xml +++ b/src/main/res/values-zh-rTW/strings.xml @@ -10,6 +10,7 @@ <string name="action_edit_contact">編輯姓名</string> <string name="action_delete_contact">從列表中刪除</string> <string name="title_activity_manage_accounts">管理帳戶</string> + <string name="title_activity_settings">設定</string> <string name="title_activity_conference_details">群組詳情</string> <string name="title_activity_contact_details">聯絡人詳情</string> <string name="title_activity_sharewith">分享對話</string> @@ -76,9 +77,9 @@ <string name="pref_xmpp_resource">XMPP 資源</string> <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_accept_files_summary">自動接收小於 … 的文件</string> <string name="pref_notifications">通知</string> <string name="pref_notifications_summary">收到新訊息時通知</string> <string name="pref_vibrate">震動</string> @@ -236,4 +237,7 @@ <string name="pref_expert_options_other">其他</string> <string name="pref_conference_name">群組名稱</string> <string name="pref_conference_name_summary">使用群組的名稱而不是 JID 來識別之。 </string> + <string name="dialog_manage_certs_negativebutton">取消</string> + <!--%s = bare jid, %d = count of online resources--> + <string name="conference_name">群組名稱</string> </resources> |