aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-12-14 19:25:08 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-12-14 19:25:08 +0000
commit15aaa5f18bf9c4b87215faa4b482f9de98384c34 (patch)
tree86b00c40904611bfe31955a54b0cdc69c0cd3728
parent5dd33d3b1bde69b4ded0b1b35a874919c3007fe5 (diff)
downloadqmmp-15aaa5f18bf9c4b87215faa4b482f9de98384c34.tar.gz
qmmp-15aaa5f18bf9c4b87215faa4b482f9de98384c34.tar.bz2
qmmp-15aaa5f18bf9c4b87215faa4b482f9de98384c34.zip
fixed details dialog layout
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2011 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmpui/detailsdialog.ui70
-rw-r--r--src/qmmpui/translations/libqmmpui_cs.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_de.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_es.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_it.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_ja.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_lt.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_nl.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_pl.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_pt_BR.ts32
-rw-r--r--src/qmmpui/translations/libqmmpui_ru.ts32
-rw-r--r--src/qmmpui/translations/libqmmpui_tr.ts32
-rw-r--r--src/qmmpui/translations/libqmmpui_uk_UA.ts34
-rw-r--r--src/qmmpui/translations/libqmmpui_zh_CN.ts32
-rw-r--r--src/qmmpui/translations/libqmmpui_zh_TW.ts32
-rw-r--r--src/ui/translations/qmmp_cs.ts18
-rw-r--r--src/ui/translations/qmmp_de.ts18
-rw-r--r--src/ui/translations/qmmp_es.ts18
-rw-r--r--src/ui/translations/qmmp_hu.ts18
-rw-r--r--src/ui/translations/qmmp_it.ts18
-rw-r--r--src/ui/translations/qmmp_ja.ts18
-rw-r--r--src/ui/translations/qmmp_lt.ts18
-rw-r--r--src/ui/translations/qmmp_nl.ts18
-rw-r--r--src/ui/translations/qmmp_pl_PL.ts18
-rw-r--r--src/ui/translations/qmmp_pt_BR.ts18
-rw-r--r--src/ui/translations/qmmp_ru.ts18
-rw-r--r--src/ui/translations/qmmp_tr.ts18
-rw-r--r--src/ui/translations/qmmp_uk_UA.ts18
-rw-r--r--src/ui/translations/qmmp_zh_CN.ts18
-rw-r--r--src/ui/translations/qmmp_zh_TW.ts18
30 files changed, 477 insertions, 329 deletions
diff --git a/src/qmmpui/detailsdialog.ui b/src/qmmpui/detailsdialog.ui
index ab4037fac..c3db7e96b 100644
--- a/src/qmmpui/detailsdialog.ui
+++ b/src/qmmpui/detailsdialog.ui
@@ -13,35 +13,43 @@
<property name="windowTitle">
<string>Details</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLineEdit" name="pathEdit">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="directoryButton">
- <property name="toolTip">
- <string>Open the directory containing this file</string>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </item>
- </layout>
+ <layout class="QGridLayout" name="gridLayout">
+ <property name="leftMargin">
+ <number>6</number>
+ </property>
+ <property name="rightMargin">
+ <number>6</number>
+ </property>
+ <property name="bottomMargin">
+ <number>6</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QLineEdit" name="pathEdit">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QToolButton" name="directoryButton">
+ <property name="toolTip">
+ <string>Open the directory containing this file</string>
+ </property>
+ <property name="text">
+ <string>...</string>
+ </property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
+ </widget>
</item>
- <item>
+ <item row="1" column="0" colspan="2">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
@@ -63,8 +71,8 @@
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
-&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
-&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
@@ -72,7 +80,7 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
</item>
- <item>
+ <item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
diff --git a/src/qmmpui/translations/libqmmpui_cs.ts b/src/qmmpui/translations/libqmmpui_cs.ts
index 9e82d56c7..a51b5df01 100644
--- a/src/qmmpui/translations/libqmmpui_cs.ts
+++ b/src/qmmpui/translations/libqmmpui_cs.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Název</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Umělec</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Poznámka</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Žánr</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Skladatel</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Rok</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Stopa</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Číslo disku</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Podrobnosti</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Přehled</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_de.ts b/src/qmmpui/translations/libqmmpui_de.ts
index 5de695ebc..8cf818ccd 100644
--- a/src/qmmpui/translations/libqmmpui_de.ts
+++ b/src/qmmpui/translations/libqmmpui_de.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Titel</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Interpret</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Kommentar</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Genre</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Komponent</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Jahr</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Stück</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>CD-Nummer</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Details</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Zusammenfassung</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_es.ts b/src/qmmpui/translations/libqmmpui_es.ts
index c9aeebbea..7e82041cd 100644
--- a/src/qmmpui/translations/libqmmpui_es.ts
+++ b/src/qmmpui/translations/libqmmpui_es.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Título</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Intérprete</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Comentario</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Género</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Compositor</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Año</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Pista</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Número de disco</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Detalles</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Sumario</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_it.ts b/src/qmmpui/translations/libqmmpui_it.ts
index c4c709c9b..ccee4415c 100644
--- a/src/qmmpui/translations/libqmmpui_it.ts
+++ b/src/qmmpui/translations/libqmmpui_it.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Titolo</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Interprete</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Commento</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Genere</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Compositore</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Anno</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Traccia</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Disco n°</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Dettagli</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Sommario</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_ja.ts b/src/qmmpui/translations/libqmmpui_ja.ts
index 1dfe56557..10ddca0b7 100644
--- a/src/qmmpui/translations/libqmmpui_ja.ts
+++ b/src/qmmpui/translations/libqmmpui_ja.ts
@@ -9,65 +9,75 @@
<translation>詳細</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>あらまし</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>タイトル</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>アーティスト</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>アルバム</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>コメント</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>ジャンル</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>作曲者</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>年</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>トラック</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>ディスク番号</translation>
</message>
diff --git a/src/qmmpui/translations/libqmmpui_lt.ts b/src/qmmpui/translations/libqmmpui_lt.ts
index e720b714e..80f1c63a4 100644
--- a/src/qmmpui/translations/libqmmpui_lt.ts
+++ b/src/qmmpui/translations/libqmmpui_lt.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Pavadinimas</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Atlikėjas</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Albumas</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Komentaras</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Žanras</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Autorius</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Metai</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Takelis</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Disko numeris</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Apie</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Takelio informacija</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_nl.ts b/src/qmmpui/translations/libqmmpui_nl.ts
index 6beed7e84..26049271f 100644
--- a/src/qmmpui/translations/libqmmpui_nl.ts
+++ b/src/qmmpui/translations/libqmmpui_nl.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Naam</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Artiest</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Commentaar</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Genre</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Componist</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Jaar</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Nummer</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>CD nummer</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Details</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Samenvatting</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
diff --git a/src/qmmpui/translations/libqmmpui_pl.ts b/src/qmmpui/translations/libqmmpui_pl.ts
index 2c6513f8a..5ecc71320 100644
--- a/src/qmmpui/translations/libqmmpui_pl.ts
+++ b/src/qmmpui/translations/libqmmpui_pl.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Tytuł</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Artysta</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Album</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Komentarz</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Gatunek</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Kompozytor</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Rok</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Ścieżka</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Numer płyty</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Szczegóły</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Informacje</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation></translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
diff --git a/src/qmmpui/translations/libqmmpui_pt_BR.ts b/src/qmmpui/translations/libqmmpui_pt_BR.ts
index 4a9786cdc..47407f6fd 100644
--- a/src/qmmpui/translations/libqmmpui_pt_BR.ts
+++ b/src/qmmpui/translations/libqmmpui_pt_BR.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation type="unfinished"></translation>
</message>
@@ -54,12 +54,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
diff --git a/src/qmmpui/translations/libqmmpui_ru.ts b/src/qmmpui/translations/libqmmpui_ru.ts
index 90caa8f44..583f9d3a4 100644
--- a/src/qmmpui/translations/libqmmpui_ru.ts
+++ b/src/qmmpui/translations/libqmmpui_ru.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Название</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Исполнитель</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Альбом</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Комментарий</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Жанр</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Композитор</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Год</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Дорожка</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Номер диска</translation>
</message>
@@ -54,12 +54,22 @@
<translation>Информация</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Общая информация</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
diff --git a/src/qmmpui/translations/libqmmpui_tr.ts b/src/qmmpui/translations/libqmmpui_tr.ts
index fbb11ef3d..811d47f0d 100644
--- a/src/qmmpui/translations/libqmmpui_tr.ts
+++ b/src/qmmpui/translations/libqmmpui_tr.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation type="unfinished"></translation>
</message>
@@ -54,12 +54,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
diff --git a/src/qmmpui/translations/libqmmpui_uk_UA.ts b/src/qmmpui/translations/libqmmpui_uk_UA.ts
index 1bcc2efee..3cdb31686 100644
--- a/src/qmmpui/translations/libqmmpui_uk_UA.ts
+++ b/src/qmmpui/translations/libqmmpui_uk_UA.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation>Заголовок</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation>Виконавець</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation>Альбом</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation>Коментар</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation>Жанр</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation>Композитор</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation>Рік</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation>Доріжка</translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation>Номер диску</translation>
</message>
@@ -54,18 +54,28 @@
<translation>Подробиці</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation>Підсумок</translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Arial&apos;; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
- <translation></translation>
+ <translation type="unfinished"></translation>
</message>
</context>
<context>
diff --git a/src/qmmpui/translations/libqmmpui_zh_CN.ts b/src/qmmpui/translations/libqmmpui_zh_CN.ts
index bce778f00..0be03fd33 100644
--- a/src/qmmpui/translations/libqmmpui_zh_CN.ts
+++ b/src/qmmpui/translations/libqmmpui_zh_CN.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation type="unfinished"></translation>
</message>
@@ -54,12 +54,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
diff --git a/src/qmmpui/translations/libqmmpui_zh_TW.ts b/src/qmmpui/translations/libqmmpui_zh_TW.ts
index 52cf309c5..9a9d0076c 100644
--- a/src/qmmpui/translations/libqmmpui_zh_TW.ts
+++ b/src/qmmpui/translations/libqmmpui_zh_TW.ts
@@ -4,47 +4,47 @@
<context>
<name>DetailsDialog</name>
<message>
- <location filename="../detailsdialog.cpp" line="81"/>
+ <location filename="../detailsdialog.cpp" line="105"/>
<source>Title</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="82"/>
+ <location filename="../detailsdialog.cpp" line="106"/>
<source>Artist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="83"/>
+ <location filename="../detailsdialog.cpp" line="107"/>
<source>Album</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="84"/>
+ <location filename="../detailsdialog.cpp" line="108"/>
<source>Comment</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="85"/>
+ <location filename="../detailsdialog.cpp" line="109"/>
<source>Genre</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="86"/>
+ <location filename="../detailsdialog.cpp" line="110"/>
<source>Composer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="88"/>
+ <location filename="../detailsdialog.cpp" line="112"/>
<source>Year</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="90"/>
+ <location filename="../detailsdialog.cpp" line="114"/>
<source>Track</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.cpp" line="92"/>
+ <location filename="../detailsdialog.cpp" line="116"/>
<source>Disc number</source>
<translation type="unfinished"></translation>
</message>
@@ -54,12 +54,22 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="46"/>
+ <location filename="../detailsdialog.ui" line="42"/>
+ <source>Open the directory containing this file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="45"/>
+ <source>...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../detailsdialog.ui" line="59"/>
<source>Summary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../detailsdialog.ui" line="55"/>
+ <location filename="../detailsdialog.ui" line="71"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
diff --git a/src/ui/translations/qmmp_cs.ts b/src/ui/translations/qmmp_cs.ts
index 3f4eb9884..e7e99f58a 100644
--- a/src/ui/translations/qmmp_cs.ts
+++ b/src/ui/translations/qmmp_cs.ts
@@ -1360,38 +1360,38 @@
<translation>Vyberte jeden či více souborů k otevření</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>Přeskočit na soubo&amp;r</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Zobrazení</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Seznam skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Seznamy skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Načíst seznam skladeb</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Uložit seznam skladeb</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Všechny podporované formáty</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Nástroje</translation>
</message>
diff --git a/src/ui/translations/qmmp_de.ts b/src/ui/translations/qmmp_de.ts
index 9b2ed5062..d7c8a5c2c 100644
--- a/src/ui/translations/qmmp_de.ts
+++ b/src/ui/translations/qmmp_de.ts
@@ -1360,38 +1360,38 @@
<translation>Dateien hinzufügen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>Springe zu &amp;Titel</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Ansicht</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Wiedergabeliste</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Wiedergabelisten</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Wiedergabeliste öffnen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Wiedergabeliste speichern</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Alle unterstützten Formate</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Werkzeuge</translation>
</message>
diff --git a/src/ui/translations/qmmp_es.ts b/src/ui/translations/qmmp_es.ts
index 4c96f2dc3..c367509ae 100644
--- a/src/ui/translations/qmmp_es.ts
+++ b/src/ui/translations/qmmp_es.ts
@@ -1360,38 +1360,38 @@
<translation>Seleccione uno o más archivos para abrir</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Saltar a archivo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Ver</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Lista de reproducción</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Abrir la lista de reproducción</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Guardar la lista de reproducción</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Archivos a reproducir</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Todos los flujos soportados</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Herramientas</translation>
</message>
diff --git a/src/ui/translations/qmmp_hu.ts b/src/ui/translations/qmmp_hu.ts
index ca4be57f3..96ff2d8bd 100644
--- a/src/ui/translations/qmmp_hu.ts
+++ b/src/ui/translations/qmmp_hu.ts
@@ -1365,43 +1365,43 @@
<translation>Válassz egy vagy több fájlat megnyitásra</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Lejátszási lista</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Ugrás fájlra</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Megnéz</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Eszközök</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Lejátszási lista fájl</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Lista megnyitása</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Lista mentése</translation>
</message>
diff --git a/src/ui/translations/qmmp_it.ts b/src/ui/translations/qmmp_it.ts
index 0113eacf4..71e7f5209 100644
--- a/src/ui/translations/qmmp_it.ts
+++ b/src/ui/translations/qmmp_it.ts
@@ -1360,38 +1360,38 @@
<translation>Seleziona uno o più brani da aprire</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Vai al brano</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Apri lista di brani</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Salva lista di brani</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Brani della lista</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Elenco di tutti i tipi di flusso accettati</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Strumenti</translation>
</message>
diff --git a/src/ui/translations/qmmp_ja.ts b/src/ui/translations/qmmp_ja.ts
index 7154d859b..222b890f8 100644
--- a/src/ui/translations/qmmp_ja.ts
+++ b/src/ui/translations/qmmp_ja.ts
@@ -1365,43 +1365,43 @@
<translation>開きたいファイルを選ぶ (複数可)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation>プレイリスト</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>ファイルを指定して即刻再生(&amp;J)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation>観容</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>ツール</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>プレイリストファイル</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>プレイリストを開く</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>プレイリストを保存</translation>
</message>
diff --git a/src/ui/translations/qmmp_lt.ts b/src/ui/translations/qmmp_lt.ts
index b0d3d7b9d..a7c060b95 100644
--- a/src/ui/translations/qmmp_lt.ts
+++ b/src/ui/translations/qmmp_lt.ts
@@ -1361,38 +1361,38 @@
<translation>Pasirinkite vieną ar kelias bylas atvėrimui</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Pereiti prie bylos</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Rodyti</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Grojaraštis</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Atverti grojaraštį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Išsaugoti grojaraštį</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Grojaraščio bylos</translation>
</message>
@@ -1402,7 +1402,7 @@
<translation>Palaikomi bylų tipai</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Įrankiai</translation>
</message>
diff --git a/src/ui/translations/qmmp_nl.ts b/src/ui/translations/qmmp_nl.ts
index 9485d46fb..09b0d17c3 100644
--- a/src/ui/translations/qmmp_nl.ts
+++ b/src/ui/translations/qmmp_nl.ts
@@ -1360,38 +1360,38 @@
<translation>Kies een of meer bestanden om te openen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Spring Naar Bestand</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished">Weergave</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Afspeellijst</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Afspeellijst Bestanden</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Open Afspeellijst</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Bewaar Afspeellijst</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Alle Ondersteunde Bitstromen</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Gereedschappen</translation>
</message>
diff --git a/src/ui/translations/qmmp_pl_PL.ts b/src/ui/translations/qmmp_pl_PL.ts
index 9a7a00305..f9c202284 100644
--- a/src/ui/translations/qmmp_pl_PL.ts
+++ b/src/ui/translations/qmmp_pl_PL.ts
@@ -1360,38 +1360,38 @@
<translation>Wybierz jeden lub więcej plików do otwarcia</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Skocz do pliku</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation>Wygląd</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation>Lista odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Otwórz listę odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Zapisz listę odtwarzania</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Pliki listy odtwarzania</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Wszystkie wspierane formaty</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Narzędzia</translation>
</message>
diff --git a/src/ui/translations/qmmp_pt_BR.ts b/src/ui/translations/qmmp_pt_BR.ts
index 8f546a495..2918a8d52 100644
--- a/src/ui/translations/qmmp_pt_BR.ts
+++ b/src/ui/translations/qmmp_pt_BR.ts
@@ -1360,38 +1360,38 @@
<translation type="unfinished">Selecionar um ou mais arquivos</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation type="unfinished">Pular para arquivo</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Lista de músicas</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation type="unfinished">Abrir Playlist</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation type="unfinished">Salvar Playlist</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation type="unfinished">ФArquivos de lista de músicas</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation type="unfinished"></translation>
</message>
diff --git a/src/ui/translations/qmmp_ru.ts b/src/ui/translations/qmmp_ru.ts
index 21ad2dcd9..e84be9a68 100644
--- a/src/ui/translations/qmmp_ru.ts
+++ b/src/ui/translations/qmmp_ru.ts
@@ -1360,38 +1360,38 @@
<translation>Выберите один или несколько файлов</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Перейти к файлу</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation>Вид</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation>Список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Открыть список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Сохранить список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Файлы списков</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Все форматы</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Сервис</translation>
</message>
diff --git a/src/ui/translations/qmmp_tr.ts b/src/ui/translations/qmmp_tr.ts
index 4eeca0510..ae47e36b4 100644
--- a/src/ui/translations/qmmp_tr.ts
+++ b/src/ui/translations/qmmp_tr.ts
@@ -1360,38 +1360,38 @@
<translation>Açmak için bir yada daha çok dosya seçin</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Parçaya Git</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">Çalma Listesi</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Çalma Listesini Aç</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Çalma Listesini Kaydet</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Çalma Listesi Dosyaları</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Tüm Desteklenen Bitstreamler</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Araçlar</translation>
</message>
diff --git a/src/ui/translations/qmmp_uk_UA.ts b/src/ui/translations/qmmp_uk_UA.ts
index 4d14ad022..1b5b382aa 100644
--- a/src/ui/translations/qmmp_uk_UA.ts
+++ b/src/ui/translations/qmmp_uk_UA.ts
@@ -1360,38 +1360,38 @@
<translation>Виберіть один чи кілька файлів</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>&amp;Перейти до файлу</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation>Вигляд</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation>Список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>Відкрити список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>Зберегти список</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>Файли списків</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>Усі формати</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>Утиліти</translation>
</message>
diff --git a/src/ui/translations/qmmp_zh_CN.ts b/src/ui/translations/qmmp_zh_CN.ts
index c3021c503..c211b5424 100644
--- a/src/ui/translations/qmmp_zh_CN.ts
+++ b/src/ui/translations/qmmp_zh_CN.ts
@@ -1360,38 +1360,38 @@
<translation>选择打开一个或更多文件</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>跳到文件(&amp;J)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">播放列表</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>打开播放列表</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>保存播放列表</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>播放列表文件</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>支持的全部文件</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>工具</translation>
</message>
diff --git a/src/ui/translations/qmmp_zh_TW.ts b/src/ui/translations/qmmp_zh_TW.ts
index 8e0387cd1..fa681c7df 100644
--- a/src/ui/translations/qmmp_zh_TW.ts
+++ b/src/ui/translations/qmmp_zh_TW.ts
@@ -1360,38 +1360,38 @@
<translation>選取開啟一個或更多檔案</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="430"/>
+ <location filename="../mainwindow.cpp" line="437"/>
<source>&amp;Jump To File</source>
<translation>跳到檔案(&amp;J)</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="431"/>
+ <location filename="../mainwindow.cpp" line="438"/>
<source>J</source>
<translation>J</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="433"/>
+ <location filename="../mainwindow.cpp" line="440"/>
<source>View</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="441"/>
+ <location filename="../mainwindow.cpp" line="448"/>
<source>Playlist</source>
<translation type="unfinished">播放清單</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="514"/>
+ <location filename="../mainwindow.cpp" line="521"/>
<source>Open Playlist</source>
<translation>開啟播放清單</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="539"/>
+ <location filename="../mainwindow.cpp" line="546"/>
<source>Save Playlist</source>
<translation>儲存播放清單</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="512"/>
- <location filename="../mainwindow.cpp" line="538"/>
+ <location filename="../mainwindow.cpp" line="519"/>
+ <location filename="../mainwindow.cpp" line="545"/>
<source>Playlist Files</source>
<translation>播放清單檔案</translation>
</message>
@@ -1401,7 +1401,7 @@
<translation>支援的全部檔案</translation>
</message>
<message>
- <location filename="../mainwindow.cpp" line="461"/>
+ <location filename="../mainwindow.cpp" line="468"/>
<source>Tools</source>
<translation>工具</translation>
</message>