Difference between revisions of "User:Natenom/tmp"

From Mumble Wiki
Jump to: navigation, search
(Created page with 'A soundpack in Mumble consists of one audio file per notification class. == How to create a Soundpack for Mumble == Record one audio file for every "notification…')
 
m (removed documentation category)
 
(52 intermediate revisions by the same user not shown)
Line 31: Line 31:
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|OtherMutedOther
 
|OtherMutedOther
|?.
+
|User state was changed.
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|OtherSelfMute
 
|OtherSelfMute
Line 77: Line 77:
  
 
== Message Strings of all Notification Classes in Mumble ==
 
== Message Strings of all Notification Classes in Mumble ==
 +
===Scheme for new notification classes===
 +
====Actions on/with/by users====
 +
<Actions><who>[<By whom>]
 +
 +
* <action(s)> is the list of actions, e. g. UnmutedUndeafened
 +
* <who> can be: You, Other
 +
* <By whom> can be: ByServer, ByOther, BySelf
 +
 +
Examples: MutedDeaenedSelf, UnmutedUndeafenedOtherByServer, MutedOtherByOther
 +
 +
===Create new message Strings (Notification Classes)===
 +
Distinguish between private message, tree message and channel message.
 +
* MessagePrivate
 +
* MessageTree
 +
* MessageChannel
 +
* PrioritySpeakerSetOtherByOther
 +
* PrioritySpeakerSetYouByOther
 +
* PrioritySpeakerRemovedOtherByOther
 +
* PrioritySpeakerRemovedYouByOther
 +
 +
* Channelwas linked ...
 +
 +
==Related Bug Reports/Feature Requests==
 +
* https://sourceforge.net/p/mumble/feature-requests/500/
 +
 +
===Message Strings===
 
