Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorprecla <antonio.prcela@gmail.com>2017-07-21 20:33:08 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-07-30 21:28:46 +0300
commitea5336c5c952a829bb923b23f3718fa759da961c (patch)
treebf5ed20524b427b9a140c6decaf0095d99b11d11 /src
parent6e0f81505cedbed5d8a59859ac4ca65b0f28fcad (diff)
ParseCommandLine: Add Command for Muting Audio
Fixes #5657 Closes #184
Diffstat (limited to 'src')
-rw-r--r--src/mpc-hc/AppSettings.cpp2
-rw-r--r--src/mpc-hc/AppSettings.h3
-rw-r--r--src/mpc-hc/CmdLineHelpDlg.cpp2
-rw-r--r--src/mpc-hc/MainFrm.cpp4
-rw-r--r--src/mpc-hc/mpc-hc.rc1
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ar.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.be.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.bn.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.bs_BA.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ca.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.cs.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.da.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.de.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.el.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.en_GB.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.es.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.eu.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.fi.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.gl.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.he.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.hr.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.hu.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.hy.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.id.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.it.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ja.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ko.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.lt.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ms_MY.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.nl.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.pa.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.pl.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.pt_BR.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ro.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.ru.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.sk.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.sl.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.sr.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.strings.pot6
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.sv.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.th_TH.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.tr.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.tt.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.uk.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.vi.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.zh_CN.strings.po4
-rw-r--r--src/mpc-hc/mpcresources/PO/mpc-hc.zh_TW.strings.po4
-rw-r--r--src/mpc-hc/resource.h2
49 files changed, 185 insertions, 3 deletions
diff --git a/src/mpc-hc/AppSettings.cpp b/src/mpc-hc/AppSettings.cpp
index 3f13298fa..1f491b324 100644
--- a/src/mpc-hc/AppSettings.cpp
+++ b/src/mpc-hc/AppSettings.cpp
@@ -2189,6 +2189,8 @@ void CAppSettings::ParseCommandLine(CAtlList<CString>& cmdln)
m_Shaders.SetCurrentPreset(cmdln.GetNext(pos));
} else if (sw == _T("reset")) {
nCLSwitches |= CLSW_RESET;
+ } else if (sw == _T("mute")) {
+ nCLSwitches |= CLSW_MUTE;
} else if (sw == _T("monitoroff")) {
nCLSwitches |= CLSW_MONITOROFF;
} else if (sw == _T("playnext")) {
diff --git a/src/mpc-hc/AppSettings.h b/src/mpc-hc/AppSettings.h
index 85824245e..1a744cebd 100644
--- a/src/mpc-hc/AppSettings.h
+++ b/src/mpc-hc/AppSettings.h
@@ -89,7 +89,8 @@ enum : UINT64 {
CLSW_PRESET1 = CLSW_RESET << 1,
CLSW_PRESET2 = CLSW_PRESET1 << 1,
CLSW_PRESET3 = CLSW_PRESET2 << 1,
- CLSW_UNRECOGNIZEDSWITCH = CLSW_PRESET3 << 1 // 38
+ CLSW_MUTE = CLSW_PRESET3 << 1,
+ CLSW_UNRECOGNIZEDSWITCH = CLSW_MUTE << 1 // 39
};
enum MpcCaptionState {
diff --git a/src/mpc-hc/CmdLineHelpDlg.cpp b/src/mpc-hc/CmdLineHelpDlg.cpp
index 77743592f..f0ff9fcc1 100644
--- a/src/mpc-hc/CmdLineHelpDlg.cpp
+++ b/src/mpc-hc/CmdLineHelpDlg.cpp
@@ -66,7 +66,7 @@ BOOL CmdLineHelpDlg::OnInitDialog()
IDS_CMD_UNREGALL, IDS_CMD_START, IDS_CMD_STARTPOS, IDS_CMD_FIXEDSIZE, IDS_CMD_MONITOR,
IDS_CMD_AUDIORENDERER, IDS_CMD_SHADERPRESET, IDS_CMD_PNS, IDS_CMD_ICONASSOC,
IDS_CMD_NOFOCUS, IDS_CMD_WEBPORT, IDS_CMD_DEBUG, IDS_CMD_NOCRASHREPORTER,
- IDS_CMD_SLAVE, IDS_CMD_HWGPU, IDS_CMD_RESET, IDS_CMD_HELP
+ IDS_CMD_SLAVE, IDS_CMD_HWGPU, IDS_CMD_RESET, IDS_CMD_MUTE, IDS_CMD_HELP
};
for (const auto& cmdArg : cmdArgs) {
diff --git a/src/mpc-hc/MainFrm.cpp b/src/mpc-hc/MainFrm.cpp
index 2145a95ac..d0d57a44b 100644
--- a/src/mpc-hc/MainFrm.cpp
+++ b/src/mpc-hc/MainFrm.cpp
@@ -4021,6 +4021,10 @@ BOOL CMainFrame::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCDS)
SendMessage(WM_COMMAND, ID_VIEW_PRESETS_COMPACT);
} else if (s.nCLSwitches & CLSW_PRESET3) {
SendMessage(WM_COMMAND, ID_VIEW_PRESETS_NORMAL);
+ } else if (s.nCLSwitches & CLSW_MUTE) {
+ if (!IsMuted()) {
+ SendMessage(WM_COMMAND, ID_VOLUME_MUTE);
+ }
} else {
applyRandomizeSwitch();
}
diff --git a/src/mpc-hc/mpc-hc.rc b/src/mpc-hc/mpc-hc.rc
index 8996b5da2..1105712f8 100644
--- a/src/mpc-hc/mpc-hc.rc
+++ b/src/mpc-hc/mpc-hc.rc
@@ -3625,6 +3625,7 @@ BEGIN
IDS_CMD_LOCK "/lock\t\tLock workstation after playback"
IDS_CMD_MONITOROFF "/monitoroff\tTurn off the monitor after playback"
IDS_CMD_PLAYNEXT "/playnext\t\tOpen next file in the folder after playback"
+ IDS_CMD_MUTE "/mute\tMute the audio"
END
STRINGTABLE
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ar.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ar.strings.po
index 8a75b20f5..e0c8a555a 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ar.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ar.strings.po
@@ -3845,6 +3845,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.be.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.be.strings.po
index c0600e362..6e09c7fa1 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.be.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.be.strings.po
@@ -3840,6 +3840,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tПрайграць наступны файл ў папцы па сканчэнні прайгравання"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tЗапуск у поўнаэкранным рэжыме"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.bn.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.bn.strings.po
index 6c807a2e8..99fb262c7 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.bn.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.bn.strings.po
@@ -3840,6 +3840,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.bs_BA.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.bs_BA.strings.po
index 9f19ffd30..1a36ff8ba 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.bs_BA.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.bs_BA.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOtvori sljedeći dokument u direktoriju nakon reprodukcije"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tStartaj u modusu preko cijelog ekrana"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ca.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ca.strings.po
index eea51e77d..2f8caf1b2 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ca.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ca.strings.po
@@ -3845,6 +3845,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tObre el fitxer següent de la carpeta un cop acabada la reproducció"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tInicia el reproductor en pantalla completa"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.cs.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.cs.strings.po
index e974d597a..59b556b12 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.cs.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.cs.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tPo přehrání otevře další soubor v adresáři"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tSpustí přehrávač v režimu na celou obrazovku"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.da.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.da.strings.po
index b087051bc..c304c82a0 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.da.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.da.strings.po
@@ -3839,6 +3839,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tÅbn næste fil i mappen efter afspilning"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tStart i fuldskærm-tilstand"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.de.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.de.strings.po
index 38d1e3e6e..d124dc67d 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.de.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.de.strings.po
@@ -3843,6 +3843,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tÖffnet die nächste Ordnerdatei (nach Wiedergabe)."
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tStartet den Player im Vollbild."
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.el.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.el.strings.po
index ca3dce23c..bb051db2d 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.el.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.el.strings.po
@@ -3841,6 +3841,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tΆνοιγμα του επόμενου αρχείου στο φάκελο μετά την αναπαραγωγή"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tΈναρξη σε λειτουργία πλήρους οθόνης"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.en_GB.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.en_GB.strings.po
index aa610c8df..72a21b312 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.en_GB.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.en_GB.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOpen next file in the folder after playback"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tStart in fullscreen mode"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.es.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.es.strings.po
index 4747bff72..7acc35268 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.es.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.es.strings.po
@@ -3846,6 +3846,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tAbre el siguiente archivo de la carpeta tras la reproducción"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tInicia el reproductor en pantalla completa"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.eu.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.eu.strings.po
index 44b3ec099..e28dcd4a9 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.eu.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.eu.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tIreki agiritegiko hurrengo agiria irakurketaren ondoren"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tHasi ikusleiho-osoko moduan"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.fi.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.fi.strings.po
index da9b226f5..488a8d717 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.fi.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.fi.strings.po
@@ -3839,6 +3839,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po
index 6dd87b07b..cad5b173e 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po
@@ -3838,6 +3838,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOuvre le fichier suivant dans le répertoire après la lecture"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tDémarre en plein écran"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.gl.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.gl.strings.po
index 697afa81c..7c87c8a2a 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.gl.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.gl.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tAbre o seguinte ficheiro do cartafol tras a reprodución"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tInicia o reprodutor en pantalla completa"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.he.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.he.strings.po
index 476122d72..b149bb1c9 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.he.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.he.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.hr.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.hr.strings.po
index e9c025c1b..72dd95b4f 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.hr.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.hr.strings.po
@@ -3841,6 +3841,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOtvori slijedeću datoteku u mapi nakon reprodukcije"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tPokreni u načinu cijelog ekrana"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.hu.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.hu.strings.po
index dfaf73bed..cd1bd7540 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.hu.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.hu.strings.po
@@ -3838,6 +3838,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.hy.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.hy.strings.po
index 722f115eb..da288612c 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.hy.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.hy.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.id.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.id.strings.po
index 92fb57e7f..06025cb4b 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.id.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.id.strings.po
@@ -3852,6 +3852,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tBuka berkas selanjutnya dalam folder setelah pemutaran"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tMulai dalam mode layar penuh"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.it.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.it.strings.po
index 6a104f961..d486706aa 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.it.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.it.strings.po
@@ -3838,6 +3838,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ja.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ja.strings.po
index 0f3a04430..5c79651f6 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ja.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ja.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\t再生終了後にフォルダ内の次のファイルを開く"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\t全画面表示モードで起動する"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ko.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ko.strings.po
index 4329f8bbb..dc0e6ee2f 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ko.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ko.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.lt.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.lt.strings.po
index 69cdad4d6..450d1bdff 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.lt.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.lt.strings.po
@@ -3841,6 +3841,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ms_MY.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ms_MY.strings.po
index 3bf570996..799d10c44 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ms_MY.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ms_MY.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tBuka fail berikutnya dalam folder selepas main balik"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tMula dalam mod skrin-penuh"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.nl.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.nl.strings.po
index 7941b1fa7..043b4c2a9 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.nl.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.nl.strings.po
@@ -3849,6 +3849,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tVolgend bestaand open na afspelen"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tStarten in volledig scherm"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.pa.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.pa.strings.po
index 7f5d3d1e8..af9eb3ef2 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.pa.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.pa.strings.po
@@ -3836,6 +3836,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.pl.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.pl.strings.po
index fb17c3130..94ea19020 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.pl.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.pl.strings.po
@@ -3839,6 +3839,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOtwiera następny plik w folderze po zakończeniu odtwarzania"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tUruchamia w trybie pełnego ekranu"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.pt_BR.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.pt_BR.strings.po
index 81ffc241e..539dec138 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.pt_BR.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.pt_BR.strings.po
@@ -3851,6 +3851,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tAbre o próximo arquivo da pasta após a reprodução"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tInicia o modo tela cheia"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ro.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ro.strings.po
index 37a83d453..863ccb3b4 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ro.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ro.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tDeschide următorul fișier din dosar după redare"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tPornește în modul ecran complet"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.ru.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.ru.strings.po
index f415e5f19..88e5a8493 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.ru.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.ru.strings.po
@@ -3852,6 +3852,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tОткрыть следующий файл в папке после окончания воспроизведения"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tЗапуск в полноэкранном режиме"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.sk.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.sk.strings.po
index 37911497d..a01839886 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.sk.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.sk.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tPo prehraní otvoriť ďalší súbor v priečinku"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tSpustiť v režime na celú obrazovku"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.sl.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.sl.strings.po
index 011c7fb19..c97098047 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.sl.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.sl.strings.po
@@ -3840,6 +3840,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tOdpri naslednjo datoteko po predvajanju"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tZaženi v celozaslonskem načinu"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.sr.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.sr.strings.po
index add89893c..575cf306b 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.sr.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.sr.strings.po
@@ -3839,6 +3839,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tОтворите следећу датотеку у фасцикли након репродукције."
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tПокрените у режиму целог екрана."
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.strings.pot b/src/mpc-hc/mpcresources/PO/mpc-hc.strings.pot
index dc7c2cccc..e3150468a 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.strings.pot
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.strings.pot
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: MPC-HC\n"
-"POT-Creation-Date: 2017-07-30 18:06:53+0000\n"
+"POT-Creation-Date: 2017-07-30 18:20:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3833,6 +3833,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.sv.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.sv.strings.po
index 2a46b9785..e1703cfa7 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.sv.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.sv.strings.po
@@ -3839,6 +3839,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.th_TH.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.th_TH.strings.po
index 12bf39f04..c5967c424 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.th_TH.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.th_TH.strings.po
@@ -3838,6 +3838,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.tr.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.tr.strings.po
index 74cba5051..e2ceaeb55 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.tr.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.tr.strings.po
@@ -3841,6 +3841,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext⇥⇥Yürütme işlemi sonrasında klasördeki sıradaki dosyayı yürüt"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen⇥Tam ekran modunda başlat"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.tt.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.tt.strings.po
index ae1f73379..2f1e11589 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.tt.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.tt.strings.po
@@ -3840,6 +3840,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.uk.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.uk.strings.po
index e84e28995..952b4db8f 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.uk.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.uk.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr ""
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr ""
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.vi.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.vi.strings.po
index cc069ce3d..e37cbcd8c 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.vi.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.vi.strings.po
@@ -3837,6 +3837,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\tMở tập tin kế tiếp trong thư mục sau khi phát xong"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\tKhởi động trong chế độ toàn màn hình"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.zh_CN.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.zh_CN.strings.po
index db242d436..d18ec1c01 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.zh_CN.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.zh_CN.strings.po
@@ -3841,6 +3841,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\t播放完毕后打开文件夹中的下一个文件"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\t以全屏模式启动"
diff --git a/src/mpc-hc/mpcresources/PO/mpc-hc.zh_TW.strings.po b/src/mpc-hc/mpcresources/PO/mpc-hc.zh_TW.strings.po
index c16e8382f..da8880b73 100644
--- a/src/mpc-hc/mpcresources/PO/mpc-hc.zh_TW.strings.po
+++ b/src/mpc-hc/mpcresources/PO/mpc-hc.zh_TW.strings.po
@@ -3847,6 +3847,10 @@ msgctxt "IDS_CMD_PLAYNEXT"
msgid "/playnext\t\tOpen next file in the folder after playback"
msgstr "/playnext\t\t播放結束後開啟資料夾的下一個檔案"
+msgctxt "IDS_CMD_MUTE"
+msgid "/mute\tMute the audio"
+msgstr ""
+
msgctxt "IDS_CMD_FULLSCREEN"
msgid "/fullscreen\tStart in fullscreen mode"
msgstr "/fullscreen\t使用全螢幕模式啟動"
diff --git a/src/mpc-hc/resource.h b/src/mpc-hc/resource.h
index 95c910a48..27467f8b9 100644
--- a/src/mpc-hc/resource.h
+++ b/src/mpc-hc/resource.h
@@ -1570,6 +1570,8 @@
#define IDS_SUBTITLE_RENDERER_ASS_FILTER 57534
#define IDS_SUBMENU_COPYURL 57535
#define IDS_CMD_VIEWPRESET 57536
+#define IDS_CMD_MUTE 57537
+
// Next default values for new objects
//