From f414ff14197127df362bf3f1be67f1e975f85138 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 28 Jul 2022 07:54:12 +0200 Subject: TRANSLATION: Add Slovak (sk) template --- src/mumble/mumble_sk.ts | 8835 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 8835 insertions(+) create mode 100644 src/mumble/mumble_sk.ts diff --git a/src/mumble/mumble_sk.ts b/src/mumble/mumble_sk.ts new file mode 100644 index 000000000..a4ff544ed --- /dev/null +++ b/src/mumble/mumble_sk.ts @@ -0,0 +1,8835 @@ + + + + + ACLEditor + + Dialog + + + + &Properties + + + + Password + + + + Enter the channel password here. + + + + <b>Password</b><br />This field allows you to easily set and change the password of a channel. It uses Mumble's access tokens feature in the background. Use ACLs and groups if you need more fine grained and powerful access control. + + + + Position + + + + This is the sort order for the channel. + + + + <b>Position</b><br/> +This value enables you to change the way Mumble arranges the channels in the tree. A channel with a higher <i>Position</i> value will always be placed below one with a lower value and the other way around. If the <i>Position</i> value of two channels is equal they will get sorted alphabetically by their name. + + + + Maximum Users + + + + Maximum number of users allowed in the channel + + + + <b>Maximum Users</b><br /> +This value allows you to set the maximum number of users allowed in the channel. If the value is above zero, only that number of users will be allowed to enter the channel. If the value is zero, the maximum number of users in the channel is given by the server's default limit. + + + + Check to create a temporary channel. + + + + <b>Temporary</b><br /> +When checked the channel created will be marked as temporary. This means when the last player leaves it the channel will be automatically deleted by the server. + + + + Temporary + + + + Enter the channel name here. + + + + <b>Name</b><br />Enter the channel name in this field. The name has to comply with the restriction imposed by the server you are connected to. + + + + ID of the channel. + + + + Name + + + + Description + + + + &Groups + + + + Group + + + + List of groups + + + + <b>Group</b><br /> +These are all the groups currently defined for the channel. To create a new group, just type in the name and press enter. + + + + Add new group + + + + <b>Add</b><br/> +Add a new group. + + + + Add + + + + Remove selected group + + + + <b>Remove</b><br />This removes the currently selected group. If the group was inherited, it will not be removed from the list, but all local information about the group will be cleared. + + + + Remove + + + + Inherit group members from parent + + + + <b>Inherit</b><br />This inherits all the members in the group from the parent, if the group is marked as <i>Inheritable</i> in the parent channel. + + + + Inherit + + + + Make group inheritable to sub-channels + + + + <b>Inheritable</b><br />This makes this group inheritable to sub-channels. If the group is non-inheritable, sub-channels are still free to create a new group with the same name. + + + + Inheritable + + + + Group was inherited from parent channel + + + + <b>Inherited</b><br />This indicates that the group was inherited from the parent channel. You cannot edit this flag, it's just for information. + + + + Inherited + + + + Members + + + + Contains the list of members added to the group by this channel. + + + + <b>Members</b><br /> +This list contains all members that were added to the group by the current channel. Be aware that this does not include members inherited by higher levels of the channel tree. These can be found in the <i>Inherited members</i> list. To prevent this list to be inherited by lower level channels uncheck <i>Inheritable</i> or manually add the members to the <i>Excluded members</i> list. + + + + Add member to group + + + + Type in the name of a user you wish to add to the group and click Add. + + + + Contains a list of members whose group membership will not be inherited from the parent channel. + + + + <b>Excluded members</b><br /> +Contains a list of members whose group membership will not be inherited from the parent channel. + + + + Remove member from group + + + + Type in the name of a user you wish to remove from the group and click Add. + + + + Excluded members + + + + Inherited members + + + + Contains the list of members inherited by other channels. + + + + <b>Inherited members</b><br /> +Contains the list of members inherited by the current channel. Uncheck <i>Inherit</i> to prevent inheritance from higher level channels. + + + + Exclude + + + + &ACL + + + + Active ACLs + + + + List of entries + + + + This shows all the entries active on this channel. Entries inherited from parent channels will be shown in italics.<br />ACLs are evaluated top to bottom, meaning priority increases as you move down the list. + + + + Inherit ACL of parent? + + + + This sets whether or not the ACL up the chain of parent channels are applied to this object. Only those entries that are marked in the parent as "Apply to sub-channels" will be inherited. + + + + Inherit ACLs + + + + Move entry up + + + + This moves the entry up in the list. As entries are evaluated in order, this may change the effective permissions of users. You cannot move an entry above an inherited entry, if you really need that you'll have to duplicate the inherited entry. + + + + &Up + + + + Move entry down + + + + This moves the entry down in the list. As entries are evaluated in order, this may change the effective permissions of users. + + + + &Down + + + + Add new entry + + + + This adds a new entry, initially set with no permissions and applying to all. + + + + &Add + + + + Remove entry + + + + This removes the currently selected entry. + + + + &Remove + + + + Context + + + + Entry should apply to sub-channels. + + + + This makes the entry apply to sub-channels of this channel. + + + + Applies to sub-channels + + + + Entry should apply to this channel. + + + + This makes the entry apply to this channel. + + + + Applies to this channel + + + + User/Group + + + + Group this entry applies to + + + + This controls which group of users this entry applies to.<br />Note that the group is evaluated in the context of the channel the entry is used in. For example, the default ACL on the Root channel gives <i>Write</i> permission to the <i>admin</i> group. This entry, if inherited by a channel, will give a user write privileges if he belongs to the <i>admin</i> group in that channel, even if he doesn't belong to the <i>admin</i> group in the channel where the ACL originated.<br />If a group name starts with '!', its membership is negated, and if it starts with '~', it is evaluated in the channel the ACL was defined in, rather than the channel the ACL is active in.<br />If a group name starts with '#', it is interpreted as an access token. Users must have entered whatever follows the '#' in their list of access tokens to match. This can be used for very simple password access to channels for non-authenticated users.<br />If a group name starts with '$', it will only match users whose certificate hash matches what follows the '$'.<br />A few special predefined groups are:<br /><b>all</b> - Everyone will match.<br /><b>auth</b> - All authenticated users will match.<br /><b>sub,a,b,c</b> - User currently in a sub-channel minimum <i>a</i> common parents, and between <i>b</i> and <i>c</i> channels down the chain. See the website for more extensive documentation on this one.<br /><b>in</b> - Users currently in the channel will match (convenience for '<i>sub,0,0,0</i>').<br /><b>out</b> - Users outside the channel will match (convenience for '<i>!sub,0,0,0</i>').<br />Note that an entry applies to either a user or a group, not both. + + + + User ID + + + + User this entry applies to + + + + This controls which user this entry applies to. Just type in the user name and hit enter to query the server for a match. + + + + Permissions + + + + Properties + + + + Channel password + + + + Maximum users + + + + Channel name + + + + Inherited group members + + + + Foreign group members + + + + Inherited channel members + + + + Add members to group + + + + List of ACL entries + + + + Mumble - Add channel + + + + Default server value + + + + Failed: Invalid channel + + + + Mumble - Edit %1 + + + + ID: %1 + + + + Deny + + + + Allow + + + + Deny %1 + + + + This revokes the %1 privilege. If a privilege is both allowed and denied, it is denied.<br />%2 + + + + Allow %1 + + + + This grants the %1 privilege. If a privilege is both allowed and denied, it is denied.<br />%2 + + + + Channel must have a name + + + + + ALSAAudioInput + + Default ALSA Card + + + + Opening chosen ALSA Input failed: %1 + + + + + ALSAAudioOutput + + Default ALSA Card + + + + Opening chosen ALSA Output failed: %1 + + + + + ALSAEnumerator + + Getting name (longname) of the sound card failed: %1 + + + + Getting name of the sound card failed: %1 + + + + + ASIOConfig + + ASIO + + + + Device selection + + + + Device + + + + Device to use for microphone + + + + This chooses what device to query. You still need to actually query the device and select which channels to use. + + + + Query selected device + + + + This queries the selected device for channels. Be aware that many ASIO drivers are buggy to the extreme, and querying them might cause a crash of either the application or the system. + + + + &Query + + + + Configure selected device + + + + This configures the selected device. Be aware that many ASIO drivers are buggy to the extreme, and querying them might cause a crash of either the application or the system. + + + + &Configure + + + + Capabilities + + + + Driver name + + + + Buffer size + + + + Configure input channels + + + + This will configure the input channels for ASIO. Make sure you select at least one channel as microphone and speaker. <i>Microphone</i> should be where your microphone is attached, and <i>Speaker</i> should be a channel that samples '<i>What you hear</i>'.<br />For example, on the Audigy 2 ZS, a good selection for Microphone would be '<i>Mic L</i>' while Speaker should be '<i>Mix L</i>' and '<i>Mix R</i>'. + + + + Channels + + + + Microphone + + + + <- + + + + -> + + + + Unused + + + + Speakers + + + + List of microphones + + + + List of speakers + + + + %1 (version %2) + + + + %1 -> %2 samples buffer, with %3 sample resolution (%4 preferred) at %5 Hz + + + + ASIO Initialization failed: %1 + + + + Failed to instantiate ASIO driver + + + + + ASIOInput + + You need to select at least one microphone and one speaker source to use ASIO. + + + + Opening selected ASIO device failed. No input will be done. + + + + + AboutDialog + + About Mumble + + + + License agreement + + + + Authors + + + + Third-party license agreements + + + + <h3>Mumble (%1)</h3><p>%3</p><p><b>An Open Source, low-latency, high quality voice-chat utility</b></p><p><tt><a href="%2">%2</a></tt></p> + + + + &About Mumble + + + + &License + + + + A&uthors + + + + &Third-Party Licenses + + + + OK + + + + + AudioInput + + Audio input + + + + Interface + + + + Device + + + + Input method for audio + + + + <b>This is the input method to use for audio.</b> + + + + System + + + + Input device for audio + + + + <b>This is the input device to use for audio.</b> + + + + Exclusive mode + + + + <b>This opens the device in exclusive mode.</b><br />No other application will be able to use the device. + + + + Exclusive + + + + Transmission + + + + &Transmit + + + + When to transmit your speech + + + + <b>This sets when speech should be transmitted.</b><br /><i>Continuous</i> - All the time<br /><i>Voice Activity</i> - When you are speaking clearly.<br /><i>Push To Talk</i> - When you hold down the hotkey set under <i>Shortcuts</i>. + + + + DoublePush Time + + + + Displays an always on top window with a push to talk button in it + + + + Display push to talk window + + + + If you press the PTT key twice in this time it will get locked. + + + + <b>DoublePush Time</b><br />If you press the push-to-talk key twice during the configured interval of time it will be locked. Mumble will keep transmitting until you hit the key once more to unlock PTT again. + + + + Hold Time + + + + Time the microphone stays open after the PTT key is released + + + + Silence Below + + + + How long to keep transmitting after silence + + + + <b>This selects how long after a perceived stop in speech transmission should continue.</b><br />Set this higher if your voice breaks up when you speak (seen by a rapidly blinking voice icon next to your name). + + + + Current speech detection chance + + + + <b>This shows the current speech detection settings.</b><br />You can change the settings from the Settings dialog or from the Audio Wizard. + + + + Voice &Hold + + + + Use Amplitude based speech detection + + + + <b>This sets speech detection to use Amplitude.</b><br />In this mode, the raw strength of the input signal is used to detect speech. + + + + Amplitude + + + + Use SNR based speech detection + + + + <b>This sets speech detection to use Signal to Noise ratio.</b><br />In this mode, the input is analyzed for something resembling a clear signal, and the clarity of that signal is used to trigger speech detection. + + + + Signal to Noise + + + + Speech Above + + + + Signal values below this count as silence + + + + <b>This sets the trigger values for voice detection.</b><br />Use this together with the Audio Statistics window to manually tune the trigger values for detecting speech. Input values below "Silence Below" always count as silence. Values above "Speech Above" always count as voice. Values in between will count as voice if you're already talking, but will not trigger a new detection. + + + + Signal values above this count as voice + + + + Compression + + + + Audio per packet + + + + How many audio frames to send per packet + + + + <b>This selects how many audio frames should be put in one packet.</b><br />Increasing this will increase the latency of your voice, but will also reduce bandwidth requirements. + + + + Quality of compression (peak bandwidth) + + + + <b>This sets the quality of compression.</b><br />This determines how much bandwidth Mumble is allowed to use for outgoing audio. + + + + Maximum bandwidth used for sending audio + + + + <b>This shows peak outgoing bandwidth used.</b><br />This shows the peak amount of bandwidth sent out from your machine. Audio bitrate is the maximum bitrate (as we use VBR) for the audio data alone. Position is the bitrate used for positional information. Overhead is our framing and the IP packet headers (IP and UDP is 75% of this overhead). + + + + &Quality + + + + Enable Opus' low-delay mode when the quality is set to <b>64 kb/s</b> or higher. + + + + If checked, Mumble will enable Opus' low-delay mode when the quality is set to <b>64 kbit/s</b> or higher. Low-delay mode decreases latency by <b>~15 milliseconds</b> in the round trip. This mode may require an higher bitrate to preserve the same quality, in comparison with the music and VOIP modes. + + + + Allow low delay mode + + + + Audio Processing + + + + Maximum amplification of input sound + + + + <b>Maximum amplification of input.</b><br />Mumble normalizes the input volume before compressing, and this sets how much it's allowed to amplify.<br />The actual level is continually updated based on your current speech pattern, but it will never go above the level specified here.<br />If the <i>Microphone loudness</i> level of the audio statistics hover around 100%, you probably want to set this to 2.0 or so, but if, like most people, you are unable to reach 100%, set this to something much higher.<br />Ideally, set it so <i>Microphone Loudness * Amplification Factor >= 100</i>, even when you're speaking really soft.<br /><br />Note that there is no harm in setting this to maximum, but Mumble will start picking up other conversations if you leave it to auto-tune to that level. + + + + Max. Amplification + + + + Echo Cancellation + + + + Noise suppression + + + + Don't use noise suppression. + + + + Disabled + + + + Use the noise suppression algorithm provided by Speex. + + + + Use the noise suppression algorithm provided by RNNoise. + + + + Use a combination of Speex and RNNoise to do noise suppression. + + + + Both + + + + This controls the amount by which Speex will suppress noise. + + + + Speex suppression strength + + + + <b>This sets the amount of noise suppression to apply.</b><br />The higher this value, the more aggressively stationary noise will be suppressed. + + + + Enabling this will cancel the echo from your speakers. Mixed has low CPU impact, but only works well if your speakers are equally loud and equidistant from the microphone. Multichannel echo cancellation provides much better echo cancellation, but at a higher CPU cost. + + + + Misc + + + + On + + + + Gets played when starting to transmit + + + + Idle action + + + + Preview the audio cues + + + + <b>Preview</b><br/>Plays the current <i>on</i> sound followed by the current <i>off</i> sound. + + + + &Preview + + + + Gets played when stopping to transmit + + + + minutes do + + + + nothing + + + + deafen + + + + mute + + + + Audible audio cue when starting or stopping to transmit + + + + <b>This enables transmission audio cues.</b><br />Setting this will give you a short audio beep when you start and stop transmitting. + + + + Audio cue + + + + The idle action will be reversed upon any key or mouse button input + + + + Undo Idle action upon activity + + + + Off + + + + Browse for off audio file + + + + B&rowse... + + + + after + + + + Reset audio cue to default + + + + <b>Reset</b><br/>Reset the paths for the files to their default. + + + + R&eset + + + + Browse for on audio file + + + + &Browse... + + + + Mute cue + + + + Br&owse... + + + + Pre&view + + + + Server maximum network bandwidth is only %1 kbit/s. Audio quality auto-adjusted to %2 kbit/s (%3 ms) + + + + + AudioInputDialog + + Audio system + + + + Input device + + + + Echo cancellation mode + + + + Transmission mode + + + + PTT lock threshold + + + + PTT hold threshold + + + + Silence below + + + + Current speech detection chance + + + + Speech above + + + + Speech below + + + + Audio per packet + + + + Quality of compression (peak bandwidth) + + + + Noise suppression + + + + Maximum amplification + + + + Transmission started sound + + + + Transmission stopped sound + + + + Initiate idle action after (in minutes) + + + + Idle action + + + + Continuous + + + + Voice Activity + + + + Push To Talk + + + + Audio Input + + + + Access to the microphone was denied. Please allow Mumble to use the microphone by changing the settings in System Preferences -> Security & Privacy -> Privacy -> Microphone. + + + + Access to the microphone was denied. Please check that your operating system's microphone settings allow Mumble to use the microphone. + + + + %1 ms + + + + Off + + + + %1 s + + + + %1 kb/s + + + + -%1 dB + + + + %1 kbit/s (Audio %2, Position %4, Overhead %3) + + + + Disabled + + + + Disable echo cancellation. + + + + + AudioOutput + + Audio output + + + + Interface + + + + System + + + + Output method for audio + + + + <b>This is the output method to use for audio.</b> + + + + Device + + + + Output device for audio + + + + <b>This is the output device to use for audio.</b> + + + + Exclusive mode, not recommended. + + + + <b>This opens the device in exclusive mode.</b><br />No other application will be able to use the device. + + + + Exclusive + + + + Audio Output + + + + Amount of data to buffer + + + + This sets the amount of data to pre-buffer in the output buffer. Experiment with different values and set it to the lowest which doesn't cause rapid jitter in the sound. + + + + Output Delay + + + + Volume of incoming speech + + + + <b>This adjusts the volume of incoming speech.</b><br />Note that if you increase this beyond 100%, audio will be distorted. + + + + Volume + + + + Safety margin for jitter buffer + + + + <b>This sets the minimum safety margin for the jitter buffer.</b><br />All incoming audio is buffered, and the jitter buffer continually tries to push the buffer to the minimum sustainable by your network, so latency can be as low as possible. This sets the minimum buffer size to use. If the start of sentences you hear is very jittery, increase this value. + + + + Default &Jitter Buffer + + + + Attenuation + + + + If checked, Mumble will only attenuate applications that are using the same output source as Mumble + + + + <b>Attenuate only applications using the same output as Mumble</b><br />If checked, applications that use a different output than Mumble will not be attenuated. + + + + Only attenuate applications using the same output device + + + + Attenuate applications by... + + + + If checked, PulseAudio loopback modules will be attenuated + + + + <b>Attenuate PulseAudio loopback modules</b><br />If loopback modules are linked to Mumble's output device/sink, they will also be attenuated. + + + + Attenuate PulseAudio loopback modules + + + + If checked Mumble lowers the volume of other applications while other users talk + + + + <b>Attenuate applications while other users talk</b><br />Mumble supports decreasing the volume of other applications during incoming and/or outgoing speech. This makes mumble activate the feature while other users talk to you. + + + + while other users talk + + + + If checked Mumble lowers the volume of other applications while you talk + + + + <b>Attenuate applications while you talk</b><br />Mumble supports decreasing the volume of other applications during incoming and/or outgoing speech. This makes mumble activate the feature while you talk. + + + + while you talk + + + + Attenuation of other applications during speech + + + + <b>Attenuate volume of other applications during speech</b><br />Mumble supports decreasing the volume of other applications during incoming and/or outgoing speech. This sets the attenuation of other applications if the feature is enabled. + + + + If checked Mumble lowers the volume of other users while you talk if you have the "Priority Speaker" status. + + + + <b>Attenuate other users while talking as Priority Speaker</b><br />Mumble supports decreasing the volume of other users while you talk as the <i>Priority Speaker</i> to avoid getting disturbed. Checking this checkbox will enable this feature. + + + + Attenuate other users while talking as Priority Speaker + + + + Positional Audio + + + + The connected "speakers" are actually headphones + + + + Checking this indicates that you don't have speakers connected, just headphones. This is important, as speakers are usually in front of you, while headphones are directly to your left/right. + + + + Headphones + + + + What should the volume be at the maximum distance? + + + + This sets the minimum distance for sound calculations. The volume of other users' speech will not decrease until they are at least this far away from you. + + + + This sets the maximum distance for sound calculations. When farther away than this, other users' speech volume will not decrease any further. + + + + Enable + + + + % + + + + Maximum Distance + + + + Factor for sound volume increase + + + + How much should sound volume increase for sources that are really close? + + + + Bloom + + + + m + + + + Minimum Volume + + + + Minimum Distance + + + + Loopback Test + + + + Delay Variance + + + + Variance in packet latency + + + + <b>This sets the packet latency variance for loopback testing.</b><br />Most audio paths contain some variable latency. This allows you to set that variance for loopback mode testing. For example, if you set this to 15ms, this will emulate a network with 20-35ms ping latency or one with 80-95ms latency. Most domestic net connections have a variance of about 5ms. + + + + Packet Loss + + + + Packet loss for loopback mode + + + + <b>This sets the packet loss for loopback mode.</b><br />This will be the ratio of packets lost. Unless your outgoing bandwidth is peaked or there's something wrong with your network connection, this will be 0% + + + + &Loopback + + + + Desired loopback mode + + + + <b>This enables one of the loopback test modes.</b><br /><i>None</i> - Loopback disabled<br /><i>Local</i> - Emulate a local server.<br /><i>Server</i> - Request loopback from server.<br />Please note than when loopback is enabled, no other users will hear your voice. This setting is not saved on application exit. + + + + + AudioOutputDialog + + Output system + + + + Output device + + + + Default jitter buffer + + + + Volume of incoming speech + + + + Output delay + + + + Attenuation of other applications during speech + + + + Minimum distance + + + + Maximum distance + + + + Minimum volume + + + + Bloom + + + + Delay variance + + + + Packet loss + + + + Loopback + + + + None + + + + Local + + + + Server + + + + Distance at which audio volume from another player starts decreasing + + + + Distance at which a player's audio volume has reached its minimum value + + + + The minimum volume a player's audio will fade out to with increasing distance. Set to 0% for it to fade into complete silence for a realistic maximum hearing distance. + + + + If an audio source is close enough, blooming will cause the audio to be played on all speakers more or less regardless of their position (albeit with lower volume) + + + + Audio Output + + + + %1 ms + + + + %1 % + + + + + AudioOutputSample + + Choose sound file + + + + Invalid sound file + + + + The file '%1' cannot be used by Mumble. Please select a file with a compatible format and encoding. + + + + + AudioStats + + Audio Statistics + + + + Input Levels + + + + Peak microphone level + + + + Peak power in last frame + + + + This shows the peak power in the last frame (20 ms), and is the same measurement as you would usually find displayed as "input power". Please disregard this and look at <b>Microphone power</b> instead, which is much more steady and disregards outliers. + + + + Peak speaker level + + + + This shows the peak power of the speakers in the last frame (20 ms). Unless you are using a multi-channel sampling method (such as ASIO) with speaker channels configured, this will be 0. If you have such a setup configured, and this still shows 0 while you're playing audio from other programs, your setup is not working. + + + + Peak clean level + + + + This shows the peak power in the last frame (20 ms) after all processing. Ideally, this should be -96 dB when you're not talking. In reality, a sound studio should see -60 dB, and you should hopefully see somewhere around -20 dB. When you are talking, this should rise to somewhere between -5 and -10 dB.<br />If you are using echo cancellation, and this rises to more than -15 dB when you're not talking, your setup is not working, and you'll annoy other users with echoes. + + + + Signal Analysis + + + + Microphone power + + + + How close the current input level is to ideal + + + + This shows how close your current input volume is to the ideal. To adjust your microphone level, open whatever program you use to adjust the recording volume, and look at the value here while talking.<br /><b>Talk loud, as you would when you're upset over getting fragged by a noob.</b><br />Adjust the volume until this value is close to 100%, but make sure it doesn't go above. If it does go above, you are likely to get clipping in parts of your speech, which will degrade sound quality. + + + + Signal-To-Noise ratio + + + + Signal-To-Noise ratio from the microphone + + + + This is the Signal-To-Noise Ratio (SNR) of the microphone in the last frame (20 ms). It shows how much clearer the voice is compared to the noise.<br />If this value is below 1.0, there's more noise than voice in the signal, and so quality is reduced.<br />There is no upper limit to this value, but don't expect to see much above 40-50 without a sound studio. + + + + Speech Probability + + + + Probability of speech + + + + This is the probability that the last frame (20 ms) was speech and not environment noise.<br />Voice activity transmission depends on this being right. The trick with this is that the middle of a sentence is always detected as speech; the problem is the pauses between words and the start of speech. It's hard to distinguish a sigh from a word starting with 'h'.<br />If this is in bold font, it means Mumble is currently transmitting (if you're connected). + + + + Configuration feedback + + + + Current audio bitrate + + + + Bitrate of last frame + + + + This is the audio bitrate of the last compressed frame (20 ms), and as such will jump up and down as the VBR adjusts the quality. The peak bitrate can be adjusted in the Settings dialog. + + + + DoublePush interval + + + + Time between last two Push-To-Talk presses + + + + Speech Detection + + + + Current speech detection chance + + + + <b>This shows the current speech detection settings.</b><br />You can change the settings from the Settings dialog or from the Audio Wizard. + + + + Signal and noise power spectrum + + + + Power spectrum of input signal and noise estimate + + + + This shows the power spectrum of the current input signal (red line) and the current noise estimate (filled blue).<br />All amplitudes are multiplied by 30 to show the interesting parts (how much more signal than noise is present in each waveband).<br />This is probably only of interest if you're trying to fine-tune noise conditions on your microphone. Under good conditions, there should be just a tiny flutter of blue at the bottom. If the blue is more than halfway up on the graph, you have a seriously noisy environment. + + + + Echo Analysis + + + + Weights of the echo canceller + + + + This shows the weights of the echo canceller, with time increasing downwards and frequency increasing to the right.<br />Ideally, this should be black, indicating no echo exists at all. More commonly, you'll have one or more horizontal stripes of bluish color representing time delayed echo. You should be able to see the weights updated in real time.<br />Please note that as long as you have nothing to echo off, you won't see much useful data here. Play some music and things should stabilize. <br />You can choose to view the real or imaginary parts of the frequency-domain weights, or alternately the computed modulus and phase. The most useful of these will likely be modulus, which is the amplitude of the echo, and shows you how much of the outgoing signal is being removed at that time step. The other viewing modes are mostly useful to people who want to tune the echo cancellation algorithms.<br />Please note: If the entire image fluctuates massively while in modulus mode, the echo canceller fails to find any correlation whatsoever between the two input sources (speakers and microphone). Either you have a very long delay on the echo, or one of the input sources is configured wrong. + + + + >1000 ms + + + + + AudioWizard + + Audio Tuning Wizard + + + + Introduction + + + + Welcome to the Mumble Audio Wizard + + + + <html><head/><body><p>This is the audio tuning wizard for Mumble. This will help you correctly set the input levels of your sound card, and also set the correct parameters for sound processing in Mumble. </p><p>Please be aware that as long as this wizard is active, audio will be looped locally to allow you to listen to it, and no audio will be sent to the server. </p><p>Note that you can cancel this wizard at any time without it having an effect on your current audio systems. The settings are only once this wizard has been completed.</p></body></html> + + + + Device selection + + + + Selecting the input and output device to use with Mumble. + + + + Input Device + + + + This is the device your microphone is connected to. + + + + System + + + + Input method for audio + + + + <b>This is the input method to use for audio.</b> + + + + Device + + + + Input device to use + + + + <b>Selects which sound card to use for audio input.</b> + + + + Cancel echo from headset or speakers + + + + This enables echo cancellation of outgoing audio, which helps both on speakers and on headsets. + + + + Use echo cancellation + + + + Output Device + + + + This is the device your speakers or headphones are connected to. + + + + Output method for audio + + + + <b>This is the Output method to use for audio.</b> + + + + Output device to use + + + + <b>Selects which sound card to use for audio Output.</b> + + + + Allows positioning of sound + + + + This allows Mumble to use positional audio to place voices. + + + + Enable positional audio + + + + Enables attenuation of other applications while users talk to you + + + + Enables attenuation of other applications while users talk to you. This means that as soon someone starts to speak to you in Mumble, the sound of all other applications (like audio players) will get attenuated so you can hear them more clearly. + + + + Attenuate applications while other users talk + + + + Device tuning + + + + Changing hardware output delays to their minimum value. + + + + <p> +To keep latency to an absolute minimum, it's important to buffer as little audio as possible on the soundcard. However, many soundcards report that they require a much smaller buffer than what they can actually work with, so the only way to set this value is to try and fail. +</p> +<p> +You should hear a voice sample. Change the slider below to the lowest value which gives <b>no</b> interruptions or jitter in the sound. Please note that local echo is disabled during this test. +</p> + + + + + Amount of data to buffer + + + + This sets the amount of data to pre-buffer in the output buffer. Experiment with different values and set it to the lowest which doesn't cause rapid jitter in the sound. + + + + Volume tuning + + + + Tuning microphone hardware volume to optimal settings. + + + + <p> +Open your sound control panel and go to the recording settings. Make sure the microphone is selected as active input with maximum recording volume. If there's an option to enable a "Microphone boost" make sure it's checked. +</p> +<p> +Speak loudly, as when you are annoyed or excited. Decrease the volume in the sound control panel until the bar below stays as high as possible in the blue and green but <b>not</b> the red zone while you speak. +</p> + + + + + <p> +Open your sound control panel and go to the recording settings. Make sure the microphone is selected as active input with maximum recording volume. If there's an option to enable a "Microphone boost" make sure it's checked. +</p> +<p> +Speak loudly, as when you are annoyed or excited. Decrease the volume in the sound control panel until the bar below stays as high as possible in the striped and the empty but <b>not</b> the crisscrossed zone while you speak. +</p> + + For high contrast mode + + + + Now talk softly, as you would when talking late at night and you don't want to disturb anyone. Adjust the slider below so that the bar moves into green when you talk, but stays blue while you're silent. + + + + Now talk softly, as you would when talking late at night and you don't want to disturb anyone. Adjust the slider below so that the bar moves into empty zone when you talk, but stays in the striped one while you're silent. + For high contrast mode + + + + Apply some high contrast optimizations for visually impaired users + + + + Use high contrast graphics + + + + Voice Activity Detection + + + + Letting Mumble figure out when you're talking and when you're silent. + + + + This will help Mumble figure out when you are talking. The first step is selecting which data value to use. + + + + Next you need to adjust the following slider. The first few utterances you say should end up in the green area (definitive speech). While talking, you should stay inside the yellow (might be speech) and when you're not talking, everything should be in the red (definitively not speech). + + + + Next you need to adjust the following slider. The first few utterances you say should end up in the empty area (definitive speech). While talking, you should stay inside the striped (might be speech) and when you're not talking, everything should be in the crisscrossed (definitively not speech). + For high contrast mode + + + + Push To Talk: + + + + PTT shortcut + + + + Raw amplitude from input + + + + Signal-To-Noise ratio + + + + Quality & Notifications + + + + Adjust quality and notification settings. + + + + Quality settings + + + + Low + + + + In this configuration Mumble will use a <b>low amount of bandwidth</b>. This will inevitably result in high latency and poor quality. Choose this only if your connection cannot handle the other settings. (16kbit/s, 60ms per packet) + + + + Balanced + + + + This is the <b>recommended default</b> configuration. It provides a good balance between quality, latency, and bandwidth usage. (40kbit/s, 20ms per packet) + + + + High + + + + This configuration is only recommended for use in setups where bandwidth is not an issue, like a LAN. It provides the lowest latency supported by Mumble and <b>high quality</b>. (72kbit/s, 10ms per packet) + + + + Custom + + + + You already set a customized quality configuration in Mumble. Select this setting to keep it. + + + + Notification settings + + + + Use Text-To-Speech to read notifications and messages to you. + + + + Disable Text-To-Speech and use sounds instead. + + + + Keep custom Text-To-Speech settings. + + + + Positional Audio + + + + Adjusting attenuation of positional audio. + + + + <html><head/><body><p>Mumble supports positional audio for some games, and will position the voice of other users relative to their position in game. Depending on their position, the volume of the voice will be changed between the speakers to simulate the direction and distance the other user is at. Such positioning depends on your speaker configuration being correct in your operating system, so a test is done here. </p><p>The graph below shows the position of <span style=" color:#56b4e9;">you</span>, the <span style=" color:#d55e00;">speakers</span> and a <span style=" color:#009e73;">moving sound source</span> as if seen from above. You should hear the audio move between the channels. </p><p>You can also use your mouse to position the <span style=" color:#009e73;">sound source</span> manually.</p></body></html> + + + + Use headphones instead of speakers + + + + This ignores the OS speaker configuration and configures the positioning for headphones instead. + + + + Use headphones + + + + Finished + + + + Enjoy using Mumble + + + + <p> +Congratulations. You should now be ready to enjoy a richer sound experience with Mumble. +</p> +<p> +Mumble is under continuous development, and the development team wants to focus on the features that benefit the most users. To this end, Mumble supports submitting anonymous statistics about your configuration to the developers. These statistics are essential for future development, and also make sure the features you use aren't deprecated. +</p> + + + + + Submit anonymous statistics to the Mumble project + + + + Input system + + + + Input device + + + + Output system + + + + Output device + + + + Output delay + + + + Maximum amplification + + + + VAD level + + + + %1 ms + + + + No buttons assigned + + + + + BanEditor + + Mumble - Edit Bans + + + + Ban List + + + + Search field + + + + This is the search field. Use it to find bans that have this username set in the username field. + + + + Who are you looking for? + + + + User + + + + No nickname + + + + &Address + + + + IP address + + + + No IP address + + + + &Mask + + + + Reason + + + + Reason for the ban + + + + No reason + + + + Start + + + + End + + + + Ban end date + + + + Ban end date. If you set the same date for start and end, the ban will be permanent (it will not expire). + + + + Hash + + + + Certificate hash + + + + No certificate hash + + + + Banned users + + + + This is a list with banned users. + + + + Use this button if you want to add a new ban. + + + + &Add + + + + Use this button if you want to update ban information. + + + + &Update + + + + Use this button if you want to remove user from the ban list. + + + + &Remove + + + + Clear all fields + + + + This button clears all fields. Use it if you want to add a new ban. + + + + Clear + + + + Search + + + + IP Address + + + + Mask + + + + Start date/time + + + + End date/time + + + + Ban List - %n Ban(s) + + + + + + + + + CertView + + Name + + + + Email + + + + Issuer + + + + Expiry Date + + + + (none) + + + + Self-signed + + + + + CertWizard + + Current certificate + + + + Certificate file to import + + + + Certificate password + + + + Certificate to import + + + + New certificate + + + + File to export certificate to + + + + Email address + + + + Your name + + + + Unable to validate email.<br />Enter a valid (or blank) email to continue. + + + + There was an error generating your certificate.<br />Please try again. + + + + Your certificate and key could not be exported to PKCS#12 format. There might be an error in your certificate. + + + + The file could not be opened for writing. Please use another file. + + + + The file's permissions could not be set. No certificate and key has been written. Please use another file. + + + + The file could not be written successfully. Please use another file. + + + + The file could not be opened for reading. Please use another file. + + + + The file is empty or could not be read. Please use another file. + + + + The file did not contain a valid certificate and key. Please use another file. + + + + Select file to export certificate to + + + + Select file to import certificate from + + + + Unable to import. Missing password or incompatible file type. + + + + <b>Certificate Expiry:</b> Your certificate is about to expire. You need to renew it, or you will no longer be able to connect to servers you are registered on. + + + + + Certificates + + Certificate Management + + + + Certificate Authentication + + + + Authenticating to servers without using passwords + + + + <p>Mumble can use certificates to authenticate with servers. Using certificates avoids passwords, meaning you don't need to disclose any password to the remote site. It also enables very easy user registration and a client side friends list independent of servers.</p><p>While Mumble can work without certificates, the majority of servers will expect you to have one.</p><p>Creating a new certificate automatically is sufficient for most use cases. But Mumble also supports certificates representing trust in the users ownership of an email address. These certificates are issued by third parties. For more information see our <a href="http://mumble.info/certificate.php">user certificate documentation</a>. </p> + + + + Current certificate + + + + This is the certificate Mumble currently uses. + + + + Current Certificate + + + + Automatic certificate creation + + + + Create a new certificate + + + + This will create a new certificate. + + + + Import certificate from file + + + + This will import a certificate from file. + + + + Import a certificate + + + + Export Certificate + + + + This will export a certificate to file. + + + + Export current certificate + + + + Import Certificate + + + + PKCS #12 Certificate import + + + + <p>Mumble can import certificates stored in PKCS #12 format. This is the format used when exporting a key from Mumble, and also when exporting keys from Firefox, Internet Explorer, Opera etc.</p><p>If the file is password protected, you will need the password to import the certificate.</p> + + + + Import from + + + + Filename to import from + + + + This is the filename you wish to import a certificate from. + + + + Select file to import from + + + + This opens a file selection dialog to choose a file to import a certificate from. + + + + Open... + + + + Password + + + + Password for PKCS#12 file + + + + This is the password for the PKCS#12 file containing your certificate. + + + + Certificate to import + + + + This is the certificate you are importing. + + + + Certificate Details + + + + Replace Certificate + + + + Replace existing certificate with new certificate? + + + + <p>You already have a certificate stored in Mumble, and you are about to replace it.</p> +<p>If you are upgrading to a certificate issued to you by a trusted CA and the email addresses match your current certificate, this is completely safe, and servers you connect to will automatically recognize the strong certificate for your email address. +</p> +<p>If this is not the case, you will no longer be recognized by any server you previously have authenticated with. If you haven't been registered on any server yet, this is nothing to worry about. +</p> +<p> +Are you sure you wish to replace your certificate? +</p> + + + + + This is the certificate Mumble currently uses. It will be replaced. + + + + New certificate + + + + This is the new certificate that will replace the old one. + + + + New Certificate + + + + Make a backup of your certificate + + + + <p>If you ever lose your current certificate, which will happen if your computer suffers a hardware failure or you reinstall your machine, you will no longer be able to authenticate to any server you are registered on. It is therefore <b>mandatory</b> that you make a backup of your certificate. We strongly recommend you store this backup on removable storage, such as a USB flash drive.</p> +<p>Note that this file will not be encrypted, and if anyone gains access to it, they will be able to impersonate you, so take good care of it.</p> + + + + Export to + + + + Filename to export to + + + + This is the filename you wish to export a certificate to. + + + + Save As... + + + + This is the certificate Mumble currently uses. It will be exported. + + + + Generate a new certificate for strong authentication + + + + <p>Mumble will now generate a strong certificate for authentication to servers.</p><p>If you wish, you may provide some additional information to be stored in the certificate, which will be presented to servers when you connect. If you provide a valid email address, you can upgrade to a CA issued email certificate later on, which provides strong identification.</p> + + + + Name + + + + Email + + + + Your email address (e.g. johndoe@mumble.info) + + + + This is your email address. It is strongly recommended to provide a valid email address, as this will allow you to upgrade to a strong certificate without authentication problems. + + + + Your name (e.g. John Doe) + + + + This is your name, and will be filled out in the certificate. This field is entirely optional. + + + + Finish + + + + Certificate-based authentication is ready for use + + + + Enjoy using Mumble with strong authentication. + + + + + ChanACL + + This represents no privileges. + + + + This represents total access to the channel, including the ability to change group and ACL information. This privilege implies all other privileges. + + + + This represents the permission to traverse the channel. If a user is denied this privilege, he will be unable to access this channel and any sub-channels in any way, regardless of other permissions in the sub-channels. + + + + This represents the permission to join the channel. If you have a hierarchical channel structure, you might want to give everyone Traverse, but restrict Enter in the root of your hierarchy. + + + + This represents the permission to speak in a channel. Users without this privilege will be suppressed by the server (seen as muted), and will be unable to speak until they are unmuted by someone with the appropriate privileges. + + + + This represents the permission to whisper to this channel from the outside. This works exactly like the <i>speak</i> privilege, but applies to packets spoken with the Whisper key held down. This may be used to broadcast to a hierarchy of channels without linking. + + + + This represents the permission to mute and deafen other users. Once muted, a user will stay muted until he is unmuted by another privileged user or reconnects to the server. + + + + This represents the permission to move a user to another channel or kick him from the server. To actually move the user, either the moving user must have Move privileges in the destination channel, or the user must normally be allowed to enter the channel. Users with this privilege can move users into channels the target user normally wouldn't have permission to enter. + + + + This represents the permission to make sub-channels. The user making the sub-channel will be added to the admin group of the sub-channel. + + + + This represents the permission to make a temporary subchannel. The user making the sub-channel will be added to the admin group of the sub-channel. Temporary channels are not stored and disappear when the last user leaves. + + + + This represents the permission to link channels. Users in linked channels hear each other, as long as the speaking user has the <i>speak</i> privilege in the channel of the listener. You need the link privilege in both channels to create a link, but just in either channel to remove it. + + + + This represents the permission to write text messages to other users in this channel. + + + + This represents the permission to forcibly remove users from the server. + + + + This represents the permission to permanently remove users from the server. + + + + This represents the permission to reset the comment or avatar of a user. + + + + This represents the permission to register and unregister users on the server. + + + + This represents the permission to register oneself on the server. + + + + This represents the permission to use the listen-feature allowing to listen to a channel without being in it. + + + + None + + + + Write ACL + + + + Traverse + + + + Enter + + + + Speak + + + + Whisper + + + + Mute/Deafen + + + + Move + + + + Make channel + + + + Make temporary + + + + Link channel + + + + Text message + + + + Kick + + + + Ban + + + + Reset User Content + + + + Register User + + + + Register Self + + + + Listen + + + + + ChatbarTextEdit + + Paste and &Send + + + + <center>Type chat message here</center> + + + + Unable to send image: too large. + + + + Unable to send image %1: too large. + + + + This server does not allow sending images. + + + + + ClientUser + + Friend + + + + Authenticated + + + + Priority speaker + + + + Recording + + + + Muted (server) + + + + Deafened (server) + + + + Local Ignore (Text messages) + + + + Local Ignore (Text-To-Speech) + + + + Local Mute + + + + Muted (self) + + + + Deafened (self) + + + + + ConfigDialog + + Mumble Configuration + + + + Configuration categories + + + + Accept changes + + + + This button will accept current settings and return to the application.<br />The settings will be stored to disk when you leave the application. + + + + Reject changes + + + + This button will reject all changes and return to the application.<br />The settings will be reset to the previous positions. + + + + Apply changes + + + + This button will immediately apply all changes. + + + + Undo changes for current page + + + + This button will revert any changes done on the current page to the most recent applied settings. + + + + Restore defaults for current page + + + + This button will restore the defaults for the settings on the current page. Other pages will not be changed.<br />To restore all settings to their defaults, you can press the "Defaults (All)" button. + + + + Defaults (All) + + + + Restore all defaults + + + + This button will restore the defaults for all settings. + + + + + ConnectDialog + + Mumble Server Connect + + + + Servername + + + + Ping + + + + Users + + + + Search + + + + Location + + + + Filter + + + + Show All + + + + Show Populated + + + + Show Reachable + + + + Remove from Favorites + + + + &Edit... + + + + &Add New... + + + + Add custom server + + + + Add to &Favorites + + + + Open &Webpage + + + + &Copy + + + + Copy favorite link to clipboard + + + + &Paste + + + + Paste favorite from clipboard + + + + Adding host %1 + + + + Enter username + + + + Hostname + + + + Bonjour name + + + + Port + + + + IPv4 address + + + + IPv6 address + + + + Website + + + + Packet loss + + + + Ping (80%) + + + + %1 ms + + + + Ping (95%) + + + + Bandwidth + + + + %1 kbit/s + + + + Version + + + + Server list + + + + C&onnect + + + + All + + + + Africa + + + + Asia + + + + Europe + + + + North America + + + + Oceania + + + + South America + + + + Unknown + + + + Connecting to %1 + + + + Consent to the transmission of private data + + + + <p>To measure the latency (ping) of public servers and determine the number of active users, your IP address must be transmitted to each public server.</p><p>Do you consent to the transmission of your IP address? If you answer no, the public server list will be deactivated. However, you can reactivate it at any time in the network settings.</p> + + + + Failed to fetch server list + + + + + ConnectDialogEdit + + Edit Server + + + + &Fill + + + + &Ignore + + + + A&ddress + + + + Internet address of the server. + + + + <b>Address</b><br/> +Internet address of the server. This can be a normal hostname, an IPv4/IPv6 address or a Bonjour service identifier. Bonjour service identifiers have to be prefixed with a '@' to be recognized by Mumble. + + + + 127.0.0.1 + + + + &Port + + + + Port on which the server is listening + + + + <b>Port</b><br/> +Port on which the server is listening. If the server is identified by a Bonjour service identifier this field will be ignored. + + + + 64738 + + + + &Username + + + + Password + + + + Username to send to the server + + + + <b>Username</b><br/> +Username to send to the server. Be aware that the server can impose restrictions on how a username might look like. Also your username could already be taken by another user. + + + + Your username + + + + Password to send to the server + + + + <b>Password</b><br/> +Password to be sent to the server on connect. This password is needed when connecting as <i>SuperUser</i> or to a server using password authentication. If not entered here the password will be queried on connect. + + + + Your password + + + + Show password + + + + Label + + + + Name of the server + + + + <b>Label</b><br/> +Label of the server. This is what the server will be named like in your server list and can be chosen freely. + + + + Local server label + + + + Add Server + + + + You are currently connected to a server. +Do you want to fill the dialog with the connection data of this server? +Host: %1 Port: %2 + + + + You have an URL in your clipboard. +Do you want to fill the dialog with this data? +Host: %1 Port: %2 + + + + + CrashReporter + + Mumble Crash Report + + + + <p><b>We're terribly sorry, but it seems Mumble has crashed. Do you want to send a crash report to the Mumble developers?</b></p><p>The crash report contains a partial copy of Mumble's memory at the time it crashed, and will help the developers fix the problem.</p> + + + + Email address (optional) + + + + Please describe briefly, in English, what you were doing at the time of the crash + + + + Send Report + + + + Don't send report + + + + Crash upload successful + + + + Thank you for helping make Mumble better! + + + + Crash upload failed + + + + HTTP error %1: "%2" + + + + Internal error encountered in CrashReporter.cpp: Received network reply does not contain an HTTP status code. Please inform a developer about error code %1 + + + + Uploading crash report + + + + Abort upload + + + + + Database + + The database file '%1' set in the configuration file does not exist. Do you want to create a new database file at this location? + + + + Mumble failed to initialize a database in any of the possible locations. + + + + The database '%1' is read-only. Mumble cannot store server settings (i.e. SSL certificates) until you fix this problem. + + + + + DeveloperConsole + + Developer Console + + + + + DockTitleBar + + Drag here + + + + + GlobalShortcut + + <html><head/><body><p>Mumble can currently only use mouse buttons and keyboard modifier keys (Alt, Ctrl, Cmd, etc.) for global shortcuts.</p><p>If you want more flexibility, you can enable <span style=" font-style:italic;">Access for assistive devices</span> in the system's Accessibility preferences. However, please note that this change also potentially allows malicious programs to read what is typed on your keyboard.</p></body></html> + + + + Open Accessibility Preferences + + + + Skip + + + + <html><head/><body><p>Mumble's Global Shortcuts system does currently not work in combination with the Wayland protocol. For more information, visit <a href="https://github.com/mumble-voip/mumble/issues/5257"><span style=" text-decoration: underline; color:#0057ae;">https://github.com/mumble-voip/mumble/issues/5257</span></a>.</p></body></html> + + + + Shortcuts + + + + Enable Global Shortcuts + + + + List of configured shortcuts + + + + Function + + + + Data + + + + Shortcut + + + + Suppress + + + + Add new shortcut + + + + This will add a new global shortcut + + + + &Add + + + + Remove selected shortcut + + + + This will permanently remove a selected shortcut. + + + + &Remove + + + + <b>Additional Shortcut Engines</b><br />This section allows you to configure the use of additional GlobalShortcut engines. + + + + Additional Shortcut Engines + + + + <b>Enable shortcuts in privileged applications</b>.<br />Also known as "UIAccess". This allows Mumble to receive global shortcut events from programs running at high privilege levels, such as an Admin Command Prompt or older games that run with admin privileges. +<br /><br /> +Without this option enabled, using Mumble's global shortcuts in privileged applications will not work. This can seem inconsistent: for example, if the Push-to-Talk button is pressed in a non-privileged program, but released in a privileged application, Mumble will not observe that it has been released and you will continue to talk until you press the Push-to-Talk button again. + + + + Enable shortcuts in privileged applications + + + + <b>Enable GKey</b>.<br />This setting enables support for the GKey shortcut engine, for "G"-keys found on Logitech keyboards. + + + + Enable GKey + + + + <b>Enable XInput</b><br />This setting enables support for the XInput shortcut engine, for Xbox compatible controllers. + + + + Enable XInput + + + + + GlobalShortcutButtons + + Edit shortcut + + + + Start capture process + + + + <html><head/><body><p>Starts the capture process: all buttons you press will be added to the tree.</p><p>Once all buttons are released, the capture process stops automatically.</p></body></html> + + + + Add + + + + Remove the currently selected items + + + + Remove + + + + + GlobalShortcutConfig + + Configured shortcuts + + + + <html><head/><body><p>Mumble can currently only use mouse buttons and keyboard modifier keys (Alt, Ctrl, Cmd, etc.) for global shortcuts.</p><p>If you want more flexibility, you can add Mumble as a trusted accessibility program in the Security & Privacy section of your Mac's System Preferences.</p><p>In the Security & Privacy preference pane, change to the Privacy tab. Then choose Accessibility (near the bottom) in the list to the left. Finally, add Mumble to the list of trusted accessibility programs.</body></html> + + + + Shortcuts + + + + <b>This is the global shortcut key combination.</b><br />Click this field and then press the desired key/button combo to rebind. Double-click to clear. + + + + Suppress keys from other applications + + + + <b>This hides the button presses from other applications.</b><br />Enabling this will hide the button (or the last button of a multi-button combo) from other applications. Note that not all buttons can be suppressed. + + + + + GlobalShortcutEngine + + Unknown + + + + + GlobalShortcutMac + + Mouse + + + + Keyboard + + + + + GlobalShortcutTarget + + Whisper Target + + + + Shout/Whisper to: + + + + Current selection + + + + When shouting to channel: + + + + The whisper will also be transmitted to linked channels. + + + + Shout to linked channels + + + + The whisper will also be sent to the subchannels of the channel target. + + + + Shout to subchannels + + + + List of users + + + + Add + + + + Remove + + + + Channel Target + + + + Restrict to Group + + + + If specified, only members of this group will receive the whisper. + + + + Shout to Linked channels + + + + Modifiers + + + + Do not send positional audio information when using this whisper shortcut. + + + + Ignore positional audio + + + + Channel + + + + + GlobalShortcutWin + + Keyboard + + + + Mouse + + + + + GlobalShortcutX + + Keyboard + + + + Mouse + + + + + JackAudioSystem + + Hardware Ports + + + + Mono + + + + Stereo + + + + + LCD + + Not connected + + + + + LCDConfig + + LCD + + + + <p>This is the list of available LCD devices on your system. It lists devices by name, but also includes the size of the display. Mumble supports outputting to several LCD devices at a time.</p> +<h3>Size:</h3> +<p> +This field describes the size of an LCD device. The size is given either in pixels (for Graphic LCDs) or in characters (for Character LCDs).</p> +<h3>Enabled:</h3> +<p>This decides whether Mumble should draw to a particular LCD device.</p> + + + + Devices + + + + Name + + + + Size + + + + Enabled + + + + Views + + + + Minimum Column Width + + + + <p>This option decides the minimum width a column in the User View.</p> +<p>If too many people are speaking at once, the User View will split itself into columns. You can use this option to pick a compromise between number of users shown on the LCD, and width of user names.</p> + + + + + Splitter Width + + + + This setting decides the width of column splitter. + + + + Minimum column width + + + + Splitter width + + + + Enable this device + + + + + ListenerLocalVolumeDialog + + Adjusting local volume for listening to %1 + + + + + Log + + Debug + + + + Critical + + + + Warning + + + + Information + + + + Server connected + + + + Server disconnected + + + + User joined server + + + + User left server + + + + User recording state changed + + + + User kicked (you or by you) + + + + User kicked + + + + You self-muted + + + + Other self-muted/deafened + + + + User muted (you) + + + + User muted (by you) + + + + User muted (other) + + + + User joined channel + + + + User left channel + + + + Permission denied + + + + Text message + + + + You self-unmuted + + + + You self-deafened + + + + You self-undeafened + + + + User renamed + + + + You joined channel + + + + You joined channel (moved) + + + + User connected and entered channel + + + + User left channel and disconnected + + + + Private text message + + + + User started listening to channel + + + + User stopped listening to channel + + + + Plugin message + + + + the server + + + + [[ Invalid size ]] + + + + [[ Text object too large to display ]] + + + + [Date changed to %1] + + + + + link to %1 + + + + FTP link to %1 + + + + player link + + + + channel link + + + + %1 link + + + + + LogConfig + + Messages + + + + Message + + + + Console + + + + Notification + + + + Highlight + + + + Text-To-Speech + + + + Limit + + + + Path + + + + Soundfile + + + + Text To Speech + + + + If enabled text messages you send will be read back to you with TTS + + + + Read back own messages + + + + Length threshold + + + + Click to enable Text-to-Speech + + + + Enable Text-to-Speech + + + + Message length threshold for Text-To-Speech Engine + + + + <b>This is the length threshold used for the Text-To-Speech Engine.</b><br />Messages longer than this limit will not be read aloud in their full length. + + + + Characters + + + + Volume of Text-To-Speech Engine + + + + <b>This is the volume used for the speech synthesis.</b> + + + + Volume + + + + If enabled, TTS will not dictate the message scope. + + + + Omit Message Scope + + + + If enabled, TTS will not dictate the message author. + + + + Omit Message Author + + + + Misc. + + + + If checked you will only hear whispers from users you added to your friend list. + + + + Only accept whispers from friends + + + + Limit notifications when there are more than + + + + Number of users that will trigger message limiting functionality. + + + + users on the server. + + + + Chat Log + + + + If checked the time at the beginning of a message will be displayed in the 24-hour format. + +The setting only applies for new messages, the already shown ones will retain the previous time format. + + + + Use 24-hour clock + + + + Unlimited + + + + Lines + + + + Maximum chat length + + + + How far individual messages are spaced out from one another. + + + + Message margins + + + + Log messages + + + + TTS engine volume + + + + User limit for message limiting + + + + Chat message margins + + + + Click here to toggle message limiting for all events - If using this option be sure to change the user limit below. + + + + Toggle console for %1 events + + + + Toggle pop-up notifications for %1 events + + + + Toggle window highlight (if not active) for %1 events + + + + Toggle message limiting behavior for %1 events + + + + Click here to toggle sound notification for %1 events + + + + Path to sound file used for sound notifications in the case of %1 events<br />Single click to play<br />Double-click to change + + + + Click here to toggle console output for %1 events.<br />If checked, this option makes Mumble output all %1 events in its message log. + + + + Click here to toggle pop-up notifications for %1 events.<br />If checked, a notification pop-up will be created by Mumble for every %1 event. + + + + Click here to toggle window highlight for %1 events.<br />If checked, Mumble's window will be highlighted for every %1 event, if not active. + + + + Click here to toggle limiting for %1 events.<br />If checked, notifications for this event type will not be played when the user count on the server exceeds the set threshold. + + + + Click here to toggle sound notification for %1 events.<br />If checked, Mumble uses a sound file predefined by you to indicate %1 events. Sound files and Text-To-Speech cannot be used at the same time. + + + + Path to sound file used for sound notifications in the case of %1 events.<br />Single click to play<br />Double-click to change<br />Ensure that sound notifications for these events are enabled or this field will not have any effect. + + + + Toggle Text-To-Speech for %1 events + + + + Click here to toggle Text-To-Speech for %1 events.<br />If checked, Mumble uses Text-To-Speech to read %1 events out loud to you. Text-To-Speech is also able to read the contents of the event which is not true for sound files. Text-To-Speech and sound files cannot be used at the same time. + + + + + LookConfig + + Channel Tree + + + + Filter automatically hides empty channels + + + + When to automatically expand channels + + + + This sets which channels to automatically expand. <i>None</i> and <i>All</i> will expand no or all channels, while <i>Only with users</i> will expand and collapse channels as users join and leave them. + + + + This changes the behavior when moving users. + + + + This sets the behavior of user drags; it can be used to prevent accidental dragging. <i>Move</i> moves the user without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the user. + + + + User Dragging + + + + Channel Dragging + + + + Use selected item as the chat bar target + + + + Expand + + + + Show number of users in each channel + + + + Show channel user count + + + + This changes the behavior when moving channels. + + + + This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move</i> moves the channel without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the channel. + + + + List users above subchannels (requires restart). + + + + <b>If set, users will be shown above subchannels in the channel view.</b><br />A restart of Mumble is required to see the change. + + + + Users above Channels + + + + Show the local volume adjustment for each user (if any). + + + + Show volume adjustments + + + + Hide the username for each user if they have a nickname. + + + + Show nicknames only + + + + Layout + + + + Hybrid + + + + Custom + + + + Stacked + + + + Classic + + + + Tray Icon + + + + Hide the main Mumble window in the tray when it is minimized. + + + + <b>If set, minimizing the Mumble main window will cause it to be hidden and accessible only from the tray. Otherwise, it will be minimized as a window normally would.</b> + + + + Hide in tray when minimized + + + + Displays talking status in system tray + + + + Show talking status in tray icon + + + + Application + + + + Always On Top + + + + This setting controls when the application will be always on top. + + + + This setting controls in which situations the application will stay always on top. If you select <i>Never</i> the application will not stay on top. <i>Always</i> will always keep the application on top. <i>In minimal view</i> / <i>In normal view</i> will only keep the application always on top when minimal view is activated / deactivated. + + + + Never + + + + Always + + + + In minimal view + + + + In normal view + + + + Adds user and channel context menus into the menu bar + + + + Show context menu in menu bar + + + + Ask whether to close or minimize when quitting Mumble. + + + + <b>If set, will verify you want to quit if connected.</b> + + + + Ask on quit while connected + + + + <b>Enable Developer menu</b><br />This enables the "Developer"-menu in Mumble. This menu is used for developer-specific features, such as the Developer Console. + + + + Enable Developer menu + + + + When in custom layout mode, checking this disables rearranging. + + + + Lock layout + + + + Channel Hierarchy String + + + + String to separate a channel name from its parent's. + + + + Channel separator + + + + Talking UI + + + + How many characters from the original name to display at the end of an abbreviated name. + + + + Abbreviated postfix characters + + + + The preferred maximum length of a channel (hierarchy) name in the Talking UI. Note that this is not a hard limit though. + + + + String that gets used instead of the cut-out part of an abbreviated name. + + + + Relative font size to use in the Talking UI in percent. + + + + Max. channel name length + + + + A user that is silent for the given amount of seconds will be removed from the Talkin UI. + + + + Whether to also allow abbreviating the current channel of a user (instead of only its parent channels). + + + + Abbreviate current channel name + + + + Remove silent user after + + + + Whether the channel (hierarchy) name should be abbreviated, if it exceeds the specified maximum length. + + + + Abbreviate channel names + + + + The names of how many parent channels should be included in the channel's name when displaying it in the TalkingUI? + + + + Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in). + + + + Show local user's listeners (ears) + + + + Abbreviation replacement + + + + How many characters from the original name to display at the beginning of an abbreviated name. + + + + Abbreviated prefix characters + + + + If this is checked, the local user (yourself) will always be visible in the TalkingUI (regardless of talking state). + + + + Always keep local user visible + + + + Rel. font size (%) + + + + Channel hierarchy depth + + + + Look and Feel + + + + Language to use (requires restart) + + + + <b>This sets which language Mumble should use.</b><br />You have to restart Mumble to use the new language. + + + + Theme + + + + Theme to use to style the user interface + + + + <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. + + + + Show transmit mode dropdown in toolbar + + + + Apply some high contrast optimizations for visually impaired users + + + + Optimize for high contrast + + + + Language + + + + Search + + + + The action to perform when a user is activated (via double-click or enter) in the search dialog. + + + + Action (User): + + + + The action to perform when a channel is activated (via double-click or enter) in the search dialog. + + + + Action (Channel): + + + + Silent user lifetime + + + + Prefix character count + + + + Postfix character count + + + + Maximum name length + + + + Relative font size + + + + Always on top + + + + Channel dragging + + + + Automatically expand channels when + + + + User dragging behavior + + + + System default + + + + None + + + + Only with users + + + + All + + + + Ask + + + + Do Nothing + + + + Move + + + + <a href="%1">Browse</a> + This link is located next to the theme heading in the ui config and opens the user theme directory + + + + User Interface + + + + + MainWindow + + Mumble + + + + C&onfigure + + + + &Help + + + + S&erver + + + + &Self + + + + Log + + + + This shows all recent activity. Connecting to servers, errors and information messages all show up here.<br />To configure exactly which messages show up here, use the <b>Settings</b> command from the menu. + + + + This is the chatbar<br />If you enter text here and then press enter the text is sent to the user or channel that was selected. If nothing is selected the message is sent to your current channel. + + + + Chatbar + + + + Icon Toolbar + + + + &Quit Mumble + + + + Closes the program + + + + Exits the application. + + + + Ctrl+Q + + + + &Hide Mumble + + + + Hides the main Mumble window. + + + + Hides the main Mumble window. Restore by clicking on the tray icon or starting Mumble again. + + + + &Connect... + + + + Open the server connection dialog + + + + Shows a dialog of registered servers, and also allows quick-connect. + + + + &Disconnect + + + + Disconnect from server + + + + Disconnects you from the server. + + + + &Ban list... + + + + Edit ban list on server + + + + This lets you edit the server-side IP ban list. + + + + &Information... + + + + Show information about the server connection + + + + This will show extended information about the connection to the server. + + + + &Kick... + + + + Kick user (with reason) + + + + Kick selected user off server. You'll be asked to specify a reason. + + + + &Mute + + + + Mute user + + + + Mute or unmute user on server. Unmuting a deafened user will also undeafen them. + + + + &Ban... + + + + Kick and ban user (with reason) + + + + Kick and ban selected user from server. You'll be asked to specify a reason. + + + + &Deafen + + + + Deafen user + + + + Deafen or undeafen user on server. Deafening a user will also mute them. + + + + Ignore Messages + + + + Locally ignore user's text chat messages. + + + + Silently drops all text messages from the user. + + + + Local Volume Adjustment... + + + + Locally adjust the user's speech volume. + + + + Opens a dialog with a volume slider. Use this on other users in the same room. + + + + &Local Mute + + + + Mute user locally + + + + Mute or unmute user locally. Use this on other users in the same room. + + + + Send &Message... + + + + Send a Text Message + + + + Sends a text message to another user. + + + + &Set Nickname... + + + + Set a local nickname + + + + Sets a local nickname for another user. + + + + &Add... + + + + Add new channel + + + + This adds a new sub-channel to the currently selected channel. + + + + &Remove... + + + + Remove channel + + + + This removes a channel and all sub-channels. + + + + &Edit... + + + + Edit Groups and ACL for channel + + + + This opens the Group and ACL dialog for the channel, to control permissions. + + + + &Link + + + + Link your channel to another channel + + + + This links your current channel to the selected channel. If users in a channel have permission to speak in the other channel, users can now hear each other. This is a permanent link, and will last until manually unlinked or the server is restarted. Please see the shortcuts for push-to-link. + + + + &Unlink + Channel + + + + Unlink your channel from another channel + + + + This unlinks your current channel from the selected channel. + + + + &Unlink All + + + + Unlinks your channel from all linked channels. + + + + This unlinks your current channel (not the selected one) from all linked channels. + + + + &Reset + + + + Reset audio preprocessor + + + + This will reset the audio preprocessor, including noise cancellation, automatic gain and voice activity detection. If something suddenly worsens the audio environment (like dropping the microphone) and it was temporary, use this to avoid having to wait for the preprocessor to readjust. + + + + &Mute Self + + + + Mute or unmute yourself. When muted, you will not send any data to the server. Unmuting while deafened will also undeafen. + + + + &Deafen Self + + + + Deafen or undeafen yourself. When deafened, you will not hear anything. Deafening yourself will also mute. + + + + &Text-To-Speech + + + + Toggle Text-To-Speech + + + + Enable or disable the text-to-speech engine. Only messages enabled for TTS in the Configuration dialog will actually be spoken. + + + + Audio S&tatistics... + + + + Display audio statistics + + + + Pops up a small dialog with information about your current audio input. + + + + &Unlink Plugins + + + + Forcibly unlink plugin + + + + This forces the current plugin to unlink, which is handy if it is reading completely wrong data. + + + + &Settings... + + + + Configure Mumble + + + + Allows you to change most settings for Mumble. + + + + &Filter on/off + + + + Toggle the channel filter (Alt+F) + + + + Enable or disable the filtering of select channels. +By default all empty channels will be filtered. +You can mark additional channels for filtering from +the channel's context menu. + + + + Alt+F + + + + &Audio Wizard... + + + + Start the audio configuration wizard + + + + This will guide you through the process of configuring your audio hardware. + + + + Developer &Console... + + + + Show the Developer Console + + + + Shows the Mumble Developer Console, where Mumble's log output can be inspected. + + + + Positional &Audio Viewer... + + + + Show the Positional Audio Viewer + + + + Shows the Positional Audio Viewer. In it the current information used for positional audio can be inspected. Context and identity are also shown. + + + + &What's This? + + + + Enter What's This? mode + + + + Click this to enter "What's This?" mode. Your cursor will turn into a question mark. Click on any button, menu choice or area to show a description of what it is. + + + + &About... + + + + Information about Mumble + + + + Shows a small dialog with information and license for Mumble. + + + + About &Speex... + + + + Information about Speex + + + + Shows a small dialog with information about Speex. + + + + About &Qt... + + + + Information about Qt + + + + Shows a small dialog with information about Qt. + + + + Check for &Updates + + + + Check for new version of Mumble + + + + Connects to the Mumble webpage to check if a new version is available, and notifies you with an appropriate download URL if this is the case. + + + + Sends a text message to all users in a channel. + + + + &Copy URL + + + + Copies a link to this channel to the clipboard. + + + + &Minimal View + + + + Toggle minimal window modes + + + + This will toggle minimal mode, where the log window and menu is hidden. + + + + Hide Frame + + + + Toggle showing frame on minimal window + + + + This will toggle whether the minimal window should have a frame for moving and resizing. + + + + &Certificate Wizard... + + + + Configure certificates for strong authentication + + + + This starts the wizard for creating, importing and exporting certificates for authentication against servers. + + + + &Register... + + + + Register user on server + + + + This will permanently register the user on the server. + + + + Add &Friend + + + + Adds a user as your friend. + + + + This will add the user as a friend, so you can recognize him on this and other servers. + + + + &Remove Friend + + + + Removes a user from your friends. + + + + This will remove a user from your friends list. + + + + &Update Friend + + + + Update name of your friend. + + + + Your friend uses a different name than what is in your database. This will update the name. + + + + Registered &Users... + + + + Edit registered users list + + + + This opens the editor for registered users, which allow you to change their name or unregister them. + + + + Change &Avatar... + + + + Change your avatar image on this server + + + + &Access Tokens... + + + + Add or remove text-based access tokens + + + + &Remove Avatar + + + + Remove currently defined avatar image. + + + + Reset &Comment... + + + + Reset the comment of the selected user. + + + + Reset &Avatar... + + + + Reset the avatar of the selected user. + + + + &Join Channel + + + + &Hide Channel when Filtering + + + + View Comment... + + + + View comment in editor + + + + Query server for connection information for user + + + + &Change Comment... + + + + Change your own comment + + + + R&egister... + + + + Register yourself on the server + + + + Priority Speaker + + + + Recording + + + + Show + + + + Shows the main Mumble window. + + + + Listen to channel + + + + Listen to this channel without joining it + + + + Locally adjust the volume for this virtual ear. + + + + Talking UI + + + + Toggles the visibility of the TalkingUI. + + + + Join user's channel + + + + Joins the channel of this user. + + + + Disable Text-To-Speech + + + + Locally disable Text-To-Speech for this user's text chat messages. + + + + Silently disables Text-To-Speech for all text messages from the user. + + + + Search + + + + Search for a user or channel (Ctrl+F) + + + + Ctrl+F + + + + Configuration file %1 does not exist or is not writable. + + + + + Usage: mumble [options] [<url> | <plugin_list>] + +<url> specifies a URL to connect to after startup instead of showing +the connection window, and has the following form: +mumble://[<username>[:<password>]@]<host>[:<port>][/<channel>[/<subchannel>...]][?version=<x.y.z>] + +<plugin_list> is a list of plugin files that shall be installed +The version query parameter has to be set in order to invoke the +correct client version. It currently defaults to 1.2.0. + +Valid options are: + -h, --help Show this help text and exit. + -V, --version Print version information and exit + -m, --multiple + Allow multiple instances of the client to be started. + -c, --config + Specify an alternative configuration file. + If you use this to run multiple instances of Mumble at once, + make sure to set an alternative 'database' value in the config. + --default-certificate-dir <dir> + Specify an alternative default certificate path. + This path is only used if there is no certificate loaded + from the settings. + -n, --noidentity + Suppress loading of identity files (i.e., certificates.) + -jn, --jackname <arg> + Set custom Jack client name. + --license + Show the Mumble license. + --authors + Show the Mumble authors. + --third-party-licenses + Show licenses for third-party software used by Mumble. + --window-title-ext <arg> + Sets a custom window title extension. + --dump-input-streams + Dump PCM streams at various parts of the input chain + (useful for debugging purposes) + - raw microphone input + - speaker readback for echo cancelling + - processed microphone input + --print-echocancel-queue + Print on stdout the echo cancellation queue state + (useful for debugging purposes) + --translation-dir <dir> + Specifies an additional translation directory <dir> + in which Mumble will search for translation files that + overwrite the bundled ones + Directories added this way have higher priority than + the default locations used otherwise + --print-translation-dirs + Print out the paths in which Mumble will search for + translation files that overwrite the bundled ones. + (Useful for translators testing their translations) + --locale <locale> + Overwrite the locale in Mumble's settings with a + locale that corresponds to the given locale string. + If the format is invalid, Mumble will error. + Otherwise the locale will be permanently saved to + Mumble's settings. + + + + + Remote controlling Mumble: + + + + + + Usage: mumble rpc <action> [options] + +It is possible to remote control a running instance of Mumble by using +the 'mumble rpc' command. + +Valid actions are: + mute + Mute self + unmute + Unmute self + togglemute + Toggle self-mute status + deaf + Deafen self + undeaf + Undeafen self + toggledeaf + Toggle self-deafen status + starttalking + Start talking + stoptalking + Stop talking + + + + + + Invocation + + + + Error: No RPC command specified + + + + RPC + + + + Directory %1 does not exist. + + + + + Welcome to Mumble. + + + + Skipping version check in debug mode. + + + + Root + + + + &User + + + + &Channel + + + + &Listener + + + + &Developer + + + + No action available... + + + + Channels and users + + + + Activity log + + + + Chat message + + + + Push-to-Talk + Global Shortcut + + + + Push and hold this button to send voice. + Global Shortcut + + + + This configures the push-to-talk button, and as long as you hold this button down, you will transmit voice. + Global Shortcut + + + + Reset Audio Processor + Global Shortcut + + + + Mute Self + Global Shortcut + + + + Set self-mute status. + Global Shortcut + + + + This will set or toggle your muted status. If you turn this off, you will also disable self-deafen. + Global Shortcut + + + + Deafen Self + Global Shortcut + + + + Set self-deafen status. + Global Shortcut + + + + This will set or toggle your deafened status. If you turn this on, you will also enable self-mute. + Global Shortcut + + + + Unlink Plugin + Global Shortcut + + + + Push-to-Mute + Global Shortcut + + + + Join Channel + Global Shortcut + + + + Use in conjunction with Whisper to. + Global Shortcut + + + + Toggle Overlay + Global Shortcut + + + + Toggle state of in-game overlay. + Global Shortcut + + + + This will switch the states of the in-game overlay. + Global Shortcut + + + + Toggle Minimal + Global Shortcut + + + + Volume Up (+10%) + Global Shortcut + + + + Volume Down (-10%) + Global Shortcut + + + + Mumble -- %1 + + + + Whisper/Shout + + + + Link Channel + Global Shortcut + + + + Cycle Transmit Mode + Global Shortcut + + + + Hide/show main window + Global Shortcut + + + + Set Transmit Mode to Push-To-Talk + Global Shortcut + + + + Set Transmit Mode to Continuous + Global Shortcut + + + + Set Transmit Mode to VAD + Global Shortcut + + + + Send Text Message + Global Shortcut + + + + Send Clipboard Text Message + Global Shortcut + + + + This will send your Clipboard content to the channel you are currently in. + Global Shortcut + + + + Toggle TalkingUI + Global shortcut + + + + Toggles the visibility of the TalkingUI. + Global Shortcut + + + + Toggle search dialog + Global Shortcut + + + + This will open or close the search dialog depending on whether it is currently opened already + + + + &Window + + + + Minimize + + + + Ctrl+M + + + + <center>Not connected</center> + + + + Continuous + + + + Voice Activity + + + + Push-to-Talk + + + + Mumble - Minimal View + + + + Mumble is currently connected to a server. Do you want to Close or Minimize it? + + + + Close + + + + Cancel + + + + Unmute yourself + + + + Mute yourself + + + + Undeafen yourself + + + + Deafen yourself + + + + Save Image As... + + + + Clear + + + + Save Image File + + + + Images (*.png *.jpg *.jpeg) + + + + Could not save image: %1 + + + + Transmit Mode set to Continuous + + + + Transmit Mode set to Voice Activity + + + + Transmit Mode set to Push-to-Talk + + + + Opening URL %1 + + + + File does not exist + + + + Settings merged from file. + + + + Invalid settings file encountered. + + + + URL scheme is not 'mumble' + + + + This version of Mumble can't handle URLs for Mumble version %1.%2.%3 + + + + Connecting to %1 + + + + Enter username + + + + Connecting to server %1. + + + + Reconnecting. + + + + Change your comment + + + + Register yourself as %1 + + + + <p>You are about to register yourself on this server. This action cannot be undone, and your username cannot be changed once this is done. You will forever be known as '%1' on this server.</p><p>Are you sure you want to register yourself?</p> + + + + Register user %1 + + + + <p>You are about to register %1 on the server. This action cannot be undone, the username cannot be changed, and as a registered user, %1 will have access to the server even if you change the server password.</p><p>From this point on, %1 will be authenticated with the certificate currently in use.</p><p>Are you sure you want to register %1?</p> + + + + Kicking user %1 + + + + Enter reason + + + + Banning user %1 + + + + Sending message to %1 + + + + To %1: %2 + + + + Message to %1 + + + + View comment on user %1 + + + + Are you sure you want to reset the comment of user %1? + + + + Are you sure you want to reset the avatar of user %1? + + + + Message to channel %1 + + + + Are you sure you want to delete %1 and all its sub-channels? + + + + Sending message to channel %1 + + + + To %1 (Tree): %2 + + + + Message to tree %1 + + + + Unmuted and undeafened. + + + + Unmuted. + + + + Muted. + + + + Muted and deafened. + + + + Deafened. + + + + Undeafened. + + + + Restart Mumble? + + + + Some settings will only apply after a restart of Mumble. Restart Mumble now? + + + + About Qt + + + + Connected. + + + + SSL Verification failed: %1 + + + + <li>Server certificate digest (SHA-1): %1</li> + + + + <b>WARNING:</b> The server presented a certificate that was different from the stored one. + + + + <li>Expected certificate digest (SHA-1): %1</li> + + + + Server presented a certificate which failed verification. + + + + <p>%1</p><ul>%2</ul><p>The specific errors with this certificate are:</p><ol>%3</ol><p>Do you wish to accept this certificate anyway?<br />(It will also be stored so you won't be asked this again.)</p> + + + + &View Certificate + + + + SSL Version mismatch + + + + This server is using an older encryption standard, and is no longer supported by modern versions of Mumble. + + + + Server connection failed: %1. + + + + Disconnected from server. + + + + Invalid username + + + + You connected with an invalid username, please try another one. + + + + Username in use + + + + That username is already in use, please try another username. + + + + Wrong certificate or password + + + + Wrong certificate or password for registered user. If you are +certain this user is protected by a password please retry. +Otherwise abort and check your certificate and username. + + + + Wrong password + + + + Wrong server password for unregistered user account, please try again. + + + + Server connection failed. + + + + <center>Type message to channel '%1' here</center> + + + + <center>Type message to user '%1' here</center> + + + + Choose image file + + + + Failed to load image + + + + Could not open file for reading. + + + + Image format not recognized. + + + + Your account information can not be verified currently. Please try again later + + + + Server connection rejected: %1. + + + + Server sync protocol violation. No user profile received. + + + + Welcome message: %1 + + + + Mumble: %1 + + + + Unable to %1 into %2 - Adding the respective access (password) token might grant you access. + + + + You were denied %1 privileges in %2. + + + + %3 was denied %1 privileges in %2. + + + + Denied: Cannot modify SuperUser. + + + + Denied: Invalid channel name. + + + + Denied: Text message too long. + + + + Denied: Operation not permitted in temporary channel. + + + + You need a certificate to perform this operation. + + + + %1 does not have a certificate. + + + + Invalid username: %1. + + + + Invalid username. + + + + Channel is full. + + + + Channel nesting limit reached. + + + + Channel count limit reached. Need to delete channels before creating new ones. + + + + No more listeners allowed in this channel. + + + + You are not allowed to listen to more channels than you currently are. + + + + Denied: %1. + + + + Permission denied. + + + + %1 connected and entered channel. + + + + %1 connected. + + + + You joined %1. + + + + You were moved to %1 by %2. + + + + You moved %1 to %2. + + + + %1 entered channel. + + + + %1 moved to %2. + + + + %1 moved in from %2 by %3. + + + + %1 moved to %2 by %3. + + + + %1 is recording + + + + You started listening to %1 + + + + %1 started listening to your channel + + + + You stopped listening to %1 + + + + %1 stopped listening to your channel + + + + %1 renamed to %2 by %3. + + + + %1 renamed to %2. + + + + %1 is now muted and deafened. + + + + %1 is now muted. + + + + %1 is now unmuted. + + + + Recording started + + + + Recording stopped + + + + %1 started recording. + + + + %1 stopped recording. + + + + You revoked your priority speaker status. + + + + You assumed priority speaker status. + + + + %1 revoked your priority speaker status. + + + + %1 gave you priority speaker status. + + + + You revoked priority speaker status for %1. + + + + You gave priority speaker status to %1. + + + + %1 revoked own priority speaker status. + + + + %1 assumed priority speaker status. + + + + %1 revoked priority speaker status for %2. + + + + %1 gave priority speaker status to %2. + + + + You were muted and deafened by %1. + + + + You were unmuted and undeafened by %1. + + + + You were muted by %1. + + + + You were unmuted by %1. + + + + You were undeafened by %1. + + + + You were suppressed. + + + + You were unsuppressed. + + + + You were unsuppressed by %1. + + + + You muted and deafened %1. + + + + You unmuted and undeafened %1. + + + + You muted %1. + + + + You unmuted %1. + + + + You undeafened %1. + + + + You suppressed %1. + + + + You unsuppressed %1. + + + + %1 muted and deafened by %2. + + + + %1 unmuted and undeafened by %2. + + + + %1 muted by %2. + + + + %1 unmuted by %2. + + + + %1 undeafened by %2. + + + + %1 suppressed by %2. + + + + %1 unsuppressed by %2. + + + + You were kicked and banned from the server by %1: %2. + + + + You were kicked from the server by %1: %2. + + + + %3 was kicked and banned from the server by %1: %2. + + + + %3 was kicked from the server by %1: %2. + + + + %1 left channel and disconnected. + + + + %1 disconnected. + + + + Protocol violation. Server sent remove for occupied channel. + + + + Server + message from + + + + Tree + + + + Channel + + + + Private + + + + %1: %2 + + + + (%1) %2 + + + + Message from %1 + + + + Failed to load Opus, it will not be available for audio encoding/decoding. + + + + 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 positional audio be enabled. + + + + The server requests positional audio be disabled. + + + + The server requests Push-to-Talk be enabled. + + + + The server requests Push-to-Talk be disabled. + + + + You have User Dragging set to "Do Nothing" so the user wasn't moved. + + + + You have Channel Dragging set to "Do Nothing" so the channel wasn't moved. + + + + Unknown Channel Drag mode in UserModel::dropMimeData. + + + + + Manual + + Manual Mumble Positional Audio + + + + Position + + + + Y + + + + m + + + + Z + + + + X + + + + Display + + + + How long silent user's positions should stay marked after they have stopped talking (in seconds). + + + + Silent user displaytime: + + + + Heading + + + + ° + + + + Azimuth + + + + Elevation + + + + Meta data + + + + Context + + + + Identity + + + + Set + + + + State + + + + Link + + + + Activate + + + + Unhinge + + + + + NetworkConfig + + Connection + + + + Use TCP compatibility mode + + + + <b>Enable TCP compatibility mode</b>.<br />This will make Mumble use only TCP when communicating with the server. This will increase overhead and cause lost packets to produce noticeable pauses in communication, so this should only be used if you are unable to use the default (which uses UDP for voice and TCP for control). + + + + Force TCP mode + + + + Enable QoS to prioritize packets + + + + This will enable QoS, which will attempt to prioritize voice packets over other traffic. + + + + Use Quality of Service + + + + Reconnect when disconnected + + + + <b>Reconnect when disconnected</b>.<br />This will make Mumble try to automatically reconnect after 10 seconds if your server connection fails. + + + + Reconnect automatically + + + + Reconnect to last used server when starting Mumble + + + + Reconnect to last server on startup + + + + Don't send certificate to server and don't save passwords. (Not saved). + + + + <b>This will suppress identity information from the client.</b><p>The client will not identify itself with a certificate, even if defined, and will not cache passwords for connections. This is primarily a test-option and is not saved.</p> + + + + Suppress certificate and password storage + + + + Proxy + + + + Type + + + + Type of proxy to connect through + + + + <b>Type of proxy to connect through.</b><br />This makes Mumble connect through a proxy for all outgoing connections. Note: Proxy tunneling forces Mumble into TCP compatibility mode, causing all voice data to be sent via the control channel. + + + + Direct connection + + + + HTTP(S) proxy + + + + SOCKS5 proxy + + + + Hostname + + + + Hostname of the proxy + + + + <b>Hostname of the proxy.</b><br />This field specifies the hostname of the proxy you wish to tunnel network traffic through. + + + + Port + + + + Port number of the proxy + + + + <b>Port number of the proxy.</b><br />This field specifies the port number that the proxy expects connections on. + + + + Username + + + + Username for proxy authentication + + + + <b>Username for proxy authentication.</b><br />This specifies the username you use for authenticating yourself with the proxy. In case the proxy does not use authentication, or you want to connect anonymously, simply leave this field blank. + + + + Password + + + + Password for proxy authentication + + + + <b>Password for proxy authentication.</b><br />This specifies the password you use for authenticating yourself with the proxy. In case the proxy does not use authentication, or you want to connect anonymously, simply leave this field blank. + + + + Privacy + + + + Prevent OS information being sent to Mumble servers and web servers + + + + <b>Don't send OS information to servers</b><br/> +Prevents the client from sending potentially identifying information about the operating system to the Mumble server and web servers. + + + + Do not send OS information to Mumble servers and web servers + + + + Mumble services + + + + Check for new releases of Mumble automatically. + + + + This will check for new releases of Mumble every time you start the program, and notify you if one is available. + + + + Check for application updates on startup + + + + Check for new releases of plugins automatically. + + + + This will check for new releases of plugins every time you start the program, and download them automatically. + + + + Check for plugin updates on startup + + + + Automatically download and install plugin updates + + + + Submit anonymous statistics to the Mumble project + + + + <b>Submit anonymous statistics.</b><br />Mumble has a small development team, and as such needs to focus its development where it is needed most. By submitting a bit of statistics you help the project determine where to focus development. + + + + Submit anonymous statistics + + + + When toggled this hides the public server list from the connect dialog + + + + Hide public server list + + + + Network + + + + + Overlay + + Failed to create communication with overlay at %2: %1. No overlay will be available. + + + + Silent + + + + Talking + + + + Whisper + + + + Shout + + + + Channel + + + + + OverlayClient + + Filter + + + + Only talking + + + + Talking and recently active + + + + All in current channel + + + + All in linked channels + + + + Always show yourself + + + + Configure recently active time (%1 seconds)... + + + + Columns + + + + Sort + + + + Alphabetically + + + + Last state change + + + + Edit... + + + + Reset Zoom + + + + Configure recently active time + + + + Amount of seconds users remain active after talking: + + + + + OverlayConfig + + Options + + + + Enable overlay. + + + + This sets whether the overlay is enabled or not. This setting is only checked when applications are started, so make sure Mumble is running and this option is on before you start the application.<br />Please note that if you start Mumble after starting the application, or if you disable the overlay while the application is running, there is no safe way to restart the overlay without also restarting the application. + + + + Enable Overlay + + + + Load an overlay preset from file + + + + Load… + + + + Save your overlay settings to file + + + + Save… + + + + Uninstall Overlay + + + + FPS and Clock Display + + + + Display a frame counter in the overlay + + + + Show FPS counter + + + + Display a clock in the overlay showing the current local time (system time). + + + + Show Clock + + + + Set the overlay font. + + + + Font + + + + Set the overlay text color. + + + + Color + + + + Layout + + + + Overlay Exceptions + + + + Overlay Exception Mode + + + + Allowed launchers + + + + Add + + + + Remove + + + + Allowed programs + + + + Allowed paths + + + + Blacklisted programs + + + + Overlay Installation + + + + Mumble has detected that you do not have the Mumble Overlay installed. + +Click the button below to install the overlay. + + + + Install Mumble Overlay + + + + Overlay Upgrade + + + + Mumble has detected an old version of the overlay support files installed on your computer. + +To upgrade these files to their latest versions, click the button below. + + + + Upgrade Mumble Overlay + + + + To move the users, drag the little red dot. + + + + To resize the users, mouse wheel over a user. + + + + For more options, right click a user. + + + + Launcher Filter + + + + Whitelist + + + + Blacklist + + + + Overlay + + + + Choose executable + + + + Choose application + + + + Choose path + + + + Load Overlay Presets + + + + Mumble overlay presets (*.mumblelay) + + + + Save Overlay Presets + + + + + OverlayEditor + + Overlay Editor + + + + State + + + + User is not talking + + + + Passive + + + + User is talking in your channel or a linked channel + + + + Talking + + + + User is whispering to you privately + + + + Private Whisper + + + + User is shouting to your channel + + + + Channel Whisper + + + + Zoom + + + + Zoom Factor + + + + Enabled Elements + + + + User avatar, chosen by each user + + + + Avatar + + + + User's name + + + + Username + + + + Name of user's channel, if outside your current channel + + + + Channel + + + + Muted or deafened + + + + Mute state + + + + Bounding box, automatically shrunk to minimum size to contain all visible elements + + + + Bounding box + + + + Zoom level + + + + + OverlayEditorScene + + Layout preset + + + + Large square avatar + + + + Avatar and Name + + + + User Opacity + + + + %1% + + + + Object Opacity + + + + Alignment + + + + Left + + + + Center + + + + Right + + + + Top + + + + Bottom + + + + Color... + + + + Font... + + + + Bounding box + + + + Pen width + + + + Padding + + + + Pen color + + + + Fill color + + + + Pick pen color + + + + Pick fill color + + + + Pick color + + + + Pick font + + + + + PluginConfig + + Plugins + + + + Options + + + + Enable plugins and transmit positional information + + + + This allows plugins for supported games to fetch your in-game position and transmit it with each voice packet. This enables other users to hear your voice in-game from the direction your character is in relation to their own. + + + + Link to Game and Transmit Position + + + + Name + + + + Enable + + + + PA + + + + KeyEvents + + + + Reloads all plugins + + + + This rescans and reloads plugins. Use this if you just added or changed a plugin to the plugins directory. + + + + &Reload plugins + + + + Install a plugin from a local file + + + + Install plugin... + + + + Information about plugin + + + + This shows a small information message about the plugin. + + + + &About + + + + Show configuration page of plugin + + + + This shows the configuration page of the plugin, if any. + + + + &Configure + + + + Unload the currently selected plugin. This will remove it from the plugin list for the current session. + + + + Unload + + + + The plugin was installed successfully + + + + Unable to deactivate all requested features for plugin "%1" + + + + Unable to load plugin "%1" + + + + Plugin has no configure function. + + + + Plugin has no about function. + + + + Whether the positional audio feature of this plugin should be enabled + + + + This plugin does not provide support for positional audio + + + + Whether this plugin has the permission to be listening to all keyboard events that occur while Mumble has focus + + + + Whether this plugin should be enabled + + + + + PluginInstaller + + PluginInstaller + + + + You are about to install the plugin listed below. Do you wish to proceed? + + + + <html><head/><body><p><span style=" font-weight:600;">Name:</span></p></body></html> + + + + <html><head/><body><p><span style=" font-weight:600;">Version:</span></p></body></html> + + + + <html><head/><body><p><span style=" font-weight:600;">Author(s):</span></p></body></html> + + + + <html><head/><body><p><span style=" font-weight:600;">Description:</span></p></body></html> + + + + &No + + + + &Yes + + + + The file "%1" is not a valid plugin file! + + + + Unable to locate the plugin manifest (manifest.xml) + + + + Error while processing manifest: %1 + + + + Unable to find plugin for the current OS ("%1") and architecture ("%2") + + + + Unable to locate plugin library specified in manifest ("%1") in the bundle + + + + Unable to load plugin "%1" - check the plugin interface! + + + + Overwrite plugin? + + + + The new plugin "%1" (%2) is about to overwrite the already installed plugin "%3" (%4). Do you wish to proceed? + + + + Unable to delete old plugin at "%1" + + + + Unable to copy plugin library from "%1" to "%2" + + + + Unable to move plugin library to "%1" + + + + + PluginManager + + Non-plugin found in plugin directory: "%1" + + + + Failed at loading manual plugin: %1 + + + + %1 lost link + + + + %1 linked + + + + Plugin "%1" encountered a permanent error in positional data gathering + + + + + PluginUpdater + + PluginUpdater + + + + The following plugins can be updated. + + + + Select all + + + + Plugin + + + + Download-URL + + + + Do you want to update the selected plugins? + + + + Unable to download plugin update for "%1" from "%2" (%3) + + + + Update for plugin "%1" failed due to too many redirects + + + + Unable to download plugin update for "%1" from "%2" (HTTP status code %3) + + + + Successfully updated plugin "%1" + + + + + PortAudioSystem + + Default device + + + + + PositionalAudioViewer + + Positional Audio Viewer + + + + Camera direction + + + + X + + + + Y + + + + Z + + + + Player position + + + + Player axis + + + + Player direction + + + + Camera axis + + + + Camera position + + + + Info + + + + Context + + + + Identity + + + + + PulseAudioSystem + + Default Input + + + + Default Output + + + + + QApplication + + Mumble is currently connected to a server + + + + Failed to restart mumble + + + + Mumble failed to restart itself. Please restart it manually. + + + + + QObject + + CodecInit: Failed to load Opus, it will not be available for encoding/decoding audio. + + + + RNNoise is not available due to a sample rate mismatch. + + + + If enabled this tries to cancel out echo from the audio stream. + + + + Echo cancellation is not supported for the interface combination "%1" (in) and "%2" (out). + + + + Reset all settings? + + + + Do you really want to reset all settings (not only the ones currently visible) to their default value? + + + + <b>Blocked URL scheme "%1"</b> + + + + The URL uses a scheme that has been blocked for security reasons. + + + + Blocked URL: "%1" + + + + Default Device + + + + Access to the microphone was denied. Please allow Mumble to use the microphone by changing the settings in System Preferences -> Security & Privacy -> Privacy -> Microphone. + + + + Access to the microphone was denied due to system restrictions. You will not be able to use the microphone in this session. + + + + Disabled + + + + Echo cancellation is disabled. + + + + Mixed echo cancellation (speex) + + + + Mixed has low CPU impact, but only works well if your speakers are equally loud and equidistant from the microphone. + + + + Multichannel echo cancellation (speex) + + + + Multichannel echo cancellation provides much better echo cancellation, but at a higher CPU cost. Multichannel echo cancellation requires more CPU, so you should try mixed first. + + + + EXPERIMENTAL: Acoustic echo cancellation (Apple). + + + + The support for this option is experimental only! This option works best when using built-in microphone and speaker. + + + + All messages + + + + Toggle console for all events + + + + Toggle pop-up notifications for all events + + + + Toggle window highlight (if not active) for all events + + + + Click here to toggle sound notifications for all events + + + + Toggle Text-to-Speech for all events + + + + The directories in which Mumble searches for extra translation files are: + + + + + Invocation + + + + The provided URL uses an invalid version format: "%1" + + + + Local Mute + + + + Ignore Messages + + + + Disable Text-To-Speech + + + + "%1" could not be saved permanently and is lost on restart because %2 does not have a certificate. + + + + <p>You're using a Mumble version that <b>explicitly disabled</b> update-checks.</p><p>This means that the update notification you might receive by using this option will <b>most likely be meaningless</b> for you.</p> + + + + <p>If you're using Linux this is most likely because you are using a version from your distribution's package repository that have their own update cycles.</p><p>If you want to always have the most recent Mumble version, you should consider using a different method of installation. +See <a href="https://wiki.mumble.info/wiki/Installing_Mumble">the Mumble wiki</a> for what alternatives there are.</p> + + + + Talking (muted) + + + + Potentially broken settings + + + + Load backup settings? + + + + It seems that Mumble did not perform a normal shutdown. If you did not intentionally kill the application, this could mean that the used settings caused a crash. Do you want to load the setting's backup instead? + + + + The backed-up settings also seem to have been saved without Mumble exiting normally (potentially indicating a crash). + + + + If you experience repeated crashes with these settings, you might have to manually delete the settings files at <pre>%1</pre> and <pre>%2</pre> in order to reset all settings to their default value. + + + + Shortcuts migration incomplete + + + + Unfortunately %1 shortcut(s) could not be migrated. +You can register them again. + + + + Talking UI + + + + Local Nickname Adjustment... + + + + Local Volume Adjustment... + + + + + RichTextEditor + + Display + + + + Source Text + + + + &Bold + + + + Ctrl+B + + + + &Italic + + + + Italic + + + + Ctrl+I + + + + Underline + + + + Ctrl+U + + + + Color + + + + Insert Link + + + + Ctrl+L + + + + Insert Image + + + + Failed to load image + + + + Image file too large to embed in document. Please use images smaller than %1 kB. + + + + Message is too long. + + + + + RichTextEditorLink + + Add Link + + + + URL + + + + Text + + + + + Search::SearchDialog + + None + + + + Join + + + + + SearchDialog + + Search + + + + Enter search String... + + + + Options + + + + Whether to search for users + + + + &Users + + + + Whether the search should be performed case-sensitively + + + + Case-&sensitive + + + + Options: + + + + Whether the search string should be interpreted as a regular expression + + + + &RegEx + + + + Whether to search for channels + + + + &Channels + + + + Search for: + + + + + ServerHandler + + Unable to resolve hostname + + + + Server is not responding to TCP pings + + + + UDP packets cannot be sent to or received from the server. Switching to TCP mode. + + + + UDP packets cannot be sent to the server. Switching to TCP mode. + + + + UDP packets cannot be received from the server. Switching to TCP mode. + + + + UDP packets can be sent to and received from the server. Switching back to UDP mode. + + + + Connection timed out + + + + + ServerInformation + + Server information + + + + Server Information + + + + <b>Host:</b> + + + + <html><head/><body><p><span style=" font-weight:600;">Port:</span></p></body></html> + + + + <b>Users</b>: + + + + <html><head/><body><p><span style=" font-weight:600;">Protocol:</span></p></body></html> + + + + <html><head/><body><p><span style=" font-weight:600;">Release:</span></p></body></html> + + + + <html><head/><body><p><span style=" font-weight:600;">OS:</span></p></body></html> + + + + Audio + + + + <html><head/><body><p><span style=" font-weight:600;">Allowed:</span></p></body></html> + + + + <b>Current:</b> + + + + <b>Codec:</b> + + + + Connection details + + + + UDP (Voice) + + + + <b>Encryption:</b> + + + + <b>Avg. latency:</b> + + + + Statistics + + + + Good + + + + Late + + + + Lost + + + + Resync + + + + Outgoing + + + + Incoming + + + + Voice packets is currently sent over TCP. + + + + TCP (Control) + + + + <b>TLS version:</b> + + + + <b>Cipher suite:</b> + + + + Whether the connection supports perfect forward secrecy (PFS). + + + + <b>PFS:</b> + + + + <forward secrecy> + + + + &View certificate + + + + &Ok + + + + Unknown + + + + Yes + + + + No + + + + + ServerView + + Favorite + + + + LAN + + + + Public Internet + + + + + ShortcutActionWidget + + Unassigned + + + + + ShortcutDelegate + + On + + + + Off + + + + Toggle + + + + Unassigned + + + + No buttons assigned + + + + Press to show button combination + + + + + ShortcutTargetDialog + + Root + + + + Parent + + + + Current + + + + Subchannel #%1 + + + + + ShortcutTargetWidget + + ... + + + + Current selection + + + + , + + + + Root + + + + Parent + + + + Current + + + + Subchannel #%1 + + + + Invalid + + + + Empty + + + + + ShortcutToggleWidget + + Off + + + + Toggle + + + + On + + + + + TextMessage + + If checked the message is recursively sent to all subchannels + + + + Send recursively to subchannels + + + + Message + + + + Enter text + + + + + Tokens + + Mumble - Access Tokens + + + + List of access tokens on current server + + + + <b>This is an editable list of access tokens on the connected server.</b> +<br /> +An access token is a text string, which can be used as a password for very simple access management on channels. Mumble will remember the tokens you've used and resend them to the server next time you reconnect, so you don't have to enter these every time. + + + + + Add a token + + + + &Add + + + + Remove a token + + + + &Remove + + + + Tokens + + + + Empty Token + + + + + UserEdit + + Registered Users + + + + Rename + + + + Remove + + + + Who are you looking for? + + + + Days + + + + Weeks + + + + Months + + + + Years + + + + Inactive for + + + + Search + + + + User list + + + + Registered users: %n account(s) + + + + + + + + + UserInformation + + User Information + + + + Connection Information + + + + Version + + + + OS + + + + Certificate + + + + IP Address + + + + CELT Versions + + + + Details... + + + + Ping Statistics + + + + Pings received + + + + Average ping + + + + Ping deviation + + + + TCP (Control) + + + + UDP (Voice) + + + + UDP Network statistics + + + + Good + + + + Late + + + + Lost + + + + Resync + + + + From Client + + + + To Client + + + + Bandwidth + GroupBox + + + + Connection time + + + + Bandwidth + Label + + + + Not Reported + + + + %1w + + + + %1d + + + + %1h + + + + %1m + + + + %1s + + + + , + + + + %1 (%2) + + + + Supported + + + + Not Supported + + + + %1 online (%2 idle) + + + + %1 online + + + + %1 kbit/s + + + + + UserListModel + + Nick + + + + Inactive days + + + + Last channel + + + + Last seen: %1 + + + + Never + + + + Channel ID: %1 + + + + + UserLocalNicknameDialog + + Local nickname for other users + + + + <b>Adjust the nickname of other users locally</b><br /> + + + + User nickname + + + + Adjusting local nickname for %1 + + + + + UserLocalVolumeDialog + + Local volume for other users + + + + <b>Adjust the volume of other users locally</b><br />Mumble supports adjusting the volume of other users locally. + + + + dB + + + + <html><head/><body><p>Use the slider or the text box to change the volume of the user.</p><p><span style="font-weight:600;">Attention!</span></p><p>Increasing the volume of a user too much can permanently damage your hearing. It may also increase the background noise of the user.</p></body></html> + + + + User volume + + + + Adjusting local volume for %1 + + + + + UserModel + + This is a user connected to the server. The icon to the left of the user indicates whether or not they are talking: + + + + Talking to your channel. + + + + Shouting directly to your channel. + + + + Whispering directly to you. + + + + Not talking. + + + + Talking while being muted on your end + + + + This is a channel listener. The corresponding user hears everything you say in this channel. + + + + This is a channel on the server. The icon indicates the state of the channel: + + + + Your current channel. + + + + A channel that is linked with your channel. Linked channels can talk to each other. + + + + A channel on the server that you are not linked to. + + + + This shows the flags the user has on the server, if any: + + + + On your friend list + + + + Authenticated user + + + + Muted (manually muted by self) + + + + Muted (manually muted by admin) + + + + Muted (not allowed to speak in current channel) + + + + Muted (muted by you, only on your machine) + + + + Muted (push-to-mute) + + + + Deafened (by self) + + + + Deafened (by admin) + + + + User has a new comment set (click to show) + + + + User has a comment set, which you've already seen. (click to show) + + + + Ignoring Text Messages + + + + This shows the flags the channel has, if any: + + + + Channel has a new comment set (click to show) + + + + Channel has a comment set, which you've already seen. (click to show) + + + + Channel will be hidden when filtering is enabled + + + + Channel has access restrictions so that you can't enter it + + + + Channel has access restrictions but you can enter nonetheless + + + + Name + + + + Flags + + + + Are you sure you want to drag this user? + + + + Are you sure you want to drag this channel? + + + + Cannot perform this movement automatically, please reset the numeric sorting indicators or adjust it manually. + + + + + VersionCheck + + Upgrade Mumble + + + + A new version of Mumble has been detected and automatically downloaded. It is recommended that you either upgrade to this version, or downgrade to the latest stable release. Do you want to launch the installer now? + + + + Failed to launch snapshot installer. + + + + Corrupt download of new version detected. Automatically removed. + + + + Downloading new snapshot from %1 to %2 + + + + Failed to write new version to disk. + + + + Mumble failed to retrieve version information from the central server. + + + + + ViewCert + + Certificate Chain Details + + + + Certificate chain + + + + Certificate details + + + + Common Name + + + + Organization + + + + Subunit + + + + Country + + + + Locality + + + + State + + + + Valid from: %1 + + + + Valid to: %1 + + + + Serial: %1 + + + + Public Key: %1 bits %2 + + + + RSA + + + + DSA + + + + Digest (SHA-1): %1 + + + + Digest (SHA-256): %1 + + + + Email: %1 + + + + DNS: %1 + + + + Issued by: + + + + Unit Name + + + + + VoiceRecorder + + Recorder failed to create directory '%1' + + + + Recorder failed to open file '%1' + + + + .wav - Uncompressed + + + + .ogg (Vorbis) - Compressed + + + + .au - Uncompressed + + + + .flac - Lossless compressed + + + + .opus - Lossy compressed + + + + + VoiceRecorderDialog + + Recorder + + + + Control + + + + 00:00:00 + + + + &Start + + + + S&top + + + + Mode + + + + Downmix + + + + Multichannel + + + + Output + + + + Output format + + + + Target directory + + + + Filename + + + + &Browse... + + + + Valid variables are: + + + + Inserts the user's name + + + + Inserts the current date + + + + Inserts the current time + + + + Inserts the hostname + + + + Recorder still running + + + + Closing the recorder without stopping it will discard unwritten audio. Do you really want to close the recorder? + + + + Unable to start recording. Not connected to a server. + + + + The server you are currently connected to is version 1.2.2 or older. For privacy reasons, recording on servers of versions older than 1.2.3 is not possible. +Please contact your server administrator for further information. + + + + There is already a recorder active for this server. + + + + Please select a recording format. + + + + Unable to start recording - the audio output is miconfigured (0Hz sample rate) + + + + Stopping + + + + Select target directory + + + + + WASAPIInput + + Access to the microphone was denied. Please check that your operating system's microphone settings allow Mumble to use the microphone. + + + + + WASAPISystem + + Default Device + + + + + qwPTTButtonWidget + + Mumble PTT + + + + Push to talk + + + + -- cgit v1.2.3