{|border="0" cellpadding="2" cellspacing="1" style="background:#e2e2e2;" class="sortable"
 
{|border="0" cellpadding="2" cellspacing="1" style="background:#e2e2e2;" class="sortable"
!String
+
!Current String in Mumble
!Notification Class
+
!Say as (for [[Soundpacks]])
!Say as
+
!Current Notification Class
 +
!New Notification Class
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Server connection rejected: %1.
 
|Server connection rejected: %1.
 +
|Server connection rejected.
 
|ServerDisconnected
 
|ServerDisconnected
|
+
|ServerConnectionRejected
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Welcome message: %1
 
|Welcome message: %1
 +
|Welcome message received.
 
|Information
 
|Information
|
+
|WelcomeMessage
|-bgcolor="#f8f8ff"
 
|Welcome message: %1
 
|Information
 
|
 
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were denied %1 privileges in %2.
 
|You were denied %1 privileges in %2.
 +
|Denied.
 
|PermissionDenied
 
|PermissionDenied
|
+
|PermissionDeniedYouByServer
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%3 was denied %1 privileges in %2.
 
|%3 was denied %1 privileges in %2.
 +
|User got denied.
 
|PermissionDenied
 
|PermissionDenied
|
+
|PermissionDeniedOtherByServer
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Denied: Cannot modify SuperUser.
 
|Denied: Cannot modify SuperUser.
 
|Denied: Cannot modify SuperUser.
 
|PermissionDenied
 
|PermissionDenied
|
+
|SuperUserModifyDenied
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Denied: Invalid channel name.
 
|Denied: Invalid channel name.
 
|Denied: Invalid channel name.
 
|PermissionDenied
 
|PermissionDenied
|
+
|InvalidChannelName
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Denied: Text message too long.
 
|Denied: Text message too long.
 
|Denied: Text message too long.
 
|PermissionDenied
 
|PermissionDenied
|
+
|TextMessageLimitExceeded
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Denied: Operation not permitted in temporary channel.
 
|Denied: Operation not permitted in temporary channel.
 
|Denied: Operation not permitted in temporary channel.
 
|PermissionDenied
 
|PermissionDenied
|
+
|NotPermittedInTemporaryChannel
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|You need a certificate to perform this operation.
 
|You need a certificate to perform this operation.
 
|You need a certificate to perform this operation.
 
|PermissionDenied
 
|PermissionDenied
|
+
|CertificateNeededForOperation
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 does not have a certificate.
 
|%1 does not have a certificate.
 +
|User does not have a certificate.
 
|PermissionDenied
 
|PermissionDenied
|
+
|UserHasNoCertificate
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Invalid username: %1.
 
|Invalid username: %1.
 +
|Invalid username.
 
|PermissionDenied
 
|PermissionDenied
|
+
|InvalidUsername
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Invalid username.
 
|Invalid username.
 
|Invalid username.
 
|PermissionDenied
 
|PermissionDenied
|
+
|InvalidUsername
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Channel is full.
 
|Channel is full.
 
|Channel is full.
 
|PermissionDenied
 
|PermissionDenied
|
+
|ChannelLimitReached
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Channel nesting limit reached.
 
|Channel nesting limit reached.
 
|Channel nesting limit reached.
 
|PermissionDenied
 
|PermissionDenied
|
+
|ChannelNestingLimitReached
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Denied: %1.
 
|Denied: %1.
 +
|Denied.
 +
|PermissionDenied
 
|PermissionDenied
 
|PermissionDenied
|
 
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Permission denied.
 
|Permission denied.
 +
|Denied.
 +
|PermissionDenied
 
|PermissionDenied
 
|PermissionDenied
|
 
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 connected.
 
|%1 connected.
 +
|User connected.
 +
|UserJoin
 
|UserJoin
 
|UserJoin
|
 
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 is now muted and deafened.
 
|%1 is now muted and deafened.
 +
|User is now muted and deafened.
 
|OtherSelfMute
 
|OtherSelfMute
|
+
|MutedDeafenedOtherBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 is now muted.
 
|%1 is now muted.
 +
|User is now muted.
 
|OtherSelfMute
 
|OtherSelfMute
|
+
|MutedOtherBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 is now unmuted.
 
|%1 is now unmuted.
 +
|User is now unmuted.
 
|OtherSelfMute
 
|OtherSelfMute
|
+
|UnmutedOtherBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Recording started
 
|Recording started
 +
|Recording started.
 
|Recording
 
|Recording
|
+
|RecordingStartedChannelBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|Recording stopped
 
|Recording stopped
 +
|Recording stopped.
 
|Recording
 
|Recording
|
+
|RecordingStoppedChannelBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 started recording.
 
|%1 started recording.
 +
|User started recording.
 
|Recording
 
|Recording
|
+
|RecordingStartedChannelByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 stopped recording.
 
|%1 stopped recording.
 +
|User stopped recording.
 
|Recording
 
|Recording
|
+
|RecordingStoppedChannelByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were muted and deafened by %1.
 
|You were muted and deafened by %1.
 +
|You were muted and deafened.
 
|YouMuted
 
|YouMuted
|
+
|MutedDeafenedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were unmuted and undeafened by %1.
 
|You were unmuted and undeafened by %1.
 +
|You were unmuted and undeafened.
 
|YouMuted
 
|YouMuted
|
+
|UnmutedUndeafenedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were muted by %1.
 
|You were muted by %1.
 +
|You were muted.
 
|YouMuted
 
|YouMuted
|
+
|MutedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were unmuted by %1.
 
|You were unmuted by %1.
 +
|You were unmuted.
 
|YouMuted
 
|YouMuted
|
+
|UnmutedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were undeafened by %1.
 
|You were undeafened by %1.
 +
|You were undeafened.
 
|YouMuted
 
|YouMuted
|
+
|UndeafenedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|You were suppressed.
 
|You were suppressed.
 
|You were suppressed.
 
|YouMuted
 
|YouMuted
|
+
|SuppressedYouByServer
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|You were unsuppressed.
 
|You were unsuppressed.
 
|You were unsuppressed.
 
|YouMuted
 
|YouMuted
|
+
|UnsuppressedYouByServer
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were unsuppressed by %1.
 
|You were unsuppressed by %1.
 +
|You were unsuppressed.
 
|YouMuted
 
|YouMuted
|
+
|UnsuppressedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You muted and deafened %1.
 
|You muted and deafened %1.
 +
|You muted and deafened a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|MutedDeafenedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You unmuted and undeafened %1.
 
|You unmuted and undeafened %1.
 +
|You unmuted and undeafened a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|UnmutedUndeafenedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You muted %1.
 
|You muted %1.
 +
|You muted a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|MutedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You unmuted %1.
 
|You unmuted %1.
 +
|You unmuted a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|UnmutedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You undeafened %1.
 
|You undeafened %1.
 +
|You undeafened a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|UndeafenedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You suppressed %1.
 
|You suppressed %1.
 +
|You suppressed a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|SuppressedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You unsuppressed %1.
 
|You unsuppressed %1.
 +
|You unsuppressed a user.
 
|YouMutedOther
 
|YouMutedOther
|
+
|UnsuppressedOtherByYou
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 muted and deafened by %2.
 
|%1 muted and deafened by %2.
 +
|User was muted and deafened.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|MutedDeafenedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 unmuted and undeafened by %2.
 
|%1 unmuted and undeafened by %2.
 +
|User was unmuted and undeafened.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|UnmutedUndeafenedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 muted by %2.
 
|%1 muted by %2.
 +
|User was muted.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|MutedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 unmuted by %2.
 
|%1 unmuted by %2.
 +
|User was unmuted.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|UnmutedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 undeafened by %2.
 
|%1 undeafened by %2.
 +
|User was undeafened.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|UndeafenedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 suppressed by %2.
 
|%1 suppressed by %2.
 +
|User was suppressed.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|SuppressedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 unsuppressed by %2.
 
|%1 unsuppressed by %2.
 +
|User was unsuppressed.
 
|OtherMutedOther
 
|OtherMutedOther
|
+
|UnsuppressedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were moved to %1 by %2.
 
|You were moved to %1 by %2.
 +
|You were moved.
 
|ChannelJoin
 
|ChannelJoin
|
+
|MovedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 moved to %2.
 
|%1 moved to %2.
 +
|User moved to another channel.
 
|ChannelLeave
 
|ChannelLeave
|
+
|MovedOutOtherBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 moved to %2 by %3.
 
|%1 moved to %2 by %3.
 +
|User was moved.
 
|ChannelLeave
 
|ChannelLeave
|
+
|MovedOutOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 entered channel.
 
|%1 entered channel.
 +
|User entered channel.
 
|ChannelJoin
 
|ChannelJoin
|
+
|MovedInSelfBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 moved in from %2 by %3.
 
|%1 moved in from %2 by %3.
 +
|User joined channel.
 
|ChannelJoin
 
|ChannelJoin
|
+
|MovedInOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 is recording
 
|%1 is recording
 +
|User is recording
 
|Recording
 
|Recording
|
+
|RecordingChannelByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were kicked and banned from the server by %1: %2.
 
|You were kicked and banned from the server by %1: %2.
 +
|You were kicked and banned from the server.
 
|YouKicked
 
|YouKicked
|
+
|KickedBannedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|You were kicked from the server by %1: %2.
 
|You were kicked from the server by %1: %2.
 +
|You were kicked from the server.
 
|YouKicked
 
|YouKicked
|
+
|KickedYouByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%3 was kicked and banned from the server by %1: %2.
 
|%3 was kicked and banned from the server by %1: %2.
 +
|User was kicked and banned from the server.
 
|UserKicked
 
|UserKicked
|
+
|KickedBannedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%3 was kicked from the server by %1: %2.
 
|%3 was kicked from the server by %1: %2.
 +
|User was kicked from the server.
 
|UserKicked
 
|UserKicked
|
+
|KickedOtherByOther
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|%1 disconnected.
 
|%1 disconnected.
 +
|User disconnected.
 
|UserLeave
 
|UserLeave
|
+
|DisconnectedOtherBySelf
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Server", "message from
 
|Server", "message from
 
|Server", "message from
 
|Source
 
|Source
 
|
 
|
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|%2%1: %3
 
|%2%1: %3
 
|%2%1: %3
 
|TextMessage
 
|TextMessage
|
+
|See above (distinguish between channel, private and tree message)
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|Unable to find matching CELT codecs with other clients. You will not be able to talk to all users.
 
|Unable to find matching CELT codecs with other clients. You will not be able to talk to all users.
 
|Unable to find matching CELT codecs with other clients. You will not be able to talk to all users.
 
|CriticalError
 
|CriticalError
|
+
|CodecErrorNoMatchingCELT
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 
|The server requests minimum client version %1
 
|The server requests minimum client version %1
 +
|The server requests a minimum client version.
 
|Warning
 
|Warning
|
+
|ServerRequestsMinimumClientVersion
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|The server requests positional audio be enabled.
 
|The server requests positional audio be enabled.
 
|The server requests positional audio be enabled.
 
|Warning
 
|Warning
|
+
|ServerRequestsPositionalAudioEnabled
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|The server requests positional audio be disabled.
 
|The server requests positional audio be disabled.
 
|The server requests positional audio be disabled.
 
|Warning
 
|Warning
|
+
|ServerRequestsPositionalAudioDisabled
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|The server requests Push-to-Talk be enabled.
 
|The server requests Push-to-Talk be enabled.
 
|The server requests Push-to-Talk be enabled.
 
|Warning
 
|Warning
|
+
|ServerRequestsPTTEnabled
 
|-bgcolor="#f8f8ff"
 
|-bgcolor="#f8f8ff"
 +
|The server requests Push-to-Talk be disabled.
 
|The server requests Push-to-Talk be disabled.
 
|The server requests Push-to-Talk be disabled.
 
|Warning
 
|Warning
|
+
|ServerRequestsPTTDisabled
 
|}
 
|}
 
