Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2013-10-11 04:17:37 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2013-10-11 04:17:37 +0400
commite8d00f00917b7d7c4ea63f6b8dc4c3caa5c9dc76 (patch)
treeab4dde0bd9b21f936b983f1ee0fc98047a9b395b /src/main/res
parent076a7fefe5eed9f432292d4e3d0fdd29b95ed6ad (diff)
Working Tor support with orbot, a bunch of audio fixes and various
protocol changes. Test suite temporarily broken.
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 2b001bf..88694cb 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -26,8 +26,20 @@
<string name="chat_notify_now_muted">%s is now muted.</string>
<string name="chat_notify_now_unmuted">%s is now unmuted.</string>
<string name="chat_notify_now_unmuted_undeafened">%s is now unmuted and undeafened.</string>
+ <string name="chat_notify_muted_deafened_self_by_actor">You were muted and deafened by %s.</string>
+ <string name="chat_notify_unmuted_undeafened_self_by_actor">You were unmuted and undeafened by %s.</string>
+ <string name="chat_notify_muted_self_by_actor">You were muted by %s.</string>
+ <string name="chat_notify_unmuted_self_by_actor">You were unmuted by %s.</string>
+ <string name="chat_notify_undeafened_self_by_actor">You were undeafened by %s.</string>
+ <string name="chat_notify_suppressed_self">You were suppressed.</string>
+ <string name="chat_notify_unsuppressed_self">You were unsuppressed.</string>
+ <string name="chat_notify_unsuppressed_self_by_actor">You were unsuppressed by %s.</string>
<string name="chat_notify_connected">%s connected.</string>
<string name="chat_notify_disconnected">%s disconnected.</string>
+ <string name="chat_notify_kick_ban_self">You were kicked and banned from the server by %1$s: %2$s.</string>
+ <string name="chat_notify_kick_self">You were kicked from the server by %1$s: %2$s.</string>
+ <string name="chat_notify_kick_ban">%3$s was kicked and banned from the server by %1$s: %2$s.</string>
+ <string name="chat_notify_kick">%3$s was kicked from the server by %1$s: %2$s.</string>
<string name="chat_notify_self_recording_started">Recording started</string>
<string name="chat_notify_self_recording_stopped">Recording stopped</string>
<string name="chat_notify_user_recording_started">%s started recording.</string>