diff --git a/src/mumble/LookConfig.cpp b/src/mumble/LookConfig.cpp
index 67534d1ef87..95d059ea4d9 100644
--- a/src/mumble/LookConfig.cpp
+++ b/src/mumble/LookConfig.cpp
@@ -196,6 +196,7 @@ void LookConfig::load(const Settings &r) {
loadCheckBox(qcbAbbreviateChannelNames, r.bTalkingUI_AbbreviateChannelNames);
loadCheckBox(qcbAbbreviateCurrentChannel, r.bTalkingUI_AbbreviateCurrentChannel);
loadCheckBox(qcbShowLocalListeners, r.bTalkingUI_ShowLocalListeners);
+ loadCheckBox(qcbCtrlScrollLocalVolAdj, r.talkingUI_CtrlScrollLocalVolAdj);
qsbRelFontSize->setValue(r.iTalkingUI_RelativeFontSize);
qsbSilentUserLifetime->setValue(r.iTalkingUI_SilentUserLifeTime);
qsbChannelHierarchyDepth->setValue(r.iTalkingUI_ChannelHierarchyDepth);
@@ -268,6 +269,7 @@ void LookConfig::save() const {
s.bTalkingUI_AbbreviateChannelNames = qcbAbbreviateChannelNames->isChecked();
s.bTalkingUI_AbbreviateCurrentChannel = qcbAbbreviateCurrentChannel->isChecked();
s.bTalkingUI_ShowLocalListeners = qcbShowLocalListeners->isChecked();
+ s.talkingUI_CtrlScrollLocalVolAdj = qcbCtrlScrollLocalVolAdj->isChecked();
s.iTalkingUI_RelativeFontSize = qsbRelFontSize->value();
s.iTalkingUI_SilentUserLifeTime = qsbSilentUserLifetime->value();
s.iTalkingUI_ChannelHierarchyDepth = qsbChannelHierarchyDepth->value();
diff --git a/src/mumble/LookConfig.ui b/src/mumble/LookConfig.ui
index f87994cc294..02ace84611e 100644
--- a/src/mumble/LookConfig.ui
+++ b/src/mumble/LookConfig.ui
@@ -56,7 +56,7 @@
- User Dragging
+ &User DraggingqcbUserDrag
@@ -66,7 +66,7 @@
- Channel Dragging
+ Channel Dra&ggingqcbChannelDrag
@@ -83,7 +83,7 @@
- Expand
+ E&xpandqcbExpand
@@ -152,7 +152,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -165,7 +165,7 @@
- Qt::Vertical
+ Qt::Orientation::Vertical
@@ -209,7 +209,7 @@
- Hybrid
+ H&ybrid
@@ -251,7 +251,7 @@
- Stacked
+ Stac&ked
@@ -283,7 +283,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -325,7 +325,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -338,7 +338,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -351,7 +351,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -364,7 +364,7 @@
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -474,7 +474,7 @@
- Quit Behavior
+ &Quit BehaviorqcbQuitBehavior
@@ -601,7 +601,7 @@
6
-
+ How many characters from the original name to display at the end of an abbreviated name.
@@ -614,72 +614,20 @@
-
-
-
- The preferred maximum length of a channel (hierarchy) name in the Talking UI. Note that this is not a hard limit though.
-
-
- Maximum channel name length
-
-
-
-
-
-
-
- 0
- 0
-
-
-
- String that gets used instead of the cut-out part of an abbreviated name.
-
-
- Abbreviation replacement characters
-
-
-
-
-
-
- How many characters from the original name to display at the end of an abbreviated name.
-
-
- Postfix character count
-
-
-
-
-
-
- Relative font size to use in the Talking UI in percent.
-
-
- Relative font size (in percent)
-
-
- 1
-
-
- 500
-
-
-
-
-
+
+
- The preferred maximum length of a channel (hierarchy) name in the Talking UI. Note that this is not a hard limit though.
+ How many characters from the original name to display at the beginning of an abbreviated name.
- Max. channel name length
+ Abbreviated prefix characters
- qsbMaxNameLength
+ qsbPrefixCharCount
-
+
@@ -701,32 +649,36 @@
-
-
+
+
- Whether to also allow abbreviating the current channel of a user (instead of only its parent channels).
+ Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in).
- Abbreviate current channel name
+ Show local user's listeners (ears)
-
-
-
-
- 0
- 0
-
-
+
+
- A user that is silent for the given amount of seconds will be removed from the Talkin UI.
+ The names of how many parent channels should be included in the channel's name when displaying it in the TalkingUI?
- Remove silent user after
+ Channel hierarchy depth
- qsbSilentUserLifetime
+ qsbChannelHierarchyDepth
+
+
+
+
+
+
+ Whether to also allow abbreviating the current channel of a user (instead of only its parent channels).
+
+
+ Abbreviate current channel name
@@ -740,7 +692,7 @@
-
+ The names of how many parent channels should be included in the channel's name when displaying it in the TalkingUI?
@@ -750,39 +702,42 @@
-
-
+
+
- Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in).
+ The preferred maximum length of a channel (hierarchy) name in the Talking UI. Note that this is not a hard limit though.
-
- Show local user's listeners (ears)
+
+ Maximum channel name length
-
-
+
+
- String that gets used instead of the cut-out part of an abbreviated name.
-
-
- Abbreviation replacement
+ How many characters from the original name to display at the end of an abbreviated name.
-
- qleAbbreviationReplacement
+
+ Postfix character count
-
-
+
+
+
+
+ 0
+ 0
+
+
- How many characters from the original name to display at the beginning of an abbreviated name.
+ A user that is silent for the given amount of seconds will be removed from the Talkin UI.
- Abbreviated prefix characters
+ Remove silent user after
- qsbPrefixCharCount
+ qsbSilentUserLifetime
@@ -796,39 +751,74 @@
-
-
+
+
- How many characters from the original name to display at the beginning of an abbreviated name.
+ Relative font size to use in the Talking UI in percent.
-
- Prefix character count
+
+ Rel. font si&ze (%)
+
+
+ qsbRelFontSize
-
-
+
+ Relative font size to use in the Talking UI in percent.
+
+ Relative font size (in percent)
+
+
+ 1
+
+
+ 500
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+ String that gets used instead of the cut-out part of an abbreviated name.
+
+
+ Abbreviation replacement characters
+
+
+
+
+
+
+ The preferred maximum length of a channel (hierarchy) name in the Talking UI. Note that this is not a hard limit though.
+
- Rel. font size (%)
+ Max. channel name length
- qsbRelFontSize
+ qsbMaxNameLength
-
-
+
+
- The names of how many parent channels should be included in the channel's name when displaying it in the TalkingUI?
+ String that gets used instead of the cut-out part of an abbreviated name.
- Channel hierarchy depth
+ Abbreviation replacement
- qsbChannelHierarchyDepth
+ qleAbbreviationReplacement
@@ -842,6 +832,26 @@
+
+
+
+ How many characters from the original name to display at the beginning of an abbreviated name.
+
+
+ Prefix character count
+
+
+
+
+
+
+ Whether to change the local volume adjustment for the selected user when scrolling the mouse wheel up (increase) or down (decrease) while Control is pressed.
+
+
+ CTRL + Scroll to change selected user's volume
+
+
+
@@ -867,7 +877,7 @@
- Theme
+ &ThemeqcbTheme
@@ -913,7 +923,7 @@
- Qt::Vertical
+ Qt::Orientation::Vertical
@@ -926,7 +936,7 @@
- Language
+ &LanguageqcbLanguage
@@ -939,7 +949,7 @@
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter
@@ -1013,7 +1023,7 @@
- Qt::Vertical
+ Qt::Orientation::Vertical
diff --git a/src/mumble/Settings.h b/src/mumble/Settings.h
index ede2f449cc4..247caec1eca 100644
--- a/src/mumble/Settings.h
+++ b/src/mumble/Settings.h
@@ -375,6 +375,7 @@ struct Settings {
bool bTalkingUI_AbbreviateChannelNames = true;
bool bTalkingUI_AbbreviateCurrentChannel = false;
bool bTalkingUI_ShowLocalListeners = false;
+ bool talkingUI_CtrlScrollLocalVolAdj = false;
/// relative font size in %
int iTalkingUI_RelativeFontSize = 100;
int iTalkingUI_SilentUserLifeTime = 10;
diff --git a/src/mumble/SettingsKeys.h b/src/mumble/SettingsKeys.h
index 3e1f59e523a..fa635363a53 100644
--- a/src/mumble/SettingsKeys.h
+++ b/src/mumble/SettingsKeys.h
@@ -223,20 +223,21 @@ const SettingsKey CRASH_EMAIL_ADDRESS_KEY = { "crash_report_email
// TalkingUI
-const SettingsKey TALKINGUI_POSITION_KEY = { "talkingui_position" };
-const SettingsKey SHOW_TALKINGUI_KEY = { "display_talkingui" };
-const SettingsKey TALKINGUI_USERS_ALWAYS_VISIBLE_KEY = { "users_always_visible" };
-const SettingsKey TALKINGUI_LOCAL_USER_STAYS_VISIBLE_KEY = { "local_user_stays_visible" };
-const SettingsKey TALKINGUI_ABBREVIATE_CHANNEL_NAMES_KEY = { "abbreviate_channel_names" };
-const SettingsKey TALKINGUI_ABBREVIATE_CURRENT_CHANNEL_KEY = { "abbreviate_current_channel_name" };
-const SettingsKey TALKINGUI_DISPLAY_LOCAL_LISTENERS_KEY = { "display_local_listeners" };
-const SettingsKey TALKINGUI_RELATIVE_FONT_SIZE_KEY = { "relative_font_size" };
-const SettingsKey TALKINGUI_SILENT_USER_LIFETIME_KEY = { "silent_user_lifetime" };
-const SettingsKey TALKINGUI_CHANNEL_HIERARCHY_DEPTH_KEY = { "channel_hierarchy_depth" };
-const SettingsKey TALKINGUI_MAX_CHANNEL_NAME_LENGTH_KEY = { "max_channel_name_length" };
-const SettingsKey TALKINGUI_NAME_PREFIX_COUNT_KEY = { "name_prefix_count" };
-const SettingsKey TALKINGUI_NAME_POSTFIX_COUNT_KEY = { "name_postfix_count" };
-const SettingsKey TALKINGUI_ABBREVIATION_REPLACEMENT_KEY = { "abbreviation_replacement" };
+const SettingsKey TALKINGUI_POSITION_KEY = { "talkingui_position" };
+const SettingsKey SHOW_TALKINGUI_KEY = { "display_talkingui" };
+const SettingsKey TALKINGUI_USERS_ALWAYS_VISIBLE_KEY = { "users_always_visible" };
+const SettingsKey TALKINGUI_LOCAL_USER_STAYS_VISIBLE_KEY = { "local_user_stays_visible" };
+const SettingsKey TALKINGUI_ABBREVIATE_CHANNEL_NAMES_KEY = { "abbreviate_channel_names" };
+const SettingsKey TALKINGUI_ABBREVIATE_CURRENT_CHANNEL_KEY = { "abbreviate_current_channel_name" };
+const SettingsKey TALKINGUI_DISPLAY_LOCAL_LISTENERS_KEY = { "display_local_listeners" };
+const SettingsKey TALKINGUI_RELATIVE_FONT_SIZE_KEY = { "relative_font_size" };
+const SettingsKey TALKINGUI_SILENT_USER_LIFETIME_KEY = { "silent_user_lifetime" };
+const SettingsKey TALKINGUI_CHANNEL_HIERARCHY_DEPTH_KEY = { "channel_hierarchy_depth" };
+const SettingsKey TALKINGUI_MAX_CHANNEL_NAME_LENGTH_KEY = { "max_channel_name_length" };
+const SettingsKey TALKINGUI_NAME_PREFIX_COUNT_KEY = { "name_prefix_count" };
+const SettingsKey TALKINGUI_NAME_POSTFIX_COUNT_KEY = { "name_postfix_count" };
+const SettingsKey TALKINGUI_ABBREVIATION_REPLACEMENT_KEY = { "abbreviation_replacement" };
+const SettingsKey TALKINGUI_CTRL_SCROLL_LOCAL_VOLUME_ADJUSTMENT_KEY = { "ctrl_scroll_local_volume_adjustment" };
// Channel hierarchy
const SettingsKey CHANNEL_NAME_SEPARATOR_KEY = { "channel_name_separator" };
diff --git a/src/mumble/SettingsMacros.h b/src/mumble/SettingsMacros.h
index dfcbee89974..de7ee55906d 100644
--- a/src/mumble/SettingsMacros.h
+++ b/src/mumble/SettingsMacros.h
@@ -204,7 +204,8 @@
PROCESS(talkingui, TALKINGUI_MAX_CHANNEL_NAME_LENGTH_KEY, iTalkingUI_MaxChannelNameLength) \
PROCESS(talkingui, TALKINGUI_NAME_PREFIX_COUNT_KEY, iTalkingUI_PrefixCharCount) \
PROCESS(talkingui, TALKINGUI_NAME_POSTFIX_COUNT_KEY, iTalkingUI_PostfixCharCount) \
- PROCESS(talkingui, TALKINGUI_ABBREVIATION_REPLACEMENT_KEY, qsTalkingUI_AbbreviationReplacement)
+ PROCESS(talkingui, TALKINGUI_ABBREVIATION_REPLACEMENT_KEY, qsTalkingUI_AbbreviationReplacement) \
+ PROCESS(talkingui, TALKINGUI_CTRL_SCROLL_LOCAL_VOLUME_ADJUSTMENT_KEY, talkingUI_CtrlScrollLocalVolAdj)
#define CHANNEL_HIERARCHY_SETTINGS PROCESS(channel_hierarchy, CHANNEL_NAME_SEPARATOR_KEY, qsHierarchyChannelSeparator)
diff --git a/src/mumble/TalkingUI.cpp b/src/mumble/TalkingUI.cpp
index 7ad992d1391..d8e9a933975 100644
--- a/src/mumble/TalkingUI.cpp
+++ b/src/mumble/TalkingUI.cpp
@@ -10,6 +10,7 @@
#include "MainWindow.h"
#include "TalkingUIComponent.h"
#include "UserModel.h"
+#include "VolumeAdjustment.h"
#include "widgets/MultiStyleWidgetWrapper.h"
#include "Global.h"
@@ -24,6 +25,7 @@
#include
#include
#include
+#include
#include
#include
#include
@@ -569,6 +571,41 @@ void TalkingUI::mousePressEvent(QMouseEvent *event) {
updateUI();
}
+void TalkingUI::wheelEvent(QWheelEvent *event) {
+ if (!event->modifiers().testFlag(Qt::ControlModifier)) {
+ return QWidget::wheelEvent(event);
+ }
+
+ if (!Global::get().s.talkingUI_CtrlScrollLocalVolAdj) {
+ return;
+ }
+
+ ClientUser *user = Global::get().mw->pmModel->getSelectedUser();
+ if (!user) {
+ return;
+ }
+
+ int volAdjustment = VolumeAdjustment::toIntegerDBAdjustment(user->getLocalVolumeAdjustments());
+
+ if (event->angleDelta().y() > 0) {
+ if (volAdjustment >= 30) {
+ // 30 dB is the upper limit defined for the volume slider (VolumeSliderWidgetAction.cpp).
+ return;
+ }
+
+ volAdjustment += 1;
+ } else {
+ if (volAdjustment <= -30) {
+ // -30 dB is the lower limit defined for the volume slider (VolumeSliderWidgetAction.cpp).
+ return;
+ }
+
+ volAdjustment -= 1;
+ }
+
+ user->setLocalVolumeAdjustment(VolumeAdjustment::toFactor(volAdjustment));
+}
+
void TalkingUI::setVisible(bool visible) {
if (visible) {
adjustSize();
diff --git a/src/mumble/TalkingUI.h b/src/mumble/TalkingUI.h
index 3c3cde7a487..9329ff9b043 100644
--- a/src/mumble/TalkingUI.h
+++ b/src/mumble/TalkingUI.h
@@ -23,6 +23,7 @@ class QLabel;
class QGroupBox;
class QTimer;
class QMouseEvent;
+class QWheelEvent;
class Channel;
class ClientUser;
@@ -104,6 +105,7 @@ class TalkingUI : public QWidget {
bool isSelected(const TalkingUIComponent &component) const;
void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE;
+ void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE;
public:
TalkingUI(QWidget *parent = nullptr);
diff --git a/src/mumble/mumble_ar.ts b/src/mumble/mumble_ar.ts
index dd663f63524..006780f3cb4 100644
--- a/src/mumble/mumble_ar.ts
+++ b/src/mumble/mumble_ar.ts
@@ -4535,14 +4535,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4556,18 +4548,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4656,10 +4640,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4668,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4780,10 +4756,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4844,10 +4816,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4940,6 +4908,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_bg.ts b/src/mumble/mumble_bg.ts
index aa69e7d0195..a0d25f90059 100644
--- a/src/mumble/mumble_bg.ts
+++ b/src/mumble/mumble_bg.ts
@@ -4532,14 +4532,6 @@ The setting only applies for new messages, the already shown ones will retain th
Класическо
-
-
- Натрупано
-
-
-
- Кръстоска
- По избор
@@ -4553,18 +4545,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Тема
- Тема, която да оформи потребителския интерфейс
@@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_br.ts b/src/mumble/mumble_br.ts
index eedda2765c8..3c42819e671 100644
--- a/src/mumble/mumble_br.ts
+++ b/src/mumble/mumble_br.ts
@@ -4531,14 +4531,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasel
-
-
-
-
-
-
-
-
@@ -4552,18 +4544,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
- Dispakañ
-
-
-
-
-
@@ -4652,10 +4636,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Tem
-
@@ -4664,10 +4644,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4776,10 +4752,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4840,10 +4812,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4936,6 +4904,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_ca.ts b/src/mumble/mumble_ca.ts
index 5e2ea16f38e..fd9ac071f4d 100644
--- a/src/mumble/mumble_ca.ts
+++ b/src/mumble/mumble_ca.ts
@@ -4593,14 +4593,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
Clàssic
-
-
- Apilat
-
-
-
- Híbrid
- Personalitzat
@@ -4614,18 +4606,10 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Això permet triar el comportament quan s'arrossega un canal; es pot utilitzar per evitar l'arrossegament accidental. <i>Mou</i> mou el canal sense preguntar-ho. <i>No facis res</i> no ho mou i mostra un missatge d’error. <i>Pregunta-ho</i> demana que confirmeu si realment voleu moure el canal.
-
-
- Expandeix
- Quan s'expandeixen automàticament els canals
-
-
- Arrossegament dels canals
- Sempre per sobre
@@ -4714,10 +4698,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
Desplega el mode de transmissió a la barra d'eines
-
-
- Tema
- Tema de la interfície d'usuari
@@ -4726,10 +4706,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
<b>Trieu al tema de la interfície d'usuari del Mumble</b><br />El Mumble recollirà els temes de certs directoris i els mostrarà en aquesta llista. El que trieu s’utilitzarà per personalitzar l’aspecte visual del Mumble. Això inclou els colors, icones i més.
-
-
- Arrossegament dels usuaris
- Canvia el comportament en moure els usuaris.
@@ -4838,10 +4814,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
Mida relativa en percentatge, del tipus de lletra de la interfície d'usuari de la parla.
-
-
- Mida del tipus de la lletra (%)
- Cadena que s'utilitza en lloc de la part retallada d'un nom abreujat.
@@ -4902,10 +4874,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
Acció (Canal):
-
-
- Comportament a la sortida
- Aquest paràmetre permet triar el comportament en clicar la X de la cantonada superior dreta.
@@ -4998,6 +4966,50 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat
Mode de l'acció de cerca de canals
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_cs.ts b/src/mumble/mumble_cs.ts
index db6bfe2153f..90c3a04f467 100644
--- a/src/mumble/mumble_cs.ts
+++ b/src/mumble/mumble_cs.ts
@@ -4586,14 +4586,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasické
-
-
- Na sobě
-
-
-
- Smíšené
- Vlastní
@@ -4607,18 +4599,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Toto nastavuje chování při táhnutí kanálů; může být použito pro zabránění neúmyslného táhnutí. <i>Přesunout</i> přesune kanály bez potvrzení. <i>Nedělat nic</i> nic neudělá a vypíše chybovou zprávu. <i>Zeptat se</i> použije rámeček se zprávou pro potvrzení, jetli opravdu chcete kanál přesunout.
-
-
- Zvětšit
- Kdy automaticky zvětšit kanály
-
-
- Táhnutí Kanálů
- Vždy Nahoře
@@ -4707,10 +4691,6 @@ The setting only applies for new messages, the already shown ones will retain th
Zobrazit režim přenosu v nástrojové liště
-
-
- Vzhled
- Vzhled který bude použit ke změně stylu uživatelského rozhraní
@@ -4719,10 +4699,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>Zde můžete zvolit vzhled, pomocí kterého bude změněn styl uživatelského rozhraní Mumble</b><br />Mumble vzhledy hledá v určitých adresářích a zobrazí je v tomto seznamu. Ten, který zvolíte, budde použit k přizpůsobení vizuálního vzhledu Mumble. To zahrnuje barvy, ikony a další.
-
-
-
-
@@ -4831,10 +4807,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4895,10 +4867,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4991,6 +4959,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_cy.ts b/src/mumble/mumble_cy.ts
index 01b3ac558f6..7f845d0b798 100644
--- a/src/mumble/mumble_cy.ts
+++ b/src/mumble/mumble_cy.ts
@@ -4535,14 +4535,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4556,18 +4548,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4656,10 +4640,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4668,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4780,10 +4756,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4844,10 +4816,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4940,6 +4908,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_da.ts b/src/mumble/mumble_da.ts
index 70ef310e7fe..fd7de30d493 100644
--- a/src/mumble/mumble_da.ts
+++ b/src/mumble/mumble_da.ts
@@ -4584,14 +4584,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klassisk
-
-
- Stablet
-
-
-
- Hybrid
- Brugerdefineret
@@ -4605,18 +4597,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Dette indstiller opførslen ved flytning af kanaler; det kan bruges til at forhindre uønsket flytning. <i>Flyt</i> flytter kanalen uden at spørge. <i>Gør ingenting</i> gør ingenting og skriver en fejlbesked i loggen. <i>Spørg</i> viser en dialogboks hvor du skal bekræfte, om du virkelig ønsker at flytte kanalen.
-
-
- Udvid kanaler
- Hvornår kanaler automatisk skal udvides
-
-
- Flytning af kanaler
- Altid øverst
@@ -4705,10 +4689,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Tema
-
@@ -4717,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4829,10 +4805,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4893,10 +4865,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4989,6 +4957,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_de.ts b/src/mumble/mumble_de.ts
index c56e7a9e3f2..27155acc3ea 100644
--- a/src/mumble/mumble_de.ts
+++ b/src/mumble/mumble_de.ts
@@ -4593,14 +4593,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
Klassisch
-
-
- Gestapelt
-
-
-
- Hybrid
- Benutzerdefiniert
@@ -4614,18 +4606,10 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Dies verändert das Verhalten beim Verschieben von Kanälen. Es kann verwendet werden, um versehentliches Verschieben von Kanälen zu verhindern. <i>Verschieben</i> verschiebt den Kanal ohne Nachfrage. <i>Nichts tun</i> tut nichts und gibt eine Fehlermeldung aus. <i>Fragen</i> fragt in einem Nachrichtenfenster ob der Kanal wirklich verschoben werden soll.
-
-
- Expandieren
- Wann sollen Kanäle automatisch erweitert werden
-
-
- Kanal ziehen
- Immer oben
@@ -4714,10 +4698,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
Übertragungsmodus-Aufklappliste in der Werkzeugliste anzeigen
-
-
- Thema
- Stil der Benutzeroberfläche
@@ -4726,10 +4706,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
<b>Wählt den Stil aus, der auf die Benutzeroberfläche angewendet wird</b><br />Mumble sammelt Stile aus bestimmten Verzeichnissen zusammen und führt diese in dieser Liste auf. Der Stil, den Sie auswählen, wird dazu verwendet das Aussehen der Benutzeroberfläche anzupassen. Dies umfasst Farben, Icons und mehr.
-
-
- User ziehen
- Dies ändert das Verhalten beim verschieben von Benutzern.
@@ -4838,10 +4814,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
Relative Schriftgröße, die in der Gesprächsansicht verwendet werden soll.
-
-
- Rel. Schriftgröße (%)
- Ersatztext, der anstelle des weg gelassenen Teils eines abgekürzten Namens angezeigt wird.
@@ -4902,10 +4874,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
Aktion (Kanal):
-
-
- Verhalten beim Beenden
- Diese Einstellung steuert das Verhalten beim Klicken auf das X in der oberen rechten Ecke.
@@ -4998,6 +4966,50 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_el.ts b/src/mumble/mumble_el.ts
index 66ff9c8ac69..2f66fb5b765 100644
--- a/src/mumble/mumble_el.ts
+++ b/src/mumble/mumble_el.ts
@@ -4593,14 +4593,6 @@ The setting only applies for new messages, the already shown ones will retain th
Κλασικό
-
-
- Στοιβαγμένα
-
-
-
- Υβριδικό
- Προσαρμοσμένο
@@ -4614,18 +4606,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Αυτό καθορίζει τη συμπεριφορά του συρσίματος καναλιών. Χρησιμοποιείται για την αποφυγή τυχαίων συρσιμάτων.<i>Μετακίνηση</i> μετακινεί το κανάλι χωρίς ερώτηση. <i>Να μη γίνει τίποτα</i> δεν κάνει τίποτα και εκτυπώνει ένα μήνυμα σφάλματος. <i>Ερώτηση</i> χρησιμοποιεί ένα πλαίσιο μηνύματος για να επιβεβαιώσετε εάν θέλετε πραγματικά να μετακινήσετε το κανάλι.
-
-
- Επέκταση
- Πότε να επεκτείνονται αυτόματα τα κανάλια
-
-
- Σύρσιμο καναλιών
- Πάντα Στην Κορυφή
@@ -4714,10 +4698,6 @@ The setting only applies for new messages, the already shown ones will retain th
Εμφάνιση της αναπτυσσόμενης λίστας τρόπων μετάδοσης στη γραμμή εργαλείων
-
-
- Θέμα
- Το θέμα που θα χρησιμοποιήσετε για να διαμορφώσετε τη διεπαφή χρήστη
@@ -4726,10 +4706,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>Ρυθμίζει με ποιο θέμα θα σχεδιάζεται η διεπαφή χρήστη του Mumble</b><br />Το Mumble θα βρίσκει θέματα από συγκεκριμένους καταλόγους και θα τα εμφανίσει σε αυτή τη λίστα. Το θέμα που θα επιλέξετε θα χρησιμοποιηθεί για να προσαρμόσετε την οπτική εμφάνιση του Mumble. Αυτό περιλαμβάνει τα χρώματα, τα εικονίδια και άλλα.
-
-
- Σύρσιμο Χρηστών
- Αυτό αλλάζει τη συμπεριφορά της μετακίνησης χρηστών.
@@ -4838,10 +4814,6 @@ The setting only applies for new messages, the already shown ones will retain th
Σχετικό μέγεθος γραμματοσειράς για χρήση στο UI ομιλίας σε ποσοστό.
-
-
- Σχετικό μέγεθος γραμματοσειράς (%)
- Κείμενο που χρησιμοποιείται αντί για το κομμένο τμήμα ενός συντομευμένου ονόματος.
@@ -4902,10 +4874,6 @@ The setting only applies for new messages, the already shown ones will retain th
Ενέργεια (Κανάλι):
-
-
- Διακοπή Συμπεριφοράς
- Αυτή η ρύθμιση ελέγχει τη συμπεριφορά του κλικ στο X στην επάνω δεξιά γωνία.
@@ -4998,6 +4966,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_en.ts b/src/mumble/mumble_en.ts
index c555e15c758..2c37e1542c1 100644
--- a/src/mumble/mumble_en.ts
+++ b/src/mumble/mumble_en.ts
@@ -4530,14 +4530,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4551,18 +4543,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_en_GB.ts b/src/mumble/mumble_en_GB.ts
index 167545ad862..13e2c94a28e 100644
--- a/src/mumble/mumble_en_GB.ts
+++ b/src/mumble/mumble_en_GB.ts
@@ -2252,7 +2252,7 @@ Speak loudly as if you are annoyed or excited. Decrease the volume in the sound
-
+ Speech is dynamically amplified by at most this amount
@@ -4584,14 +4584,6 @@ This setting only applies to new messages; existing messages keep the previous t
-
-
-
-
-
-
-
- Custom
@@ -4605,18 +4597,10 @@ This setting only applies to new messages; existing messages keep the previous t
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.This sets the behaviour 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.
-
-
-
-
-
-
-
-
@@ -4705,10 +4689,6 @@ This setting only applies to new messages; existing messages keep the previous t
-
-
-
-
@@ -4717,10 +4697,6 @@ This setting only applies to new messages; existing messages keep the previous t
<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 customise the visual appearance of Mumble. This includes colours, icons and more.
-
-
-
-
@@ -4829,10 +4805,6 @@ This setting only applies to new messages; existing messages keep the previous t
-
-
-
-
@@ -4893,10 +4865,6 @@ This setting only applies to new messages; existing messages keep the previous t
-
-
-
-
@@ -4989,6 +4957,50 @@ This setting only applies to new messages; existing messages keep the previous t
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_eo.ts b/src/mumble/mumble_eo.ts
index 1528944ce23..a8985563aaf 100644
--- a/src/mumble/mumble_eo.ts
+++ b/src/mumble/mumble_eo.ts
@@ -4542,14 +4542,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasika
-
-
-
-
-
-
-
- Propre
@@ -4563,18 +4555,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
- Etendi
-
-
-
-
-
@@ -4663,10 +4647,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4675,10 +4655,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4787,10 +4763,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4851,10 +4823,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4947,6 +4915,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_es.ts b/src/mumble/mumble_es.ts
index fe80d06fce6..f8684e890f0 100644
--- a/src/mumble/mumble_es.ts
+++ b/src/mumble/mumble_es.ts
@@ -4594,14 +4594,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
Clásico
-
-
- Apilado
-
-
-
- Híbrido
- Personal
@@ -4615,18 +4607,10 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Establece la conducta del arrastre de canales, puede ser usada para prevenir arrastres accidentales. <i>Mover</i> mueve el canal sin avisar. <i>No hacer nada</i> no hace nada y muestra un mensaje de error. <i>Preguntar</i> usa un cuadro de mensajes para confirmar si usted realmente deseaba mover el canal.
-
-
- Expandir
- Cuándo expandir automáticamente los canales
-
-
- Arrastre de canales
- Siempre visible
@@ -4715,10 +4699,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
Mostrar desplegable de modo de transmisión en la barra de tareas
-
-
- Tema
- Tema para el estilo de la interfaz de usuario
@@ -4727,10 +4707,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
<b>Configura el tema de la interfaz de usuario de Mumble</b><br />Mumble buscará temas en ciertos directorios y los mostrará en esta lista. El tema seleccionado será empleado para personalizar la apariencia visual de Mumble. Esto incluye colores, iconos y más.
-
-
- Arrastrar usuario
- Cambia el comportamiento al mover usuarios.
@@ -4839,10 +4815,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
Tamaño relativo de fuente para usar en la interfaz del habla, en porcentaje.
-
-
- Tamaño relativo de fuente (%)
- El string a usar en lugar de la parte cortada de un nombre abreviado.
@@ -4903,10 +4875,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
Acción (Canal):
-
-
- Comportamiento al abandonar
- Esta opción controla el comportamiento al hacer clic en la X de la esquina superior derecha.
@@ -4999,6 +4967,50 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c
Modo de acción de búsqueda de canales
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_et.ts b/src/mumble/mumble_et.ts
index b080179def9..0f85e74d1a9 100644
--- a/src/mumble/mumble_et.ts
+++ b/src/mumble/mumble_et.ts
@@ -4532,14 +4532,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klassikaline
-
-
-
-
-
-
- Hübriid
- Kohandatud
@@ -4553,18 +4545,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
- Laienda
-
-
-
- Kanali lohistamine
- Alati kõige pealmine
@@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Teema
-
@@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Kasutaja lohistamine
- See muudab kasutajate liigutamise käitumist.
@@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Suhteline teksti suurus (%)
-
@@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_eu.ts b/src/mumble/mumble_eu.ts
index 0e2c8911553..0ac82e332ba 100644
--- a/src/mumble/mumble_eu.ts
+++ b/src/mumble/mumble_eu.ts
@@ -4549,14 +4549,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasikoa
-
-
-
-
-
-
- Hibridoa
- Pertsonalizatua
@@ -4570,18 +4562,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
- Hedatu
- Noiz hedatu automatikoki kanalak
-
-
-
- Beti gainean
@@ -4670,10 +4654,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Gaia
-
@@ -4682,10 +4662,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4794,10 +4770,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4858,10 +4830,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4954,6 +4922,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_fa_IR.ts b/src/mumble/mumble_fa_IR.ts
index 69b301bd882..e2ecf948d05 100644
--- a/src/mumble/mumble_fa_IR.ts
+++ b/src/mumble/mumble_fa_IR.ts
@@ -4532,14 +4532,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4553,18 +4545,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_fi.ts b/src/mumble/mumble_fi.ts
index 55043698ded..0dcb236edcb 100644
--- a/src/mumble/mumble_fi.ts
+++ b/src/mumble/mumble_fi.ts
@@ -4593,14 +4593,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
Klassinen
-
-
- Pinottu
-
-
-
- Hybridi
- Muokattu
@@ -4614,18 +4606,10 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Määrää kanavien vetämisen tapahtuman. Voidaan hyödyntää kanavien vahinkosiirtämisen välttämiseen. <i>Siirrä</i> siirtää kanavan välittömästi. <i>Älä tee mitään</i> ei tee mitään tapahtuman yhteydessä ja antaa virheilmoituksen. <i>Kysy</i> varmistaa tapahtuman yhteydessä halutaanko kanavaa siirtää.
-
-
- Laajenna
- Milloin laajentaa kanavia automaattisesti
-
-
- Kanavien vetäminen
- Aina päällimmäisenä
@@ -4714,10 +4698,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
Näytä lähetystilan pudotusvalikko työkalupalkissa
-
-
- Teema
- Käyttöliittymän tyyleihin käytetty teema
@@ -4726,10 +4706,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
<b>Määrittää mitä tyylitelmää Mumblen käyttöliittymä käyttää</b><br />Mumble hakee teemoja määritetyistä hakemistoista ja näyttää ne tässä listassa. Valitsemaasi teemaa käytetään Mumblen tyylinä. Teema sisältää värejä, ikoneita sekä muuta.
-
-
- Käyttäjän siirto
- Tämä muuttaa sitä, miten käyttäjien siirto käyttäytyy.
@@ -4838,10 +4814,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
Puhujalistassa käytettävä suhteellinen kirjasinkoko prosentteina.
-
-
- Suhteellinen kirjasinkoko (%)
- Merkkijono, jolla korvataan pois leikattu kohta lyhennetystä nimestä.
@@ -4902,10 +4874,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
Toiminta (Kanava):
-
-
- Toiminta lopettaessa
- Tämä asetus määrittää, mitä tehdään ikkunaa suljettaessa.
@@ -4998,6 +4966,50 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.
Kanavahaun toiminnon tila
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_fr.ts b/src/mumble/mumble_fr.ts
index 9945d049070..205e3abc30e 100644
--- a/src/mumble/mumble_fr.ts
+++ b/src/mumble/mumble_fr.ts
@@ -4593,14 +4593,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
Classique
-
-
- Empilée
-
-
-
- Hybride
- Personnalisée
@@ -4614,18 +4606,10 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Définit le comportement en cas de déplacement d'un salon ; peut être utilisé pour prévenir un déplacement accidentel. <i>Déplacer</i> déplace le salon sans rien demander. <i>Ne rien faire</i> n'effectue aucune opération et affiche un message d'erreur. <i>Demander</i> affiche une fenêtre de confirmation pour confirmer le déplacement du salon.
-
-
- Élargir
- Quand étendre automatiquement les salons
-
-
- Faire glisser le salon
- Toujours au-dessus
@@ -4714,10 +4698,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
Afficher le sélecteur de mode de transmission dans la barre d'outils
-
-
- Thème
- Thème à utiliser pour l'interface utilisateur
@@ -4726,10 +4706,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
<b>Sélectionne le thème à utiliser pour l'interface de Mumble</b><br />Mumble collecte les thèmes de certains dossiers et les affichent dans cette liste. Le thème sélectionné sera utilisé pour personnaliser l’apparence de Mumble. Cela inclut les couleurs, les icônes et plus encore.
-
-
- Faire glisser l'utilisateur
- Change le comportement lors du déplacement des utilisateurs.
@@ -4838,10 +4814,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
Taille relative de la police en mode Tribune.
-
-
- Taille relative de la police (%)
- Caractère(s) utilisé(s) pour l'ellipse.
@@ -4902,10 +4874,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
Action (Salon) :
-
-
- Comportement lors de fermeture
- Ce réglage contrôle le comportement suite à un clic sur le X dans le coin supérieur droit.
@@ -4998,6 +4966,50 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi
Mode d'action de recherche de salons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_gl.ts b/src/mumble/mumble_gl.ts
index 9be341c1fff..cdb85af7ca2 100644
--- a/src/mumble/mumble_gl.ts
+++ b/src/mumble/mumble_gl.ts
@@ -4533,14 +4533,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4554,18 +4546,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4654,10 +4638,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4666,10 +4646,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4778,10 +4754,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4842,10 +4814,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4938,6 +4906,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_he.ts b/src/mumble/mumble_he.ts
index 9b699aaf44c..2cf1c740896 100644
--- a/src/mumble/mumble_he.ts
+++ b/src/mumble/mumble_he.ts
@@ -4581,14 +4581,6 @@ The setting only applies for new messages, the already shown ones will retain th
קלאסית
-
-
- מערום
-
-
-
- מעורב
- מותאמת
@@ -4602,18 +4594,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.אפשרות זו מגדירה את התוצאה של גרירת ערוצים; ניתן להשתמש בה כדי למנוע גרירה לא מכוונת. <i>הזז</i> תזיז את הערוצים מבלי לשאול. <i>אל תעשה דבר</i> לא תזיז את הערוצים ותציג הודעה בחלון היומן. <i>שאל</i> תקפיץ תיבת דו-שיח שבה תשאל אם אתה בטוח כי ברצונך להזיז את הערוץ.
-
-
- הרחב
- מתי להרחיב ערוצים אוטומטית
-
-
- גרירת ערוצים
- תמיד למעלה
@@ -4702,10 +4686,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- ערכת נושא
- ערכת נושא לשימוש כדי לסגנן את הממשק משתמש
@@ -4714,10 +4694,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4826,10 +4802,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4890,10 +4862,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4986,6 +4954,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_hi.ts b/src/mumble/mumble_hi.ts
index 9581fb3a196..81213486460 100644
--- a/src/mumble/mumble_hi.ts
+++ b/src/mumble/mumble_hi.ts
@@ -4442,22 +4442,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4506,18 +4494,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4586,10 +4566,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4730,10 +4706,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4750,10 +4722,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4907,6 +4875,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_hu.ts b/src/mumble/mumble_hu.ts
index 1d6a7e3d8d3..4114e31ca99 100644
--- a/src/mumble/mumble_hu.ts
+++ b/src/mumble/mumble_hu.ts
@@ -4579,14 +4579,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasszikus
-
-
- Tömött
-
-
-
- Hibrid
- Egyéni
@@ -4600,18 +4592,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Beállítja a csatorna húzás viselkedését; megelőzhető vele a véletlen áthelyezés. A <i>Mozgat</i> módban a csatorna figyelmeztetés nélkül húzható. A <i>Nem csinál semmit</i> módban nem mozdítható a csatorna és hiba üzenetet ír ki. A <i>Kérdez</i> módban egy üzenetablakban kérdezi meg, hogy tényleg át szeretné helyezni a csatornát.
-
-
- Csatornák kibontása
- Mikor bontsa ki automatikusan a csatornák faszerkezetét
-
-
- Csatorna mozgatása
- Mindig előtérben
@@ -4700,10 +4684,6 @@ The setting only applies for new messages, the already shown ones will retain th
Adásmód mutatása az eszköztáron
-
-
- Téma
- A témákkal testre szabhatja a felhasználói felület kinézetét
@@ -4712,10 +4692,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>Beállítja, melyik témát használja a Mumble a felhasználói felület stílusának meghatározására</b><br /> A Mumble a témákat erre a célra fenntartott mappákból sorolja fel ebben a listában. Az ön által választott téma határozza meg a Mumble vizuális megjelenését, tehát a színeket, ikonokat, stb...
-
-
- Felhasználó mozgatása
-
@@ -4824,10 +4800,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4888,10 +4860,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4984,6 +4952,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_it.ts b/src/mumble/mumble_it.ts
index 64ea983ad25..df12ec29c8f 100644
--- a/src/mumble/mumble_it.ts
+++ b/src/mumble/mumble_it.ts
@@ -4593,14 +4593,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
Classica
-
-
- Impilata
-
-
-
- Ibrida
- Personalizzata
@@ -4614,18 +4606,10 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Imposta il comportamento dei trascinamenti di canale, può essere utilizzato per evitare il trascinamento accidentale. <i>Sposta</i> il canale viene spostato senza chiedere conferma. <i>Non fare nulla</i> non sposta e visualizza un messaggio di errore. <i>Chiedi</i> mostra una finestra di dialogo per chiedere conferma.
-
-
- Espandi canali
- Quando espandere automaticamente i canali
-
-
- Trascinamento Canale
- Sempre in primo piano
@@ -4714,10 +4698,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
Mostra selettore della modalità di trasmissione nella toolbar
-
-
- Tema
- Tema da utilizzare per lo stile dell'interfaccia utente
@@ -4726,10 +4706,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
<b>Seleziona quale tema usare per l'interfaccia utente di Mumble</b><br />Mumble individuerà i temi da certe cartelle e li visualizzerà in questa lista. Quello che selezionerai verrà utilizzato per personalizzare l'aspetto di Mumble, inclusi colori, icone ed altro.
-
-
- Trascinamento Utente
- Imposta l'azione da compiere al trascinamento di utenti.
@@ -4838,10 +4814,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
Grandezza percentuale relativa dei caratteri da utilizzare nella TalkingUI.
-
-
- Grandezza relativa caratteri (%)
- Stringa che viene utilizzata al posto della parte rimossa da un nome abbreviato.
@@ -4902,10 +4874,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
Azione (Canale):
-
-
- Azione di chiusura
- Questa impostazione controlla l'azione eseguita alla pressione della X di chiusura in alto a destra.
@@ -4998,6 +4966,50 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_ja.ts b/src/mumble/mumble_ja.ts
index 8c9676def78..edf82051f6f 100644
--- a/src/mumble/mumble_ja.ts
+++ b/src/mumble/mumble_ja.ts
@@ -4580,14 +4580,6 @@ The setting only applies for new messages, the already shown ones will retain th
クラシック
-
-
- スタック
-
-
-
- ハイブリッド
- カスタム
@@ -4601,18 +4593,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.チャンネルを動かすときの動作を変更します。これを設定すると誤ってチャンネルをドラッグしてしまうのを防ぐことができます。 <i>チャンネルを移動</i> 確認なしにチャンネルを動かします。 <i>何もしない</i> 何も行わず、エラーメッセージを表示します。 <i>確認する</i> 確認メッセージボックスを出してから動かします。
-
-
- 展開
- 自動的にチャンネルを展開する
-
-
- チャンネルのドラッグ操作
- 常に手前に表示
@@ -4701,10 +4685,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4713,10 +4693,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4825,10 +4801,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4889,10 +4861,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4985,6 +4953,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_ko.ts b/src/mumble/mumble_ko.ts
index d8b92d73788..59e6c21a1d0 100644
--- a/src/mumble/mumble_ko.ts
+++ b/src/mumble/mumble_ko.ts
@@ -4592,14 +4592,6 @@ The setting only applies for new messages, the already shown ones will retain th
클래식
-
-
- 스택드
-
-
-
- 하이브리드
- 커스텀
@@ -4613,18 +4605,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.채널 드래그의 동작을 설정합니다; 실수로 드래그하는 것을 방지하기 위해 사용할 수 있습니다. <i>이동</i>은 확인 없이 채널을 이동합니다. <i>아무것도 안 함</i>은 아무 동작도 하지 않고 오류 메시지를 출력합니다. <i>물어보기</i>는 메시지 박스를 사용하여 채널을 이동할지 여부를 확인합니다.
-
-
- 확장
- 채널을 자동으로 확장하는 경우
-
-
- 채널 드래그
- 항상 위에
@@ -4713,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th
툴바에 전송 방법 드롭다운 표시
-
-
- 테마
- 유저 인터페이스 스타일을 사용할 테마
@@ -4725,10 +4705,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>Mumble 유저 인터페이스의 스타일을 지정할 테마를 구성</b><br />Mumble은 특정 디렉터리에서 테마를 선택하여 이 목록에 표시합니다. 선택한 항목은 Mumble의 시각적 모양을 커스텀하는 데 사용됩니다. 여기에는 색상, 아이콘 등이 포함됩니다.
-
-
- 유저 드래그
- 유저를 이동할 때 동작이 변경됩니다.
@@ -4837,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
대화 UI에서 사용할 상대 글꼴 크기의 백분율입니다.
-
-
- 상대적 글꼴 크기 (%)
- 축약된 이름의 잘라낸 부분 대신 사용되는 문자열입니다.
@@ -4901,10 +4873,6 @@ The setting only applies for new messages, the already shown ones will retain th
작업 (채널):
-
-
-
-
@@ -4997,6 +4965,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_lt.ts b/src/mumble/mumble_lt.ts
index 373ca274719..a0de47047d6 100644
--- a/src/mumble/mumble_lt.ts
+++ b/src/mumble/mumble_lt.ts
@@ -4564,14 +4564,6 @@ The setting only applies for new messages, the already shown ones will retain th
Klasikinis
-
-
-
-
-
-
- Hibridinis
-
@@ -4585,18 +4577,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Tai nustato kanalų tempimo elgseną; tai gali būti naudojama, kad būtų neleistas atsitiktinis tempimas. <i>Perkelti</i> perkelia kanalą, neklausiant. <i>Nieko nedaryti</i> nieko nedaro ir parodo klaidos žinutę. <i>Klausti</i> naudoja žinutės langelį, kad patvirtintų, ar jūs tikrai norėjote perkelti kanalą.
-
-
- Išskleisti
- Kada automatiškai išskleisti kanalus
-
-
- Kanalų tempimas
- Visada viršuje
@@ -4685,10 +4669,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Tema
- Tema, kurią naudoti, siekiant stilizuoti naudotojo sąsają
@@ -4697,10 +4677,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
- Tai keičia elgseną, perkeliant naudotojus.
@@ -4809,10 +4785,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4873,10 +4845,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4969,6 +4937,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_nl.ts b/src/mumble/mumble_nl.ts
index 5504ab1d248..740b920fc37 100644
--- a/src/mumble/mumble_nl.ts
+++ b/src/mumble/mumble_nl.ts
@@ -4593,14 +4593,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
Klassiek
-
-
- Gestapeld
-
-
-
- Gemengd
- Aangepast
@@ -4614,18 +4606,10 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Bepaalt gedrag van kanaalslepen; kan onbedoeld slepen voorkomen. <i>Verplaatsen</i> verplaatst kanaal zonder te vragen. <i>Niets doen</i> doet niets (toont foutmelding). <i>Vragen</i> gebruikt berichtvenster om kanaalverplaatsing te bevestigen.
-
-
- Uitvouwen
- Wanneer kanalen auto-uitvouwen
-
-
- Kanalen Slepen
- Altijd vooraan
@@ -4714,10 +4698,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
Toon selectie voor verzendmodus in werkbalk
-
-
- Thema
- Thema om als stijl te gebruiken
@@ -4726,10 +4706,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
<b>Configureert welk thema Mumble gestijld wordt.</b><br />Mumble leest thema's (bepaalde mappen) en toont ze in deze lijst. Welke je selecteert neemt Mumble als 'look' aan (kleuren, iconen en meer).
-
-
- Gebruikers Slepen
- Dit verandert wat het verplaatsen van gebruikers doet.
@@ -4838,10 +4814,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
Relatieve lettertypegrootte voor de Sprekersweergave, in procent.
-
-
- Rel. lettertypegrootte (%)
- Tekstlap die wordt gebruikt in plaats van het uitgeknipte stuk van afgekorten.
@@ -4902,10 +4874,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
Actie (Kanaal):
-
-
- Gedrag bij afsluiten
- Deze instelling bepaalt het gedrag van het klikken op de sluitknop van het venster.
@@ -4998,6 +4966,50 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_no.ts b/src/mumble/mumble_no.ts
index 9cac68c894d..bd508284e88 100644
--- a/src/mumble/mumble_no.ts
+++ b/src/mumble/mumble_no.ts
@@ -4608,14 +4608,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
Klassisk
-
-
- Stablet
-
-
-
- Hybrid
- Brukerdefinert
@@ -4629,18 +4621,10 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Dette angir opprørselen ved kanaldraging; det kan brukes til å forhindre utilsiktet draging. <i>Flytt</i> flytter kanalen uten forespørsel. <i>Gjør ingenting</i> gjør ingenting og skriver en feilmelding. <i>Spør</i> bruker en meldingsboks til å bekrefte at du virkelig ønsket å flytte kanalen.
-
-
- Utvid
- Tidspunkt for automatisk ekspansjon av kanaler
-
-
- Kanaldraging
- Alltid øverst
@@ -4729,10 +4713,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
Vis rullegardin for forsendelsesmodus i verktøyslinjen
-
-
- Drakt
- Drakt til bruk for skreddersøm av brukergrensesnittet
@@ -4741,10 +4721,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
<b>Setter opp hvilken drakt grensesnittet til Mumble skal bruke</b><br />Mumble vil plukke opp drakter fra noen mapper, hvis plassering er gitt, og vise dem i denne listen. Den du velger vil bli brukt til å tilpasse den visuelle framtoningen av Mumble. Dette inkluderer farger, ikoner med mer.
-
-
- Brukerdraging
- Dette endrer oppførselen når brukere flyttes.
@@ -4853,10 +4829,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
Relativ prosentvis skriftstørrelse å bruke i snakkingsgrensesnittet.
-
-
- Rel. skriftstørrelse (%)
- Streng som brukes istedenfor utklippet av et forkortet navn.
@@ -4917,10 +4889,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
Handling (kanal):
-
-
-
-
@@ -5013,6 +4981,50 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_oc.ts b/src/mumble/mumble_oc.ts
index 92da3eb6a08..1fbbb85bbf2 100644
--- a/src/mumble/mumble_oc.ts
+++ b/src/mumble/mumble_oc.ts
@@ -4532,14 +4532,6 @@ The setting only applies for new messages, the already shown ones will retain th
Classic
-
-
- Empilat
-
-
-
-
- Personalizats
@@ -4553,18 +4545,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
- Espandir
-
-
-
-
- Totjorn en dessús
@@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
- Tèma
-
@@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_pl.ts b/src/mumble/mumble_pl.ts
index 3aca6e4192c..3ebabd64a6f 100644
--- a/src/mumble/mumble_pl.ts
+++ b/src/mumble/mumble_pl.ts
@@ -4594,14 +4594,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
Klasyczny
-
-
- Stos
-
-
-
- Hybryda
- Własny
@@ -4615,18 +4607,10 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Zmienia zachowanie przeciągania kanałów - może zostać użyte, by zapobiec przypadkowemu przeciąganiu. <i>Przenieś</i> przenosi kanał bez powiadomienia. <i>Nic nie rób</i> nic nie robi i wyświetla wiadomość z błędem. <i>Pytaj</i> używa powiadomienia tekstowego, by upewnić się, czy na pewno chciałeś przenieść kanał.
-
-
- Rozwijanie kanałów
- Kiedy automatycznie rozwijać kanały
-
-
- Przeciąganie kanałów
- Zawsze na wierzchu
@@ -4715,10 +4699,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
Pokazuj tryb nadawania w menu rozwijanym
-
-
- Motyw
- Motyw używany do zmiany wyglądu interfejsu
@@ -4727,10 +4707,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
<b>Ustawia styl motywu Mumble</b><br />Mumble wyszuka motywy z pewnych lokalizacji i wyświetli je na liście. Wybrany motyw będzie użyty do dostosowania wyglądu programu. Wchodzi w to: kolorystyka, ikony i inne.
-
-
- Przeciąganie użytkowników
- Zmienia zachowanie podczas przenoszenia użytkowników.
@@ -4839,10 +4815,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
Względny rozmiar czcionki do użycia w Interfejsie mówiących w procentach.
-
-
- Względny rozmiar czcionki (%)
- Ciąg, który jest używany zamiast wyciętej części skróconej nazwy.
@@ -4903,10 +4875,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
Akcja (kanał):
-
-
- Zachowanie zamykania
- To ustawienie kontroluje zachowanie kliknięcia X w prawym górnym rogu.
@@ -4999,6 +4967,50 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed
Tryb akcji wyszukiwania kanałów
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_pt_BR.ts b/src/mumble/mumble_pt_BR.ts
index ba7d41dd637..759a9dddb8a 100644
--- a/src/mumble/mumble_pt_BR.ts
+++ b/src/mumble/mumble_pt_BR.ts
@@ -4593,14 +4593,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Clássica
-
-
- Empilhada
-
-
-
- Híbrida
- Pessoal
@@ -4614,18 +4606,10 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Configura o comportamento da moção de canais; pode ser usado para evitar moções acidentais. <i>Mover</i> move o canal sem perguntar. <i>Não fazer nada</i> não faz nada e mostra uma mensagem de erro. <i>Perguntar</i> usa uma caixa de mensagem para confirmar se você realmente quer mover o canal.
-
-
- Expandir
- Quando expandir canais automaticamente
-
-
- Moção de canais
- Sempre visível
@@ -4714,10 +4698,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Mostrar modo de transmissão na barra de ferramentas
-
-
- Tema
- Tema usado para estilizar a interface de usuario
@@ -4726,10 +4706,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
<b>Configura com qual tema a interface de usuário do Mumble deve ser estilizada</b><br />Mumble detectará temas de determinados diretórios e os exibirá nesta lista. O tema que você selecionar selecionado será usado para personalizar a aparência do Mumble. Isso inclui cores, ícones e mais.
-
-
- Arrasto de Usuário
- Isso altera o comportamento ao mover usuários.
@@ -4838,10 +4814,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Tamanho relativo de fonte em porcento a usar na UI de Falantes.
-
-
- Tamanho de fonte rel. (%)
- String que é usada ao invés da parte removida de um nome abreviado.
@@ -4902,10 +4874,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Ação (Canal):
-
-
-
-
@@ -4998,6 +4966,50 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_pt_PT.ts b/src/mumble/mumble_pt_PT.ts
index 90c2e438f0a..94614aab60a 100644
--- a/src/mumble/mumble_pt_PT.ts
+++ b/src/mumble/mumble_pt_PT.ts
@@ -4593,14 +4593,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Clássica
-
-
- Empilhada
-
-
-
- Híbrida
- Personalizada
@@ -4614,18 +4606,10 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Configura o comportamento do movimento de canais, pode ser usado para evitar movimentos acidentais. <i>Mover</i> move o canal sem perguntar. <i>Não fazer nada</i> não faz nada e mostra uma mensagem de erro. <i>Perguntar</i> usa uma caixa de mensagem para confirmar se realmente quer mover o canal.
-
-
- Expandir
- Quando expandir canais automaticamente
-
-
- Movimento de Canais
- Sempre no topo
@@ -4714,10 +4698,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Mostrar menu de seleção do modo de transmissão na barra de ferramentas
-
-
- Tema
- Tema a utilizar na interface de utilizador
@@ -4726,10 +4706,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
<b>Configura qual o tema que deve ser usado na interface de utilizador do Mumble</b><br />O Mumble recolhe temas de certos diretórios e mostra-os nesta lista. Aquele que selecionar será usado para personalizar a aparência visual do Mumble. Isto incluí cor, ícones, entre outros.
-
-
- Arrasto de Utilizador
- Isso altera o comportamento ao mover utilizadores.
@@ -4838,10 +4814,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Tamanho relativo de fonte em porcento a usar na UI de Falantes.
-
-
- Tamanho de fonte rel. (%)
- String que é usada ao invés da parte removida de um nome abreviado.
@@ -4902,10 +4874,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
Ação (Canal):
-
-
-
-
@@ -4998,6 +4966,50 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_ro.ts b/src/mumble/mumble_ro.ts
index 59a8c1106dc..cf930925eab 100644
--- a/src/mumble/mumble_ro.ts
+++ b/src/mumble/mumble_ro.ts
@@ -4540,14 +4540,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4561,18 +4553,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4661,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4673,10 +4653,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4785,10 +4761,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4849,10 +4821,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4945,6 +4913,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_ru.ts b/src/mumble/mumble_ru.ts
index 11f49622d56..d8efec4196c 100644
--- a/src/mumble/mumble_ru.ts
+++ b/src/mumble/mumble_ru.ts
@@ -4594,14 +4594,6 @@ The setting only applies for new messages, the already shown ones will retain th
Классический
-
-
- Вертикальный
-
-
-
- Гибридный
- Другой
@@ -4615,18 +4607,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Это изменит поведение при перемещении каналов. Используется для исключения случайного перемещения канала. <i>Переместить</i> - перемещает канал без запроса. <i>Ничего не делать</i> - не перемещать канал и выдать сообщение об ошибке. <i>Спрашивать</i> - выводит запрос при попытке переместить канал.
-
-
- Разворачивать
- Когда автоматически разворачивать каналы
-
-
- Перетаскивание канала
- Отображать на переднем плане
@@ -4715,10 +4699,6 @@ The setting only applies for new messages, the already shown ones will retain th
Показать выпадающий список режимов передачи на панели инструментов
-
-
- Тема
- Тема, используемая для оформления интерфейса
@@ -4727,10 +4707,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>Настраивает то, как выглядит интерфейс Mumble.</b><br />Mumble будет импортировать темы из определенных каталогов и показывать их в списке. Та тема, которую вы выберете, будет определять визуальный стиль Mumble. Она включает цвета, иконки и другое.
-
-
- Перетаскивание пользователя
- Это меняет поведение при перемещении пользователей.
@@ -4839,10 +4815,6 @@ The setting only applies for new messages, the already shown ones will retain th
Относительный размер шрифта в процентах для использования в интерфейсе диалога.
-
-
- Относительный размер шрифта (%)
- Строка, которая используется вместо вырезанной части сокращенного названия.
@@ -4903,10 +4875,6 @@ The setting only applies for new messages, the already shown ones will retain th
Действие (Канал):
-
-
- Поведение при выходе
- Этот параметр управляет поведением при нажатии на X в правом верхнем углу.
@@ -4999,6 +4967,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_si.ts b/src/mumble/mumble_si.ts
index 285845226c5..351390fdbde 100644
--- a/src/mumble/mumble_si.ts
+++ b/src/mumble/mumble_si.ts
@@ -4506,10 +4506,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4522,18 +4518,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4550,10 +4538,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4682,22 +4666,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4811,10 +4783,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4907,6 +4875,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_sk.ts b/src/mumble/mumble_sk.ts
index 6ecf5f846f0..7ad1dee1f9e 100644
--- a/src/mumble/mumble_sk.ts
+++ b/src/mumble/mumble_sk.ts
@@ -4446,22 +4446,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4510,18 +4498,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4702,10 +4682,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4722,10 +4698,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4815,10 +4787,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4911,6 +4879,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_sq.ts b/src/mumble/mumble_sq.ts
index 922dbbf7c06..404b4ae5c7c 100644
--- a/src/mumble/mumble_sq.ts
+++ b/src/mumble/mumble_sq.ts
@@ -4508,10 +4508,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4524,18 +4520,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4552,10 +4540,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4684,22 +4668,10 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
-
-
-
-
@@ -4813,10 +4785,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4909,6 +4877,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_sv.ts b/src/mumble/mumble_sv.ts
index df38796720a..7188a53ed97 100644
--- a/src/mumble/mumble_sv.ts
+++ b/src/mumble/mumble_sv.ts
@@ -4593,14 +4593,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
Klassisk
-
-
- Staplade
-
-
-
- Blandat
- Anpassad
@@ -4614,18 +4606,10 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.Detta ställer in beteendet för kanaldragningar, vilket kan användas för att undvika oavsiktlig dragning. <i>Flytta</i> flyttar kanalen utan att fråga. <i>Gör ingenting</i> gör ingenting och visar ett felmeddelande. <i>Fråga</i> använder en meddelanderuta för att bekräfta om du verkligen vill flytta kanalen.
-
-
- Expandera
- Expandera automatiskt kanaler
-
-
- Kanaldragning
- Alltid överst
@@ -4714,10 +4698,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
Visa överföringsläge i verktygsfältet
-
-
- Tema
- Tema används för att anpassa utseendet av användargränssnittet
@@ -4726,10 +4706,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
<b>Konfigurerar vilket tema Mumble användargränssnittet ska vara utformad med</b><br />Mumble kommer att plocka teman från en vissa kataloger och visar dem i den här listan. Det du väljer kommer att användas för att anpassa utseendet av Mumble. Detta inkluderar färger, ikoner och mer.
-
-
- Anändardragning
- Detta ändrar beteendet när du flyttar användare.
@@ -4838,10 +4814,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
Relativ teckenstorlek som ska användas i Talargränssnitt i procent.
-
-
- Relativ teckenstorlek (%)
- Sträng som används i stället för den bortklippta delen av ett förkortat namn.
@@ -4902,10 +4874,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
Åtgärd (kanal):
-
-
- Beteende vid avslut
- Den här inställningen kontrollerar beteendet av att klicka på X i det högre översta hörnet.
@@ -4998,6 +4966,50 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_te.ts b/src/mumble/mumble_te.ts
index 6122bbb0ef8..b8e747c6bb4 100644
--- a/src/mumble/mumble_te.ts
+++ b/src/mumble/mumble_te.ts
@@ -4543,14 +4543,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4564,18 +4556,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4664,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4676,10 +4656,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4788,10 +4764,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4852,10 +4824,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4948,6 +4916,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_th.ts b/src/mumble/mumble_th.ts
index c15f07b2985..560d745947b 100644
--- a/src/mumble/mumble_th.ts
+++ b/src/mumble/mumble_th.ts
@@ -4530,14 +4530,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4551,18 +4543,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_tr.ts b/src/mumble/mumble_tr.ts
index 1fea5d72549..a2892784ece 100644
--- a/src/mumble/mumble_tr.ts
+++ b/src/mumble/mumble_tr.ts
@@ -4592,14 +4592,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
Klasik
-
-
- Yığılmış
-
-
-
- Kırma
- Özel
@@ -4613,18 +4605,10 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.İstenmeyen kaydırmaların önüne geçmek için kaydırma davranışını belirler. <i>Kaydır</i> kanalları hiçbir teyit istemeden kaydırır. <i>Hiçbir şey yapma</i> hiçbir faaliyette bulunmaz ve bir hata mesajı gösterir. <i>Sor</i> kanalı gerçekten kaydırmak isteyip istemediğinizi sorar.
-
-
- Genişlet
- Kanalların ne zaman otomatik olarak genişletileceği
-
-
- Kanal Kaydırma
- Her Zaman Üstte
@@ -4713,10 +4697,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
Aktarma kipi menüsünü araç çubuğunda göster
-
-
- Tema
- Kullanıcı arayüzünü biçemlendirecek tema
@@ -4725,10 +4705,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
<b>Mumble kullanıcı arayüzünün hangi temayla biçemlendirileceğini yapılandır</b><br />Mumble temaları bazı klasörlerden alıp bu listede gösterecektir. Seçtiğiniz tema Mumble'ın görünümünü kişiselleştirmek için kullanılacaktır. Bu, renkleri, ikonları ve daha fazlasını içerir.
-
-
- Kullanıcı Kaydırma
- Kullanıcıların kaydırılması sırasındaki davranışı değiştirir.
@@ -4837,10 +4813,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
Talking UI kullanıcı arayüzünde yüzde olarak kullanılacak göreli yazı tipi boyutu.
-
-
- Rel. yazı tipi boyutu (%)
- Kısaltılmış bir adın kesik kısmı yerine kullanılan dizge.
@@ -4901,10 +4873,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
Eylem (Kanal):
-
-
- Çıkış Davranışı
- Bu ayar, sağ üst köşedeki X işaretine tıklandığında ne olacağını denetler.
@@ -4997,6 +4965,50 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek
Kanal arama eylem kipi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_uk.ts b/src/mumble/mumble_uk.ts
index 100f4d22f8e..e206e59d60e 100644
--- a/src/mumble/mumble_uk.ts
+++ b/src/mumble/mumble_uk.ts
@@ -4540,14 +4540,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4561,18 +4553,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4661,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4673,10 +4653,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4785,10 +4761,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4849,10 +4821,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4945,6 +4913,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_zh_CN.ts b/src/mumble/mumble_zh_CN.ts
index 0fe5b517eee..9451ef79177 100644
--- a/src/mumble/mumble_zh_CN.ts
+++ b/src/mumble/mumble_zh_CN.ts
@@ -4592,14 +4592,6 @@ The setting only applies for new messages, the already shown ones will retain th
经典
-
-
- 堆叠
-
-
-
- 混合
- 自定义
@@ -4613,18 +4605,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.设置频道被拖动时的行为,用于防止意外的拖动。<i>移动</i>表示立刻移动频道而不需要任何确认。<i>无动作</i>表示不做任何改变并显示一条错误消息。<i>询问</i>表示弹出一个消息框以确认您是否确实要移动频道。
-
-
- 频道展开
- 何时自动展开频道
-
-
- 频道拖动
- 始终置顶
@@ -4713,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th
在工具栏显示传输模式下拉列表
-
-
- 主题
- 用于设置界面样式的主题
@@ -4725,10 +4705,6 @@ The setting only applies for new messages, the already shown ones will retain th
<b>配置 Mumble 界面应该使用哪种主题设置样式</b><br />Mumble 将从特定目录中获取主题并将其显示在此列表中。您选择的主题将用于自定义 Mumble 的外观,包括颜色、图标等。
-
-
- 用户拖动
- 改变移动用户时的行为。
@@ -4837,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th
对话界面使用的相对字号(按百分比)。
-
-
- 相对字号(%)
- 缩短名称时,用于替换被去掉的字符。
@@ -4901,10 +4873,6 @@ The setting only applies for new messages, the already shown ones will retain th
操作(频道):
-
-
- 退出行为
- 此设置控制点击右上角 X 的行为。
@@ -4997,6 +4965,50 @@ The setting only applies for new messages, the already shown ones will retain th
频道搜索操作模式
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_zh_HK.ts b/src/mumble/mumble_zh_HK.ts
index f8a696aec0d..1ce7a1fdf9b 100644
--- a/src/mumble/mumble_zh_HK.ts
+++ b/src/mumble/mumble_zh_HK.ts
@@ -4530,14 +4530,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
-
-
-
-
@@ -4551,18 +4543,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.
-
-
-
-
-
-
-
-
@@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow
diff --git a/src/mumble/mumble_zh_TW.ts b/src/mumble/mumble_zh_TW.ts
index 2f7762df483..bb27ed7a92c 100644
--- a/src/mumble/mumble_zh_TW.ts
+++ b/src/mumble/mumble_zh_TW.ts
@@ -4559,14 +4559,6 @@ The setting only applies for new messages, the already shown ones will retain th
經典
-
-
- 堆疊
-
-
-
- 混合
- 自訂
@@ -4580,18 +4572,10 @@ The setting only applies for new messages, the already shown ones will retain th
This sets the behavior of channel drags; it can be used to prevent accidental dragging. <i>Move Channel</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.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.
-
-
- 展開
- 何時自動展開頻道
-
-
- 頻道拖曳
- 最上層顯示
@@ -4680,10 +4664,6 @@ The setting only applies for new messages, the already shown ones will retain th
在工具列顯示傳輸模式的下拉選單
-
-
- 佈景主題
- 佈景主題用來設定使用者介面風格
@@ -4692,10 +4672,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4804,10 +4780,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4868,10 +4840,6 @@ The setting only applies for new messages, the already shown ones will retain th
-
-
-
-
@@ -4964,6 +4932,50 @@ The setting only applies for new messages, the already shown ones will retain th
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MainWindow