diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-19 20:38:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-08-19 20:38:36 +0000 |
| commit | 3e0e8b003133365f2bb0d9f9f797b17eec5b07ba (patch) | |
| tree | eba634614d8a7e7030be8400e41af478d307f271 /src/qmmpui | |
| parent | 145cd7de299b957c84663cb13736e85c6bf85aca (diff) | |
| download | qmmp-3e0e8b003133365f2bb0d9f9f797b17eec5b07ba.tar.gz qmmp-3e0e8b003133365f2bb0d9f9f797b17eec5b07ba.tar.bz2 qmmp-3e0e8b003133365f2bb0d9f9f797b17eec5b07ba.zip | |
optimized tag editor form
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1834 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
| -rw-r--r-- | src/qmmpui/tageditor.ui | 211 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_cs.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_de.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_it.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_lt.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_nl.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_pl.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_pt_BR.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_ru.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_tr.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_uk_UA.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_zh_CN.ts | 18 | ||||
| -rw-r--r-- | src/qmmpui/translations/libqmmpui_zh_TW.ts | 18 |
13 files changed, 222 insertions, 205 deletions
diff --git a/src/qmmpui/tageditor.ui b/src/qmmpui/tageditor.ui index 436f9fc8b..53728d44c 100644 --- a/src/qmmpui/tageditor.ui +++ b/src/qmmpui/tageditor.ui @@ -42,7 +42,7 @@ </property> </widget> </item> - <item row="0" column="1" colspan="4"> + <item row="0" column="1"> <widget class="QLineEdit" name="titleLineEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -68,7 +68,7 @@ </property> </widget> </item> - <item row="1" column="1" colspan="4"> + <item row="1" column="1"> <widget class="QLineEdit" name="artistLineEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -94,7 +94,7 @@ </property> </widget> </item> - <item row="2" column="1" colspan="4"> + <item row="2" column="1"> <widget class="QLineEdit" name="albumLineEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -114,7 +114,7 @@ </property> </widget> </item> - <item row="3" column="1" colspan="4"> + <item row="3" column="1"> <widget class="QLineEdit" name="composerLineEdit"> <property name="enabled"> <bool>false</bool> @@ -137,18 +137,22 @@ </property> </widget> </item> - <item row="4" column="1" colspan="2"> - <widget class="QLineEdit" name="genreLineEdit"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> + <item row="4" column="1"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLineEdit" name="genreLineEdit"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + </layout> </item> - <item row="4" column="3"> - <widget class="QLabel" name="label_11"> + <item row="5" column="0"> + <widget class="QLabel" name="label_42"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> @@ -156,21 +160,104 @@ </sizepolicy> </property> <property name="text"> - <string>Disc number:</string> - </property> - </widget> - </item> - <item row="4" column="4"> - <widget class="QSpinBox" name="discSpinBox"> - <property name="enabled"> - <bool>false</bool> + <string>Track:</string> </property> - <property name="specialValueText"> - <string>?</string> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> - <item row="8" column="0"> + <item row="5" column="1"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QSpinBox" name="trackSpinBox"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="specialValueText"> + <string>?</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_44"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <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> + </widget> + </item> + <item> + <widget class="QSpinBox" name="yearSpinBox"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>70</width> + <height>0</height> + </size> + </property> + <property name="specialValueText"> + <string>?</string> + </property> + <property name="suffix"> + <string/> + </property> + <property name="maximum"> + <number>2015</number> + </property> + <property name="value"> + <number>0</number> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_11"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Disc number:</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="discSpinBox"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="specialValueText"> + <string>?</string> + </property> + </widget> + </item> + </layout> + </item> + <item row="6" column="0"> <widget class="QLabel" name="label_48"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> @@ -186,7 +273,7 @@ </property> </widget> </item> - <item row="8" column="1" colspan="4"> + <item row="6" column="1"> <widget class="QTextBrowser" name="commentBrowser"> <property name="enabled"> <bool>true</bool> @@ -209,76 +296,6 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> - <item row="5" column="1"> - <widget class="QSpinBox" name="trackSpinBox"> - <property name="enabled"> - <bool>true</bool> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="specialValueText"> - <string>?</string> - </property> - </widget> - </item> - <item row="5" column="3" colspan="2"> - <widget class="QSpinBox" name="yearSpinBox"> - <property name="enabled"> - <bool>true</bool> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="specialValueText"> - <string>?</string> - </property> - <property name="suffix"> - <string/> - </property> - <property name="maximum"> - <number>2015</number> - </property> - </widget> - </item> - <item row="5" column="2"> - <widget class="QLabel" name="label_44"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <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> - </widget> - </item> - <item row="5" column="0"> - <widget class="QLabel" name="label_42"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Track:</string> - </property> - <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> - </property> - </widget> - </item> </layout> </widget> </item> diff --git a/src/qmmpui/translations/libqmmpui_cs.ts b/src/qmmpui/translations/libqmmpui_cs.ts index c0dae540b..8411c47e2 100644 --- a/src/qmmpui/translations/libqmmpui_cs.ts +++ b/src/qmmpui/translations/libqmmpui_cs.ts @@ -117,24 +117,24 @@ p, li { white-space: pre-wrap; } <translation>Žánr:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Číslo disku:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Stopa:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Rok:</translation> </message> @@ -144,12 +144,12 @@ p, li { white-space: pre-wrap; } <translation>Editor tagu</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Poznámka:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -162,7 +162,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Vložit vybraný tag do souboru</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_de.ts b/src/qmmpui/translations/libqmmpui_de.ts index f35d0d68c..1171a557b 100644 --- a/src/qmmpui/translations/libqmmpui_de.ts +++ b/src/qmmpui/translations/libqmmpui_de.ts @@ -117,24 +117,24 @@ p, li { white-space: pre-wrap; } <translation>Genre:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>CD-Nummer:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Stück:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Jahr:</translation> </message> @@ -144,12 +144,12 @@ p, li { white-space: pre-wrap; } <translation>Tag-Editor</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Kommentar:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -162,7 +162,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Ausgewählten Tag in Datei einbeziehen</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_it.ts b/src/qmmpui/translations/libqmmpui_it.ts index 03fe51fe3..02a3f2758 100644 --- a/src/qmmpui/translations/libqmmpui_it.ts +++ b/src/qmmpui/translations/libqmmpui_it.ts @@ -117,24 +117,24 @@ p, li { white-space: pre-wrap; } <translation>Genere:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Disco numero: </translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Traccia:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Anno:</translation> </message> @@ -144,12 +144,12 @@ p, li { white-space: pre-wrap; } <translation>Editor etichette</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Commento:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -162,7 +162,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Includi le etichette selezionate nel file</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_lt.ts b/src/qmmpui/translations/libqmmpui_lt.ts index a7e76341b..e6a3494a7 100644 --- a/src/qmmpui/translations/libqmmpui_lt.ts +++ b/src/qmmpui/translations/libqmmpui_lt.ts @@ -117,24 +117,24 @@ p, li { white-space: pre-wrap; } <translation>Žanras:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Disko numeris</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Takelis</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Metai</translation> </message> @@ -144,12 +144,12 @@ p, li { white-space: pre-wrap; } <translation>Meta informacijos redaktorius</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Komentaras:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -162,7 +162,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Įtraukti meta informaciją į bylą</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_nl.ts b/src/qmmpui/translations/libqmmpui_nl.ts index d6ccefab2..7dee95c37 100644 --- a/src/qmmpui/translations/libqmmpui_nl.ts +++ b/src/qmmpui/translations/libqmmpui_nl.ts @@ -117,24 +117,24 @@ p, li { white-space: pre-wrap; } <translation>Genre:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>CD nummer:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Nummer:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Jaar:</translation> </message> @@ -144,12 +144,12 @@ p, li { white-space: pre-wrap; } <translation>Tag bewerker</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Commentaar:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -162,7 +162,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Voeg geselecteerde tag toe aan bestand</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_pl.ts b/src/qmmpui/translations/libqmmpui_pl.ts index 025ce3dea..663982508 100644 --- a/src/qmmpui/translations/libqmmpui_pl.ts +++ b/src/qmmpui/translations/libqmmpui_pl.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation>Gatunek:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Numer albumu:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Ścieżka:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Rok:</translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation>Edytor tagów</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Komentarz:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Dołącz wybrany tag do pliku</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_pt_BR.ts b/src/qmmpui/translations/libqmmpui_pt_BR.ts index 550bf34fe..d8dea4fff 100644 --- a/src/qmmpui/translations/libqmmpui_pt_BR.ts +++ b/src/qmmpui/translations/libqmmpui_pt_BR.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation type="unfinished"></translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation type="unfinished"></translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_ru.ts b/src/qmmpui/translations/libqmmpui_ru.ts index 4a907a825..58fe5b825 100644 --- a/src/qmmpui/translations/libqmmpui_ru.ts +++ b/src/qmmpui/translations/libqmmpui_ru.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation>Жанр:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Номер диска:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation>?</translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Дорожка:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Год:</translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation>Редактор тегов</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Комментарий:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Включить выбранный тег в файл</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_tr.ts b/src/qmmpui/translations/libqmmpui_tr.ts index acb739631..d98513575 100644 --- a/src/qmmpui/translations/libqmmpui_tr.ts +++ b/src/qmmpui/translations/libqmmpui_tr.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation type="unfinished">Tür:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation type="unfinished"></translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation type="unfinished">Yorum:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation type="unfinished"></translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_uk_UA.ts b/src/qmmpui/translations/libqmmpui_uk_UA.ts index 9c3b9b023..38f173092 100644 --- a/src/qmmpui/translations/libqmmpui_uk_UA.ts +++ b/src/qmmpui/translations/libqmmpui_uk_UA.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation>Жанр:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation>Номер диску:</translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation>Доріжка:</translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation>Рік:</translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation>Редактор тегів</translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation>Коментар:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation>Включити вибраний тег у файл</translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_zh_CN.ts b/src/qmmpui/translations/libqmmpui_zh_CN.ts index ecb35de98..ff6fae476 100644 --- a/src/qmmpui/translations/libqmmpui_zh_CN.ts +++ b/src/qmmpui/translations/libqmmpui_zh_CN.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation type="unfinished">流派:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation type="unfinished"></translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation type="unfinished">备注:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation type="unfinished"></translation> </message> diff --git a/src/qmmpui/translations/libqmmpui_zh_TW.ts b/src/qmmpui/translations/libqmmpui_zh_TW.ts index bee40b783..2ee4180a6 100644 --- a/src/qmmpui/translations/libqmmpui_zh_TW.ts +++ b/src/qmmpui/translations/libqmmpui_zh_TW.ts @@ -113,24 +113,24 @@ p, li { white-space: pre-wrap; } <translation type="unfinished">流派:</translation> </message> <message> - <location filename="../tageditor.ui" line="159"/> + <location filename="../tageditor.ui" line="244"/> <source>Disc number:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="169"/> - <location filename="../tageditor.ui" line="224"/> - <location filename="../tageditor.ui" line="240"/> + <location filename="../tageditor.ui" line="184"/> + <location filename="../tageditor.ui" line="222"/> + <location filename="../tageditor.ui" line="254"/> <source>?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="275"/> + <location filename="../tageditor.ui" line="163"/> <source>Track:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="259"/> + <location filename="../tageditor.ui" line="197"/> <source>Year:</source> <translation type="unfinished"></translation> </message> @@ -140,12 +140,12 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="182"/> + <location filename="../tageditor.ui" line="269"/> <source>Comment:</source> <translation type="unfinished">備註:</translation> </message> <message> - <location filename="../tageditor.ui" line="204"/> + <location filename="../tageditor.ui" line="291"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -154,7 +154,7 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../tageditor.ui" line="288"/> + <location filename="../tageditor.ui" line="305"/> <source>Include selected tag in file</source> <translation type="unfinished"></translation> </message> |