[[Category:Documentation]]
 
[[Category:Documentation English]]
 

Latest revision as of 19:43, 23 October 2014

A soundpack in Mumble consists of one audio file per notification class.

How to create a Soundpack for Mumble

Record one audio file for every "notification class". See below for a list of these classes.

Important: You cannot create one notification per message string but only per notification class.

Zip all files into an archive, upload it somewhere and add it to soundpack.

Notification classes and what could be said

A list of notification classes and what a speaker could say...

Notification Class Say as
ChannelJoin User joined channel.
ChannelLeave User left channel.
CriticalError Critical error occured.
DebugInfo Debug information logged.
Information Information logged.
OtherMutedOther User state was changed.
OtherSelfMute User state changed.
PermissionDenied Permission denied.
Recording Recording state changed.
SelfMute You muted yourself.
ServerConnected Connected.
ServerDisconnected Disconnected.
TextMessage Incoming Message.
UserJoin User connected.
UserKicked User was kicked.
UserLeave User disconnected.
Warning Warning logged.
YouKicked You were kicked from the server.
YouMuted Your state was changed.
YouMutedOther You changed a user's state.

Message Strings of all Notification Classes in Mumble

Scheme for new notification classes

Actions on/with/by users

<Actions><who>[<By whom>]

  • <action(s)> is the list of actions, e. g. UnmutedUndeafened
  • <who> can be: You, Other
  • <By whom> can be: ByServer, ByOther, BySelf

