Updated Ukrainian translation + made one more string translatable.

This commit is contained in:
LoRd_MuldeR 2011-12-15 14:28:03 +01:00
parent 9c6b93fae2
commit c71d8ee2c8
12 changed files with 47 additions and 9 deletions

View File

@ -2298,6 +2298,11 @@
<source>The following meta information have been extracted from the original file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../src/Dialog_MetaInfo.cpp" line="103"/>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../src/Dialog_MetaInfo.cpp" line="157"/>
<source>Load Artwork</source>

View File

@ -1788,6 +1788,10 @@
<source>Clear all Meta Info</source>
<translation>Metainformationen löschen</translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation>Metainformationen: %1</translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -1787,6 +1787,10 @@
<source>Clear all Meta Info</source>
<translation>Limpiar todos los Metadatos</translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -1797,6 +1797,10 @@ Ouvrir le dossier récursivement...</translation>
<source>Clear all Meta Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -1788,6 +1788,10 @@
<source>Clear all Meta Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -1787,6 +1787,10 @@
<source>Clear all Meta Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -2298,6 +2298,11 @@
<source>The following meta information have been extracted from the original file.</source>
<translation type="unfinished">Następujące metadane zostały wyodrębnione z oryginalnego pliku.</translation>
</message>
<message>
<location filename="../../src/Dialog_MetaInfo.cpp" line="103"/>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../src/Dialog_MetaInfo.cpp" line="157"/>
<source>Load Artwork</source>

View File

@ -1794,6 +1794,10 @@
<source>Clear all Meta Info</source>
<translation type="unfinished">Очистить всю метаинформацию</translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

View File

@ -388,27 +388,27 @@
</message>
<message>
<source>(System Default)</source>
<translation type="unfinished"></translation>
<translation>(Типово для ОС)</translation>
</message>
<message>
<source>Select ANSI Codepage for Cue Sheet file:</source>
<translation type="unfinished"></translation>
<translation>Оберіть набір символів ANSI для файлу списку Cue:</translation>
</message>
<message>
<source>OK</source>
<translation type="unfinished">Ок</translation>
<translation>Ок</translation>
</message>
<message>
<source>Cancel</source>
<translation type="unfinished">Відмінити</translation>
<translation>Відмінити</translation>
</message>
<message>
<source>Unknown Artist</source>
<translation type="unfinished">Невідомий виконавець</translation>
<translation>Невідомий виконавець</translation>
</message>
<message>
<source>Unknown Album</source>
<translation type="unfinished">Невідомий альбом</translation>
<translation>Невідомий альбом</translation>
</message>
</context>
<context>
@ -443,11 +443,11 @@
</message>
<message>
<source>Artist:</source>
<translation type="unfinished"></translation>
<translation>Виконавець:</translation>
</message>
<message>
<source>Album:</source>
<translation type="unfinished"></translation>
<translation>Альбом:</translation>
</message>
</context>
<context>
@ -1788,6 +1788,10 @@
<source>Clear all Meta Info</source>
<translation>Очистити всі метадані</translation>
</message>
<message>
<source>Meta Information: %1</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>MetaInfoModel</name>

Binary file not shown.

Binary file not shown.

View File

@ -100,7 +100,7 @@ int MetaInfoDialog::exec(AudioFileModel &audioFile, bool allowUp, bool allowDown
tableView->setModel(model);
tableView->show();
frameArtwork->hide();
setWindowTitle(QString("Meta Information: %1").arg(QFileInfo(audioFile.filePath()).fileName()));
setWindowTitle(tr("Meta Information: %1").arg(QFileInfo(audioFile.filePath()).fileName()));
editButton->setEnabled(true);
upButton->setEnabled(allowUp);
downButton->setEnabled(allowDown);