From 6a0eb9241e82aaee03f1317aaaacfa9b682ac59c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 3 Apr 2009 13:52:37 +0000 Subject: updated Polish translation (Grzegorz Gibas) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@887 90c681e8-e032-0410-971d-27865f9a5e38 --- .../Input/wavpack/translations/translations.qrc | 1 + .../wavpack/translations/wavpack_plugin_pl.ts | 166 +++++++++++++++++++++ src/plugins/Input/wavpack/wavpack.pro | 1 + 3 files changed, 168 insertions(+) create mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts (limited to 'src/plugins/Input/wavpack') diff --git a/src/plugins/Input/wavpack/translations/translations.qrc b/src/plugins/Input/wavpack/translations/translations.qrc index 54c7e1089..69c6720d5 100644 --- a/src/plugins/Input/wavpack/translations/translations.qrc +++ b/src/plugins/Input/wavpack/translations/translations.qrc @@ -5,6 +5,7 @@ wavpack_plugin_de.qm wavpack_plugin_zh_CN.qm wavpack_plugin_zh_TW.qm + wavpack_plugin_pl.qm wavpack_plugin_ru.qm wavpack_plugin_uk_UA.qm diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts new file mode 100644 index 000000000..bc8b2f4c6 --- /dev/null +++ b/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts @@ -0,0 +1,166 @@ + + + + + DecoderWavPackFactory + + + WavPack Plugin + Wtyczka WavPack + + + + WavPack Files + Pliki WavPack + + + + About WavPack Audio Plugin + O wtyczce WavPack Audio + + + + Qmmp WavPack Audio Plugin + Wtyczka WavPack dla Qmmp + + + + WavPack library version: + Wersja biblioteki WavPack: + + + + Writen by: Ilya Kotov <forkotov02@hotmail.ru> + Autor: Ilya Kotov <forkotov02@hotmail.ru> + + + + DetailsDialog + + + Hz + + + + + kbps + + + + + KB + + + + + Details + Szczegóły + + + + File path: + Ścieżka pliku: + + + + WavPack Info + + + + + Length: + Długość: + + + + + + + + + + - + + + + + Sample rate: + Próbkowanie: + + + + File size: + Wielkość pliku: + + + + Channels: + Kanały: + + + + Bitrate: + Częstotliwość próbkowania: + + + + Ratio: + Współczynnik: + + + + Version: + Wersja: + + + + APE Tag + + + + + Save + Zapisz + + + + Track number: + Numer utworu: + + + + Year: + Rok: + + + + Genre: + Gatunek: + + + + Comment: + Komentarz: + + + + Album: + Album: + + + + Artist: + Artysta: + + + + Title: + Tytuł: + + + + Close + Zamknij + + + diff --git a/src/plugins/Input/wavpack/wavpack.pro b/src/plugins/Input/wavpack/wavpack.pro index 70171073c..18647182f 100644 --- a/src/plugins/Input/wavpack/wavpack.pro +++ b/src/plugins/Input/wavpack/wavpack.pro @@ -28,6 +28,7 @@ TRANSLATIONS = translations/wavpack_plugin_cs.ts \ translations/wavpack_plugin_zh_CN.ts \ translations/wavpack_plugin_zh_TW.ts \ translations/wavpack_plugin_ru.ts \ + translations/wavpack_plugin_pl.ts \ translations/wavpack_plugin_uk_UA.ts RESOURCES = translations/translations.qrc -- cgit v1.2.3-13-gbd6f