From 28697a2cfb768506a751fb74ce1cb2d7b21ff69d Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Tue, 12 Nov 2024 23:48:53 +0100 Subject: [PATCH 1/3] MAINT(client): Save LookConfig.ui with Qt 6 Designer --- src/mumble/LookConfig.ui | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/mumble/LookConfig.ui b/src/mumble/LookConfig.ui index f87994cc294..7f258a3ccf0 100644 --- a/src/mumble/LookConfig.ui +++ b/src/mumble/LookConfig.ui @@ -56,7 +56,7 @@ - User Dragging + &User Dragging qcbUserDrag @@ -66,7 +66,7 @@ - Channel Dragging + Channel Dra&gging qcbChannelDrag @@ -83,7 +83,7 @@ - Expand + E&xpand qcbExpand @@ -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 Behavior qcbQuitBehavior @@ -812,7 +812,7 @@ Relative font size to use in the Talking UI in percent. - Rel. font size (%) + Rel. font si&ze (%) qsbRelFontSize @@ -867,7 +867,7 @@ - Theme + &Theme qcbTheme @@ -913,7 +913,7 @@ - Qt::Vertical + Qt::Orientation::Vertical @@ -926,7 +926,7 @@ - Language + &Language qcbLanguage @@ -939,7 +939,7 @@ - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter @@ -1013,7 +1013,7 @@ - Qt::Vertical + Qt::Orientation::Vertical From bfaacdd3f8a90b3782bbe259742c0a0d4ab94d0b Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Wed, 13 Nov 2024 03:09:07 +0100 Subject: [PATCH 2/3] FEAT(client): Control + mouse wheel scroll to adjust local volume in TalkingUI This new feature allows to change the local volume adjustment for the selected user by scrolling the mouse wheel up (increase) or down (decrease) while Control is pressed. --- src/mumble/LookConfig.cpp | 2 + src/mumble/LookConfig.ui | 224 +++++++++++++++++++----------------- src/mumble/Settings.h | 1 + src/mumble/SettingsKeys.h | 29 ++--- src/mumble/SettingsMacros.h | 3 +- src/mumble/TalkingUI.cpp | 37 ++++++ src/mumble/TalkingUI.h | 2 + 7 files changed, 176 insertions(+), 122 deletions(-) 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 7f258a3ccf0..02ace84611e 100644 --- a/src/mumble/LookConfig.ui +++ b/src/mumble/LookConfig.ui @@ -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 si&ze (%) + 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 + + + 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); From 271f727971dd2593b548011683c65f98dd804d95 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Wed, 13 Nov 2024 00:03:10 +0100 Subject: [PATCH 3/3] TRANSLATION: Update translation files --- src/mumble/mumble_ar.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_bg.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_br.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_ca.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_cs.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_cy.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_da.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_de.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_el.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_en.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_en_GB.ts | 78 ++++++++++++++++++++++---------------- src/mumble/mumble_eo.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_es.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_et.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_eu.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_fa_IR.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_fi.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_fr.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_gl.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_he.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_hi.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_hu.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_it.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_ja.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_ko.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_lt.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_nl.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_no.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_oc.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_pl.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_pt_BR.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_pt_PT.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_ro.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_ru.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_si.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_sk.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_sq.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_sv.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_te.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_th.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_tr.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_uk.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_zh_CN.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_zh_HK.ts | 76 +++++++++++++++++++++---------------- src/mumble/mumble_zh_TW.ts | 76 +++++++++++++++++++++---------------- 45 files changed, 1981 insertions(+), 1441 deletions(-) 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4656,10 +4640,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4668,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4780,10 +4756,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4844,10 +4816,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4940,6 +4908,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Класическо - - Stacked - Натрупано - - - Hybrid - Кръстоска - Custom По избор @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Тема - Theme to use to style the user interface Тема, която да оформи потребителския интерфейс @@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasel - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - Dispakañ - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4652,10 +4636,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Tem - Theme to use to style the user interface @@ -4664,10 +4644,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4776,10 +4752,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4840,10 +4812,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4936,6 +4904,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Clàssic - - Stacked - Apilat - - - Hybrid - Híbrid - Custom 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. - - Expand - Expandeix - When to automatically expand channels Quan s'expandeixen automàticament els canals - - Channel Dragging - Arrossegament dels canals - Always On Top Sempre per sobre @@ -4714,10 +4698,6 @@ El paràmetre només serà per als missatges nous, els que ja s'han mostrat Show transmit mode dropdown in toolbar Desplega el mode de transmissió a la barra d'eines - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Arrossegament dels usuaris - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Mida relativa en percentatge, del tipus de lletra de la interfície d'usuari de la parla. - - Rel. font size (%) - Mida del tipus de la lletra (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Acció (Canal): - - Quit Behavior - Comportament a la sortida - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode Mode de l'acció de cerca de canals + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasické - - Stacked - Na sobě - - - Hybrid - Smíšené - Custom 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. - - Expand - Zvětšit - When to automatically expand channels Kdy automaticky zvětšit kanály - - Channel Dragging - Táhnutí Kanálů - Always On Top Vždy Nahoře @@ -4707,10 +4691,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar Zobrazit režim přenosu v nástrojové liště - - Theme - Vzhled - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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ší. - - User Dragging - - This changes the behavior when moving users. @@ -4831,10 +4807,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4895,10 +4867,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4991,6 +4959,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4656,10 +4640,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4668,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4780,10 +4756,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4844,10 +4816,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4940,6 +4908,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassisk - - Stacked - Stablet - - - Hybrid - Hybrid - Custom 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. - - Expand - Udvid kanaler - When to automatically expand channels Hvornår kanaler automatisk skal udvides - - Channel Dragging - Flytning af kanaler - Always On Top Altid øverst @@ -4705,10 +4689,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Tema - Theme to use to style the user interface @@ -4717,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4829,10 +4805,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4893,10 +4865,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4989,6 +4957,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassisch - - Stacked - Gestapelt - - - Hybrid - Hybrid - Custom 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. - - Expand - Expandieren - When to automatically expand channels Wann sollen Kanäle automatisch erweitert werden - - Channel Dragging - Kanal ziehen - Always On Top Immer oben @@ -4714,10 +4698,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten Show transmit mode dropdown in toolbar Übertragungsmodus-Aufklappliste in der Werkzeugliste anzeigen - - Theme - Thema - Theme to use to style the user interface Stil der Benutzeroberfläche @@ -4726,10 +4706,6 @@ Die Einstellung gilt nur für neue Nachrichten, die bereits angezeigten behalten <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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 Dragging - User ziehen - This changes the behavior when moving users. 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 font size to use in the Talking UI in percent. Relative Schriftgröße, die in der Gesprächsansicht verwendet werden soll. - - Rel. font size (%) - Rel. Schriftgröße (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Aktion (Kanal): - - Quit Behavior - Verhalten beim Beenden - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Κλασικό - - Stacked - Στοιβαγμένα - - - Hybrid - Υβριδικό - Custom Προσαρμοσμένο @@ -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> χρησιμοποιεί ένα πλαίσιο μηνύματος για να επιβεβαιώσετε εάν θέλετε πραγματικά να μετακινήσετε το κανάλι. - - Expand - Επέκταση - When to automatically expand channels Πότε να επεκτείνονται αυτόματα τα κανάλια - - Channel Dragging - Σύρσιμο καναλιών - Always On Top Πάντα Στην Κορυφή @@ -4714,10 +4698,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar Εμφάνιση της αναπτυσσόμενης λίστας τρόπων μετάδοσης στη γραμμή εργαλείων - - Theme - Θέμα - Theme to use to style the user interface Το θέμα που θα χρησιμοποιήσετε για να διαμορφώσετε τη διεπαφή χρήστη @@ -4726,10 +4706,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <b>Ρυθμίζει με ποιο θέμα θα σχεδιάζεται η διεπαφή χρήστη του Mumble</b><br />Το Mumble θα βρίσκει θέματα από συγκεκριμένους καταλόγους και θα τα εμφανίσει σε αυτή τη λίστα. Το θέμα που θα επιλέξετε θα χρησιμοποιηθεί για να προσαρμόσετε την οπτική εμφάνιση του Mumble. Αυτό περιλαμβάνει τα χρώματα, τα εικονίδια και άλλα. - - User Dragging - Σύρσιμο Χρηστών - This changes the behavior when moving users. Αυτό αλλάζει τη συμπεριφορά της μετακίνησης χρηστών. @@ -4838,10 +4814,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. Σχετικό μέγεθος γραμματοσειράς για χρήση στο UI ομιλίας σε ποσοστό. - - Rel. font size (%) - Σχετικό μέγεθος γραμματοσειράς (%) - String that gets used instead of the cut-out part of an abbreviated name. Κείμενο που χρησιμοποιείται αντί για το κομμένο τμήμα ενός συντομευμένου ονόματος. @@ -4902,10 +4874,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): Ενέργεια (Κανάλι): - - Quit Behavior - Διακοπή Συμπεριφοράς - This setting controls the behavior of clicking on the X in the top right corner. Αυτή η ρύθμιση ελέγχει τη συμπεριφορά του κλικ στο X στην επάνω δεξιά γωνία. @@ -4998,6 +4966,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 - + Speech is dynamically amplified by at most this amount Voice activity detection level @@ -4584,14 +4584,6 @@ This setting only applies to new messages; existing messages keep the previous t Classic - - Stacked - - - - Hybrid - - Custom 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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4705,10 +4689,6 @@ This setting only applies to new messages; existing messages keep the previous t Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -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 customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - - This changes the behavior when moving users. @@ -4829,10 +4805,6 @@ This setting only applies to new messages; existing messages keep the previous t Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4893,10 +4865,6 @@ This setting only applies to new messages; existing messages keep the previous t Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4989,6 +4957,50 @@ This setting only applies to new messages; existing messages keep the previous t Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasika - - Stacked - - - - Hybrid - - Custom 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. - - Expand - Etendi - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4663,10 +4647,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4675,10 +4655,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4787,10 +4763,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4851,10 +4823,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4947,6 +4915,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Clásico - - Stacked - Apilado - - - Hybrid - Híbrido - Custom 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. - - Expand - Expandir - When to automatically expand channels Cuándo expandir automáticamente los canales - - Channel Dragging - Arrastre de canales - Always On Top Siempre visible @@ -4715,10 +4699,6 @@ La configuración solo se aplica a los mensajes nuevos, los que ya se muestran c Show transmit mode dropdown in toolbar Mostrar desplegable de modo de transmisión en la barra de tareas - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Arrastrar usuario - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Tamaño relativo de fuente para usar en la interfaz del habla, en porcentaje. - - Rel. font size (%) - Tamaño relativo de fuente (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Acción (Canal): - - Quit Behavior - Comportamiento al abandonar - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode Modo de acción de búsqueda de canales + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassikaline - - Stacked - - - - Hybrid - Hübriid - Custom 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. - - Expand - Laienda - When to automatically expand channels - - Channel Dragging - Kanali lohistamine - Always On Top Alati kõige pealmine @@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Teema - Theme to use to style the user interface @@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - Kasutaja lohistamine - This changes the behavior when moving users. See muudab kasutajate liigutamise käitumist. @@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - Suhteline teksti suurus (%) - String that gets used instead of the cut-out part of an abbreviated name. @@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasikoa - - Stacked - - - - Hybrid - Hibridoa - Custom 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. - - Expand - Hedatu - When to automatically expand channels Noiz hedatu automatikoki kanalak - - Channel Dragging - - Always On Top Beti gainean @@ -4670,10 +4654,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Gaia - Theme to use to style the user interface @@ -4682,10 +4662,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4794,10 +4770,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4858,10 +4830,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4954,6 +4922,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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.Classic Klassinen - - Stacked - Pinottu - - - Hybrid - Hybridi - Custom 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ää. - - Expand - Laajenna - When to automatically expand channels Milloin laajentaa kanavia automaattisesti - - Channel Dragging - Kanavien vetäminen - Always On Top Aina päällimmäisenä @@ -4714,10 +4698,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.Show transmit mode dropdown in toolbar Näytä lähetystilan pudotusvalikko työkalupalkissa - - Theme - Teema - Theme to use to style the user interface Käyttöliittymän tyyleihin käytetty teema @@ -4726,10 +4706,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.<b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Käyttäjän siirto - This changes the behavior when moving users. 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.Relative font size to use in the Talking UI in percent. Puhujalistassa käytettävä suhteellinen kirjasinkoko prosentteina. - - Rel. font size (%) - Suhteellinen kirjasinkoko (%) - String that gets used instead of the cut-out part of an abbreviated name. Merkkijono, jolla korvataan pois leikattu kohta lyhennetystä nimestä. @@ -4902,10 +4874,6 @@ Tämä vaikuttaa vain uusiin viesteihin, vanhojen viestien aikaleima ei muutu.Action (Channel): Toiminta (Kanava): - - Quit Behavior - Toiminta lopettaessa - This setting controls the behavior of clicking on the X in the top right corner. 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.Channel search action mode Kanavahaun toiminnon tila + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Classique - - Stacked - Empilée - - - Hybrid - Hybride - Custom 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. - - Expand - Élargir - When to automatically expand channels Quand étendre automatiquement les salons - - Channel Dragging - Faire glisser le salon - Always On Top Toujours au-dessus @@ -4714,10 +4698,6 @@ Le paramètre ne s'applique qu'aux nouveaux messages, ceux déjà affi Show transmit mode dropdown in toolbar Afficher le sélecteur de mode de transmission dans la barre d'outils - - Theme - Thème - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Faire glisser l'utilisateur - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Taille relative de la police en mode Tribune. - - Rel. font size (%) - Taille relative de la police (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 (Channel): Action (Salon) : - - Quit Behavior - Comportement lors de fermeture - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode Mode d'action de recherche de salons + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4654,10 +4638,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4666,10 +4646,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4778,10 +4754,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4842,10 +4814,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4938,6 +4906,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic קלאסית - - Stacked - מערום - - - Hybrid - מעורב - Custom מותאמת @@ -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> תקפיץ תיבת דו-שיח שבה תשאל אם אתה בטוח כי ברצונך להזיז את הערוץ. - - Expand - הרחב - When to automatically expand channels מתי להרחיב ערוצים אוטומטית - - Channel Dragging - גרירת ערוצים - Always On Top תמיד למעלה @@ -4702,10 +4686,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - ערכת נושא - Theme to use to style the user interface ערכת נושא לשימוש כדי לסגנן את הממשק משתמש @@ -4714,10 +4694,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4826,10 +4802,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4890,10 +4862,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4986,6 +4954,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 This sets the behavior of user drags; it can be used to prevent accidental dragging. <i>Move</i> moves the user without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the user. - - User Dragging - - - - Channel Dragging - - Use selected item as the chat bar target - - Expand - - Show number of users in each channel @@ -4506,18 +4494,10 @@ The setting only applies for new messages, the already shown ones will retain th Layout - - Hybrid - - Custom - - Stacked - - Classic @@ -4586,10 +4566,6 @@ The setting only applies for new messages, the already shown ones will retain th Show context menu in menu bar - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4730,10 +4706,6 @@ The setting only applies for new messages, the already shown ones will retain th Always keep local user visible - - Rel. font size (%) - - Channel hierarchy depth @@ -4750,10 +4722,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>This sets which language Mumble should use.</b><br />You have to restart Mumble to use the new language. - - Theme - - Theme to use to style the user interface @@ -4907,6 +4875,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasszikus - - Stacked - Tömött - - - Hybrid - Hibrid - Custom 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. - - Expand - Csatornák kibontása - When to automatically expand channels Mikor bontsa ki automatikusan a csatornák faszerkezetét - - Channel Dragging - Csatorna mozgatása - Always On Top Mindig előtérben @@ -4700,10 +4684,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar Adásmód mutatása az eszköztáron - - Theme - Téma - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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... - - User Dragging - Felhasználó mozgatása - This changes the behavior when moving users. @@ -4824,10 +4800,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4888,10 +4860,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4984,6 +4952,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Classica - - Stacked - Impilata - - - Hybrid - Ibrida - Custom 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. - - Expand - Espandi canali - When to automatically expand channels Quando espandere automaticamente i canali - - Channel Dragging - Trascinamento Canale - Always On Top Sempre in primo piano @@ -4714,10 +4698,6 @@ Questa impostazione si applica solo ai nuovi messaggi, quelli già mostrati mant Show transmit mode dropdown in toolbar Mostra selettore della modalità di trasmissione nella toolbar - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Trascinamento Utente - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Grandezza percentuale relativa dei caratteri da utilizzare nella TalkingUI. - - Rel. font size (%) - Grandezza relativa caratteri (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Azione (Canale): - - Quit Behavior - Azione di chiusura - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic クラシック - - Stacked - スタック - - - Hybrid - ハイブリッド - Custom カスタム @@ -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> 確認メッセージボックスを出してから動かします。 - - Expand - 展開 - When to automatically expand channels 自動的にチャンネルを展開する - - Channel Dragging - チャンネルのドラッグ操作 - Always On Top 常に手前に表示 @@ -4701,10 +4685,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4713,10 +4693,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4825,10 +4801,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4889,10 +4861,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4985,6 +4953,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic 클래식 - - Stacked - 스택드 - - - Hybrid - 하이브리드 - Custom 커스텀 @@ -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>는 메시지 박스를 사용하여 채널을 이동할지 여부를 확인합니다. - - Expand - 확장 - When to automatically expand channels 채널을 자동으로 확장하는 경우 - - Channel Dragging - 채널 드래그 - Always On Top 항상 위에 @@ -4713,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar 툴바에 전송 방법 드롭다운 표시 - - Theme - 테마 - Theme to use to style the user interface 유저 인터페이스 스타일을 사용할 테마 @@ -4725,10 +4705,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <b>Mumble 유저 인터페이스의 스타일을 지정할 테마를 구성</b><br />Mumble은 특정 디렉터리에서 테마를 선택하여 이 목록에 표시합니다. 선택한 항목은 Mumble의 시각적 모양을 커스텀하는 데 사용됩니다. 여기에는 색상, 아이콘 등이 포함됩니다. - - User Dragging - 유저 드래그 - This changes the behavior when moving users. 유저를 이동할 때 동작이 변경됩니다. @@ -4837,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. 대화 UI에서 사용할 상대 글꼴 크기의 백분율입니다. - - Rel. font size (%) - 상대적 글꼴 크기 (%) - String that gets used instead of the cut-out part of an abbreviated name. 축약된 이름의 잘라낸 부분 대신 사용되는 문자열입니다. @@ -4901,10 +4873,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): 작업 (채널): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4997,6 +4965,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasikinis - - Stacked - - - - Hybrid - Hibridinis - Custom @@ -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ą. - - Expand - Išskleisti - When to automatically expand channels Kada automatiškai išskleisti kanalus - - Channel Dragging - Kanalų tempimas - Always On Top Visada viršuje @@ -4685,10 +4669,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Tema - Theme to use to style the user interface 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 <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. Tai keičia elgseną, perkeliant naudotojus. @@ -4809,10 +4785,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4873,10 +4845,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4969,6 +4937,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassiek - - Stacked - Gestapeld - - - Hybrid - Gemengd - Custom 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. - - Expand - Uitvouwen - When to automatically expand channels Wanneer kanalen auto-uitvouwen - - Channel Dragging - Kanalen Slepen - Always On Top Altijd vooraan @@ -4714,10 +4698,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h Show transmit mode dropdown in toolbar Toon selectie voor verzendmodus in werkbalk - - Theme - Thema - Theme to use to style the user interface Thema om als stijl te gebruiken @@ -4726,10 +4706,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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). - - User Dragging - Gebruikers Slepen - This changes the behavior when moving users. Dit verandert wat het verplaatsen van gebruikers doet. @@ -4838,10 +4814,6 @@ Deze instelling geldt voor nieuwe berichten, vermits getoonden conformeren aan h Relative font size to use in the Talking UI in percent. Relatieve lettertypegrootte voor de Sprekersweergave, in procent. - - Rel. font size (%) - Rel. lettertypegrootte (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Actie (Kanaal): - - Quit Behavior - Gedrag bij afsluiten - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassisk - - Stacked - Stablet - - - Hybrid - Hybrid - Custom 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. - - Expand - Utvid - When to automatically expand channels Tidspunkt for automatisk ekspansjon av kanaler - - Channel Dragging - Kanaldraging - Always On Top Alltid øverst @@ -4729,10 +4713,6 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf Show transmit mode dropdown in toolbar Vis rullegardin for forsendelsesmodus i verktøyslinjen - - Theme - Drakt - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Brukerdraging - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Relativ prosentvis skriftstørrelse å bruke i snakkingsgrensesnittet. - - Rel. font size (%) - Rel. skriftstørrelse (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Handling (kanal): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -5013,6 +4981,50 @@ Har kun innvirkning for nye meldinger. Gamle meldinger vises i foregående tidsf Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - Empilat - - - Hybrid - - Custom 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. - - Expand - Espandir - When to automatically expand channels - - Channel Dragging - - Always On Top Totjorn en dessús @@ -4653,10 +4637,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - Tèma - Theme to use to style the user interface @@ -4665,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4777,10 +4753,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4841,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4937,6 +4905,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasyczny - - Stacked - Stos - - - Hybrid - Hybryda - Custom 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ł. - - Expand - Rozwijanie kanałów - When to automatically expand channels Kiedy automatycznie rozwijać kanały - - Channel Dragging - Przeciąganie kanałów - Always On Top Zawsze na wierzchu @@ -4715,10 +4699,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed Show transmit mode dropdown in toolbar Pokazuj tryb nadawania w menu rozwijanym - - Theme - Motyw - Theme to use to style the user interface Motyw używany do zmiany wyglądu interfejsu @@ -4727,10 +4707,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Przeciąganie użytkowników - This changes the behavior when moving users. Zmienia zachowanie podczas przenoszenia użytkowników. @@ -4839,10 +4815,6 @@ Ustawienie dotyczy tylko nowych wiadomości, te już pokazane zachowają poprzed Relative font size to use in the Talking UI in percent. Względny rozmiar czcionki do użycia w Interfejsie mówiących w procentach. - - Rel. font size (%) - Względny rozmiar czcionki (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Akcja (kanał): - - Quit Behavior - Zachowanie zamykania - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode Tryb akcji wyszukiwania kanałów + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Clássica - - Stacked - Empilhada - - - Hybrid - Híbrida - Custom 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. - - Expand - Expandir - When to automatically expand channels Quando expandir canais automaticamente - - Channel Dragging - Moção de canais - Always On Top Sempre visível @@ -4714,10 +4698,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida Show transmit mode dropdown in toolbar Mostrar modo de transmissão na barra de ferramentas - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Arrasto de Usuário - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Tamanho relativo de fonte em porcento a usar na UI de Falantes. - - Rel. font size (%) - Tamanho de fonte rel. (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Ação (Canal): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4998,6 +4966,50 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Clássica - - Stacked - Empilhada - - - Hybrid - Híbrida - Custom 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. - - Expand - Expandir - When to automatically expand channels Quando expandir canais automaticamente - - Channel Dragging - Movimento de Canais - Always On Top Sempre no topo @@ -4714,10 +4698,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida Show transmit mode dropdown in toolbar Mostrar menu de seleção do modo de transmissão na barra de ferramentas - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Arrasto de Utilizador - This changes the behavior when moving users. Isso altera o comportamento ao mover utilizadores. @@ -4838,10 +4814,6 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida Relative font size to use in the Talking UI in percent. Tamanho relativo de fonte em porcento a usar na UI de Falantes. - - Rel. font size (%) - Tamanho de fonte rel. (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Ação (Canal): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4998,6 +4966,50 @@ Essa configuração só se aplica para novas mensagens. As mensagens já exibida Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4661,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4673,10 +4653,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4785,10 +4761,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4849,10 +4821,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4945,6 +4913,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Классический - - Stacked - Вертикальный - - - Hybrid - Гибридный - Custom Другой @@ -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> - выводит запрос при попытке переместить канал. - - Expand - Разворачивать - When to automatically expand channels Когда автоматически разворачивать каналы - - Channel Dragging - Перетаскивание канала - Always On Top Отображать на переднем плане @@ -4715,10 +4699,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar Показать выпадающий список режимов передачи на панели инструментов - - Theme - Тема - Theme to use to style the user interface Тема, используемая для оформления интерфейса @@ -4727,10 +4707,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <b>Настраивает то, как выглядит интерфейс Mumble.</b><br />Mumble будет импортировать темы из определенных каталогов и показывать их в списке. Та тема, которую вы выберете, будет определять визуальный стиль Mumble. Она включает цвета, иконки и другое. - - User Dragging - Перетаскивание пользователя - This changes the behavior when moving users. Это меняет поведение при перемещении пользователей. @@ -4839,10 +4815,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. Относительный размер шрифта в процентах для использования в интерфейсе диалога. - - Rel. font size (%) - Относительный размер шрифта (%) - String that gets used instead of the cut-out part of an abbreviated name. Строка, которая используется вместо вырезанной части сокращенного названия. @@ -4903,10 +4875,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): Действие (Канал): - - Quit Behavior - Поведение при выходе - This setting controls the behavior of clicking on the X in the top right corner. Этот параметр управляет поведением при нажатии на X в правом верхнем углу. @@ -4999,6 +4967,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Abbreviation replacement - - Rel. font size (%) - - Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in). @@ -4522,18 +4518,10 @@ The setting only applies for new messages, the already shown ones will retain th Layout - - Hybrid - - Custom - - Stacked - - Classic @@ -4550,10 +4538,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>This sets which language Mumble should use.</b><br />You have to restart Mumble to use the new language. - - Theme - - Theme to use to style the user interface @@ -4682,22 +4666,10 @@ The setting only applies for new messages, the already shown ones will retain th This sets the behavior of user drags; it can be used to prevent accidental dragging. <i>Move</i> moves the user without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the user. - - User Dragging - - - - Channel Dragging - - Use selected item as the chat bar target - - Expand - - Show number of users in each channel @@ -4811,10 +4783,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4907,6 +4875,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 This sets the behavior of user drags; it can be used to prevent accidental dragging. <i>Move</i> moves the user without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the user. - - User Dragging - - - - Channel Dragging - - Use selected item as the chat bar target - - Expand - - Show number of users in each channel @@ -4510,18 +4498,10 @@ The setting only applies for new messages, the already shown ones will retain th Layout - - Hybrid - - Custom - - Stacked - - Classic @@ -4702,10 +4682,6 @@ The setting only applies for new messages, the already shown ones will retain th Always keep local user visible - - Rel. font size (%) - - Channel hierarchy depth @@ -4722,10 +4698,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>This sets which language Mumble should use.</b><br />You have to restart Mumble to use the new language. - - Theme - - Theme to use to style the user interface @@ -4815,10 +4787,6 @@ The setting only applies for new messages, the already shown ones will retain th User Interface - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4911,6 +4879,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Abbreviation replacement - - Rel. font size (%) - - Whether to show all of the local user's listeners (ears) in the TalkingUI (and thereby also the channels they are in). @@ -4524,18 +4520,10 @@ The setting only applies for new messages, the already shown ones will retain th Layout - - Hybrid - - Custom - - Stacked - - Classic @@ -4552,10 +4540,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>This sets which language Mumble should use.</b><br />You have to restart Mumble to use the new language. - - Theme - - Theme to use to style the user interface @@ -4684,22 +4668,10 @@ The setting only applies for new messages, the already shown ones will retain th This sets the behavior of user drags; it can be used to prevent accidental dragging. <i>Move</i> moves the user without prompting. <i>Do Nothing</i> does nothing and prints an error message. <i>Ask</i> uses a message box to confirm if you really wanted to move the user. - - User Dragging - - - - Channel Dragging - - Use selected item as the chat bar target - - Expand - - Show number of users in each channel @@ -4813,10 +4785,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4909,6 +4877,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klassisk - - Stacked - Staplade - - - Hybrid - Blandat - Custom 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. - - Expand - Expandera - When to automatically expand channels Expandera automatiskt kanaler - - Channel Dragging - Kanaldragning - Always On Top Alltid överst @@ -4714,10 +4698,6 @@ Inställningen gäller endast för nya meddelanden, de redan visade meddelandena Show transmit mode dropdown in toolbar Visa överföringsläge i verktygsfältet - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Anändardragning - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Relativ teckenstorlek som ska användas i Talargränssnitt i procent. - - Rel. font size (%) - Relativ teckenstorlek (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Åtgärd (kanal): - - Quit Behavior - Beteende vid avslut - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4664,10 +4648,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4676,10 +4656,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4788,10 +4764,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4852,10 +4824,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4948,6 +4916,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic Klasik - - Stacked - Yığılmış - - - Hybrid - Kırma - Custom Ö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. - - Expand - Genişlet - When to automatically expand channels Kanalların ne zaman otomatik olarak genişletileceği - - Channel Dragging - Kanal Kaydırma - Always On Top Her Zaman Üstte @@ -4713,10 +4697,6 @@ Bu ayar sadece yeni mesajlara uygulanır, zaten görüntülenmiş olanlar öncek Show transmit mode dropdown in toolbar Aktarma kipi menüsünü araç çubuğunda göster - - Theme - Tema - Theme to use to style the user interface 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>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <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. - - User Dragging - Kullanıcı Kaydırma - This changes the behavior when moving users. 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 Relative font size to use in the Talking UI in percent. Talking UI kullanıcı arayüzünde yüzde olarak kullanılacak göreli yazı tipi boyutu. - - Rel. font size (%) - Rel. yazı tipi boyutu (%) - String that gets used instead of the cut-out part of an abbreviated name. 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 Action (Channel): Eylem (Kanal): - - Quit Behavior - Çıkış Davranışı - This setting controls the behavior of clicking on the X in the top right corner. 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 Channel search action mode Kanal arama eylem kipi + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4661,10 +4645,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4673,10 +4653,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4785,10 +4761,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4849,10 +4821,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4945,6 +4913,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic 经典 - - Stacked - 堆叠 - - - Hybrid - 混合 - Custom 自定义 @@ -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>表示弹出一个消息框以确认您是否确实要移动频道。 - - Expand - 频道展开 - When to automatically expand channels 何时自动展开频道 - - Channel Dragging - 频道拖动 - Always On Top 始终置顶 @@ -4713,10 +4697,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar 在工具栏显示传输模式下拉列表 - - Theme - 主题 - Theme to use to style the user interface 用于设置界面样式的主题 @@ -4725,10 +4705,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. <b>配置 Mumble 界面应该使用哪种主题设置样式</b><br />Mumble 将从特定目录中获取主题并将其显示在此列表中。您选择的主题将用于自定义 Mumble 的外观,包括颜色、图标等。 - - User Dragging - 用户拖动 - This changes the behavior when moving users. 改变移动用户时的行为。 @@ -4837,10 +4813,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. 对话界面使用的相对字号(按百分比)。 - - Rel. font size (%) - 相对字号(%) - String that gets used instead of the cut-out part of an abbreviated name. 缩短名称时,用于替换被去掉的字符。 @@ -4901,10 +4873,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): 操作(频道): - - Quit Behavior - 退出行为 - This setting controls the behavior of clicking on the X in the top right corner. 此设置控制点击右上角 X 的行为。 @@ -4997,6 +4965,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode 频道搜索操作模式 + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic - - Stacked - - - - Hybrid - - Custom @@ -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. - - Expand - - When to automatically expand channels - - Channel Dragging - - Always On Top @@ -4651,10 +4635,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar - - Theme - - Theme to use to style the user interface @@ -4663,10 +4643,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4775,10 +4751,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4839,10 +4811,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4935,6 +4903,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + 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 Classic 經典 - - Stacked - 堆疊 - - - Hybrid - 混合 - Custom 自訂 @@ -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. - - Expand - 展開 - When to automatically expand channels 何時自動展開頻道 - - Channel Dragging - 頻道拖曳 - Always On Top 最上層顯示 @@ -4680,10 +4664,6 @@ The setting only applies for new messages, the already shown ones will retain th Show transmit mode dropdown in toolbar 在工具列顯示傳輸模式的下拉選單 - - Theme - 佈景主題 - Theme to use to style the user interface 佈景主題用來設定使用者介面風格 @@ -4692,10 +4672,6 @@ The setting only applies for new messages, the already shown ones will retain th <b>Configures which theme the Mumble user interface should be styled with</b><br />Mumble will pick up themes from certain directories and display them in this list. The one you select will be used to customize the visual appearance of Mumble. This includes colors, icons and more. - - User Dragging - - This changes the behavior when moving users. @@ -4804,10 +4780,6 @@ The setting only applies for new messages, the already shown ones will retain th Relative font size to use in the Talking UI in percent. - - Rel. font size (%) - - String that gets used instead of the cut-out part of an abbreviated name. @@ -4868,10 +4840,6 @@ The setting only applies for new messages, the already shown ones will retain th Action (Channel): - - Quit Behavior - - This setting controls the behavior of clicking on the X in the top right corner. @@ -4964,6 +4932,50 @@ The setting only applies for new messages, the already shown ones will retain th Channel search action mode + + &User Dragging + + + + Channel Dra&gging + + + + E&xpand + + + + H&ybrid + + + + Stac&ked + + + + &Quit Behavior + + + + Rel. font si&ze (%) + + + + 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 + + + + &Theme + + + + &Language + + MainWindow