Examples: MutedDeaenedSelf, UnmutedUndeafenedOtherByServer, MutedOtherByOther

Create new message Strings (Notification Classes)

Distinguish between private message, tree message and channel message.

  • MessagePrivate
  • MessageTree
  • MessageChannel
  • PrioritySpeakerSetOtherByOther
  • PrioritySpeakerSetYouByOther
  • PrioritySpeakerRemovedOtherByOther
  • PrioritySpeakerRemovedYouByOther
  • Channelwas linked ...

Related Bug Reports/Feature Requests

Message Strings

Current String in Mumble Say as (for Soundpacks) Current Notification Class New Notification Class
Server connection rejected: %1. Server connection rejected. ServerDisconnected ServerConnectionRejected
Welcome message: %1 Welcome message received. Information WelcomeMessage
You were denied %1 privileges in %2. Denied. PermissionDenied PermissionDeniedYouByServer
%3 was denied %1 privileges in %2. User got denied. PermissionDenied PermissionDeniedOtherByServer
Denied: Cannot modify SuperUser. Denied: Cannot modify SuperUser. PermissionDenied SuperUserModifyDenied
Denied: Invalid channel name. Denied: Invalid channel name. PermissionDenied InvalidChannelName
Denied: Text message too long. Denied: Text message too long. PermissionDenied TextMessageLimitExceeded
Denied: Operation not permitted in temporary channel. Denied: Operation not permitted in temporary channel. PermissionDenied NotPermittedInTemporaryChannel
You need a certificate to perform this operation. You need a certificate to perform this operation. PermissionDenied CertificateNeededForOperation
%1 does not have a certificate. User does not have a certificate. PermissionDenied UserHasNoCertificate
Invalid username: %1. Invalid username. PermissionDenied InvalidUsername
Invalid username. Invalid username. PermissionDenied InvalidUsername
Channel is full. Channel is full. PermissionDenied ChannelLimitReached
Channel nesting limit reached. Channel nesting limit reached. PermissionDenied ChannelNestingLimitReached
Denied: %1. Denied. PermissionDenied PermissionDenied
Permission denied. Denied. PermissionDenied PermissionDenied
%1 connected. User connected. UserJoin UserJoin
%1 is now muted and deafened. User is now muted and deafened. OtherSelfMute MutedDeafenedOtherBySelf
%1 is now muted. User is now muted. OtherSelfMute MutedOtherBySelf
%1 is now unmuted. User is now unmuted. OtherSelfMute UnmutedOtherBySelf
Recording started Recording started. Recording RecordingStartedChannelBySelf
Recording stopped Recording stopped. Recording RecordingStoppedChannelBySelf
%1 started recording. User started recording. Recording RecordingStartedChannelByOther
%1 stopped recording. User stopped recording. Recording RecordingStoppedChannelByOther
You were muted and deafened by %1. You were muted and deafened. YouMuted MutedDeafenedYouByOther
You were unmuted and undeafened by %1. You were unmuted and undeafened. YouMuted UnmutedUndeafenedYouByOther
You were muted by %1. You were muted. YouMuted MutedYouByOther
You were unmuted by %1. You were unmuted. YouMuted UnmutedYouByOther
You were undeafened by %1. You were undeafened. YouMuted UndeafenedYouByOther
You were suppressed. You were suppressed. YouMuted SuppressedYouByServer
You were unsuppressed. You were unsuppressed. YouMuted UnsuppressedYouByServer
You were unsuppressed by %1. You were unsuppressed. YouMuted UnsuppressedYouByOther
You muted and deafened %1. You muted and deafened a user. YouMutedOther MutedDeafenedOtherByYou
You unmuted and undeafened %1. You unmuted and undeafened a user. YouMutedOther UnmutedUndeafenedOtherByYou
You muted %1. You muted a user. YouMutedOther MutedOtherByYou
You unmuted %1. You unmuted a user. YouMutedOther UnmutedOtherByYou
You undeafened %1. You undeafened a user. YouMutedOther UndeafenedOtherByYou
You suppressed %1. You suppressed a user. YouMutedOther SuppressedOtherByYou
You unsuppressed %1. You unsuppressed a user. YouMutedOther UnsuppressedOtherByYou
%1 muted and deafened by %2. User was muted and deafened. OtherMutedOther MutedDeafenedOtherByOther
%1 unmuted and undeafened by %2. User was unmuted and undeafened. OtherMutedOther UnmutedUndeafenedOtherByOther
%1 muted by %2. User was muted. OtherMutedOther MutedOtherByOther
%1 unmuted by %2. User was unmuted. OtherMutedOther UnmutedOtherByOther
%1 undeafened by %2. User was undeafened. OtherMutedOther UndeafenedOtherByOther
%1 suppressed by %2. User was suppressed. OtherMutedOther SuppressedOtherByOther
%1 unsuppressed by %2. User was unsuppressed. OtherMutedOther UnsuppressedOtherByOther
You were moved to %1 by %2. You were moved. ChannelJoin MovedYouByOther
%1 moved to %2. User moved to another channel. ChannelLeave MovedOutOtherBySelf
%1 moved to %2 by %3. User was moved. ChannelLeave MovedOutOtherByOther
%1 entered channel. User entered channel. ChannelJoin MovedInSelfBySelf
%1 moved in from %2 by %3. User joined channel. ChannelJoin MovedInOtherByOther
%1 is recording User is recording Recording RecordingChannelByOther
You were kicked and banned from the server by %1: %2. You were kicked and banned from the server. YouKicked KickedBannedYouByOther
You were kicked from the server by %1: %2. You were kicked from the server. YouKicked KickedYouByOther
%3 was kicked and banned from the server by %1: %2. User was kicked and banned from the server. UserKicked KickedBannedOtherByOther
%3 was kicked from the server by %1: %2. User was kicked from the server. UserKicked KickedOtherByOther
%1 disconnected. User disconnected. UserLeave DisconnectedOtherBySelf
Server", "message from Server", "message from Source
%2%1: %3 %2%1: %3 TextMessage See above (distinguish between channel, private and tree message)
Unable to find matching CELT codecs with other clients. You will not be able to talk to all users. Unable to find matching CELT codecs with other clients. You will not be able to talk to all users. CriticalError CodecErrorNoMatchingCELT
The server requests minimum client version %1 The server requests a minimum client version. Warning ServerRequestsMinimumClientVersion
The server requests positional audio be enabled. The server requests positional audio be enabled. Warning ServerRequestsPositionalAudioEnabled
The server requests positional audio be disabled. The server requests positional audio be disabled. Warning ServerRequestsPositionalAudioDisabled
The server requests Push-to-Talk be enabled. The server requests Push-to-Talk be enabled. Warning ServerRequestsPTTEnabled
The server requests Push-to-Talk be disabled. The server requests Push-to-Talk be disabled. Warning ServerRequestsPTTDisabled