User:Natenom/Soundpack-create

From Mumble Wiki
< User:Natenom
Revision as of 04:28, 3 December 2013 by Natenom (talk | contribs) (Created page with 'If you want to create your own spoken soundpack, then you need == String table == {|border="0" cellpadding="2" cellspacing="1" style="background:#e2e2e2;" class="sortable" !Str…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to create your own spoken soundpack, then you need

String table

String speak as
Server connection rejected: %1. Server connection rejected: %1.
Welcome message: %1 Welcome message: %1
Welcome message: %1 Welcome message: %1
You were denied %1 privileges in %2. You were denied %1 privileges in %2.
%3 was denied %1 privileges in %2. %3 was denied %1 privileges in %2.
Denied: Cannot modify SuperUser. Denied: Cannot modify SuperUser.
Denied: Invalid channel name. Denied: Invalid channel name.
Denied: Text message too long. Denied: Text message too long.
Denied: Operation not permitted in temporary channel. Denied: Operation not permitted in temporary channel.
You need a certificate to perform this operation. You need a certificate to perform this operation.
%1 does not have a certificate. %1 does not have a certificate.
Invalid username: %1. Invalid username: %1.
Invalid username. Invalid username.
Channel is full. Channel is full.
Channel nesting limit reached. Channel nesting limit reached.
Denied: %1. Denied: %1.
Permission denied. Permission denied.
%1 connected. %1 connected.
%1 is now muted and deafened. %1 is now muted and deafened.
%1 is now muted. %1 is now muted.
%1 is now unmuted. %1 is now unmuted.
Recording started Recording started
Recording stopped Recording stopped
%1 started recording. %1 started recording.
%1 stopped recording. %1 stopped recording.
You were muted and deafened by %1. You were muted and deafened by %1.
You were unmuted and undeafened by %1. You were unmuted and undeafened by %1.
You were muted by %1. You were muted by %1.
You were unmuted by %1. You were unmuted by %1.
You were undeafened by %1. You were undeafened by %1.
You were suppressed. You were suppressed.
You were unsuppressed. You were unsuppressed.
You were unsuppressed by %1. You were unsuppressed by %1.
You muted and deafened %1. You muted and deafened %1.
You unmuted and undeafened %1. You unmuted and undeafened %1.
You muted %1. You muted %1.
You unmuted %1. You unmuted %1.
You undeafened %1. You undeafened %1.
You suppressed %1. You suppressed %1.
You unsuppressed %1. You unsuppressed %1.
%1 muted and deafened by %2. %1 muted and deafened by %2.
%1 unmuted and undeafened by %2. %1 unmuted and undeafened by %2.
%1 muted by %2. %1 muted by %2.
%1 unmuted by %2. %1 unmuted by %2.
%1 undeafened by %2. %1 undeafened by %2.
%1 suppressed by %2. %1 suppressed by %2.
%1 unsuppressed by %2. %1 unsuppressed by %2.
You were moved to %1 by %2. You were moved to %1 by %2.
%1 moved to %2. %1 moved to %2.
%1 moved to %2 by %3. %1 moved to %2 by %3.
%1 entered channel. %1 entered channel.
%1 moved in from %2 by %3. %1 moved in from %2 by %3.
%1 is recording %1 is recording
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 from the server by %1: %2. You were kicked from the server by %1: %2.
%1 left channel. %1 left channel.
%1 disconnected. %1 disconnected.
%2%1: %3 %2%1: %3
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.
The server requests minimum client version %1 The server requests minimum client version %1
The server requests positional audio be enabled. The server requests positional audio be enabled.
The server requests positional audio be disabled. The server requests positional audio be disabled.
The server requests Push-to-Talk be enabled. The server requests Push-to-Talk be enabled.
The server requests Push-to-Talk be disabled. The server requests Push-to-Talk be disabled.


Create string table

Table body is

{|border="0" cellpadding="2" cellspacing="1" style="background:#e2e2e2;" class="sortable"
!String
!speak as


|}

Generate table contents with grep -i 'g.l->log(Log' src/mumble/Messages.cpp | sed -nr -e 's#.*tr\("(.*)"\).*#|-bgcolor=\"\#f8f8ff\"\n|\1\n\|\1\n|-#p'