aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-19 15:11:58 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-09-19 15:11:58 +0000
commita849e93804c5662d68c478e3b6fb9ea301795809 (patch)
treeaa71632f6b0b821280fb457b6090271b3d47cacf /src/qmmpui
parenta09f7ea6f41f0744e9d34361aa146652e94cf74a (diff)
downloadqmmp-a849e93804c5662d68c478e3b6fb9ea301795809.tar.gz
qmmp-a849e93804c5662d68c478e3b6fb9ea301795809.tar.bz2
qmmp-a849e93804c5662d68c478e3b6fb9ea301795809.zip
enabled vorbis plugin, fixed translation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1234 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/tageditor.cpp1
-rw-r--r--src/qmmpui/tageditor.ui82
-rw-r--r--src/qmmpui/translations/libqmmpui_cs.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_de.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_it.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_lt.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_pl.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_pt_BR.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_ru.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_tr.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_uk_UA.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_zh_CN.ts12
-rw-r--r--src/qmmpui/translations/libqmmpui_zh_TW.ts12
13 files changed, 108 insertions, 107 deletions
diff --git a/src/qmmpui/tageditor.cpp b/src/qmmpui/tageditor.cpp
index 5af62220c..7e4927213 100644
--- a/src/qmmpui/tageditor.cpp
+++ b/src/qmmpui/tageditor.cpp
@@ -71,6 +71,7 @@ void TagEditor::readTag()
{
m_ui->tagWidget->setEnabled(m_tagModel->exists());
m_ui->useCheckBox->setChecked(m_tagModel->exists());
+ m_ui->useCheckBox->setVisible(m_tagModel->caps() & TagModel::CreateRemove);
m_ui->titleLineEdit->setText(m_tagModel->value(Qmmp::TITLE));
m_ui->artistLineEdit->setText(m_tagModel->value(Qmmp::ARTIST));
m_ui->albumLineEdit->setText(m_tagModel->value(Qmmp::ALBUM));
diff --git a/src/qmmpui/tageditor.ui b/src/qmmpui/tageditor.ui
index e3717414f..e793ed546 100644
--- a/src/qmmpui/tageditor.ui
+++ b/src/qmmpui/tageditor.ui
@@ -170,62 +170,63 @@
</property>
</widget>
</item>
- <item row="5" column="0">
- <widget class="QLabel" name="label_42">
+ <item row="8" column="0">
+ <widget class="QLabel" name="label_48">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
- <string>Track:</string>
+ <string>Comment:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
- <item row="5" column="1">
- <widget class="QSpinBox" name="yearSpinBox">
+ <item row="8" column="1" colspan="4">
+ <widget class="QTextBrowser" name="commentBrowser">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="specialValueText">
- <string>?</string>
- </property>
- <property name="suffix">
- <string/>
+ <property name="readOnly">
+ <bool>false</bool>
</property>
- <property name="maximum">
- <number>2012</number>
+ <property name="html">
+ <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:'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>
- <item row="5" column="2">
- <widget class="QLabel" name="label_44">
+ <item row="5" column="1">
+ <widget class="QSpinBox" name="trackSpinBox">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="text">
- <string>Year:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
+ <property name="specialValueText">
+ <string>?</string>
</property>
</widget>
</item>
<item row="5" column="3" colspan="2">
- <widget class="QSpinBox" name="trackSpinBox">
+ <widget class="QSpinBox" name="yearSpinBox">
<property name="enabled">
<bool>true</bool>
</property>
@@ -238,44 +239,43 @@
<property name="specialValueText">
<string>?</string>
</property>
+ <property name="suffix">
+ <string/>
+ </property>
+ <property name="maximum">
+ <number>2015</number>
+ </property>
</widget>
</item>
- <item row="6" column="0">
- <widget class="QLabel" name="label_48">
+ <item row="5" column="2">
+ <widget class="QLabel" name="label_44">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
- <string>Comment:</string>
+ <string>Year:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
- <item row="6" column="1" colspan="4">
- <widget class="QTextBrowser" name="commentBrowser">
- <property name="enabled">
- <bool>true</bool>
- </property>
+ <item row="5" column="0">
+ <widget class="QLabel" name="label_42">
<property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="readOnly">
- <bool>false</bool>
+ <property name="text">
+ <string>Track:</string>
</property>
- <property name="html">
- <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:'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 name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
diff --git a/src/qmmpui/translations/libqmmpui_cs.ts b/src/qmmpui/translations/libqmmpui_cs.ts
index 359b63e9c..d7f2c822d 100644
--- a/src/qmmpui/translations/libqmmpui_cs.ts
+++ b/src/qmmpui/translations/libqmmpui_cs.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Poznámka:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_de.ts b/src/qmmpui/translations/libqmmpui_de.ts
index 4cf2dd8bb..96edd4833 100644
--- a/src/qmmpui/translations/libqmmpui_de.ts
+++ b/src/qmmpui/translations/libqmmpui_de.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Kommentar:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_it.ts b/src/qmmpui/translations/libqmmpui_it.ts
index a3a0c7a25..9e5546f73 100644
--- a/src/qmmpui/translations/libqmmpui_it.ts
+++ b/src/qmmpui/translations/libqmmpui_it.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Commento:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_lt.ts b/src/qmmpui/translations/libqmmpui_lt.ts
index 756c3176d..4098f0931 100644
--- a/src/qmmpui/translations/libqmmpui_lt.ts
+++ b/src/qmmpui/translations/libqmmpui_lt.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Komantaras:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_pl.ts b/src/qmmpui/translations/libqmmpui_pl.ts
index dc599ebab..c3be04cb9 100644
--- a/src/qmmpui/translations/libqmmpui_pl.ts
+++ b/src/qmmpui/translations/libqmmpui_pl.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Komentarz:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_pt_BR.ts b/src/qmmpui/translations/libqmmpui_pt_BR.ts
index c450d8c08..c295f4eed 100644
--- a/src/qmmpui/translations/libqmmpui_pt_BR.ts
+++ b/src/qmmpui/translations/libqmmpui_pt_BR.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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 9044feb48..cae97bfad 100644
--- a/src/qmmpui/translations/libqmmpui_ru.ts
+++ b/src/qmmpui/translations/libqmmpui_ru.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation>Комментарий:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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 926df3b0e..95c928485 100644
--- a/src/qmmpui/translations/libqmmpui_tr.ts
+++ b/src/qmmpui/translations/libqmmpui_tr.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">Yorum:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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 37f4ea704..d77339c74 100644
--- a/src/qmmpui/translations/libqmmpui_uk_UA.ts
+++ b/src/qmmpui/translations/libqmmpui_uk_UA.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation>Доріжка:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation>Рік:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation>Коментар:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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_CN.ts b/src/qmmpui/translations/libqmmpui_zh_CN.ts
index 513442d49..d3864caf1 100644
--- a/src/qmmpui/translations/libqmmpui_zh_CN.ts
+++ b/src/qmmpui/translations/libqmmpui_zh_CN.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">备注:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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 5cee8eeec..6909d46d5 100644
--- a/src/qmmpui/translations/libqmmpui_zh_TW.ts
+++ b/src/qmmpui/translations/libqmmpui_zh_TW.ts
@@ -115,28 +115,28 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="../tageditor.ui" line="169"/>
- <location filename="../tageditor.ui" line="201"/>
- <location filename="../tageditor.ui" line="239"/>
+ <location filename="../tageditor.ui" line="224"/>
+ <location filename="../tageditor.ui" line="240"/>
<source>?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="182"/>
+ <location filename="../tageditor.ui" line="275"/>
<source>Track:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="220"/>
+ <location filename="../tageditor.ui" line="259"/>
<source>Year:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../tageditor.ui" line="252"/>
+ <location filename="../tageditor.ui" line="182"/>
<source>Comment:</source>
<translation type="unfinished">備註:</translation>
</message>
<message>
- <location filename="../tageditor.ui" line="274"/>
+ <location filename="../tageditor.ui" line="204"/>
<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; }