diff options
54 files changed, 0 insertions, 5192 deletions
diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_pl.ts b/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_pl.ts deleted file mode 100644 index 743bcaaed..000000000 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_pl.ts +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>IncDecVolumeCommandLineOption</name> - <message> - <location filename="../incdecvolumeoption.cpp" line="44"/> - <source>Increase volume with step 5</source> - <translation>Zwiększ głośność z krokiem 5</translation> - </message> - <message> - <location filename="../incdecvolumeoption.cpp" line="45"/> - <source>Decrease volume with step 5</source> - <translation>Zmniejsz głośność z krokiem 5</translation> - </message> -</context> -</TS> diff --git a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts b/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts deleted file mode 100644 index f8c5f3817..000000000 --- a/src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts +++ /dev/null @@ -1,64 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>PlayListOption</name> - <message> - <location filename="../playlistoption.cpp" line="45"/> - <source>Show playlist manipulation commands</source> - <translation>Pokaż komendy do manipulacji listami odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="58"/> - <source>List all available playlists</source> - <translation>Lista wszystkich dostępnych list odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="59"/> - <source>Show playlist content</source> - <translation>Pokaż zawartość listy odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="60"/> - <source>Play track <track> in playlist <id></source> - <translation>Odtwórz utwór <track> na liście <id></translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="61"/> - <source>Clear playlist</source> - <translation>Wyczyść listę odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="62"/> - <source>Toggle playlist repeat</source> - <translation>Przełącz na powtarzanie listy</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="63"/> - <source>Toggle playlist shuffle</source> - <translation>Przełącz na losowe odtwarzanie listy</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="64"/> - <source>Show playlist options</source> - <translation>Pokaż opcje listy odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="83"/> - <location filename="../playlistoption.cpp" line="101"/> - <location filename="../playlistoption.cpp" line="116"/> - <source>Invalid playlist ID</source> - <translation>Niewłaściwy ID listy odtwarzania</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="95"/> - <source>Invalid number of arguments</source> - <translation>Niewłaściwa liczba argumentów</translation> - </message> - <message> - <location filename="../playlistoption.cpp" line="104"/> - <source>Invalid track ID</source> - <translation>Niewłaściwe ID utworu</translation> - </message> -</context> -</TS> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts deleted file mode 100644 index b63294367..000000000 --- a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>SeekOption</name> - <message> - <location filename="../seekoption.cpp" line="38"/> - <source>Seek to position in the current track</source> - <translation>Przewiń do pozycji w aktualnym utworze</translation> - </message> - <message> - <location filename="../seekoption.cpp" line="39"/> - <source>Seek forward</source> - <translation>Przewiń do przodu</translation> - </message> - <message> - <location filename="../seekoption.cpp" line="40"/> - <source>Seek backwards</source> - <translation>Przewiń do tyłu</translation> - </message> -</context> -</TS> diff --git a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pl.ts b/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pl.ts deleted file mode 100644 index 7d930bc5a..000000000 --- a/src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pl.ts +++ /dev/null @@ -1,97 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>StatusOption</name> - <message> - <location filename="../statusoption.cpp" line="39"/> - <source>Print playback status</source> - <translation>Wyświetl status odtwarzania</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="41"/> - <source>Print formatted track name (example: qmmp --nowplaying "%t - %a")</source> - <translation>Wyświetl sformatowaną nazwę utworu (przykład: qmmp --nowplaying "%t - %a")</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="42"/> - <source>Print --nowplaying syntax</source> - <translation>Wyświetl składnię opcji --nowplaying</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="88"/> - <source>Syntax:</source> - <translation>Składnia:</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="89"/> - <source>%p - artist</source> - <translation>%p - artysta</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="90"/> - <source>%a - album</source> - <translation>%a - album</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="91"/> - <source>%t - title</source> - <translation>%t - tytuł</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="92"/> - <source>%n - track</source> - <translation>%n - utwór</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="93"/> - <source>%NN - 2-digit track</source> - <translation>%NN - 2-znakowa nazwa utworu</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="94"/> - <source>%g - genre</source> - <translation>%g - gatunek</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="95"/> - <source>%c - comment</source> - <translation>%c - komentarz</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="96"/> - <source>%C - composer</source> - <translation>%C - kompozytor</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="97"/> - <source>%D - disc number</source> - <translation>%D - numer dysku</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="98"/> - <source>%f - file name</source> - <translation>%f - nazwa pliku</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="99"/> - <source>%F - full path</source> - <translation>%F - pełna ścieżka</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="100"/> - <source>%y - year</source> - <translation>%y - rok</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="101"/> - <source>%l - duration</source> - <translation>%l - długość</translation> - </message> - <message> - <location filename="../statusoption.cpp" line="102"/> - <source>%if(A&B&C,D,E) - condition</source> - <translation>%if(A&B&C,D,E) - warunek</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts b/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts deleted file mode 100644 index 0f9a6612c..000000000 --- a/src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts +++ /dev/null @@ -1,91 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>EffectBs2bFactory</name> - <message> - <location filename="../effectbs2bfactory.cpp" line="31"/> - <source>BS2B Plugin</source> - <translation>Wtyczka BS2B</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="51"/> - <source>About BS2B Effect Plugin</source> - <translation>O wtyczce BS2B</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="52"/> - <source>This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b.</source> - <translation>Jest to wersja wtyczki efektu DSP dla słuchawek autorstwa Boris Mikhaylov'a "Bauer stereophonic-to-binaural", w skrócie bs2b.</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="54"/> - <source>Visit %1 for more details</source> - <translation>Odwiedź %1 po więcej informacji</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="56"/> - <source>Compiled against libbs2b-%1</source> - <translation>Skompilowane z biblioteką w wersji-%1</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="57"/> - <source>Developers:</source> - <translation>Autorzy:</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="58"/> - <source>Ilya Kotov</source> - <translation>Ilya Kotov</translation> - </message> - <message> - <location filename="../effectbs2bfactory.cpp" line="59"/> - <source>Sebastian Pipping</source> - <translation>Sebastian Pipping</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>BS2B Plugin Settings</source> - <translation>Ustawienia wtyczki BS2B</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="32"/> - <source>Crossfeed level</source> - <translation>Poziom Crossfeed</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <location filename="../settingsdialog.ui" line="59"/> - <source>-</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="71"/> - <source>Default</source> - <translation>Domyślny</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="78"/> - <source>C.Moy</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="85"/> - <source>J. Meier</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="60"/> - <source>%1 Hz, %2 us</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="67"/> - <source>%1 dB</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Effect/crossfade/translations/crossfade_plugin_pl.ts b/src/plugins/Effect/crossfade/translations/crossfade_plugin_pl.ts deleted file mode 100644 index a069ea4a5..000000000 --- a/src/plugins/Effect/crossfade/translations/crossfade_plugin_pl.ts +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>EffectCrossfadeFactory</name> - <message> - <location filename="../effectcrossfadefactory.cpp" line="30"/> - <source>Crossfade Plugin</source> - <translation>Wtyczka Crossfade</translation> - </message> - <message> - <location filename="../effectcrossfadefactory.cpp" line="51"/> - <source>About Crossfade Plugin</source> - <translation>O wtyczce Crossfade</translation> - </message> - <message> - <location filename="../effectcrossfadefactory.cpp" line="52"/> - <source>Qmmp Crossfade Plugin</source> - <translation>Wtyczka Crossfade dla Qmmp</translation> - </message> - <message> - <location filename="../effectcrossfadefactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Crossfade Plugin Settings</source> - <translation>Ustawienia wtyczki Crossfade</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Overlap:</source> - <translation>Nakładanie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="42"/> - <source>ms</source> - <translation> ms</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl.ts b/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl.ts deleted file mode 100644 index bad916af3..000000000 --- a/src/plugins/Effect/ladspa/translations/ladspa_plugin_pl.ts +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL" sourcelanguage="pl"> -<context> - <name>EffectLADSPAFactory</name> - <message> - <location filename="../effectladspafactory.cpp" line="30"/> - <source>LADSPA Plugin</source> - <translation>Wtyczka LADSPA</translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="50"/> - <source>About LADSPA Host for Qmmp</source> - <translation>O wtyczce LADSPA dla Qmmp</translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="51"/> - <source>LADSPA Host for Qmmp</source> - <translation>Host LADSPA dla Qmmp</translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Napisana przez: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="53"/> - <source>Based on the LADSPA Host for BMP</source> - <translation>Oparta na LADSPA Host dla BMP</translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="54"/> - <source>BMP-ladspa developers:</source> - <translation>Autorzy BMP-ladspa:</translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="55"/> - <source>Nick Lamb <njl195@zepler.org.uk></source> - <translation></translation> - </message> - <message> - <location filename="../effectladspafactory.cpp" line="56"/> - <source>Giacomo Lozito <city_hunter@users.sf.net></source> - <translation></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.cpp" line="43"/> - <source>UID</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="44"/> - <source>Name</source> - <translation>Nazwa</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="126"/> - <source>This LADSPA plugin has no user controls</source> - <translation>Ta wtyczka LADSPA nie posiada panelu sterowania</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>LADSPA Plugin Catalog</source> - <translation>Menedżer wtyczek LADSPA</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="52"/> - <source>></source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="59"/> - <source><</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="94"/> - <source>Configure</source> - <translation>Konfiguracja</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Effect/srconverter/translations/srconverter_plugin_pl.ts b/src/plugins/Effect/srconverter/translations/srconverter_plugin_pl.ts deleted file mode 100644 index 5711ff75a..000000000 --- a/src/plugins/Effect/srconverter/translations/srconverter_plugin_pl.ts +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>EffectSRConverterFactory</name> - <message> - <location filename="../effectsrconverterfactory.cpp" line="30"/> - <source>SRC Plugin</source> - <translation>Wtyczka SRC</translation> - </message> - <message> - <location filename="../effectsrconverterfactory.cpp" line="51"/> - <source>About Sample Rate Converter Plugin</source> - <translation>O wtyczce Sample Rate Converter</translation> - </message> - <message> - <location filename="../effectsrconverterfactory.cpp" line="52"/> - <source>Qmmp Sample Rate Converter Plugin</source> - <translation>Wtyczka Sample Rate Converter dla Qmmp</translation> - </message> - <message> - <location filename="../effectsrconverterfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="13"/> - <source>Sample Rate Converter Plugin Settings</source> - <translation>Ustawienia wtyczki Sample Rate Converter</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="19"/> - <source>Sample Rate (Hz):</source> - <translation>Próbkowanie (Hz):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="39"/> - <source>Interpolation Engine:</source> - <translation>Rodzaj interpolacji:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="47"/> - <source>Best Sinc Interpolation</source> - <translation>SINC (najlepsza jakość)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="52"/> - <source>Medium Sinc Interpolation</source> - <translation>SINC (średnia jakość)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="57"/> - <source>Fastest Sinc Interpolation</source> - <translation>SINC (najszybsza)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="62"/> - <source>ZOH Interpolation</source> - <translation>Interpolacja (ZOH)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="67"/> - <source>Linear Interpolation</source> - <translation>Interpolacja liniowa</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Effect/stereo/translations/stereo_plugin_pl.ts b/src/plugins/Effect/stereo/translations/stereo_plugin_pl.ts deleted file mode 100644 index e304898f1..000000000 --- a/src/plugins/Effect/stereo/translations/stereo_plugin_pl.ts +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>EffectStereoFactory</name> - <message> - <location filename="../effectstereofactory.cpp" line="30"/> - <source>Extra Stereo Plugin</source> - <translation>Wtyczka Extra Stereo</translation> - </message> - <message> - <location filename="../effectstereofactory.cpp" line="50"/> - <source>About Extra Stereo Plugin</source> - <translation>O wtyczce Extra Stereo</translation> - </message> - <message> - <location filename="../effectstereofactory.cpp" line="51"/> - <source>Qmmp Extra Stereo Plugin</source> - <translation>Wtyczka Extra Stereo dla Qmmp</translation> - </message> - <message> - <location filename="../effectstereofactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../effectstereofactory.cpp" line="53"/> - <source>Based on the Extra Stereo Plugin for Xmms by Johan Levin</source> - <translation>Oparta na kodzie wtyczki Extra Stereo dla Xmms (Johan Levin)</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Extra Stereo Plugin Settings</source> - <translation>Ustawienia wtyczki Extra Stereo</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="31"/> - <source>Effect intensity:</source> - <translation>Intensywność:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="54"/> - <source>-</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="57"/> - <source>%1</source> - <translation>%1</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl.ts b/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl.ts deleted file mode 100644 index cd5496ff3..000000000 --- a/src/plugins/Engines/mplayer/translations/mplayer_plugin_pl.ts +++ /dev/null @@ -1,148 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>MplayerEngineFactory</name> - <message> - <location filename="../mplayerenginefactory.cpp" line="33"/> - <source>Mplayer Plugin</source> - <translation>Wtyczka Mplayer</translation> - </message> - <message> - <location filename="../mplayerenginefactory.cpp" line="36"/> - <source>Video Files</source> - <translation>Pliki wideo</translation> - </message> - <message> - <location filename="../mplayerenginefactory.cpp" line="82"/> - <source>About MPlayer Plugin</source> - <translation>O wtyczce Mplayer</translation> - </message> - <message> - <location filename="../mplayerenginefactory.cpp" line="83"/> - <source>Qmmp MPlayer Plugin</source> - <translation>Wtyczka Mplayer dla Qmmp</translation> - </message> - <message> - <location filename="../mplayerenginefactory.cpp" line="84"/> - <source>This plugin uses MPlayer as backend</source> - <translation>Ta wtyczka używa Mplayer do odtwarzania</translation> - </message> - <message> - <location filename="../mplayerenginefactory.cpp" line="85"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Napisana przez: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>MplayerMetaDataModel</name> - <message> - <location filename="../mplayermetadatamodel.cpp" line="38"/> - <source>Size</source> - <translation>Rozmiar</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="38"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="75"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="77"/> - <source>Demuxer</source> - <translation>Demuxer</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="80"/> - <source>Video format</source> - <translation>Format wideo</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="82"/> - <source>FPS</source> - <translation>Klatek na sek.</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="84"/> - <source>Video codec</source> - <translation>Kodek wideo</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="86"/> - <source>Aspect ratio</source> - <translation>Format obrazu</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="88"/> - <source>Video bitrate</source> - <translation>Bitrate</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="95"/> - <source>Audio codec</source> - <translation>Kodek dźwięku</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="97"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="99"/> - <source>Audio bitrate</source> - <translation>Bitrate dźwięku</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="101"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../mplayermetadatamodel.cpp" line="103"/> - <source>Resolution</source> - <translation>Rozdzielczość</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.cpp" line="31"/> - <location filename="../settingsdialog.cpp" line="39"/> - <location filename="../settingsdialog.cpp" line="48"/> - <location filename="../settingsdialog.cpp" line="49"/> - <location filename="../settingsdialog.cpp" line="63"/> - <location filename="../settingsdialog.cpp" line="64"/> - <source>default</source> - <translation>domyślne</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>MPlayer Settings</source> - <translation>Ustawienia Mplayer</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Video:</source> - <translation>Obraz:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="43"/> - <source>Audio:</source> - <translation>Dźwięk:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="67"/> - <source>Synchronization factor:</source> - <translation>Współczynnik synchronizacji:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="57"/> - <source>Audio/video auto synchronization</source> - <translation>Auto synchronizacja audio/wideo</translation> - </message> -</context> -</TS> diff --git a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pl.ts b/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pl.ts deleted file mode 100644 index 0d0a9d1d5..000000000 --- a/src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pl.ts +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>QmmpFileDialog</name> - <message> - <location filename="../qmmpfiledialog.ui" line="13"/> - <source>Add Files</source> - <translation>Dodaj pliki</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="37"/> - <source>Up</source> - <translation>W górę</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="40"/> - <location filename="../qmmpfiledialog.ui" line="53"/> - <location filename="../qmmpfiledialog.ui" line="72"/> - <location filename="../qmmpfiledialog.ui" line="97"/> - <source>...</source> - <translation></translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="50"/> - <source>List view</source> - <translation>Widok listy</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="69"/> - <source>Detailed view</source> - <translation>Widok szczegółowy</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="94"/> - <source>Close dialog on add</source> - <translation>Zamknij okno dialogowe po dodaniu</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="177"/> - <source>File name:</source> - <translation>Nazwa pliku:</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="193"/> - <source>Add</source> - <translation>Dodaj</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="200"/> - <source>Files of type:</source> - <translation>Typy plików:</translation> - </message> - <message> - <location filename="../qmmpfiledialog.ui" line="226"/> - <source>Close</source> - <translation>Zamknij</translation> - </message> -</context> -<context> - <name>QmmpFileDialogFactory</name> - <message> - <location filename="../qmmpfiledialog.cpp" line="121"/> - <location filename="../qmmpfiledialog.cpp" line="130"/> - <source>Qmmp File Dialog</source> - <translation>Qmmp Okno Dialogowe</translation> - </message> - <message> - <location filename="../qmmpfiledialog.cpp" line="129"/> - <source>About Qmmp File Dialog</source> - <translation>O Qmmp File Dialog</translation> - </message> - <message> - <location filename="../qmmpfiledialog.cpp" line="131"/> - <source>Written by: -Vladimir Kuznetsov <vovanec@gmail.com> -Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: -Vladimir Kuznetsov <vovanec@gmail.com> -Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../qmmpfiledialog.cpp" line="134"/> - <source>Some code is copied from the Qt library</source> - <translation>Część kodu zostało skopiowane z biblioteki QT</translation> - </message> -</context> -<context> - <name>QmmpFileDialogImpl</name> - <message> - <location filename="../qmmpfiledialogimpl.cpp" line="254"/> - <source>Add</source> - <translation>Dodaj</translation> - </message> - <message> - <location filename="../qmmpfiledialogimpl.cpp" line="267"/> - <source>Save</source> - <translation>Zapisz</translation> - </message> - <message> - <location filename="../qmmpfiledialogimpl.cpp" line="281"/> - <source>Directories</source> - <translation>Katalogi</translation> - </message> - <message> - <location filename="../qmmpfiledialogimpl.cpp" line="450"/> - <source>%1 already exists. -Do you want to replace it?</source> - <translation>%1 już istnieje. -Chcesz nadpisać?</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/converter/translations/converter_plugin_pl.ts b/src/plugins/General/converter/translations/converter_plugin_pl.ts deleted file mode 100644 index d01e6ffc4..000000000 --- a/src/plugins/General/converter/translations/converter_plugin_pl.ts +++ /dev/null @@ -1,254 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>Converter</name> - <message> - <location filename="../converter.cpp" line="169"/> - <source>Track: %1</source> - <translation>Utwór: %1</translation> - </message> - <message> - <location filename="../converter.cpp" line="171"/> - <source>Preset: %1</source> - <translation></translation> - </message> - <message> - <location filename="../converter.cpp" line="266"/> - <source>Encoding...</source> - <translation>Kodowanie...</translation> - </message> -</context> -<context> - <name>ConverterDialog</name> - <message> - <location filename="../converterdialog.ui" line="14"/> - <source>Converter Settings</source> - <translation>Ustawienia konwertera</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="29"/> - <source>Select tracks to convert:</source> - <translation>Wybierz utwory do konwersji</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="43"/> - <source>Output directory:</source> - <translation>Katalog wyjściowy:</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="53"/> - <source>Output file name:</source> - <translation>Nazwa pliku wyjściowego:</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="63"/> - <source>Preset:</source> - <translation></translation> - </message> - <message> - <location filename="../converterdialog.ui" line="73"/> - <source>Overwrite existing files</source> - <translation>Nadpisz istniejące pliki</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="90"/> - <source>Choose a directory</source> - <translation>Wybierz katalog</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="110"/> - <source>Artist</source> - <translation>Artysta</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="111"/> - <source>Album</source> - <translation>Album</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="112"/> - <source>Title</source> - <translation>Tytuł</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="113"/> - <source>Track number</source> - <translation>Numer utworu</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="114"/> - <source>Two-digit track number</source> - <translation>Dwucyfrowy numer utworu</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="115"/> - <source>Genre</source> - <translation>Gatunek</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="116"/> - <source>Comment</source> - <translation>Komentarz</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="117"/> - <source>Composer</source> - <translation>Kompozytor</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="118"/> - <source>Duration</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="119"/> - <source>Disc number</source> - <translation>Numer płyty</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="120"/> - <source>File name</source> - <translation>Nazwa pliku</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="130"/> - <source>Create a copy</source> - <translation>Utwórz kopię</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="121"/> - <source>Year</source> - <translation>Rok</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="122"/> - <source>Condition</source> - <translation>Warunek</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="128"/> - <source>Create</source> - <translation>Utwórz</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="129"/> - <source>Edit</source> - <translation>Edytuj</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="131"/> - <source>Delete</source> - <translation>Usuń</translation> - </message> -</context> -<context> - <name>ConverterFactory</name> - <message> - <location filename="../converterfactory.cpp" line="28"/> - <source>Converter Plugin</source> - <translation>Wtyczka konwertera</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="49"/> - <source>About Converter Plugin</source> - <translation>O wtyczce Konwerter</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="50"/> - <source>Qmmp Converter Plugin</source> - <translation>Wtyczka Konwerter dla Qmmp</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="51"/> - <source>This plugin converts supported audio files to other file formats using external command-line encoders</source> - <translation>Ta wtyczka konwertuje wspierane pliki dźwiękowe do innego formatu przy użyciu zewnętrznych programów</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>ConverterHelper</name> - <message> - <location filename="../converterhelper.cpp" line="35"/> - <source>Convert</source> - <translation>Konwertuj</translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="36"/> - <source>Meta+C</source> - <translation></translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="42"/> - <source>Converting...</source> - <translation>Kodowanie...</translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="43"/> - <source>Cancel</source> - <translation>Anuluj</translation> - </message> -</context> -<context> - <name>PresetEditor</name> - <message> - <location filename="../preseteditor.ui" line="14"/> - <source>Preset Editor</source> - <translation>Edytor presetów</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="29"/> - <source>General</source> - <translation>Ogólne</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="35"/> - <source>Name:</source> - <translation>Nazwa:</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="45"/> - <source>Extension:</source> - <translation>Rozszerzenie:</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="58"/> - <source>Command</source> - <translation>Polecenie</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="77"/> - <source>Options</source> - <translation>Opcje</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="83"/> - <source>Write tags</source> - <translation>Zapisz tagi</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="90"/> - <source>Convert to 16 bit</source> - <translation>Konwertuj do 16 bitów</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="37"/> - <source>%1 (Read Only)</source> - <translation>%1 (Tylko do odczytu)</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="70"/> - <source>Output file</source> - <translation>Plik wyjściowy</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="71"/> - <source>Input file</source> - <translation>Plik wejściowy</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_pl.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_pl.ts deleted file mode 100644 index 7e04db2e9..000000000 --- a/src/plugins/General/covermanager/translations/covermanager_plugin_pl.ts +++ /dev/null @@ -1,103 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL" sourcelanguage="pl"> -<context> - <name>CoverManager</name> - <message> - <location filename="../covermanager.cpp" line="35"/> - <source>Show Cover</source> - <translation>Pokaż okładkę</translation> - </message> - <message> - <location filename="../covermanager.cpp" line="36"/> - <source>Ctrl+M</source> - <translation></translation> - </message> -</context> -<context> - <name>CoverManagerFactory</name> - <message> - <location filename="../covermanagerfactory.cpp" line="29"/> - <source>Cover Manager Plugin</source> - <translation>Wtyczka zarządzania okładkami</translation> - </message> - <message> - <location filename="../covermanagerfactory.cpp" line="49"/> - <source>About Cover Manager Plugin</source> - <translation>O wtyczce Menedżer okładek</translation> - </message> - <message> - <location filename="../covermanagerfactory.cpp" line="50"/> - <source>Qmmp Cover Manager Plugin</source> - <translation>Wtyczka Menedżer Okładek dla Qmmp</translation> - </message> - <message> - <location filename="../covermanagerfactory.cpp" line="51"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Napisana przez: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>CoverWidget</name> - <message> - <location filename="../coverwidget.cpp" line="37"/> - <source>&Save As...</source> - <translation>Zapi&sz jako...</translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="37"/> - <source>Ctrl+S</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="38"/> - <source>Size</source> - <translation>Rozmiar</translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="40"/> - <source>Actual Size</source> - <translation>Aktualny rozmiar</translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="41"/> - <source>128x128</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="42"/> - <source>256x256</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="43"/> - <source>512x512</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="44"/> - <source>1024x1024</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="47"/> - <source>&Close</source> - <translation>Zamknij</translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="47"/> - <source>Alt+F4</source> - <translation></translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="90"/> - <source>Save Cover As</source> - <translation>Zapisz okładkę jako</translation> - </message> - <message> - <location filename="../coverwidget.cpp" line="92"/> - <source>Images</source> - <translation>Obrazki</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/fileops/translations/fileops_plugin_pl.ts b/src/plugins/General/fileops/translations/fileops_plugin_pl.ts deleted file mode 100644 index 07f78a3ad..000000000 --- a/src/plugins/General/fileops/translations/fileops_plugin_pl.ts +++ /dev/null @@ -1,235 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>FileOps</name> - <message> - <location filename="../fileops.cpp" line="97"/> - <source>Error</source> - <translation>Błąd</translation> - </message> - <message> - <location filename="../fileops.cpp" line="98"/> - <source>Destination directory doesn't exist</source> - <translation>Katalog docelowy nie istnieje</translation> - </message> - <message> - <location filename="../fileops.cpp" line="103"/> - <source>Copying</source> - <translation>Kopiowanie</translation> - </message> - <message> - <location filename="../fileops.cpp" line="104"/> - <source>Stop</source> - <translation></translation> - </message> - <message> - <location filename="../fileops.cpp" line="145"/> - <source>Copying file %1/%2</source> - <translation>Kopiowanie pliku %1/%2</translation> - </message> - <message> - <location filename="../fileops.cpp" line="188"/> - <source>Remove files</source> - <translation>Usuń pliki</translation> - </message> - <message numerus="yes"> - <location filename="../fileops.cpp" line="189"/> - <source>Are you sure you want to remove %n file(s) from disk?</source> - <translation> - <numerusform>Czy napewno chcesz usunąć %n plik(ów) z dysku?</numerusform> - <numerusform></numerusform> - <numerusform></numerusform> - </translation> - </message> -</context> -<context> - <name>FileOpsFactory</name> - <message> - <location filename="../fileopsfactory.cpp" line="30"/> - <source>File Operations Plugin</source> - <translation>Wtyczka Operacji na plikach</translation> - </message> - <message> - <location filename="../fileopsfactory.cpp" line="50"/> - <source>About File Operations Plugin</source> - <translation>O wtyczce Operacje na plikach</translation> - </message> - <message> - <location filename="../fileopsfactory.cpp" line="51"/> - <source>Qmmp File Operations Plugin</source> - <translation>Wtyczka Operacje na plikach dla Qmmp </translation> - </message> - <message> - <location filename="../fileopsfactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>HotkeyDialog</name> - <message> - <location filename="../hotkeydialog.ui" line="14"/> - <source>Modify Shortcut</source> - <translation>Modyfikuj skrót klawiszowy</translation> - </message> - <message> - <location filename="../hotkeydialog.ui" line="29"/> - <source>Press the key combination you want to assign</source> - <translation>Wciśnij kombinację klawiszy, które chcesz przypisać</translation> - </message> - <message> - <location filename="../hotkeydialog.ui" line="43"/> - <source>Clear</source> - <translation>Wyczyść</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.cpp" line="53"/> - <location filename="../settingsdialog.cpp" line="133"/> - <source>Copy</source> - <translation>Kopiuj</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="54"/> - <location filename="../settingsdialog.cpp" line="134"/> - <source>Rename</source> - <translation>Zmień nazwę</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="92"/> - <location filename="../settingsdialog.cpp" line="56"/> - <location filename="../settingsdialog.cpp" line="136"/> - <source>Remove</source> - <translation>Usuń</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="139"/> - <source>New action</source> - <translation>Nowa akcja</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="193"/> - <source>Artist</source> - <translation>Artysta</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="194"/> - <source>Album</source> - <translation>Album</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="195"/> - <source>Title</source> - <translation>Tytuł</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="198"/> - <source>Genre</source> - <translation>Gatunek</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="205"/> - <source>Year</source> - <translation>Rok</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="199"/> - <source>Comment</source> - <translation>Komentarz</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="196"/> - <source>Track number</source> - <translation>Numer utworu</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="197"/> - <source>Two-digit track number</source> - <translation>Dwucyfrowy numer utworu</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="200"/> - <source>Composer</source> - <translation>Kompozytor</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="201"/> - <source>Duration</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="202"/> - <source>Disc number</source> - <translation>Numer płyty</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="203"/> - <source>File name</source> - <translation>Nazwa pliku</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="204"/> - <source>File path</source> - <translation>Ścieżka pliku</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="206"/> - <source>Condition</source> - <translation>Warunek</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="222"/> - <source>Choose a directory</source> - <translation>Wybierz katalog</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>File Operations Settings</source> - <translation>Ustawienia wtyczki Operacje na plikach</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="48"/> - <source>Enabled</source> - <translation>Aktywne</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="53"/> - <source>Operation</source> - <translation>Operacja</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="58"/> - <source>Menu text</source> - <translation>Tekst w menu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="63"/> - <source>Shortcut</source> - <translation>Skróŧ klawiszowy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="126"/> - <location filename="../settingsdialog.ui" line="143"/> - <source>...</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="116"/> - <source>Destination:</source> - <translation>Cel:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="79"/> - <source>Add</source> - <translation>Dodaj</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="133"/> - <source>File name pattern:</source> - <translation>Wzorzec nazwy pliku:</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/hal/translations/hal_plugin_pl.ts b/src/plugins/General/hal/translations/hal_plugin_pl.ts deleted file mode 100644 index 301e9efc2..000000000 --- a/src/plugins/General/hal/translations/hal_plugin_pl.ts +++ /dev/null @@ -1,88 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>HalFactory</name> - <message> - <location filename="../halfactory.cpp" line="30"/> - <source>HAL Plugin</source> - <translation>Wtyczka HAL</translation> - </message> - <message> - <location filename="../halfactory.cpp" line="50"/> - <source>About HAL Plugin</source> - <translation>O wtyczce HAL</translation> - </message> - <message> - <location filename="../halfactory.cpp" line="51"/> - <source>Qmmp HAL Plugin</source> - <translation>Wtyczka HAL dla Qmmp</translation> - </message> - <message> - <location filename="../halfactory.cpp" line="52"/> - <source>This plugin provides removable devices detection using HAL</source> - <translation>Ta wtyczka umożliwia detekcję urządzeń przenośnych dzięki HAL</translation> - </message> - <message> - <location filename="../halfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../halfactory.cpp" line="54"/> - <source>Based on Solid (KDE hardware library)</source> - <translation>Oparte na Solid (biblioteka urządzeń dla KDE)</translation> - </message> -</context> -<context> - <name>HalPlugin</name> - <message> - <location filename="../halplugin.cpp" line="160"/> - <source>Add CD "%1"</source> - <translation>Dodaj CD "%1"</translation> - </message> - <message> - <location filename="../halplugin.cpp" line="166"/> - <source>Add Volume "%1"</source> - <translation>Dodaj urządzenie "%1"</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="13"/> - <source>HAL Plugin Settings</source> - <translation>Ustawienia wtyczki HAL</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="28"/> - <source>CD Audio Detection</source> - <translation>Detekcja płyt CD Audio</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="37"/> - <source>Add tracks to playlist automatically</source> - <translation>Automatycznie dodaj utwory do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="44"/> - <source>Remove tracks from playlist automatically</source> - <translation>Automatycznie usuń utwory z listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="54"/> - <source>Removable Device Detection</source> - <translation>Detekcja urządzeń przenośnych</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="63"/> - <source>Add files to playlist automatically</source> - <translation>Automatycznie dodaj pliki do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="70"/> - <source>Remove files from playlist automatically</source> - <translation>Automatycznie usuń pliki z listy</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts deleted file mode 100644 index 317d3f846..000000000 --- a/src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts +++ /dev/null @@ -1,133 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>HotkeyDialog</name> - <message> - <location filename="../hotkeydialog.ui" line="14"/> - <source>Modify Shortcut</source> - <translation>Modyfikuj skrót</translation> - </message> - <message> - <location filename="../hotkeydialog.ui" line="32"/> - <source>Press the key combination you want to assign</source> - <translation>Wciśnij kombinację klawiszy, którą chcesz przypisać</translation> - </message> - <message> - <location filename="../hotkeydialog.ui" line="52"/> - <source>Clear</source> - <translation>Wyczyść</translation> - </message> -</context> -<context> - <name>HotkeyFactory</name> - <message> - <location filename="../hotkeyfactory.cpp" line="30"/> - <source>Global Hotkey Plugin</source> - <translation>Wtyczka klawiszów skrótowych</translation> - </message> - <message> - <location filename="../hotkeyfactory.cpp" line="50"/> - <source>About Global Hotkey Plugin</source> - <translation>O wtyczce Klawisze Skrótowe</translation> - </message> - <message> - <location filename="../hotkeyfactory.cpp" line="51"/> - <source>Qmmp Global Hotkey Plugin</source> - <translation>Wtyczka Skróŧy Klawiszowe dla Qmmp</translation> - </message> - <message> - <location filename="../hotkeyfactory.cpp" line="52"/> - <source>This plugin adds support for multimedia keys or global key combinations</source> - <translation>Ta wtyczka obsługuje klawisze multimedialne oraz globalne kombinacje klawiszów skrótowych</translation> - </message> - <message> - <location filename="../hotkeyfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.cpp" line="42"/> - <source>Play</source> - <translation>Odtwarzaj</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="43"/> - <source>Stop</source> - <translation>Zatrzymaj</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="44"/> - <source>Pause</source> - <translation>Pauza</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="45"/> - <source>Play/Pause</source> - <translation>Odtwarzaj/Pauza</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="46"/> - <source>Next</source> - <translation>Następny</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="47"/> - <source>Previous</source> - <translation>Poprzedni</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="48"/> - <source>Show/Hide</source> - <translation>Pokaż/Ukryj</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="49"/> - <source>Volume +</source> - <translation>Głośność +</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="50"/> - <source>Volume -</source> - <translation>Głośność -</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="51"/> - <source>Forward 5 seconds</source> - <translation>Do przodu 5 sekund</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="52"/> - <source>Rewind 5 seconds</source> - <translation>Do tyłu 5 sekund</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="53"/> - <source>Jump to track</source> - <translation>Skocz do utworu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Global Hotkey Plugin Settings</source> - <translation>Globalne ustawienia wtyczki Klawiszów Skrótowych</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="42"/> - <source>Action</source> - <translation>Akcja</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="47"/> - <source>Shortcut</source> - <translation>Skrót klawiszowy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Reset</source> - <translation>Wyczyść</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts deleted file mode 100644 index c4f65fcb6..000000000 --- a/src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL" sourcelanguage="pl"> -<context> - <name>KdeNotify</name> - <message> - <location filename="../kdenotify.cpp" line="122"/> - <source>Qmmp now playing:</source> - <translation>Qmmp teraz odtwarza:</translation> - </message> -</context> -<context> - <name>KdeNotifyFactory</name> - <message> - <location filename="../kdenotifyfactory.cpp" line="30"/> - <source>KDE 4 notification plugin</source> - <translation>Wtyczka powiadamiania KDE 4</translation> - </message> - <message> - <location filename="../kdenotifyfactory.cpp" line="50"/> - <source>About KDE Notification Plugin</source> - <translation>O wtyczce Powiadomienia KDE</translation> - </message> - <message> - <location filename="../kdenotifyfactory.cpp" line="51"/> - <source>KDE 4 notification plugin for Qmmp -</source> - <translation>Wtyczka Powiadomienia KDE 4 dla Qmmp -</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>KDE 4 Notification Plugin Settings</source> - <translation>Ustawienia wtyczki Powiadamianie KDE 4</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="39"/> - <source>Options</source> - <translation>Opcje</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>Notification delay [s]:</source> - <translation>Czas trwania [s]:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="75"/> - <source>Update visible notification instead create new</source> - <translation>Aktualizuj widoczne powiadomienie (nie twórz nowego)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="85"/> - <source>Appearance</source> - <translation>Wygląd</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="91"/> - <source>Show covers</source> - <translation>Pokaż okładki</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="100"/> - <source>Edit template</source> - <translation>Edytuj szablon</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="75"/> - <source>Notification Template</source> - <translation>Szablon powiadomień</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts deleted file mode 100644 index c4b945934..000000000 --- a/src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>Lyrics</name> - <message> - <location filename="../lyrics.cpp" line="33"/> - <source>View Lyrics</source> - <translation>Pokaż tekst piosenki</translation> - </message> - <message> - <location filename="../lyrics.cpp" line="34"/> - <source>Ctrl+L</source> - <translation></translation> - </message> -</context> -<context> - <name>LyricsFactory</name> - <message> - <location filename="../lyricsfactory.cpp" line="29"/> - <source>Lyrics Plugin</source> - <translation>Wtyczka tekstów piosenek</translation> - </message> - <message> - <location filename="../lyricsfactory.cpp" line="50"/> - <source>About Lyrics Plugin</source> - <translation>O wtyczce Teksty piosenek</translation> - </message> - <message> - <location filename="../lyricsfactory.cpp" line="51"/> - <source>Qmmp Lyrics Plugin</source> - <translation>Wtyczka Teksty Piosenek dla Qmmp</translation> - </message> - <message> - <location filename="../lyricsfactory.cpp" line="52"/> - <source>This plugin retrieves lyrics from LyricWiki</source> - <translation>Ta wtyczka ściąga teksty piosenek z LyricWiki</translation> - </message> - <message> - <location filename="../lyricsfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>LyricsWindow</name> - <message> - <location filename="../lyricswindow.cpp" line="64"/> - <source>Done</source> - <translation>Gotowe</translation> - </message> - <message> - <location filename="../lyricswindow.cpp" line="67"/> - <location filename="../lyricswindow.cpp" line="91"/> - <location filename="../lyricswindow.cpp" line="97"/> - <location filename="../lyricswindow.cpp" line="105"/> - <location filename="../lyricswindow.cpp" line="113"/> - <location filename="../lyricswindow.cpp" line="124"/> - <source>Error</source> - <translation>Błąd</translation> - </message> - <message> - <location filename="../lyricswindow.cpp" line="118"/> - <location filename="../lyricswindow.cpp" line="153"/> - <source>Not found</source> - <translation>Nie znaleziono</translation> - </message> - <message> - <location filename="../lyricswindow.ui" line="60"/> - <source>No connection</source> - <translation>Nie połączony</translation> - </message> - <message> - <location filename="../lyricswindow.cpp" line="139"/> - <location filename="../lyricswindow.cpp" line="164"/> - <source>Receiving</source> - <translation>Pobieranie</translation> - </message> - <message> - <location filename="../lyricswindow.cpp" line="165"/> - <source>Lyrics: %1 - %2</source> - <translation>Teksty: %1 - %2</translation> - </message> - <message> - <location filename="../lyricswindow.ui" line="14"/> - <source>Lyrics Plugin</source> - <translation>Wtyczka wyszukiwania tekstów piosenek</translation> - </message> - <message> - <location filename="../lyricswindow.ui" line="31"/> - <source>Artist:</source> - <translation>Artysta:</translation> - </message> - <message> - <location filename="../lyricswindow.ui" line="41"/> - <source>Title:</source> - <translation>Tytuł:</translation> - </message> - <message> - <location filename="../lyricswindow.ui" line="51"/> - <source>Search</source> - <translation>Szukaj</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/mpris/translations/mpris_plugin_pl.ts b/src/plugins/General/mpris/translations/mpris_plugin_pl.ts deleted file mode 100644 index ed96370da..000000000 --- a/src/plugins/General/mpris/translations/mpris_plugin_pl.ts +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>MPRISFactory</name> - <message> - <location filename="../mprisfactory.cpp" line="29"/> - <source>MPRIS Plugin</source> - <translation>Wtyczka MPRIS</translation> - </message> - <message> - <location filename="../mprisfactory.cpp" line="49"/> - <source>About MPRIS Plugin</source> - <translation>O wtyczce MPRIS</translation> - </message> - <message> - <location filename="../mprisfactory.cpp" line="50"/> - <source>Qmmp MPRIS Plugin</source> - <translation>Wtyczka MPRIS dla Qmmp</translation> - </message> - <message> - <location filename="../mprisfactory.cpp" line="51"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/notifier/translations/notifier_plugin_pl.ts b/src/plugins/General/notifier/translations/notifier_plugin_pl.ts deleted file mode 100644 index f5c032c40..000000000 --- a/src/plugins/General/notifier/translations/notifier_plugin_pl.ts +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>NotifierFactory</name> - <message> - <location filename="../notifierfactory.cpp" line="30"/> - <source>Notifier Plugin</source> - <translation>Wtyczka Notifier</translation> - </message> - <message> - <location filename="../notifierfactory.cpp" line="50"/> - <source>About Notifier Plugin</source> - <translation>O wtyczce Notifier</translation> - </message> - <message> - <location filename="../notifierfactory.cpp" line="51"/> - <source>Qmmp Notifier Plugin</source> - <translation>Wtyczka Notifier dla Qmmp</translation> - </message> - <message> - <location filename="../notifierfactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>PopupWidget</name> - <message> - <location filename="../popupwidget.cpp" line="127"/> - <source>Volume:</source> - <translation>Głośność:</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Notifier Plugin Settings</source> - <translation>Ustawienia wtyczki Notifier</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="141"/> - <source>Transparency:</source> - <translation>Przezroczystość:</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="105"/> - <source>Notification Template</source> - <translation>Szablon powiadomienia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="368"/> - <source>Psi Notification</source> - <translation>Powiadomienia Psi</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="380"/> - <source>Enable Psi notification</source> - <translation>Włącz powiadomienia Psi</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="35"/> - <source>Desktop Notification</source> - <translation>Powiadomienie na pulpicie</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="41"/> - <source>Song change notification</source> - <translation>Powiadamianie o zmianie utworu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="48"/> - <source>Volume change notification</source> - <translation>Powiadamianie o zmianie głośności</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="134"/> - <location filename="../settingsdialog.ui" line="164"/> - <source>0</source> - <translation>0</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="321"/> - <source>Position</source> - <translation>Pozycja</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="343"/> - <source>Edit template</source> - <translation>Edytuj szablon</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Font:</source> - <translation>Czcionka:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="108"/> - <source>Cover size:</source> - <translation>Rozmiar okładki:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="82"/> - <source>Delay (ms):</source> - <translation>Opóźnienie (ms):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="75"/> - <source>...</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/rgscan/translations/rgscan_plugin_pl.ts b/src/plugins/General/rgscan/translations/rgscan_plugin_pl.ts deleted file mode 100644 index d01e6ffc4..000000000 --- a/src/plugins/General/rgscan/translations/rgscan_plugin_pl.ts +++ /dev/null @@ -1,254 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>Converter</name> - <message> - <location filename="../converter.cpp" line="169"/> - <source>Track: %1</source> - <translation>Utwór: %1</translation> - </message> - <message> - <location filename="../converter.cpp" line="171"/> - <source>Preset: %1</source> - <translation></translation> - </message> - <message> - <location filename="../converter.cpp" line="266"/> - <source>Encoding...</source> - <translation>Kodowanie...</translation> - </message> -</context> -<context> - <name>ConverterDialog</name> - <message> - <location filename="../converterdialog.ui" line="14"/> - <source>Converter Settings</source> - <translation>Ustawienia konwertera</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="29"/> - <source>Select tracks to convert:</source> - <translation>Wybierz utwory do konwersji</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="43"/> - <source>Output directory:</source> - <translation>Katalog wyjściowy:</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="53"/> - <source>Output file name:</source> - <translation>Nazwa pliku wyjściowego:</translation> - </message> - <message> - <location filename="../converterdialog.ui" line="63"/> - <source>Preset:</source> - <translation></translation> - </message> - <message> - <location filename="../converterdialog.ui" line="73"/> - <source>Overwrite existing files</source> - <translation>Nadpisz istniejące pliki</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="90"/> - <source>Choose a directory</source> - <translation>Wybierz katalog</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="110"/> - <source>Artist</source> - <translation>Artysta</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="111"/> - <source>Album</source> - <translation>Album</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="112"/> - <source>Title</source> - <translation>Tytuł</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="113"/> - <source>Track number</source> - <translation>Numer utworu</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="114"/> - <source>Two-digit track number</source> - <translation>Dwucyfrowy numer utworu</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="115"/> - <source>Genre</source> - <translation>Gatunek</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="116"/> - <source>Comment</source> - <translation>Komentarz</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="117"/> - <source>Composer</source> - <translation>Kompozytor</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="118"/> - <source>Duration</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="119"/> - <source>Disc number</source> - <translation>Numer płyty</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="120"/> - <source>File name</source> - <translation>Nazwa pliku</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="130"/> - <source>Create a copy</source> - <translation>Utwórz kopię</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="121"/> - <source>Year</source> - <translation>Rok</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="122"/> - <source>Condition</source> - <translation>Warunek</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="128"/> - <source>Create</source> - <translation>Utwórz</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="129"/> - <source>Edit</source> - <translation>Edytuj</translation> - </message> - <message> - <location filename="../converterdialog.cpp" line="131"/> - <source>Delete</source> - <translation>Usuń</translation> - </message> -</context> -<context> - <name>ConverterFactory</name> - <message> - <location filename="../converterfactory.cpp" line="28"/> - <source>Converter Plugin</source> - <translation>Wtyczka konwertera</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="49"/> - <source>About Converter Plugin</source> - <translation>O wtyczce Konwerter</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="50"/> - <source>Qmmp Converter Plugin</source> - <translation>Wtyczka Konwerter dla Qmmp</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="51"/> - <source>This plugin converts supported audio files to other file formats using external command-line encoders</source> - <translation>Ta wtyczka konwertuje wspierane pliki dźwiękowe do innego formatu przy użyciu zewnętrznych programów</translation> - </message> - <message> - <location filename="../converterfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>ConverterHelper</name> - <message> - <location filename="../converterhelper.cpp" line="35"/> - <source>Convert</source> - <translation>Konwertuj</translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="36"/> - <source>Meta+C</source> - <translation></translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="42"/> - <source>Converting...</source> - <translation>Kodowanie...</translation> - </message> - <message> - <location filename="../converterhelper.cpp" line="43"/> - <source>Cancel</source> - <translation>Anuluj</translation> - </message> -</context> -<context> - <name>PresetEditor</name> - <message> - <location filename="../preseteditor.ui" line="14"/> - <source>Preset Editor</source> - <translation>Edytor presetów</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="29"/> - <source>General</source> - <translation>Ogólne</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="35"/> - <source>Name:</source> - <translation>Nazwa:</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="45"/> - <source>Extension:</source> - <translation>Rozszerzenie:</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="58"/> - <source>Command</source> - <translation>Polecenie</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="77"/> - <source>Options</source> - <translation>Opcje</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="83"/> - <source>Write tags</source> - <translation>Zapisz tagi</translation> - </message> - <message> - <location filename="../preseteditor.ui" line="90"/> - <source>Convert to 16 bit</source> - <translation>Konwertuj do 16 bitów</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="37"/> - <source>%1 (Read Only)</source> - <translation>%1 (Tylko do odczytu)</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="70"/> - <source>Output file</source> - <translation>Plik wyjściowy</translation> - </message> - <message> - <location filename="../preseteditor.cpp" line="71"/> - <source>Input file</source> - <translation>Plik wejściowy</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts deleted file mode 100644 index 098faa8a2..000000000 --- a/src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>ScrobblerFactory</name> - <message> - <location filename="../scrobblerfactory.cpp" line="30"/> - <source>Scrobbler Plugin</source> - <translation>Wtyczka Scrobbler</translation> - </message> - <message> - <location filename="../scrobblerfactory.cpp" line="50"/> - <source>About Scrobbler Plugin</source> - <translation>O wtyczce Scrobbler</translation> - </message> - <message> - <location filename="../scrobblerfactory.cpp" line="51"/> - <source>Qmmp AudioScrobbler Plugin</source> - <translation>Wtyczka AudioScrobbler dla Qmmp</translation> - </message> - <message> - <location filename="../scrobblerfactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Scrobbler Plugin Settings</source> - <translation>Ustawienia wtyczki Scrobbler</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="32"/> - <source>Last.fm</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="41"/> - <source>Session:</source> - <translation>Sesja:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="51"/> - <source>Register new session</source> - <translation>Zarejestruj nową sesję</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="70"/> - <source>User name:</source> - <translation>Nazwa użytkownika:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="80"/> - <source>Password:</source> - <translation>Hasło:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <source>Libre.fm</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts deleted file mode 100644 index 34d534d7e..000000000 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts +++ /dev/null @@ -1,152 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Status Icon Plugin Settings</source> - <translation>Ustawienia wtyczki Ikona Statusu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="79"/> - <source>Tooltip</source> - <translation>Podpowiedź</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="38"/> - <location filename="../settingsdialog.ui" line="105"/> - <source>Delay, ms:</source> - <translation>Opóźnienie, ms:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Balloon message</source> - <translation>Pokaż dymek</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="98"/> - <source>Show progress bar</source> - <translation>Pokaż pasek postępu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="131"/> - <source>Transparency:</source> - <translation>Przezroczystość:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="165"/> - <source>0</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="225"/> - <source>Edit template</source> - <translation>Edytuj szablon</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="91"/> - <source>Try to split file name when no tag</source> - <translation>Próbuj rozdzielić nazwę pliku jeśli brakuje tagu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="174"/> - <source>Cover size:</source> - <translation>Wielkość okładki:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="214"/> - <source>32</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="250"/> - <source>Use standard icons</source> - <translation>Użyj standardowych ikon</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="70"/> - <source>Tooltip Template</source> - <translation>Szablon podpowiedzi</translation> - </message> -</context> -<context> - <name>StatusIcon</name> - <message> - <location filename="../statusicon.cpp" line="65"/> - <source>Play</source> - <translation>Odtwarzaj</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="66"/> - <source>Pause</source> - <translation>Pauza</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="67"/> - <source>Stop</source> - <translation>Zatrzymaj</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="69"/> - <source>Next</source> - <translation>Następny</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="70"/> - <source>Previous</source> - <translation>Poprzedni</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="72"/> - <source>Exit</source> - <translation>Wyjdź</translation> - </message> - <message> - <location filename="../statusicon.cpp" line="125"/> - <source>Now Playing</source> - <translation>Teraz odtwarza</translation> - </message> -</context> -<context> - <name>StatusIconFactory</name> - <message> - <location filename="../statusiconfactory.cpp" line="30"/> - <source>Status Icon Plugin</source> - <translation>Wtyczka Ikona Statusu</translation> - </message> - <message> - <location filename="../statusiconfactory.cpp" line="50"/> - <source>About Status Icon Plugin</source> - <translation>O Wtyczce Ikona Statusu</translation> - </message> - <message> - <location filename="../statusiconfactory.cpp" line="51"/> - <source>Qmmp Status Icon Plugin</source> - <translation>Wtyczka Ikona Statusu dla Qmmp</translation> - </message> - <message> - <location filename="../statusiconfactory.cpp" line="52"/> - <source>Written by:</source> - <translation>Napisana przez:</translation> - </message> - <message> - <location filename="../statusiconfactory.cpp" line="53"/> - <source>Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../statusiconfactory.cpp" line="54"/> - <source>Artur Guzik <a.guzik88@gmail.com></source> - <translation></translation> - </message> -</context> -<context> - <name>StatusIconPopupWidget</name> - <message> - <location filename="../statusiconpopupwidget.cpp" line="135"/> - <source>Stopped</source> - <translation>Zatrzymane</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl.ts b/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl.ts deleted file mode 100644 index 86294f19e..000000000 --- a/src/plugins/General/streambrowser/translations/streambrowser_plugin_pl.ts +++ /dev/null @@ -1,133 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>StreamBrowser</name> - <message> - <location filename="../streambrowser.cpp" line="33"/> - <source>Stream Browser</source> - <translation>Przeglądarka strumieni</translation> - </message> - <message> - <location filename="../streambrowser.cpp" line="35"/> - <source>Ctrl+U</source> - <translation></translation> - </message> -</context> -<context> - <name>StreamBrowserFactory</name> - <message> - <location filename="../streambrowserfactory.cpp" line="28"/> - <source>Stream Browser Plugin</source> - <translation>Wtyczka Przeglądarka strumieni</translation> - </message> - <message> - <location filename="../streambrowserfactory.cpp" line="49"/> - <source>About Stream Browser Plugin</source> - <translation>O wtyczce Przeglądarka strumieni</translation> - </message> - <message> - <location filename="../streambrowserfactory.cpp" line="50"/> - <source>Qmmp Stream Browser Plugin</source> - <translation>Wtyczka Qmmp Przeglądarka strumieni</translation> - </message> - <message> - <location filename="../streambrowserfactory.cpp" line="51"/> - <source>This plugin allows to add stream from IceCast stream directory</source> - <translation>Ta wtyczka pozwala dodawać strumienie z katalogu strumieni IceCast</translation> - </message> - <message> - <location filename="../streambrowserfactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>StreamWindow</name> - <message> - <location filename="../streamwindow.ui" line="14"/> - <source>Stream Browser</source> - <translation>Przeglądarka strumieni</translation> - </message> - <message> - <location filename="../streamwindow.ui" line="31"/> - <source>Filter:</source> - <translation>Filtr:</translation> - </message> - <message> - <location filename="../streamwindow.ui" line="47"/> - <source>Favorites</source> - <translation>Ulubione</translation> - </message> - <message> - <location filename="../streamwindow.ui" line="73"/> - <source>IceCast</source> - <translation></translation> - </message> - <message> - <location filename="../streamwindow.ui" line="102"/> - <source>Add</source> - <translation>Dodaj</translation> - </message> - <message> - <location filename="../streamwindow.ui" line="109"/> - <source>Update</source> - <translation>Aktualizuj</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="51"/> - <location filename="../streamwindow.cpp" line="69"/> - <source>Name</source> - <translation>Nazwa</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="52"/> - <location filename="../streamwindow.cpp" line="70"/> - <source>Genre</source> - <translation>Gatunek</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="53"/> - <location filename="../streamwindow.cpp" line="71"/> - <source>Bitrate</source> - <translation>Przepływność</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="54"/> - <location filename="../streamwindow.cpp" line="72"/> - <source>Format</source> - <translation>Format</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="126"/> - <source>&Add to favorites</source> - <translation>&Dodaj do ulubionych</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="127"/> - <source>&Add to playlist</source> - <translation>&Dodaj do listy odtwarzania</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="132"/> - <source>&Remove</source> - <translation>&Usuń</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="142"/> - <source>Done</source> - <translation>Gotowe</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="145"/> - <location filename="../streamwindow.cpp" line="146"/> - <source>Error</source> - <translation>Błąd</translation> - </message> - <message> - <location filename="../streamwindow.cpp" line="165"/> - <source>Receiving</source> - <translation>Pobieranie</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/udisks/translations/udisks_plugin_pl.ts b/src/plugins/General/udisks/translations/udisks_plugin_pl.ts deleted file mode 100644 index 30c37463d..000000000 --- a/src/plugins/General/udisks/translations/udisks_plugin_pl.ts +++ /dev/null @@ -1,83 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>UDisks Plugin Settings</source> - <translation>Ustawienia wtyczki UDisks</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>CD Audio Detection</source> - <translation>Detekcja płyt CD Audio</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="38"/> - <source>Add tracks to playlist automatically</source> - <translation>Automatycznie dodaj utwory do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>Remove tracks from playlist automatically</source> - <translation>Automatycznie usuń utwory z listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Removable Device Detection</source> - <translation>Detekcja urządzeń przenośnych</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="64"/> - <source>Add files to playlist automatically</source> - <translation>Automatycznie dodaj pliki do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="71"/> - <source>Remove files from playlist automatically</source> - <translation>Automatycznie usuń pliki z listy</translation> - </message> -</context> -<context> - <name>UDisksFactory</name> - <message> - <location filename="../udisksfactory.cpp" line="30"/> - <source>UDisks Plugin</source> - <translation>Wtyczka UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="50"/> - <source>About UDisks Plugin</source> - <translation>O wtyczce UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="51"/> - <source>Qmmp UDisks Plugin</source> - <translation>Wtyczka UDisks dla Qmmp</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="52"/> - <source>This plugin provides removable devices detection using UDisks</source> - <translation>Ta wtyczka umożliwia wykrywanie urządzeń przenośnych przy użyciu UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>UDisksPlugin</name> - <message> - <location filename="../udisksplugin.cpp" line="154"/> - <source>Add CD "%1"</source> - <translation>Dodaj CD "%1"</translation> - </message> - <message> - <location filename="../udisksplugin.cpp" line="160"/> - <source>Add Volume "%1"</source> - <translation>Dodaj urządzenie "%1"</translation> - </message> -</context> -</TS> diff --git a/src/plugins/General/udisks2/translations/udisks2_plugin_pl.ts b/src/plugins/General/udisks2/translations/udisks2_plugin_pl.ts deleted file mode 100644 index 30c37463d..000000000 --- a/src/plugins/General/udisks2/translations/udisks2_plugin_pl.ts +++ /dev/null @@ -1,83 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>UDisks Plugin Settings</source> - <translation>Ustawienia wtyczki UDisks</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>CD Audio Detection</source> - <translation>Detekcja płyt CD Audio</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="38"/> - <source>Add tracks to playlist automatically</source> - <translation>Automatycznie dodaj utwory do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>Remove tracks from playlist automatically</source> - <translation>Automatycznie usuń utwory z listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Removable Device Detection</source> - <translation>Detekcja urządzeń przenośnych</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="64"/> - <source>Add files to playlist automatically</source> - <translation>Automatycznie dodaj pliki do listy</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="71"/> - <source>Remove files from playlist automatically</source> - <translation>Automatycznie usuń pliki z listy</translation> - </message> -</context> -<context> - <name>UDisksFactory</name> - <message> - <location filename="../udisksfactory.cpp" line="30"/> - <source>UDisks Plugin</source> - <translation>Wtyczka UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="50"/> - <source>About UDisks Plugin</source> - <translation>O wtyczce UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="51"/> - <source>Qmmp UDisks Plugin</source> - <translation>Wtyczka UDisks dla Qmmp</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="52"/> - <source>This plugin provides removable devices detection using UDisks</source> - <translation>Ta wtyczka umożliwia wykrywanie urządzeń przenośnych przy użyciu UDisks</translation> - </message> - <message> - <location filename="../udisksfactory.cpp" line="53"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>UDisksPlugin</name> - <message> - <location filename="../udisksplugin.cpp" line="154"/> - <source>Add CD "%1"</source> - <translation>Dodaj CD "%1"</translation> - </message> - <message> - <location filename="../udisksplugin.cpp" line="160"/> - <source>Add Volume "%1"</source> - <translation>Dodaj urządzenie "%1"</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/aac/translations/aac_plugin_pl.ts b/src/plugins/Input/aac/translations/aac_plugin_pl.ts deleted file mode 100644 index 5f0eb2a4f..000000000 --- a/src/plugins/Input/aac/translations/aac_plugin_pl.ts +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>AACMetaDataModel</name> - <message> - <location filename="../aacmetadatamodel.cpp" line="43"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="45"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="45"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="47"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="47"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="48"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../aacmetadatamodel.cpp" line="49"/> - <source>File size</source> - <translation>Wilekość pliku</translation> - </message> -</context> -<context> - <name>DecoderAACFactory</name> - <message> - <location filename="../decoderaacfactory.cpp" line="46"/> - <source>AAC Plugin</source> - <translation>Wtyczka AAC</translation> - </message> - <message> - <location filename="../decoderaacfactory.cpp" line="48"/> - <source>AAC Files</source> - <translation>Pliki AAC</translation> - </message> - <message> - <location filename="../decoderaacfactory.cpp" line="88"/> - <source>About AAC Audio Plugin</source> - <translation>O wtyczce dźwiękowej AAC</translation> - </message> - <message> - <location filename="../decoderaacfactory.cpp" line="89"/> - <source>Qmmp AAC Audio Plugin</source> - <translation>Wtyczka AAC dla Qmmp</translation> - </message> - <message> - <location filename="../decoderaacfactory.cpp" line="90"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/cdaudio/translations/cdaudio_plugin_pl.ts b/src/plugins/Input/cdaudio/translations/cdaudio_plugin_pl.ts deleted file mode 100644 index 46a11ca95..000000000 --- a/src/plugins/Input/cdaudio/translations/cdaudio_plugin_pl.ts +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderCDAudioFactory</name> - <message> - <location filename="../decodercdaudiofactory.cpp" line="45"/> - <source>CD Audio Plugin</source> - <translation>Wtyczka CD Audio</translation> - </message> - <message> - <location filename="../decodercdaudiofactory.cpp" line="88"/> - <source>About CD Audio Plugin</source> - <translation>O wtyczce CD Audio</translation> - </message> - <message> - <location filename="../decodercdaudiofactory.cpp" line="89"/> - <source>Qmmp CD Audio Plugin</source> - <translation>Wtyczka CD Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decodercdaudiofactory.cpp" line="90"/> - <source>Compiled against libcdio-%1 and libcddb-%2</source> - <translation>Skompilowane przy użyciu libcdio-%1 oraz libcddb-%2</translation> - </message> - <message> - <location filename="../decodercdaudiofactory.cpp" line="92"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../decodercdaudiofactory.cpp" line="93"/> - <source>Usage: open cdda:/// using Add URL dialog or command line</source> - <translation>Instrukcja: otwórz cdda:/// używając Dodaj URL lib z linii poleceń</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>CD Audio Plugin Settings</source> - <translation>Ustawienia wtyczki CD Audio</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Override device:</source> - <translation>Wymuś urządzenie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="42"/> - <source>Limit cd speed:</source> - <translation>Limit prędkości cd:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="62"/> - <source>Use cd-text</source> - <translation>Użyj cd-text</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="69"/> - <source>CDDB</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="78"/> - <source>Use HTTP instead of CDDBP</source> - <translation>Użyj HTTP zamiast CDDBP</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="88"/> - <source>Server:</source> - <translation>Serwer:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="95"/> - <source>Path:</source> - <translation>Ścieżka:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="105"/> - <source>Port:</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="117"/> - <source>Clear CDDB cache</source> - <translation>Wyczyść bufor CDDB</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/cue/translations/cue_plugin_pl.ts b/src/plugins/Input/cue/translations/cue_plugin_pl.ts deleted file mode 100644 index 5848a562b..000000000 --- a/src/plugins/Input/cue/translations/cue_plugin_pl.ts +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderCUEFactory</name> - <message> - <location filename="../decodercuefactory.cpp" line="44"/> - <source>CUE Plugin</source> - <translation>Wtyczka CUE</translation> - </message> - <message> - <location filename="../decodercuefactory.cpp" line="47"/> - <source>CUE Files</source> - <translation>Pliki CUE</translation> - </message> - <message> - <location filename="../decodercuefactory.cpp" line="95"/> - <source>About CUE Audio Plugin</source> - <translation>O wtyczce CUE Audio</translation> - </message> - <message> - <location filename="../decodercuefactory.cpp" line="96"/> - <source>Qmmp CUE Audio Plugin</source> - <translation>O wtyczce CUE dla Qmmp</translation> - </message> - <message> - <location filename="../decodercuefactory.cpp" line="97"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>CUE Plugin Settings</source> - <translation>Ustawienia wtyczki CUE</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Common settings</source> - <translation>Ogólne opcje</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="35"/> - <source>Load incorrect cue sheets if possible</source> - <translation>Załaduj niewłaściwy plik CUE jeśli możliwe</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>CUE encoding</source> - <translation>Kodowanie CUE</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="51"/> - <source>Automatic charset detection</source> - <translation>Automatyczne wykrywanie kodowania</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <source>Language:</source> - <translation>Język:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="81"/> - <source>Default encoding:</source> - <translation>Domyślne kodowanie:</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_pl.ts b/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_pl.ts deleted file mode 100644 index f445778dd..000000000 --- a/src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_pl.ts +++ /dev/null @@ -1,161 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderFFmpegFactory</name> - <message> - <location filename="../decoderffmpegfactory.cpp" line="93"/> - <source>FFmpeg Plugin</source> - <translation>Wtyczka FFMPEG</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="95"/> - <source>FFmpeg Formats</source> - <translation>Formaty FFmpeg</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="257"/> - <source>About FFmpeg Audio Plugin</source> - <translation>O wtyczce FFmpeg Audio</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="259"/> - <source>Qmmp FFmpeg Audio Plugin</source> - <translation>Wtyczka FFmpeg Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="260"/> - <source>Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6</source> - <translation>Skompilowane przy użyciu libavformat-%1.%2.%3 i libavcodec-%4.%5.%6</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="267"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>FFmpegMetaDataModel</name> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="52"/> - <location filename="../ffmpegmetadatamodel.cpp" line="99"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="53"/> - <location filename="../ffmpegmetadatamodel.cpp" line="100"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="53"/> - <location filename="../ffmpegmetadatamodel.cpp" line="100"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="54"/> - <location filename="../ffmpegmetadatamodel.cpp" line="101"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="54"/> - <location filename="../ffmpegmetadatamodel.cpp" line="101"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="66"/> - <location filename="../ffmpegmetadatamodel.cpp" line="117"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="66"/> - <location filename="../ffmpegmetadatamodel.cpp" line="117"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="67"/> - <location filename="../ffmpegmetadatamodel.cpp" line="118"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>FFmpeg Plugin Settings</source> - <translation>Ustawienia wtyczki FFMPEG</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Formats</source> - <translation>Formaty</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <source>Windows Media Audio</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="68"/> - <source>Monkey's Audio (APE)</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="75"/> - <source>True Audio</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="82"/> - <source>ADTS AAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="89"/> - <source>MP3 (MPEG audio layer 3)</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="96"/> - <source>MPEG-4 AAC/ALAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="103"/> - <source>RealAudio 1.0/2.0</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="110"/> - <source>Shorten</source> - <translation>Shorten (SHN)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="117"/> - <source>AC3/EAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="124"/> - <source>DTS/DTS-Core</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="131"/> - <source>Matroska Audio (Dolby TrueHD Lossless)</source> - <translation>Matroska Audio (Dolby TrueHD Bezstratny)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="138"/> - <source>VQF</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/ffmpeg_legacy/translations/ffmpeg_legacy_plugin_pl.ts b/src/plugins/Input/ffmpeg_legacy/translations/ffmpeg_legacy_plugin_pl.ts deleted file mode 100644 index f445778dd..000000000 --- a/src/plugins/Input/ffmpeg_legacy/translations/ffmpeg_legacy_plugin_pl.ts +++ /dev/null @@ -1,161 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderFFmpegFactory</name> - <message> - <location filename="../decoderffmpegfactory.cpp" line="93"/> - <source>FFmpeg Plugin</source> - <translation>Wtyczka FFMPEG</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="95"/> - <source>FFmpeg Formats</source> - <translation>Formaty FFmpeg</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="257"/> - <source>About FFmpeg Audio Plugin</source> - <translation>O wtyczce FFmpeg Audio</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="259"/> - <source>Qmmp FFmpeg Audio Plugin</source> - <translation>Wtyczka FFmpeg Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="260"/> - <source>Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6</source> - <translation>Skompilowane przy użyciu libavformat-%1.%2.%3 i libavcodec-%4.%5.%6</translation> - </message> - <message> - <location filename="../decoderffmpegfactory.cpp" line="267"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>FFmpegMetaDataModel</name> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="52"/> - <location filename="../ffmpegmetadatamodel.cpp" line="99"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="53"/> - <location filename="../ffmpegmetadatamodel.cpp" line="100"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="53"/> - <location filename="../ffmpegmetadatamodel.cpp" line="100"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="54"/> - <location filename="../ffmpegmetadatamodel.cpp" line="101"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="54"/> - <location filename="../ffmpegmetadatamodel.cpp" line="101"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="66"/> - <location filename="../ffmpegmetadatamodel.cpp" line="117"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="66"/> - <location filename="../ffmpegmetadatamodel.cpp" line="117"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../ffmpegmetadatamodel.cpp" line="67"/> - <location filename="../ffmpegmetadatamodel.cpp" line="118"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>FFmpeg Plugin Settings</source> - <translation>Ustawienia wtyczki FFMPEG</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="55"/> - <source>Formats</source> - <translation>Formaty</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <source>Windows Media Audio</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="68"/> - <source>Monkey's Audio (APE)</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="75"/> - <source>True Audio</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="82"/> - <source>ADTS AAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="89"/> - <source>MP3 (MPEG audio layer 3)</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="96"/> - <source>MPEG-4 AAC/ALAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="103"/> - <source>RealAudio 1.0/2.0</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="110"/> - <source>Shorten</source> - <translation>Shorten (SHN)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="117"/> - <source>AC3/EAC</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="124"/> - <source>DTS/DTS-Core</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="131"/> - <source>Matroska Audio (Dolby TrueHD Lossless)</source> - <translation>Matroska Audio (Dolby TrueHD Bezstratny)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="138"/> - <source>VQF</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/flac/translations/flac_plugin_pl.ts b/src/plugins/Input/flac/translations/flac_plugin_pl.ts deleted file mode 100644 index 592d60bdc..000000000 --- a/src/plugins/Input/flac/translations/flac_plugin_pl.ts +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderFLACFactory</name> - <message> - <location filename="../decoderflacfactory.cpp" line="57"/> - <source>FLAC Plugin</source> - <translation>Wtyczka FLAC</translation> - </message> - <message> - <location filename="../decoderflacfactory.cpp" line="59"/> - <source>FLAC Files</source> - <translation>Pliki FLAC</translation> - </message> - <message> - <location filename="../decoderflacfactory.cpp" line="187"/> - <source>About FLAC Audio Plugin</source> - <translation>O wtyczce FLAC Audio</translation> - </message> - <message> - <location filename="../decoderflacfactory.cpp" line="188"/> - <source>Qmmp FLAC Audio Plugin</source> - <translation>Wtyczka FLAC Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decoderflacfactory.cpp" line="189"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>FLACMetaDataModel</name> - <message> - <location filename="../flacmetadatamodel.cpp" line="80"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="81"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="81"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="82"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="83"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="83"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="85"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../flacmetadatamodel.cpp" line="85"/> - <source>KB</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/gme/translations/gme_plugin_pl.ts b/src/plugins/Input/gme/translations/gme_plugin_pl.ts deleted file mode 100644 index edb7e8f03..000000000 --- a/src/plugins/Input/gme/translations/gme_plugin_pl.ts +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderGmeFactory</name> - <message> - <location filename="../decodergmefactory.cpp" line="48"/> - <source>GME Plugin</source> - <translation>Wtyczka GME</translation> - </message> - <message> - <location filename="../decodergmefactory.cpp" line="51"/> - <source>Game Music Files</source> - <translation>Game Music Files</translation> - </message> - <message> - <location filename="../decodergmefactory.cpp" line="116"/> - <source>About GME Audio Plugin</source> - <translation>O wtyczce dźwiękowej GME</translation> - </message> - <message> - <location filename="../decodergmefactory.cpp" line="117"/> - <source>Qmmp GME Audio Plugin</source> - <translation>Wtyczka dźwiękowa GME dla Qmmp</translation> - </message> - <message> - <location filename="../decodergmefactory.cpp" line="118"/> - <source>This plugin uses Game_Music_Emu library to play game music files</source> - <translation>Ta wtyczka używa biblioteki Game_Music_Emu do odtwarzania plików muzycznych z gier</translation> - </message> - <message> - <location filename="../decodergmefactory.cpp" line="119"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/mad/translations/mad_plugin_pl.ts b/src/plugins/Input/mad/translations/mad_plugin_pl.ts deleted file mode 100644 index 64d5075f3..000000000 --- a/src/plugins/Input/mad/translations/mad_plugin_pl.ts +++ /dev/null @@ -1,191 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderMADFactory</name> - <message> - <location filename="../decodermadfactory.cpp" line="87"/> - <source>MPEG Plugin</source> - <translation>Wtyczka MPEG</translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="90"/> - <source>MPEG Files</source> - <translation>Pliki MPEG</translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="220"/> - <source>About MPEG Audio Plugin</source> - <translation>O wtyczce Audio MPEG</translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="221"/> - <source>Qmmp MPEG Audio Plugin</source> - <translation>Wtyczka MPEG Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="222"/> - <source>Compiled against libmad version:</source> - <translation>Skompilowane przy użyciu biblioteki libmad w wersji:</translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="226"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../decodermadfactory.cpp" line="227"/> - <source>Source code based on mq3 and madplay projects</source> - <translation>Kod źródłowy oparty na projektach mq3 oraz madplay</translation> - </message> -</context> -<context> - <name>MPEGMetaDataModel</name> - <message> - <location filename="../mpegmetadatamodel.cpp" line="70"/> - <source>Format</source> - <translation>Format</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="72"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="72"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="74"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="74"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="78"/> - <location filename="../mpegmetadatamodel.cpp" line="81"/> - <location filename="../mpegmetadatamodel.cpp" line="84"/> - <location filename="../mpegmetadatamodel.cpp" line="87"/> - <source>Mode</source> - <translation>Tryb</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="90"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="91"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="93"/> - <location filename="../mpegmetadatamodel.cpp" line="95"/> - <source>Protection</source> - <translation>Zabezpieczenie</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="93"/> - <location filename="../mpegmetadatamodel.cpp" line="97"/> - <location filename="../mpegmetadatamodel.cpp" line="101"/> - <source>Yes</source> - <translation>Tak</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="95"/> - <location filename="../mpegmetadatamodel.cpp" line="99"/> - <location filename="../mpegmetadatamodel.cpp" line="103"/> - <source>No</source> - <translation>Nie</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="97"/> - <location filename="../mpegmetadatamodel.cpp" line="99"/> - <source>Copyright</source> - <translation>Prawa autorskie</translation> - </message> - <message> - <location filename="../mpegmetadatamodel.cpp" line="101"/> - <location filename="../mpegmetadatamodel.cpp" line="103"/> - <source>Original</source> - <translation>Oryginał</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>MPEG Plugin Settings</source> - <translation>Ustawienia wtyczki MPEG</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Tag Priority</source> - <translation>Priorytet tagów</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="41"/> - <source>First:</source> - <translation>Pierwszy:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <location filename="../settingsdialog.ui" line="110"/> - <location filename="../settingsdialog.ui" line="159"/> - <source>ID3v1</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="66"/> - <location filename="../settingsdialog.ui" line="115"/> - <location filename="../settingsdialog.ui" line="164"/> - <source>ID3v2</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="71"/> - <location filename="../settingsdialog.ui" line="120"/> - <location filename="../settingsdialog.ui" line="169"/> - <source>APE</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="76"/> - <location filename="../settingsdialog.ui" line="125"/> - <location filename="../settingsdialog.ui" line="174"/> - <source>Disabled</source> - <translation>Wyłączone</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="90"/> - <source>Second:</source> - <translation>Drugi:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="139"/> - <source>Third:</source> - <translation>Trzeci:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="198"/> - <source>Encodings</source> - <translation>Kodowania</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="210"/> - <source>ID3v1 encoding:</source> - <translation>Kodowanie ID3v1:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="236"/> - <source>ID3v2 encoding:</source> - <translation>Kodowanie ID3v2:</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/modplug/translations/modplug_plugin_pl.ts b/src/plugins/Input/modplug/translations/modplug_plugin_pl.ts deleted file mode 100644 index 0b88ddfcd..000000000 --- a/src/plugins/Input/modplug/translations/modplug_plugin_pl.ts +++ /dev/null @@ -1,343 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderModPlugFactory</name> - <message> - <location filename="../decodermodplugfactory.cpp" line="55"/> - <source>ModPlug Plugin</source> - <translation>Wtyczka ModPlug</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="61"/> - <source>ModPlug Files</source> - <translation>Pliki ModPlug</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="127"/> - <source>About ModPlug Audio Plugin</source> - <translation>O wtyczce ModPlug Audio</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="128"/> - <source>Qmmp ModPlug Audio Plugin</source> - <translation>Wtyczka ModPlug Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="129"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="130"/> - <source>Based on the Modplug Plugin for Xmms</source> - <translation>Oparty na wtyczce Modplug dla Xmms</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="131"/> - <source>Modplug Plugin developers:</source> - <translation>Twórcy wtyczki Modplug:</translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="132"/> - <source>Olivier Lapicque <olivierl@jps.net></source> - <translation></translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="133"/> - <source>Kenton Varda <temporal@gauge3d.org></source> - <translation></translation> - </message> - <message> - <location filename="../decodermodplugfactory.cpp" line="134"/> - <source>Konstanty Bialkowski <konstanty@ieee.org></source> - <translation></translation> - </message> -</context> -<context> - <name>ModPlugMetaDataModel</name> - <message> - <location filename="../modplugmetadatamodel.cpp" line="71"/> - <source>File name</source> - <translation>Nazwa pliku</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="142"/> - <source>Type</source> - <translation>Typ</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="147"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="148"/> - <source>Speed</source> - <translation>Prędkość</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="149"/> - <source>Tempo</source> - <translation>Tempo</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="150"/> - <location filename="../modplugmetadatamodel.cpp" line="171"/> - <source>Samples</source> - <translation>Sample</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="151"/> - <location filename="../modplugmetadatamodel.cpp" line="180"/> - <source>Instruments</source> - <translation>Instrumenty</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="152"/> - <source>Patterns</source> - <translation>Szablony</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="153"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../modplugmetadatamodel.cpp" line="185"/> - <source>Comment</source> - <translation>Komentarz</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>ModPlug Plugin Settings</source> - <translation>Ustawienia wtyczki ModPlug</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="33"/> - <source>Quality</source> - <translation>Jakość</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>Resolution</source> - <translation>Rozdzielczość</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="51"/> - <source>16 bit</source> - <translation>16-bitów</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="58"/> - <source>8 bit</source> - <translation>8-bitów</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="74"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="80"/> - <source>Stereo</source> - <translation>Stereo</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="87"/> - <source>Mono (downmix)</source> - <translation>Mono (downmix)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="103"/> - <source>Resampling</source> - <translation>Resamplowanie</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="109"/> - <source>Nearest (fastest)</source> - <translation>Najbliższe (najszybsze)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="116"/> - <source>Linear (fast)</source> - <translation>Liniowe (szybkie)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="123"/> - <source>Spline (good quality)</source> - <translation>Spline (dobra jakość)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="130"/> - <source>8-tap Fir (extremely high quality)</source> - <translation>8-tap FIR (bardzo wysoka jakość)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="146"/> - <source>Sampling Rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="152"/> - <source>48000 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="159"/> - <source>44100 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="166"/> - <source>22050 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="173"/> - <source>11025 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="184"/> - <source>Effects</source> - <translation>Efekty</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="190"/> - <source>Reverb</source> - <translation>Reverb</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="202"/> - <location filename="../settingsdialog.ui" line="467"/> - <source>Depth (%)</source> - <translation>Głębia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="234"/> - <location filename="../settingsdialog.ui" line="368"/> - <location filename="../settingsdialog.ui" line="499"/> - <location filename="../settingsdialog.ui" line="618"/> - <source>0</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="260"/> - <location filename="../settingsdialog.ui" line="519"/> - <source>Delay (ms)</source> - <translation>Opóźnienie (ms)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="292"/> - <source>40</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="324"/> - <source>Bass Boost</source> - <translation>Wzmocnienie basu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="336"/> - <source>Amount (%)</source> - <translation>Poziom (%)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="394"/> - <source>Range (Hz)</source> - <translation>Zasięg (Hz)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="426"/> - <source>10</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="458"/> - <source>Surround</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="551"/> - <source>5</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="577"/> - <source>Preamp</source> - <translation>Wzmocnienie sygnału</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="586"/> - <source>Volume</source> - <translation>Głośność</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="656"/> - <source>Note: Setting the preamp -too high may cause clipping!</source> - <translation>Uwaga: Ustawienie preamp -na zbyt wysokim poziomie może -powodować zacinanie się utworu!</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="671"/> - <source>Misc</source> - <translation>Inne</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="677"/> - <source>General</source> - <translation>Ogólne</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="683"/> - <source>Use filename as song title</source> - <translation>Użyj nazwy pliku jako tytułu utworu</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="690"/> - <source>Noise reduction</source> - <translation>Redukcja szumów</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="700"/> - <source>Fast playlist info</source> - <translation>Szybkie info playlisty</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="710"/> - <source>Play Amiga MOD</source> - <translation>Odtwarzaj Amiga MOD</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="720"/> - <source>Looping</source> - <translation>Zapętlanie</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="726"/> - <source>Don't loop</source> - <translation>Nie zapętlaj</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="733"/> - <source>Loop</source> - <translation>Pętla</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="750"/> - <source>time(s)</source> - <translation>raz(y)</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="770"/> - <source>Loop forever</source> - <translation>Zapętlaj w nieskończoność</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/mpc/translations/mpc_plugin_pl.ts b/src/plugins/Input/mpc/translations/mpc_plugin_pl.ts deleted file mode 100644 index 47182d6de..000000000 --- a/src/plugins/Input/mpc/translations/mpc_plugin_pl.ts +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderMPCFactory</name> - <message> - <location filename="../decodermpcfactory.cpp" line="59"/> - <source>Musepack Plugin</source> - <translation>Wtyczka Musepack</translation> - </message> - <message> - <location filename="../decodermpcfactory.cpp" line="61"/> - <source>Musepack Files</source> - <translation>Pliki Musepack</translation> - </message> - <message> - <location filename="../decodermpcfactory.cpp" line="121"/> - <source>About Musepack Audio Plugin</source> - <translation>O wtyczce Musepack Audio</translation> - </message> - <message> - <location filename="../decodermpcfactory.cpp" line="122"/> - <source>Qmmp Musepack Audio Plugin</source> - <translation>Wtyczka Musepack Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decodermpcfactory.cpp" line="123"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>MPCMetaDataModel</name> - <message> - <location filename="../mpcmetadatamodel.cpp" line="46"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="47"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="47"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="48"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="49"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="49"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="50"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../mpcmetadatamodel.cpp" line="50"/> - <source>KB</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/opus/translations/opus_plugin_pl.ts b/src/plugins/Input/opus/translations/opus_plugin_pl.ts deleted file mode 100644 index a7d51c5b4..000000000 --- a/src/plugins/Input/opus/translations/opus_plugin_pl.ts +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderVorbisFactory</name> - <message> - <location filename="../decodervorbisfactory.cpp" line="50"/> - <source>Ogg Vorbis Plugin</source> - <translation>Wtyczka Ogg Vorbis</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="53"/> - <source>Ogg Vorbis Files</source> - <translation>Pliki Ogg Vorbis</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="124"/> - <source>About Ogg Vorbis Audio Plugin</source> - <translation>O wtyczce Ogg Vorbis Audio</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="125"/> - <source>Qmmp Ogg Vorbis Audio Plugin</source> - <translation>Wtyczka Ogg Vorbis dla Qmmp</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="126"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="127"/> - <source>Source code based on mq3 project</source> - <translation>Kod źródłowy oparty jest na projekcie mq3</translation> - </message> -</context> -<context> - <name>VorbisMetaDataModel</name> - <message> - <location filename="../vorbismetadatamodel.cpp" line="51"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="52"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="52"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="53"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="54"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="54"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="55"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="55"/> - <source>KB</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/sid/translations/sid_plugin_pl.ts b/src/plugins/Input/sid/translations/sid_plugin_pl.ts deleted file mode 100644 index f6206c3af..000000000 --- a/src/plugins/Input/sid/translations/sid_plugin_pl.ts +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderWildMidiFactory</name> - <message> - <location filename="../decoderwildmidifactory.cpp" line="43"/> - <source>WildMidi Plugin</source> - <translation>Wtyczka WildMidi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="45"/> - <source>Midi Files</source> - <translation>Pliki Midi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="100"/> - <source>About WildMidi Audio Plugin</source> - <translation>O wtyczce WildMidi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="101"/> - <source>Qmmp WildMidi Audio Plugin</source> - <translation>Wtyczka WildMidi dla Qmmp</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="102"/> - <source>This plugin uses WildMidi library to play midi files</source> - <translation>Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="103"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>WildMidi Plugin Settings</source> - <translation>Ustawienia wtyczki WildMidi</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Instrument configuration: </source> - <translation>Konfiguracja instrumentów: </translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="53"/> - <source>Sample rate:</source> - <translation>Próbkowanie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="60"/> - <source>Enhanced resampling</source> - <translation>Rozszerzony resampling</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="67"/> - <source>Reverberation</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="35"/> - <source>44100 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="36"/> - <source>48000 Hz</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/sndfile/translations/sndfile_plugin_pl.ts b/src/plugins/Input/sndfile/translations/sndfile_plugin_pl.ts deleted file mode 100644 index b0f3c645f..000000000 --- a/src/plugins/Input/sndfile/translations/sndfile_plugin_pl.ts +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderSndFileFactory</name> - <message> - <location filename="../decodersndfilefactory.cpp" line="63"/> - <source>Sndfile Plugin</source> - <translation>Wtyczka Sndfile</translation> - </message> - <message> - <location filename="../decodersndfilefactory.cpp" line="66"/> - <source>PCM Files</source> - <translation>Pliki PCM</translation> - </message> - <message> - <location filename="../decodersndfilefactory.cpp" line="130"/> - <source>About Sndfile Audio Plugin</source> - <translation>O wtyczce Sndfile Audio</translation> - </message> - <message> - <location filename="../decodersndfilefactory.cpp" line="131"/> - <source>Qmmp Sndfile Audio Plugin</source> - <translation>Wtyczka Sndfile Audio dla Qmmp</translation> - </message> - <message> - <location filename="../decodersndfilefactory.cpp" line="132"/> - <source>Compiled against</source> - <translation>Skompilowano przy użyciu</translation> - </message> - <message> - <location filename="../decodersndfilefactory.cpp" line="133"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/vorbis/translations/vorbis_plugin_pl.ts b/src/plugins/Input/vorbis/translations/vorbis_plugin_pl.ts deleted file mode 100644 index a7d51c5b4..000000000 --- a/src/plugins/Input/vorbis/translations/vorbis_plugin_pl.ts +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderVorbisFactory</name> - <message> - <location filename="../decodervorbisfactory.cpp" line="50"/> - <source>Ogg Vorbis Plugin</source> - <translation>Wtyczka Ogg Vorbis</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="53"/> - <source>Ogg Vorbis Files</source> - <translation>Pliki Ogg Vorbis</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="124"/> - <source>About Ogg Vorbis Audio Plugin</source> - <translation>O wtyczce Ogg Vorbis Audio</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="125"/> - <source>Qmmp Ogg Vorbis Audio Plugin</source> - <translation>Wtyczka Ogg Vorbis dla Qmmp</translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="126"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../decodervorbisfactory.cpp" line="127"/> - <source>Source code based on mq3 project</source> - <translation>Kod źródłowy oparty jest na projekcie mq3</translation> - </message> -</context> -<context> - <name>VorbisMetaDataModel</name> - <message> - <location filename="../vorbismetadatamodel.cpp" line="51"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="52"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="52"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="53"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="54"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="54"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="55"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../vorbismetadatamodel.cpp" line="55"/> - <source>KB</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts b/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts deleted file mode 100644 index b14039753..000000000 --- a/src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderWavPackFactory</name> - <message> - <location filename="../decoderwavpackfactory.cpp" line="45"/> - <source>WavPack Plugin</source> - <translation>Wtyczka WavPack</translation> - </message> - <message> - <location filename="../decoderwavpackfactory.cpp" line="47"/> - <source>WavPack Files</source> - <translation>Pliki WavPack</translation> - </message> - <message> - <location filename="../decoderwavpackfactory.cpp" line="153"/> - <source>About WavPack Audio Plugin</source> - <translation>O wtyczce WavPack Audio</translation> - </message> - <message> - <location filename="../decoderwavpackfactory.cpp" line="154"/> - <source>Qmmp WavPack Audio Plugin</source> - <translation>Wtyczka WavPack dla Qmmp</translation> - </message> - <message> - <location filename="../decoderwavpackfactory.cpp" line="155"/> - <source>WavPack library version:</source> - <translation>Wersja biblioteki WavPack:</translation> - </message> - <message> - <location filename="../decoderwavpackfactory.cpp" line="157"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>WavPackMetaDataModel</name> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="65"/> - <source>Length</source> - <translation>Długość</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="66"/> - <source>Sample rate</source> - <translation>Próbkowanie</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="66"/> - <source>Hz</source> - <translation></translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="67"/> - <source>Channels</source> - <translation>Kanały</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="68"/> - <source>Bitrate</source> - <translation>Szybkość transmisji</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="68"/> - <source>kbps</source> - <translation></translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="70"/> - <source>File size</source> - <translation>Wielkość pliku</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="70"/> - <source>KB</source> - <translation></translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="71"/> - <source>Ratio</source> - <translation>Współczynnik</translation> - </message> - <message> - <location filename="../wavpackmetadatamodel.cpp" line="72"/> - <source>Version</source> - <translation>Wersja</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Input/wildmidi/translations/wildmidi_plugin_pl.ts b/src/plugins/Input/wildmidi/translations/wildmidi_plugin_pl.ts deleted file mode 100644 index f6206c3af..000000000 --- a/src/plugins/Input/wildmidi/translations/wildmidi_plugin_pl.ts +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>DecoderWildMidiFactory</name> - <message> - <location filename="../decoderwildmidifactory.cpp" line="43"/> - <source>WildMidi Plugin</source> - <translation>Wtyczka WildMidi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="45"/> - <source>Midi Files</source> - <translation>Pliki Midi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="100"/> - <source>About WildMidi Audio Plugin</source> - <translation>O wtyczce WildMidi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="101"/> - <source>Qmmp WildMidi Audio Plugin</source> - <translation>Wtyczka WildMidi dla Qmmp</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="102"/> - <source>This plugin uses WildMidi library to play midi files</source> - <translation>Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi</translation> - </message> - <message> - <location filename="../decoderwildmidifactory.cpp" line="103"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>WildMidi Plugin Settings</source> - <translation>Ustawienia wtyczki WildMidi</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Instrument configuration: </source> - <translation>Konfiguracja instrumentów: </translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="53"/> - <source>Sample rate:</source> - <translation>Próbkowanie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="60"/> - <source>Enhanced resampling</source> - <translation>Rozszerzony resampling</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="67"/> - <source>Reverberation</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="35"/> - <source>44100 Hz</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="36"/> - <source>48000 Hz</source> - <translation></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/alsa/translations/alsa_plugin_pl.ts b/src/plugins/Output/alsa/translations/alsa_plugin_pl.ts deleted file mode 100644 index 628fd0ae0..000000000 --- a/src/plugins/Output/alsa/translations/alsa_plugin_pl.ts +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputALSAFactory</name> - <message> - <location filename="../outputalsafactory.cpp" line="31"/> - <source>ALSA Plugin</source> - <translation>Wtyczka ALSA</translation> - </message> - <message> - <location filename="../outputalsafactory.cpp" line="56"/> - <source>About ALSA Output Plugin</source> - <translation>O wtyczce dźwiękowej ALSA</translation> - </message> - <message> - <location filename="../outputalsafactory.cpp" line="57"/> - <source>Qmmp ALSA Output Plugin</source> - <translation>Wtyczka ALSA dla Qmmp</translation> - </message> - <message> - <location filename="../outputalsafactory.cpp" line="58"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>ALSA Plugin Settings</source> - <translation>Ustawienia wtyczki ALSA</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="33"/> - <source>Device Settings</source> - <translation>Ustawienia urządzenia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="45"/> - <source>Audio device</source> - <translation>Urządzenie dźwiękowe</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <source>Mixer</source> - <translation>Mikser</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="76"/> - <source>Mixer card:</source> - <translation>Karta miksująca:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="86"/> - <source>Mixer device:</source> - <translation>Urządzenie miksujące:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="103"/> - <source>Advanced Settings</source> - <translation>Zaawansowane ustawienia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="115"/> - <source>Soundcard</source> - <translation>Karta dźwiękowa</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="121"/> - <source>Buffer time (ms):</source> - <translation>Wielkość buforu (ms):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="157"/> - <source>Period time (ms):</source> - <translation>Czas cyklu (ms):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="193"/> - <source>Use mmap access</source> - <translation>Użyj dostępu mmap</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="213"/> - <source>Use snd_pcm_pause function</source> - <translation>Użyj funkcji snd_pcm_pause</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/directsound/translations/directsound_plugin_pl.ts b/src/plugins/Output/directsound/translations/directsound_plugin_pl.ts deleted file mode 100644 index f2d8744a8..000000000 --- a/src/plugins/Output/directsound/translations/directsound_plugin_pl.ts +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>OutputWaveOutFactory</name> - <message> - <location filename="../outputwaveoutfactory.cpp" line="29"/> - <source>WaveOut Plugin</source> - <translation>Wtyczka WaveOut</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="53"/> - <source>About WaveOut Output Plugin</source> - <translation>O wtyczce WaveOut</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="54"/> - <source>Qmmp WaveOut Output Plugin</source> - <translation>Wtyczka WaveOut dla Qmmp</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="55"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="56"/> - <source>Based on aacDECdrop player</source> - <translation>Oparta na kodzie odtwarzacza aacDECdrop</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/jack/translations/jack_plugin_pl.ts b/src/plugins/Output/jack/translations/jack_plugin_pl.ts deleted file mode 100644 index e917c6998..000000000 --- a/src/plugins/Output/jack/translations/jack_plugin_pl.ts +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputJACKFactory</name> - <message> - <location filename="../outputjackfactory.cpp" line="30"/> - <source>JACK Plugin</source> - <translation>Wtyczka JACK</translation> - </message> - <message> - <location filename="../outputjackfactory.cpp" line="53"/> - <source>About Jack Output Plugin</source> - <translation>O wtyczce dźwiękowej Jack</translation> - </message> - <message> - <location filename="../outputjackfactory.cpp" line="54"/> - <source>Qmmp Jack Output Plugin</source> - <translation>Wtyczka Jack dla Qmmp</translation> - </message> - <message> - <location filename="../outputjackfactory.cpp" line="55"/> - <source>Written by: Yuriy Zhuravlev <slalkerg@gmail.com></source> - <translation>Autor: Jurij Žuravljov <slalkerg@gmail.com></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/null/translations/null_plugin_pl.ts b/src/plugins/Output/null/translations/null_plugin_pl.ts deleted file mode 100644 index 030675936..000000000 --- a/src/plugins/Output/null/translations/null_plugin_pl.ts +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputNullFactory</name> - <message> - <location filename="../outputnullfactory.cpp" line="30"/> - <source>Null Plugin</source> - <translation>Wtyczka Null</translation> - </message> - <message> - <location filename="../outputnullfactory.cpp" line="54"/> - <source>About Null Output Plugin</source> - <translation>O wtyczce wyjściowej Null</translation> - </message> - <message> - <location filename="../outputnullfactory.cpp" line="55"/> - <source>Qmmp Null Output Plugin</source> - <translation>Wtyczka wyjściowa Null dla Qmmp</translation> - </message> - <message> - <location filename="../outputnullfactory.cpp" line="56"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/oss/translations/oss_plugin_pl.ts b/src/plugins/Output/oss/translations/oss_plugin_pl.ts deleted file mode 100644 index 77b90a590..000000000 --- a/src/plugins/Output/oss/translations/oss_plugin_pl.ts +++ /dev/null @@ -1,90 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputOSSFactory</name> - <message> - <location filename="../outputossfactory.cpp" line="36"/> - <source>OSS Plugin</source> - <translation>Wtyczka OSS</translation> - </message> - <message> - <location filename="../outputossfactory.cpp" line="56"/> - <source>About OSS Output Plugin</source> - <translation>O wtyczce dźwiękowej OSS</translation> - </message> - <message> - <location filename="../outputossfactory.cpp" line="57"/> - <source>Qmmp OSS Output Plugin</source> - <translation>Wtyczka OSS dla Qmmp</translation> - </message> - <message> - <location filename="../outputossfactory.cpp" line="58"/> - <source>Written by: Yuriy Zhuravlev <slalkerg@gmail.com></source> - <translation>Autor: Jurij Žuravljov <slalkerg@gmail.com></translation> - </message> - <message> - <location filename="../outputossfactory.cpp" line="59"/> - <source>Based on code by: Brad Hughes <bhughes@trolltech.com></source> - <translation>Oparty na kodzie stworzonym przez Brad Hughes <bhughes@trolltech.com></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>OSS Plugin Settings</source> - <translation>Ustawienia wtyczki OSS</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="30"/> - <source>Device Settings</source> - <translation>Ustawienia urządzenia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="42"/> - <source>Audio device</source> - <translation>Urządzenie dźwiękowe</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="58"/> - <source>Mixer device</source> - <translation>Urządzenie miksujące</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="81"/> - <source>Advanced Settings</source> - <translation>Zaawansowane ustawienia</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="93"/> - <source>Soundcard</source> - <translation>Karta dźwiękowa</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="157"/> - <source>Buffer time (ms):</source> - <translation>Czas bufora (ms):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="167"/> - <source>Period time (ms):</source> - <translation>Długość cyklu (ms):</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="197"/> - <source>PCM over Master</source> - <translation>Użyj PCM nad Master</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="224"/> - <source>Cancel</source> - <translation>Anuluj</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="231"/> - <source>OK</source> - <translation>OK</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/oss4/translations/oss4_plugin_pl.ts b/src/plugins/Output/oss4/translations/oss4_plugin_pl.ts deleted file mode 100644 index fbd6d0951..000000000 --- a/src/plugins/Output/oss4/translations/oss4_plugin_pl.ts +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputOSS4Factory</name> - <message> - <location filename="../outputoss4factory.cpp" line="36"/> - <source>OSS4 Plugin</source> - <translation>Wtyczka OSS4</translation> - </message> - <message> - <location filename="../outputoss4factory.cpp" line="56"/> - <source>About OSS4 Output Plugin</source> - <translation>O wtyczce wyjściowej OSS4</translation> - </message> - <message> - <location filename="../outputoss4factory.cpp" line="57"/> - <source>Qmmp OSS4 Output Plugin</source> - <translation>Wtyczka OSS4 dla Qmmp</translation> - </message> - <message> - <location filename="../outputoss4factory.cpp" line="58"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Stworzona przez Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>OSS4 Plugin Settings</source> - <translation>Ustawienia wtyczki OSS4</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="52"/> - <source>Device:</source> - <translation>Urządzenie:</translation> - </message> - <message> - <location filename="../settingsdialog.cpp" line="71"/> - <source>Default</source> - <translation>Domyślne</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl.ts b/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl.ts deleted file mode 100644 index 09687f06c..000000000 --- a/src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl.ts +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>OutputPulseAudioFactory</name> - <message> - <location filename="../outputpulseaudiofactory.cpp" line="30"/> - <source>PulseAudio Plugin</source> - <translation>Wtyczka PulseAudio</translation> - </message> - <message> - <location filename="../outputpulseaudiofactory.cpp" line="54"/> - <source>About PulseAudio Output Plugin</source> - <translation>O wtyczce PulseAudio</translation> - </message> - <message> - <location filename="../outputpulseaudiofactory.cpp" line="55"/> - <source>Qmmp PulseAudio Output Plugin</source> - <translation>Wtyczka PulseAudio dla Qmmp</translation> - </message> - <message> - <location filename="../outputpulseaudiofactory.cpp" line="56"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts b/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts deleted file mode 100644 index f2d8744a8..000000000 --- a/src/plugins/Output/waveout/translations/waveout_plugin_pl.ts +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl_PL"> -<context> - <name>OutputWaveOutFactory</name> - <message> - <location filename="../outputwaveoutfactory.cpp" line="29"/> - <source>WaveOut Plugin</source> - <translation>Wtyczka WaveOut</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="53"/> - <source>About WaveOut Output Plugin</source> - <translation>O wtyczce WaveOut</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="54"/> - <source>Qmmp WaveOut Output Plugin</source> - <translation>Wtyczka WaveOut dla Qmmp</translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="55"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../outputwaveoutfactory.cpp" line="56"/> - <source>Based on aacDECdrop player</source> - <translation>Oparta na kodzie odtwarzacza aacDECdrop</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Transports/http/translations/http_plugin_pl.ts b/src/plugins/Transports/http/translations/http_plugin_pl.ts deleted file mode 100644 index 45411c177..000000000 --- a/src/plugins/Transports/http/translations/http_plugin_pl.ts +++ /dev/null @@ -1,70 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>HTTPInputFactory</name> - <message> - <location filename="../httpinputfactory.cpp" line="34"/> - <source>HTTP Plugin</source> - <translation>Wtyczka HTTP</translation> - </message> - <message> - <location filename="../httpinputfactory.cpp" line="54"/> - <source>About HTTP Transport Plugin</source> - <translation>O wtyczce transportu HTTP</translation> - </message> - <message> - <location filename="../httpinputfactory.cpp" line="55"/> - <source>Qmmp HTTP Transport Plugin</source> - <translation>Wtyczka transportu HTTP dla Qmmp</translation> - </message> - <message> - <location filename="../httpinputfactory.cpp" line="56"/> - <source>Compiled against libcurl-%1</source> - <translation>Skompilowana przy pomocy libcurl-%1</translation> - </message> - <message> - <location filename="../httpinputfactory.cpp" line="57"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>HTTP Plugin Settings</source> - <translation>Ustawienia wtyczki HTTP</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Buffer size:</source> - <translation>Kodowanie metadanych:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="64"/> - <source>KB</source> - <translation>KB</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="78"/> - <source>Metadata encoding</source> - <translation>Kodowanie metadanych</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="84"/> - <source>Automatic charset detection</source> - <translation>Automatycznie wykryj kodowanie</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="94"/> - <source>Language:</source> - <translation>Język:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="114"/> - <source>Default encoding:</source> - <translation>Domyślne kodowanie:</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Transports/mms/translations/mms_plugin_pl.ts b/src/plugins/Transports/mms/translations/mms_plugin_pl.ts deleted file mode 100644 index dfade493c..000000000 --- a/src/plugins/Transports/mms/translations/mms_plugin_pl.ts +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>MMSInputFactory</name> - <message> - <location filename="../mmsinputfactory.cpp" line="34"/> - <source>MMS Plugin</source> - <translation>Wtyczka MMS</translation> - </message> - <message> - <location filename="../mmsinputfactory.cpp" line="54"/> - <source>About MMS Transport Plugin</source> - <translation>O wtyczce MMS Transport</translation> - </message> - <message> - <location filename="../mmsinputfactory.cpp" line="55"/> - <source>Qmmp MMS Transport Plugin</source> - <translation>Wtyczka MMS Transport dla Qmmp</translation> - </message> - <message> - <location filename="../mmsinputfactory.cpp" line="56"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilja Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>MMS Plugin Settings</source> - <translation>Ustawienia wtyczki MMS</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="29"/> - <source>Buffer size:</source> - <translation>Wielkość buforu:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="64"/> - <source>KB</source> - <translation>KB</translation> - </message> -</context> -</TS> diff --git a/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts b/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts deleted file mode 100644 index a62dbcfc7..000000000 --- a/src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts +++ /dev/null @@ -1,158 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>Analyzer</name> - <message> - <location filename="../analyzer.cpp" line="56"/> - <source>Qmmp Analyzer</source> - <translation>Qmmp Analizator</translation> - </message> - <message> - <location filename="../analyzer.cpp" line="77"/> - <source>F</source> - <translation>F</translation> - </message> -</context> -<context> - <name>SettingsDialog</name> - <message> - <location filename="../settingsdialog.ui" line="14"/> - <source>Analyzer Plugin Settings</source> - <translation>Ustawienia Wtyczki Analizator</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="26"/> - <source>General</source> - <translation>Ogólne</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="35"/> - <source>Show peaks</source> - <translation>Pokaż piki</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="42"/> - <source>Analyzer falloff:</source> - <translation>Analizator opadanie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="56"/> - <location filename="../settingsdialog.ui" line="98"/> - <source>Slowest</source> - <translation>Najwolniej</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="61"/> - <location filename="../settingsdialog.ui" line="103"/> - <source>Slow</source> - <translation>Wolno</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="66"/> - <location filename="../settingsdialog.ui" line="108"/> - <source>Medium</source> - <translation>Średnio</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="71"/> - <location filename="../settingsdialog.ui" line="113"/> - <source>Fast</source> - <translation>Szybko</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="76"/> - <location filename="../settingsdialog.ui" line="118"/> - <source>Fastest</source> - <translation>Najszybciej</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="84"/> - <source>Peaks falloff:</source> - <translation>Opadanie pików:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="126"/> - <source>Refresh rate:</source> - <translation>Odświeżanie:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="140"/> - <source>50 FPS</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="145"/> - <source>25 FPS</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="150"/> - <source>10 FPS</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="155"/> - <source>5 FPS</source> - <translation></translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="163"/> - <source>Cells size:</source> - <translation>Rozmiar komórki:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="223"/> - <source>Colors</source> - <translation>Kolory</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="229"/> - <source>Peaks:</source> - <translation>Piki:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="261"/> - <source>Analyzer #1:</source> - <translation>Analizator #1:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="293"/> - <source>Background:</source> - <translation>Tło:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="325"/> - <source>Analyzer #2:</source> - <translation>Analizator #2:</translation> - </message> - <message> - <location filename="../settingsdialog.ui" line="370"/> - <source>Analyzer #3:</source> - <translation>Analizator #3:</translation> - </message> -</context> -<context> - <name>VisualAnalyzerFactory</name> - <message> - <location filename="../visualanalyzerfactory.cpp" line="30"/> - <source>Analyzer Plugin</source> - <translation>Wtyczka Analizator</translation> - </message> - <message> - <location filename="../visualanalyzerfactory.cpp" line="49"/> - <source>About Analyzer Visual Plugin</source> - <translation>O wtyczce Analizator</translation> - </message> - <message> - <location filename="../visualanalyzerfactory.cpp" line="50"/> - <source>Qmmp Analyzer Visual Plugin</source> - <translation>Wtyczka wizualna Analizator dla Qmmp</translation> - </message> - <message> - <location filename="../visualanalyzerfactory.cpp" line="51"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> -</context> -</TS> diff --git a/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts b/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts deleted file mode 100644 index 4d4d91d41..000000000 --- a/src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="pl"> -<context> - <name>ProjectMPlugin</name> - <message> - <location filename="../projectmplugin.cpp" line="40"/> - <source>ProjectM</source> - <translation></translation> - </message> -</context> -<context> - <name>ProjectMWidget</name> - <message> - <location filename="../projectmwidget.cpp" line="134"/> - <source>&Help</source> - <translation>&Pomoc</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="134"/> - <source>F1</source> - <translation></translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="135"/> - <source>&Show Song Title</source> - <translation>Pokaż &tytuł utworu</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="135"/> - <source>F2</source> - <translation></translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="136"/> - <source>&Show Preset Name</source> - <translation>Pokaż nazwę &Wizualizacji</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="136"/> - <source>F3</source> - <translation></translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="138"/> - <source>&Next Preset</source> - <translation>&Następna animacja</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="138"/> - <source>N</source> - <translation></translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="139"/> - <source>&Previous Preset</source> - <translation>&Poprzednia animacja</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="139"/> - <source>P</source> - <translation></translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="140"/> - <source>&Random Preset</source> - <translation>&Losowa animacja</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="140"/> - <source>R</source> - <translation>R</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="141"/> - <source>&Lock Preset</source> - <translation>&Zablokuj animację</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="141"/> - <source>L</source> - <translation>L</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="143"/> - <source>&Fullscreen</source> - <translation>P&ełny ekran</translation> - </message> - <message> - <location filename="../projectmwidget.cpp" line="143"/> - <source>F</source> - <translation></translation> - </message> -</context> -<context> - <name>VisualProjectMFactory</name> - <message> - <location filename="../visualprojectmfactory.cpp" line="29"/> - <source>ProjectM</source> - <translation></translation> - </message> - <message> - <location filename="../visualprojectmfactory.cpp" line="49"/> - <source>About ProjectM Visual Plugin</source> - <translation>O Wtyczce ProjectM</translation> - </message> - <message> - <location filename="../visualprojectmfactory.cpp" line="50"/> - <source>Qmmp ProjectM Visual Plugin</source> - <translation>Wtyczka ProjectM dla Qmmp</translation> - </message> - <message> - <location filename="../visualprojectmfactory.cpp" line="51"/> - <source>This plugin adds projectM visualization</source> - <translation>Ta wtyczka dodaje obsługę wizualizacji projectM</translation> - </message> - <message> - <location filename="../visualprojectmfactory.cpp" line="52"/> - <source>Written by: Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Autor: Ilya Kotov <forkotov02@hotmail.ru></translation> - </message> - <message> - <location filename="../visualprojectmfactory.cpp" line="53"/> - <source>Based on llibrojectM-qt library</source> - <translation>Oparta na bibliotece llibrojectM-qt</translation> - </message> -</context> -</TS> |
