From a39101aee7f9c5bf6d1167bd100d0296e0658ccf Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 5 May 2014 17:24:53 +0000 Subject: removed useless translations git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4276 90c681e8-e032-0410-971d-27865f9a5e38 --- .../translations/incdecvolume_plugin_pl.ts | 17 - .../translations/playlist_plugin_pl.ts | 64 ---- .../SeekOption/translations/seek_plugin_pl.ts | 22 -- .../StatusOption/translations/status_plugin_pl.ts | 97 ------ .../Effect/bs2b/translations/bs2b_plugin_pl.ts | 91 ------ .../crossfade/translations/crossfade_plugin_pl.ts | 45 --- .../Effect/ladspa/translations/ladspa_plugin_pl.ts | 85 ----- .../translations/srconverter_plugin_pl.ts | 70 ----- .../Effect/stereo/translations/stereo_plugin_pl.ts | 55 ---- .../mplayer/translations/mplayer_plugin_pl.ts | 148 --------- .../translations/qmmp_file_dialog_plugin_pl.ts | 113 ------- .../converter/translations/converter_plugin_pl.ts | 254 --------------- .../translations/covermanager_plugin_pl.ts | 103 ------- .../fileops/translations/fileops_plugin_pl.ts | 235 -------------- .../General/hal/translations/hal_plugin_pl.ts | 88 ------ .../hotkey/translations/hotkey_plugin_pl.ts | 133 -------- .../kdenotify/translations/kdenotify_plugin_pl.ts | 75 ----- .../lyrics/translations/lyrics_plugin_pl.ts | 105 ------- .../General/mpris/translations/mpris_plugin_pl.ts | 27 -- .../notifier/translations/notifier_plugin_pl.ts | 114 ------- .../rgscan/translations/rgscan_plugin_pl.ts | 254 --------------- .../scrobbler/translations/scrobbler_plugin_pl.ts | 65 ---- .../translations/statusicon_plugin_pl.ts | 152 --------- .../translations/streambrowser_plugin_pl.ts | 133 -------- .../udisks/translations/udisks_plugin_pl.ts | 83 ----- .../udisks2/translations/udisks2_plugin_pl.ts | 83 ----- .../Input/aac/translations/aac_plugin_pl.ts | 70 ----- .../cdaudio/translations/cdaudio_plugin_pl.ts | 90 ------ .../Input/cue/translations/cue_plugin_pl.ts | 70 ----- .../Input/ffmpeg/translations/ffmpeg_plugin_pl.ts | 161 ---------- .../translations/ffmpeg_legacy_plugin_pl.ts | 161 ---------- .../Input/flac/translations/flac_plugin_pl.ts | 75 ----- .../Input/gme/translations/gme_plugin_pl.ts | 37 --- .../Input/mad/translations/mad_plugin_pl.ts | 191 ------------ .../modplug/translations/modplug_plugin_pl.ts | 343 --------------------- .../Input/mpc/translations/mpc_plugin_pl.ts | 75 ----- .../Input/opus/translations/opus_plugin_pl.ts | 80 ----- .../Input/sid/translations/sid_plugin_pl.ts | 75 ----- .../sndfile/translations/sndfile_plugin_pl.ts | 37 --- .../Input/vorbis/translations/vorbis_plugin_pl.ts | 80 ----- .../wavpack/translations/wavpack_plugin_pl.ts | 90 ------ .../wildmidi/translations/wildmidi_plugin_pl.ts | 75 ----- .../Output/alsa/translations/alsa_plugin_pl.ts | 90 ------ .../translations/directsound_plugin_pl.ts | 32 -- .../Output/jack/translations/jack_plugin_pl.ts | 27 -- .../Output/null/translations/null_plugin_pl.ts | 27 -- .../Output/oss/translations/oss_plugin_pl.ts | 90 ------ .../Output/oss4/translations/oss4_plugin_pl.ts | 45 --- .../translations/pulseaudio_plugin_pl.ts | 27 -- .../waveout/translations/waveout_plugin_pl.ts | 32 -- .../Transports/http/translations/http_plugin_pl.ts | 70 ----- .../Transports/mms/translations/mms_plugin_pl.ts | 45 --- .../analyzer/translations/analyzer_plugin_pl.ts | 158 ---------- .../projectm/translations/projectm_plugin_pl.ts | 128 -------- 54 files changed, 5192 deletions(-) delete mode 100644 src/plugins/CommandLineOptions/IncDecVolumeOption/translations/incdecvolume_plugin_pl.ts delete mode 100644 src/plugins/CommandLineOptions/PlayListOption/translations/playlist_plugin_pl.ts delete mode 100644 src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_pl.ts delete mode 100644 src/plugins/CommandLineOptions/StatusOption/translations/status_plugin_pl.ts delete mode 100644 src/plugins/Effect/bs2b/translations/bs2b_plugin_pl.ts delete mode 100644 src/plugins/Effect/crossfade/translations/crossfade_plugin_pl.ts delete mode 100644 src/plugins/Effect/ladspa/translations/ladspa_plugin_pl.ts delete mode 100644 src/plugins/Effect/srconverter/translations/srconverter_plugin_pl.ts delete mode 100644 src/plugins/Effect/stereo/translations/stereo_plugin_pl.ts delete mode 100644 src/plugins/Engines/mplayer/translations/mplayer_plugin_pl.ts delete mode 100644 src/plugins/FileDialogs/QmmpFileDialog/translations/qmmp_file_dialog_plugin_pl.ts delete mode 100644 src/plugins/General/converter/translations/converter_plugin_pl.ts delete mode 100644 src/plugins/General/covermanager/translations/covermanager_plugin_pl.ts delete mode 100644 src/plugins/General/fileops/translations/fileops_plugin_pl.ts delete mode 100644 src/plugins/General/hal/translations/hal_plugin_pl.ts delete mode 100644 src/plugins/General/hotkey/translations/hotkey_plugin_pl.ts delete mode 100644 src/plugins/General/kdenotify/translations/kdenotify_plugin_pl.ts delete mode 100644 src/plugins/General/lyrics/translations/lyrics_plugin_pl.ts delete mode 100644 src/plugins/General/mpris/translations/mpris_plugin_pl.ts delete mode 100644 src/plugins/General/notifier/translations/notifier_plugin_pl.ts delete mode 100644 src/plugins/General/rgscan/translations/rgscan_plugin_pl.ts delete mode 100644 src/plugins/General/scrobbler/translations/scrobbler_plugin_pl.ts delete mode 100644 src/plugins/General/statusicon/translations/statusicon_plugin_pl.ts delete mode 100644 src/plugins/General/streambrowser/translations/streambrowser_plugin_pl.ts delete mode 100644 src/plugins/General/udisks/translations/udisks_plugin_pl.ts delete mode 100644 src/plugins/General/udisks2/translations/udisks2_plugin_pl.ts delete mode 100644 src/plugins/Input/aac/translations/aac_plugin_pl.ts delete mode 100644 src/plugins/Input/cdaudio/translations/cdaudio_plugin_pl.ts delete mode 100644 src/plugins/Input/cue/translations/cue_plugin_pl.ts delete mode 100644 src/plugins/Input/ffmpeg/translations/ffmpeg_plugin_pl.ts delete mode 100644 src/plugins/Input/ffmpeg_legacy/translations/ffmpeg_legacy_plugin_pl.ts delete mode 100644 src/plugins/Input/flac/translations/flac_plugin_pl.ts delete mode 100644 src/plugins/Input/gme/translations/gme_plugin_pl.ts delete mode 100644 src/plugins/Input/mad/translations/mad_plugin_pl.ts delete mode 100644 src/plugins/Input/modplug/translations/modplug_plugin_pl.ts delete mode 100644 src/plugins/Input/mpc/translations/mpc_plugin_pl.ts delete mode 100644 src/plugins/Input/opus/translations/opus_plugin_pl.ts delete mode 100644 src/plugins/Input/sid/translations/sid_plugin_pl.ts delete mode 100644 src/plugins/Input/sndfile/translations/sndfile_plugin_pl.ts delete mode 100644 src/plugins/Input/vorbis/translations/vorbis_plugin_pl.ts delete mode 100644 src/plugins/Input/wavpack/translations/wavpack_plugin_pl.ts delete mode 100644 src/plugins/Input/wildmidi/translations/wildmidi_plugin_pl.ts delete mode 100644 src/plugins/Output/alsa/translations/alsa_plugin_pl.ts delete mode 100644 src/plugins/Output/directsound/translations/directsound_plugin_pl.ts delete mode 100644 src/plugins/Output/jack/translations/jack_plugin_pl.ts delete mode 100644 src/plugins/Output/null/translations/null_plugin_pl.ts delete mode 100644 src/plugins/Output/oss/translations/oss_plugin_pl.ts delete mode 100644 src/plugins/Output/oss4/translations/oss4_plugin_pl.ts delete mode 100644 src/plugins/Output/pulseaudio/translations/pulseaudio_plugin_pl.ts delete mode 100644 src/plugins/Output/waveout/translations/waveout_plugin_pl.ts delete mode 100644 src/plugins/Transports/http/translations/http_plugin_pl.ts delete mode 100644 src/plugins/Transports/mms/translations/mms_plugin_pl.ts delete mode 100644 src/plugins/Visual/analyzer/translations/analyzer_plugin_pl.ts delete mode 100644 src/plugins/Visual/projectm/translations/projectm_plugin_pl.ts (limited to 'src/plugins') 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 @@ - - - - - IncDecVolumeCommandLineOption - - - Increase volume with step 5 - Zwiększ głośność z krokiem 5 - - - - Decrease volume with step 5 - Zmniejsz głośność z krokiem 5 - - - 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 @@ - - - - - PlayListOption - - - Show playlist manipulation commands - Pokaż komendy do manipulacji listami odtwarzania - - - - List all available playlists - Lista wszystkich dostępnych list odtwarzania - - - - Show playlist content - Pokaż zawartość listy odtwarzania - - - - Play track <track> in playlist <id> - Odtwórz utwór <track> na liście <id> - - - - Clear playlist - Wyczyść listę odtwarzania - - - - Toggle playlist repeat - Przełącz na powtarzanie listy - - - - Toggle playlist shuffle - Przełącz na losowe odtwarzanie listy - - - - Show playlist options - Pokaż opcje listy odtwarzania - - - - - - Invalid playlist ID - Niewłaściwy ID listy odtwarzania - - - - Invalid number of arguments - Niewłaściwa liczba argumentów - - - - Invalid track ID - Niewłaściwe ID utworu - - - 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 @@ - - - - - SeekOption - - - Seek to position in the current track - Przewiń do pozycji w aktualnym utworze - - - - Seek forward - Przewiń do przodu - - - - Seek backwards - Przewiń do tyłu - - - 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 @@ - - - - - StatusOption - - - Print playback status - Wyświetl status odtwarzania - - - - Print formatted track name (example: qmmp --nowplaying "%t - %a") - Wyświetl sformatowaną nazwę utworu (przykład: qmmp --nowplaying "%t - %a") - - - - Print --nowplaying syntax - Wyświetl składnię opcji --nowplaying - - - - Syntax: - Składnia: - - - - %p - artist - %p - artysta - - - - %a - album - %a - album - - - - %t - title - %t - tytuł - - - - %n - track - %n - utwór - - - - %NN - 2-digit track - %NN - 2-znakowa nazwa utworu - - - - %g - genre - %g - gatunek - - - - %c - comment - %c - komentarz - - - - %C - composer - %C - kompozytor - - - - %D - disc number - %D - numer dysku - - - - %f - file name - %f - nazwa pliku - - - - %F - full path - %F - pełna ścieżka - - - - %y - year - %y - rok - - - - %l - duration - %l - długość - - - - %if(A&B&C,D,E) - condition - %if(A&B&C,D,E) - warunek - - - 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 @@ - - - - - EffectBs2bFactory - - - BS2B Plugin - Wtyczka BS2B - - - - About BS2B Effect Plugin - O wtyczce BS2B - - - - This is the Qmmp plugin version of Boris Mikhaylov's headphone DSP effect "Bauer stereophonic-to-binaural", abbreviated bs2b. - Jest to wersja wtyczki efektu DSP dla słuchawek autorstwa Boris Mikhaylov'a "Bauer stereophonic-to-binaural", w skrócie bs2b. - - - - Visit %1 for more details - Odwiedź %1 po więcej informacji - - - - Compiled against libbs2b-%1 - Skompilowane z biblioteką w wersji-%1 - - - - Developers: - Autorzy: - - - - Ilya Kotov - Ilya Kotov - - - - Sebastian Pipping - Sebastian Pipping - - - - SettingsDialog - - - BS2B Plugin Settings - Ustawienia wtyczki BS2B - - - - Crossfeed level - Poziom Crossfeed - - - - - - - - - - - Default - Domyślny - - - - C.Moy - - - - - J. Meier - - - - - %1 Hz, %2 us - - - - - %1 dB - - - - 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 @@ - - - - - EffectCrossfadeFactory - - - Crossfade Plugin - Wtyczka Crossfade - - - - About Crossfade Plugin - O wtyczce Crossfade - - - - Qmmp Crossfade Plugin - Wtyczka Crossfade dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - Crossfade Plugin Settings - Ustawienia wtyczki Crossfade - - - - Overlap: - Nakładanie: - - - - ms - ms - - - 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 @@ - - - - - EffectLADSPAFactory - - - LADSPA Plugin - Wtyczka LADSPA - - - - About LADSPA Host for Qmmp - O wtyczce LADSPA dla Qmmp - - - - LADSPA Host for Qmmp - Host LADSPA dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Napisana przez: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on the LADSPA Host for BMP - Oparta na LADSPA Host dla BMP - - - - BMP-ladspa developers: - Autorzy BMP-ladspa: - - - - Nick Lamb <njl195@zepler.org.uk> - - - - - Giacomo Lozito <city_hunter@users.sf.net> - - - - - SettingsDialog - - - UID - - - - - Name - Nazwa - - - - This LADSPA plugin has no user controls - Ta wtyczka LADSPA nie posiada panelu sterowania - - - - LADSPA Plugin Catalog - Menedżer wtyczek LADSPA - - - - > - - - - - < - - - - - Configure - Konfiguracja - - - 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 @@ - - - - - EffectSRConverterFactory - - - SRC Plugin - Wtyczka SRC - - - - About Sample Rate Converter Plugin - O wtyczce Sample Rate Converter - - - - Qmmp Sample Rate Converter Plugin - Wtyczka Sample Rate Converter dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - Sample Rate Converter Plugin Settings - Ustawienia wtyczki Sample Rate Converter - - - - Sample Rate (Hz): - Próbkowanie (Hz): - - - - Interpolation Engine: - Rodzaj interpolacji: - - - - Best Sinc Interpolation - SINC (najlepsza jakość) - - - - Medium Sinc Interpolation - SINC (średnia jakość) - - - - Fastest Sinc Interpolation - SINC (najszybsza) - - - - ZOH Interpolation - Interpolacja (ZOH) - - - - Linear Interpolation - Interpolacja liniowa - - - 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 @@ - - - - - EffectStereoFactory - - - Extra Stereo Plugin - Wtyczka Extra Stereo - - - - About Extra Stereo Plugin - O wtyczce Extra Stereo - - - - Qmmp Extra Stereo Plugin - Wtyczka Extra Stereo dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - Based on the Extra Stereo Plugin for Xmms by Johan Levin - Oparta na kodzie wtyczki Extra Stereo dla Xmms (Johan Levin) - - - - SettingsDialog - - - Extra Stereo Plugin Settings - Ustawienia wtyczki Extra Stereo - - - - Effect intensity: - Intensywność: - - - - - - - - - - %1 - %1 - - - 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 @@ - - - - - MplayerEngineFactory - - - Mplayer Plugin - Wtyczka Mplayer - - - - Video Files - Pliki wideo - - - - About MPlayer Plugin - O wtyczce Mplayer - - - - Qmmp MPlayer Plugin - Wtyczka Mplayer dla Qmmp - - - - This plugin uses MPlayer as backend - Ta wtyczka używa Mplayer do odtwarzania - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Napisana przez: Ilya Kotov <forkotov02@hotmail.ru> - - - - MplayerMetaDataModel - - - Size - Rozmiar - - - - KB - - - - - Length - Długość - - - - Demuxer - Demuxer - - - - Video format - Format wideo - - - - FPS - Klatek na sek. - - - - Video codec - Kodek wideo - - - - Aspect ratio - Format obrazu - - - - Video bitrate - Bitrate - - - - Audio codec - Kodek dźwięku - - - - Sample rate - Próbkowanie - - - - Audio bitrate - Bitrate dźwięku - - - - Channels - Kanały - - - - Resolution - Rozdzielczość - - - - SettingsDialog - - - - - - - - default - domyślne - - - - MPlayer Settings - Ustawienia Mplayer - - - - Video: - Obraz: - - - - Audio: - Dźwięk: - - - - Synchronization factor: - Współczynnik synchronizacji: - - - - Audio/video auto synchronization - Auto synchronizacja audio/wideo - - - 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 @@ - - - - - QmmpFileDialog - - - Add Files - Dodaj pliki - - - - Up - W górę - - - - - - - ... - - - - - List view - Widok listy - - - - Detailed view - Widok szczegółowy - - - - Close dialog on add - Zamknij okno dialogowe po dodaniu - - - - File name: - Nazwa pliku: - - - - Add - Dodaj - - - - Files of type: - Typy plików: - - - - Close - Zamknij - - - - QmmpFileDialogFactory - - - - Qmmp File Dialog - Qmmp Okno Dialogowe - - - - About Qmmp File Dialog - O Qmmp File Dialog - - - - Written by: -Vladimir Kuznetsov <vovanec@gmail.com> -Ilya Kotov <forkotov02@hotmail.ru> - Autor: -Vladimir Kuznetsov <vovanec@gmail.com> -Ilya Kotov <forkotov02@hotmail.ru> - - - - Some code is copied from the Qt library - Część kodu zostało skopiowane z biblioteki QT - - - - QmmpFileDialogImpl - - - Add - Dodaj - - - - Save - Zapisz - - - - Directories - Katalogi - - - - %1 already exists. -Do you want to replace it? - %1 już istnieje. -Chcesz nadpisać? - - - 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 @@ - - - - - Converter - - - Track: %1 - Utwór: %1 - - - - Preset: %1 - - - - - Encoding... - Kodowanie... - - - - ConverterDialog - - - Converter Settings - Ustawienia konwertera - - - - Select tracks to convert: - Wybierz utwory do konwersji - - - - Output directory: - Katalog wyjściowy: - - - - Output file name: - Nazwa pliku wyjściowego: - - - - Preset: - - - - - Overwrite existing files - Nadpisz istniejące pliki - - - - Choose a directory - Wybierz katalog - - - - Artist - Artysta - - - - Album - Album - - - - Title - Tytuł - - - - Track number - Numer utworu - - - - Two-digit track number - Dwucyfrowy numer utworu - - - - Genre - Gatunek - - - - Comment - Komentarz - - - - Composer - Kompozytor - - - - Duration - Długość - - - - Disc number - Numer płyty - - - - File name - Nazwa pliku - - - - Create a copy - Utwórz kopię - - - - Year - Rok - - - - Condition - Warunek - - - - Create - Utwórz - - - - Edit - Edytuj - - - - Delete - Usuń - - - - ConverterFactory - - - Converter Plugin - Wtyczka konwertera - - - - About Converter Plugin - O wtyczce Konwerter - - - - Qmmp Converter Plugin - Wtyczka Konwerter dla Qmmp - - - - This plugin converts supported audio files to other file formats using external command-line encoders - Ta wtyczka konwertuje wspierane pliki dźwiękowe do innego formatu przy użyciu zewnętrznych programów - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - ConverterHelper - - - Convert - Konwertuj - - - - Meta+C - - - - - Converting... - Kodowanie... - - - - Cancel - Anuluj - - - - PresetEditor - - - Preset Editor - Edytor presetów - - - - General - Ogólne - - - - Name: - Nazwa: - - - - Extension: - Rozszerzenie: - - - - Command - Polecenie - - - - Options - Opcje - - - - Write tags - Zapisz tagi - - - - Convert to 16 bit - Konwertuj do 16 bitów - - - - %1 (Read Only) - %1 (Tylko do odczytu) - - - - Output file - Plik wyjściowy - - - - Input file - Plik wejściowy - - - 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 @@ - - - - - CoverManager - - - Show Cover - Pokaż okładkę - - - - Ctrl+M - - - - - CoverManagerFactory - - - Cover Manager Plugin - Wtyczka zarządzania okładkami - - - - About Cover Manager Plugin - O wtyczce Menedżer okładek - - - - Qmmp Cover Manager Plugin - Wtyczka Menedżer Okładek dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Napisana przez: Ilya Kotov <forkotov02@hotmail.ru> - - - - CoverWidget - - - &Save As... - Zapi&sz jako... - - - - Ctrl+S - - - - - Size - Rozmiar - - - - Actual Size - Aktualny rozmiar - - - - 128x128 - - - - - 256x256 - - - - - 512x512 - - - - - 1024x1024 - - - - - &Close - Zamknij - - - - Alt+F4 - - - - - Save Cover As - Zapisz okładkę jako - - - - Images - Obrazki - - - 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 @@ - - - - - FileOps - - - Error - Błąd - - - - Destination directory doesn't exist - Katalog docelowy nie istnieje - - - - Copying - Kopiowanie - - - - Stop - - - - - Copying file %1/%2 - Kopiowanie pliku %1/%2 - - - - Remove files - Usuń pliki - - - - Are you sure you want to remove %n file(s) from disk? - - Czy napewno chcesz usunąć %n plik(ów) z dysku? - - - - - - - FileOpsFactory - - - File Operations Plugin - Wtyczka Operacji na plikach - - - - About File Operations Plugin - O wtyczce Operacje na plikach - - - - Qmmp File Operations Plugin - Wtyczka Operacje na plikach dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - HotkeyDialog - - - Modify Shortcut - Modyfikuj skrót klawiszowy - - - - Press the key combination you want to assign - Wciśnij kombinację klawiszy, które chcesz przypisać - - - - Clear - Wyczyść - - - - SettingsDialog - - - - Copy - Kopiuj - - - - - Rename - Zmień nazwę - - - - - - Remove - Usuń - - - - New action - Nowa akcja - - - - Artist - Artysta - - - - Album - Album - - - - Title - Tytuł - - - - Genre - Gatunek - - - - Year - Rok - - - - Comment - Komentarz - - - - Track number - Numer utworu - - - - Two-digit track number - Dwucyfrowy numer utworu - - - - Composer - Kompozytor - - - - Duration - Długość - - - - Disc number - Numer płyty - - - - File name - Nazwa pliku - - - - File path - Ścieżka pliku - - - - Condition - Warunek - - - - Choose a directory - Wybierz katalog - - - - File Operations Settings - Ustawienia wtyczki Operacje na plikach - - - - Enabled - Aktywne - - - - Operation - Operacja - - - - Menu text - Tekst w menu - - - - Shortcut - Skróŧ klawiszowy - - - - - ... - - - - - Destination: - Cel: - - - - Add - Dodaj - - - - File name pattern: - Wzorzec nazwy pliku: - - - 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 @@ - - - - - HalFactory - - - HAL Plugin - Wtyczka HAL - - - - About HAL Plugin - O wtyczce HAL - - - - Qmmp HAL Plugin - Wtyczka HAL dla Qmmp - - - - This plugin provides removable devices detection using HAL - Ta wtyczka umożliwia detekcję urządzeń przenośnych dzięki HAL - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on Solid (KDE hardware library) - Oparte na Solid (biblioteka urządzeń dla KDE) - - - - HalPlugin - - - Add CD "%1" - Dodaj CD "%1" - - - - Add Volume "%1" - Dodaj urządzenie "%1" - - - - SettingsDialog - - - HAL Plugin Settings - Ustawienia wtyczki HAL - - - - CD Audio Detection - Detekcja płyt CD Audio - - - - Add tracks to playlist automatically - Automatycznie dodaj utwory do listy - - - - Remove tracks from playlist automatically - Automatycznie usuń utwory z listy - - - - Removable Device Detection - Detekcja urządzeń przenośnych - - - - Add files to playlist automatically - Automatycznie dodaj pliki do listy - - - - Remove files from playlist automatically - Automatycznie usuń pliki z listy - - - 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 @@ - - - - - HotkeyDialog - - - Modify Shortcut - Modyfikuj skrót - - - - Press the key combination you want to assign - Wciśnij kombinację klawiszy, którą chcesz przypisać - - - - Clear - Wyczyść - - - - HotkeyFactory - - - Global Hotkey Plugin - Wtyczka klawiszów skrótowych - - - - About Global Hotkey Plugin - O wtyczce Klawisze Skrótowe - - - - Qmmp Global Hotkey Plugin - Wtyczka Skróŧy Klawiszowe dla Qmmp - - - - This plugin adds support for multimedia keys or global key combinations - Ta wtyczka obsługuje klawisze multimedialne oraz globalne kombinacje klawiszów skrótowych - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - Play - Odtwarzaj - - - - Stop - Zatrzymaj - - - - Pause - Pauza - - - - Play/Pause - Odtwarzaj/Pauza - - - - Next - Następny - - - - Previous - Poprzedni - - - - Show/Hide - Pokaż/Ukryj - - - - Volume + - Głośność + - - - - Volume - - Głośność - - - - - Forward 5 seconds - Do przodu 5 sekund - - - - Rewind 5 seconds - Do tyłu 5 sekund - - - - Jump to track - Skocz do utworu - - - - Global Hotkey Plugin Settings - Globalne ustawienia wtyczki Klawiszów Skrótowych - - - - Action - Akcja - - - - Shortcut - Skrót klawiszowy - - - - Reset - Wyczyść - - - 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 @@ - - - - - KdeNotify - - - Qmmp now playing: - Qmmp teraz odtwarza: - - - - KdeNotifyFactory - - - KDE 4 notification plugin - Wtyczka powiadamiania KDE 4 - - - - About KDE Notification Plugin - O wtyczce Powiadomienia KDE - - - - KDE 4 notification plugin for Qmmp - - Wtyczka Powiadomienia KDE 4 dla Qmmp - - - - - SettingsDialog - - - KDE 4 Notification Plugin Settings - Ustawienia wtyczki Powiadamianie KDE 4 - - - - Options - Opcje - - - - Notification delay [s]: - Czas trwania [s]: - - - - Update visible notification instead create new - Aktualizuj widoczne powiadomienie (nie twórz nowego) - - - - Appearance - Wygląd - - - - Show covers - Pokaż okładki - - - - Edit template - Edytuj szablon - - - - Notification Template - Szablon powiadomień - - - 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 @@ - - - - - Lyrics - - - View Lyrics - Pokaż tekst piosenki - - - - Ctrl+L - - - - - LyricsFactory - - - Lyrics Plugin - Wtyczka tekstów piosenek - - - - About Lyrics Plugin - O wtyczce Teksty piosenek - - - - Qmmp Lyrics Plugin - Wtyczka Teksty Piosenek dla Qmmp - - - - This plugin retrieves lyrics from LyricWiki - Ta wtyczka ściąga teksty piosenek z LyricWiki - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - LyricsWindow - - - Done - Gotowe - - - - - - - - - Error - Błąd - - - - - Not found - Nie znaleziono - - - - No connection - Nie połączony - - - - - Receiving - Pobieranie - - - - Lyrics: %1 - %2 - Teksty: %1 - %2 - - - - Lyrics Plugin - Wtyczka wyszukiwania tekstów piosenek - - - - Artist: - Artysta: - - - - Title: - Tytuł: - - - - Search - Szukaj - - - 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 @@ - - - - - MPRISFactory - - - MPRIS Plugin - Wtyczka MPRIS - - - - About MPRIS Plugin - O wtyczce MPRIS - - - - Qmmp MPRIS Plugin - Wtyczka MPRIS dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - NotifierFactory - - - Notifier Plugin - Wtyczka Notifier - - - - About Notifier Plugin - O wtyczce Notifier - - - - Qmmp Notifier Plugin - Wtyczka Notifier dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - PopupWidget - - - Volume: - Głośność: - - - - SettingsDialog - - - Notifier Plugin Settings - Ustawienia wtyczki Notifier - - - - Transparency: - Przezroczystość: - - - - Notification Template - Szablon powiadomienia - - - - Psi Notification - Powiadomienia Psi - - - - Enable Psi notification - Włącz powiadomienia Psi - - - - Desktop Notification - Powiadomienie na pulpicie - - - - Song change notification - Powiadamianie o zmianie utworu - - - - Volume change notification - Powiadamianie o zmianie głośności - - - - - 0 - 0 - - - - Position - Pozycja - - - - Edit template - Edytuj szablon - - - - Font: - Czcionka: - - - - Cover size: - Rozmiar okładki: - - - - Delay (ms): - Opóźnienie (ms): - - - - ... - - - - 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 @@ - - - - - Converter - - - Track: %1 - Utwór: %1 - - - - Preset: %1 - - - - - Encoding... - Kodowanie... - - - - ConverterDialog - - - Converter Settings - Ustawienia konwertera - - - - Select tracks to convert: - Wybierz utwory do konwersji - - - - Output directory: - Katalog wyjściowy: - - - - Output file name: - Nazwa pliku wyjściowego: - - - - Preset: - - - - - Overwrite existing files - Nadpisz istniejące pliki - - - - Choose a directory - Wybierz katalog - - - - Artist - Artysta - - - - Album - Album - - - - Title - Tytuł - - - - Track number - Numer utworu - - - - Two-digit track number - Dwucyfrowy numer utworu - - - - Genre - Gatunek - - - - Comment - Komentarz - - - - Composer - Kompozytor - - - - Duration - Długość - - - - Disc number - Numer płyty - - - - File name - Nazwa pliku - - - - Create a copy - Utwórz kopię - - - - Year - Rok - - - - Condition - Warunek - - - - Create - Utwórz - - - - Edit - Edytuj - - - - Delete - Usuń - - - - ConverterFactory - - - Converter Plugin - Wtyczka konwertera - - - - About Converter Plugin - O wtyczce Konwerter - - - - Qmmp Converter Plugin - Wtyczka Konwerter dla Qmmp - - - - This plugin converts supported audio files to other file formats using external command-line encoders - Ta wtyczka konwertuje wspierane pliki dźwiękowe do innego formatu przy użyciu zewnętrznych programów - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - ConverterHelper - - - Convert - Konwertuj - - - - Meta+C - - - - - Converting... - Kodowanie... - - - - Cancel - Anuluj - - - - PresetEditor - - - Preset Editor - Edytor presetów - - - - General - Ogólne - - - - Name: - Nazwa: - - - - Extension: - Rozszerzenie: - - - - Command - Polecenie - - - - Options - Opcje - - - - Write tags - Zapisz tagi - - - - Convert to 16 bit - Konwertuj do 16 bitów - - - - %1 (Read Only) - %1 (Tylko do odczytu) - - - - Output file - Plik wyjściowy - - - - Input file - Plik wejściowy - - - 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 @@ - - - - - ScrobblerFactory - - - Scrobbler Plugin - Wtyczka Scrobbler - - - - About Scrobbler Plugin - O wtyczce Scrobbler - - - - Qmmp AudioScrobbler Plugin - Wtyczka AudioScrobbler dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - Scrobbler Plugin Settings - Ustawienia wtyczki Scrobbler - - - - Last.fm - - - - - Session: - Sesja: - - - - Register new session - Zarejestruj nową sesję - - - - User name: - Nazwa użytkownika: - - - - Password: - Hasło: - - - - Libre.fm - - - - 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 @@ - - - - - SettingsDialog - - - Status Icon Plugin Settings - Ustawienia wtyczki Ikona Statusu - - - - Tooltip - Podpowiedź - - - - - Delay, ms: - Opóźnienie, ms: - - - - Balloon message - Pokaż dymek - - - - Show progress bar - Pokaż pasek postępu - - - - Transparency: - Przezroczystość: - - - - 0 - - - - - Edit template - Edytuj szablon - - - - Try to split file name when no tag - Próbuj rozdzielić nazwę pliku jeśli brakuje tagu - - - - Cover size: - Wielkość okładki: - - - - 32 - - - - - Use standard icons - Użyj standardowych ikon - - - - Tooltip Template - Szablon podpowiedzi - - - - StatusIcon - - - Play - Odtwarzaj - - - - Pause - Pauza - - - - Stop - Zatrzymaj - - - - Next - Następny - - - - Previous - Poprzedni - - - - Exit - Wyjdź - - - - Now Playing - Teraz odtwarza - - - - StatusIconFactory - - - Status Icon Plugin - Wtyczka Ikona Statusu - - - - About Status Icon Plugin - O Wtyczce Ikona Statusu - - - - Qmmp Status Icon Plugin - Wtyczka Ikona Statusu dla Qmmp - - - - Written by: - Napisana przez: - - - - Ilya Kotov <forkotov02@hotmail.ru> - Ilya Kotov <forkotov02@hotmail.ru> - - - - Artur Guzik <a.guzik88@gmail.com> - - - - - StatusIconPopupWidget - - - Stopped - Zatrzymane - - - 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 @@ - - - - - StreamBrowser - - - Stream Browser - Przeglądarka strumieni - - - - Ctrl+U - - - - - StreamBrowserFactory - - - Stream Browser Plugin - Wtyczka Przeglądarka strumieni - - - - About Stream Browser Plugin - O wtyczce Przeglądarka strumieni - - - - Qmmp Stream Browser Plugin - Wtyczka Qmmp Przeglądarka strumieni - - - - This plugin allows to add stream from IceCast stream directory - Ta wtyczka pozwala dodawać strumienie z katalogu strumieni IceCast - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - StreamWindow - - - Stream Browser - Przeglądarka strumieni - - - - Filter: - Filtr: - - - - Favorites - Ulubione - - - - IceCast - - - - - Add - Dodaj - - - - Update - Aktualizuj - - - - - Name - Nazwa - - - - - Genre - Gatunek - - - - - Bitrate - Przepływność - - - - - Format - Format - - - - &Add to favorites - &Dodaj do ulubionych - - - - &Add to playlist - &Dodaj do listy odtwarzania - - - - &Remove - &Usuń - - - - Done - Gotowe - - - - - Error - Błąd - - - - Receiving - Pobieranie - - - 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 @@ - - - - - SettingsDialog - - - UDisks Plugin Settings - Ustawienia wtyczki UDisks - - - - CD Audio Detection - Detekcja płyt CD Audio - - - - Add tracks to playlist automatically - Automatycznie dodaj utwory do listy - - - - Remove tracks from playlist automatically - Automatycznie usuń utwory z listy - - - - Removable Device Detection - Detekcja urządzeń przenośnych - - - - Add files to playlist automatically - Automatycznie dodaj pliki do listy - - - - Remove files from playlist automatically - Automatycznie usuń pliki z listy - - - - UDisksFactory - - - UDisks Plugin - Wtyczka UDisks - - - - About UDisks Plugin - O wtyczce UDisks - - - - Qmmp UDisks Plugin - Wtyczka UDisks dla Qmmp - - - - This plugin provides removable devices detection using UDisks - Ta wtyczka umożliwia wykrywanie urządzeń przenośnych przy użyciu UDisks - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - UDisksPlugin - - - Add CD "%1" - Dodaj CD "%1" - - - - Add Volume "%1" - Dodaj urządzenie "%1" - - - 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 @@ - - - - - SettingsDialog - - - UDisks Plugin Settings - Ustawienia wtyczki UDisks - - - - CD Audio Detection - Detekcja płyt CD Audio - - - - Add tracks to playlist automatically - Automatycznie dodaj utwory do listy - - - - Remove tracks from playlist automatically - Automatycznie usuń utwory z listy - - - - Removable Device Detection - Detekcja urządzeń przenośnych - - - - Add files to playlist automatically - Automatycznie dodaj pliki do listy - - - - Remove files from playlist automatically - Automatycznie usuń pliki z listy - - - - UDisksFactory - - - UDisks Plugin - Wtyczka UDisks - - - - About UDisks Plugin - O wtyczce UDisks - - - - Qmmp UDisks Plugin - Wtyczka UDisks dla Qmmp - - - - This plugin provides removable devices detection using UDisks - Ta wtyczka umożliwia wykrywanie urządzeń przenośnych przy użyciu UDisks - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - UDisksPlugin - - - Add CD "%1" - Dodaj CD "%1" - - - - Add Volume "%1" - Dodaj urządzenie "%1" - - - 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 @@ - - - - - AACMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - KB - - - - - File size - Wilekość pliku - - - - DecoderAACFactory - - - AAC Plugin - Wtyczka AAC - - - - AAC Files - Pliki AAC - - - - About AAC Audio Plugin - O wtyczce dźwiękowej AAC - - - - Qmmp AAC Audio Plugin - Wtyczka AAC dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - DecoderCDAudioFactory - - - CD Audio Plugin - Wtyczka CD Audio - - - - About CD Audio Plugin - O wtyczce CD Audio - - - - Qmmp CD Audio Plugin - Wtyczka CD Audio dla Qmmp - - - - Compiled against libcdio-%1 and libcddb-%2 - Skompilowane przy użyciu libcdio-%1 oraz libcddb-%2 - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Usage: open cdda:/// using Add URL dialog or command line - Instrukcja: otwórz cdda:/// używając Dodaj URL lib z linii poleceń - - - - SettingsDialog - - - CD Audio Plugin Settings - Ustawienia wtyczki CD Audio - - - - Override device: - Wymuś urządzenie: - - - - Limit cd speed: - Limit prędkości cd: - - - - Use cd-text - Użyj cd-text - - - - CDDB - - - - - Use HTTP instead of CDDBP - Użyj HTTP zamiast CDDBP - - - - Server: - Serwer: - - - - Path: - Ścieżka: - - - - Port: - - - - - Clear CDDB cache - Wyczyść bufor CDDB - - - 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 @@ - - - - - DecoderCUEFactory - - - CUE Plugin - Wtyczka CUE - - - - CUE Files - Pliki CUE - - - - About CUE Audio Plugin - O wtyczce CUE Audio - - - - Qmmp CUE Audio Plugin - O wtyczce CUE dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - CUE Plugin Settings - Ustawienia wtyczki CUE - - - - Common settings - Ogólne opcje - - - - Load incorrect cue sheets if possible - Załaduj niewłaściwy plik CUE jeśli możliwe - - - - CUE encoding - Kodowanie CUE - - - - Automatic charset detection - Automatyczne wykrywanie kodowania - - - - Language: - Język: - - - - Default encoding: - Domyślne kodowanie: - - - 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 @@ - - - - - DecoderFFmpegFactory - - - FFmpeg Plugin - Wtyczka FFMPEG - - - - FFmpeg Formats - Formaty FFmpeg - - - - About FFmpeg Audio Plugin - O wtyczce FFmpeg Audio - - - - Qmmp FFmpeg Audio Plugin - Wtyczka FFmpeg Audio dla Qmmp - - - - Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6 - Skompilowane przy użyciu libavformat-%1.%2.%3 i libavcodec-%4.%5.%6 - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - FFmpegMetaDataModel - - - - Length - Długość - - - - - File size - Wielkość pliku - - - - - KB - - - - - - Bitrate - Szybkość transmisji - - - - - kbps - - - - - - Sample rate - Próbkowanie - - - - - Hz - - - - - - Channels - Kanały - - - - SettingsDialog - - - FFmpeg Plugin Settings - Ustawienia wtyczki FFMPEG - - - - Formats - Formaty - - - - Windows Media Audio - - - - - Monkey's Audio (APE) - - - - - True Audio - - - - - ADTS AAC - - - - - MP3 (MPEG audio layer 3) - - - - - MPEG-4 AAC/ALAC - - - - - RealAudio 1.0/2.0 - - - - - Shorten - Shorten (SHN) - - - - AC3/EAC - - - - - DTS/DTS-Core - - - - - Matroska Audio (Dolby TrueHD Lossless) - Matroska Audio (Dolby TrueHD Bezstratny) - - - - VQF - - - - 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 @@ - - - - - DecoderFFmpegFactory - - - FFmpeg Plugin - Wtyczka FFMPEG - - - - FFmpeg Formats - Formaty FFmpeg - - - - About FFmpeg Audio Plugin - O wtyczce FFmpeg Audio - - - - Qmmp FFmpeg Audio Plugin - Wtyczka FFmpeg Audio dla Qmmp - - - - Compiled against libavformat-%1.%2.%3 and libavcodec-%4.%5.%6 - Skompilowane przy użyciu libavformat-%1.%2.%3 i libavcodec-%4.%5.%6 - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - FFmpegMetaDataModel - - - - Length - Długość - - - - - File size - Wielkość pliku - - - - - KB - - - - - - Bitrate - Szybkość transmisji - - - - - kbps - - - - - - Sample rate - Próbkowanie - - - - - Hz - - - - - - Channels - Kanały - - - - SettingsDialog - - - FFmpeg Plugin Settings - Ustawienia wtyczki FFMPEG - - - - Formats - Formaty - - - - Windows Media Audio - - - - - Monkey's Audio (APE) - - - - - True Audio - - - - - ADTS AAC - - - - - MP3 (MPEG audio layer 3) - - - - - MPEG-4 AAC/ALAC - - - - - RealAudio 1.0/2.0 - - - - - Shorten - Shorten (SHN) - - - - AC3/EAC - - - - - DTS/DTS-Core - - - - - Matroska Audio (Dolby TrueHD Lossless) - Matroska Audio (Dolby TrueHD Bezstratny) - - - - VQF - - - - 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 @@ - - - - - DecoderFLACFactory - - - FLAC Plugin - Wtyczka FLAC - - - - FLAC Files - Pliki FLAC - - - - About FLAC Audio Plugin - O wtyczce FLAC Audio - - - - Qmmp FLAC Audio Plugin - Wtyczka FLAC Audio dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - FLACMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Channels - Kanały - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - File size - Wielkość pliku - - - - KB - - - - 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 @@ - - - - - DecoderGmeFactory - - - GME Plugin - Wtyczka GME - - - - Game Music Files - Game Music Files - - - - About GME Audio Plugin - O wtyczce dźwiękowej GME - - - - Qmmp GME Audio Plugin - Wtyczka dźwiękowa GME dla Qmmp - - - - This plugin uses Game_Music_Emu library to play game music files - Ta wtyczka używa biblioteki Game_Music_Emu do odtwarzania plików muzycznych z gier - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - DecoderMADFactory - - - MPEG Plugin - Wtyczka MPEG - - - - MPEG Files - Pliki MPEG - - - - About MPEG Audio Plugin - O wtyczce Audio MPEG - - - - Qmmp MPEG Audio Plugin - Wtyczka MPEG Audio dla Qmmp - - - - Compiled against libmad version: - Skompilowane przy użyciu biblioteki libmad w wersji: - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - Source code based on mq3 and madplay projects - Kod źródłowy oparty na projektach mq3 oraz madplay - - - - MPEGMetaDataModel - - - Format - Format - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - Sample rate - Próbkowanie - - - - Hz - - - - - - - - Mode - Tryb - - - - KB - - - - - File size - Wielkość pliku - - - - - Protection - Zabezpieczenie - - - - - - Yes - Tak - - - - - - No - Nie - - - - - Copyright - Prawa autorskie - - - - - Original - Oryginał - - - - SettingsDialog - - - MPEG Plugin Settings - Ustawienia wtyczki MPEG - - - - Tag Priority - Priorytet tagów - - - - First: - Pierwszy: - - - - - - ID3v1 - - - - - - - ID3v2 - - - - - - - APE - - - - - - - Disabled - Wyłączone - - - - Second: - Drugi: - - - - Third: - Trzeci: - - - - Encodings - Kodowania - - - - ID3v1 encoding: - Kodowanie ID3v1: - - - - ID3v2 encoding: - Kodowanie ID3v2: - - - 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 @@ - - - - - DecoderModPlugFactory - - - ModPlug Plugin - Wtyczka ModPlug - - - - ModPlug Files - Pliki ModPlug - - - - About ModPlug Audio Plugin - O wtyczce ModPlug Audio - - - - Qmmp ModPlug Audio Plugin - Wtyczka ModPlug Audio dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on the Modplug Plugin for Xmms - Oparty na wtyczce Modplug dla Xmms - - - - Modplug Plugin developers: - Twórcy wtyczki Modplug: - - - - Olivier Lapicque <olivierl@jps.net> - - - - - Kenton Varda <temporal@gauge3d.org> - - - - - Konstanty Bialkowski <konstanty@ieee.org> - - - - - ModPlugMetaDataModel - - - File name - Nazwa pliku - - - - Type - Typ - - - - Length - Długość - - - - Speed - Prędkość - - - - Tempo - Tempo - - - - - Samples - Sample - - - - - Instruments - Instrumenty - - - - Patterns - Szablony - - - - Channels - Kanały - - - - Comment - Komentarz - - - - SettingsDialog - - - ModPlug Plugin Settings - Ustawienia wtyczki ModPlug - - - - Quality - Jakość - - - - Resolution - Rozdzielczość - - - - 16 bit - 16-bitów - - - - 8 bit - 8-bitów - - - - Channels - Kanały - - - - Stereo - Stereo - - - - Mono (downmix) - Mono (downmix) - - - - Resampling - Resamplowanie - - - - Nearest (fastest) - Najbliższe (najszybsze) - - - - Linear (fast) - Liniowe (szybkie) - - - - Spline (good quality) - Spline (dobra jakość) - - - - 8-tap Fir (extremely high quality) - 8-tap FIR (bardzo wysoka jakość) - - - - Sampling Rate - Próbkowanie - - - - 48000 Hz - - - - - 44100 Hz - - - - - 22050 Hz - - - - - 11025 Hz - - - - - Effects - Efekty - - - - Reverb - Reverb - - - - - Depth (%) - Głębia - - - - - - - 0 - - - - - - Delay (ms) - Opóźnienie (ms) - - - - 40 - - - - - Bass Boost - Wzmocnienie basu - - - - Amount (%) - Poziom (%) - - - - Range (Hz) - Zasięg (Hz) - - - - 10 - - - - - Surround - - - - - 5 - - - - - Preamp - Wzmocnienie sygnału - - - - Volume - Głośność - - - - Note: Setting the preamp -too high may cause clipping! - Uwaga: Ustawienie preamp -na zbyt wysokim poziomie może -powodować zacinanie się utworu! - - - - Misc - Inne - - - - General - Ogólne - - - - Use filename as song title - Użyj nazwy pliku jako tytułu utworu - - - - Noise reduction - Redukcja szumów - - - - Fast playlist info - Szybkie info playlisty - - - - Play Amiga MOD - Odtwarzaj Amiga MOD - - - - Looping - Zapętlanie - - - - Don't loop - Nie zapętlaj - - - - Loop - Pętla - - - - time(s) - raz(y) - - - - Loop forever - Zapętlaj w nieskończoność - - - 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 @@ - - - - - DecoderMPCFactory - - - Musepack Plugin - Wtyczka Musepack - - - - Musepack Files - Pliki Musepack - - - - About Musepack Audio Plugin - O wtyczce Musepack Audio - - - - Qmmp Musepack Audio Plugin - Wtyczka Musepack Audio dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - MPCMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Channels - Kanały - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - File size - Wielkość pliku - - - - KB - - - - 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 @@ - - - - - DecoderVorbisFactory - - - Ogg Vorbis Plugin - Wtyczka Ogg Vorbis - - - - Ogg Vorbis Files - Pliki Ogg Vorbis - - - - About Ogg Vorbis Audio Plugin - O wtyczce Ogg Vorbis Audio - - - - Qmmp Ogg Vorbis Audio Plugin - Wtyczka Ogg Vorbis dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - Source code based on mq3 project - Kod źródłowy oparty jest na projekcie mq3 - - - - VorbisMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Channels - Kanały - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - File size - Wielkość pliku - - - - KB - - - - 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 @@ - - - - - DecoderWildMidiFactory - - - WildMidi Plugin - Wtyczka WildMidi - - - - Midi Files - Pliki Midi - - - - About WildMidi Audio Plugin - O wtyczce WildMidi - - - - Qmmp WildMidi Audio Plugin - Wtyczka WildMidi dla Qmmp - - - - This plugin uses WildMidi library to play midi files - Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - WildMidi Plugin Settings - Ustawienia wtyczki WildMidi - - - - Instrument configuration: - Konfiguracja instrumentów: - - - - Sample rate: - Próbkowanie: - - - - Enhanced resampling - Rozszerzony resampling - - - - Reverberation - - - - - 44100 Hz - - - - - 48000 Hz - - - - 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 @@ - - - - - DecoderSndFileFactory - - - Sndfile Plugin - Wtyczka Sndfile - - - - PCM Files - Pliki PCM - - - - About Sndfile Audio Plugin - O wtyczce Sndfile Audio - - - - Qmmp Sndfile Audio Plugin - Wtyczka Sndfile Audio dla Qmmp - - - - Compiled against - Skompilowano przy użyciu - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - DecoderVorbisFactory - - - Ogg Vorbis Plugin - Wtyczka Ogg Vorbis - - - - Ogg Vorbis Files - Pliki Ogg Vorbis - - - - About Ogg Vorbis Audio Plugin - O wtyczce Ogg Vorbis Audio - - - - Qmmp Ogg Vorbis Audio Plugin - Wtyczka Ogg Vorbis dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - Source code based on mq3 project - Kod źródłowy oparty jest na projekcie mq3 - - - - VorbisMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Channels - Kanały - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - File size - Wielkość pliku - - - - KB - - - - 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 @@ - - - - - DecoderWavPackFactory - - - WavPack Plugin - Wtyczka WavPack - - - - WavPack Files - Pliki WavPack - - - - About WavPack Audio Plugin - O wtyczce WavPack Audio - - - - Qmmp WavPack Audio Plugin - Wtyczka WavPack dla Qmmp - - - - WavPack library version: - Wersja biblioteki WavPack: - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - WavPackMetaDataModel - - - Length - Długość - - - - Sample rate - Próbkowanie - - - - Hz - - - - - Channels - Kanały - - - - Bitrate - Szybkość transmisji - - - - kbps - - - - - File size - Wielkość pliku - - - - KB - - - - - Ratio - Współczynnik - - - - Version - Wersja - - - 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 @@ - - - - - DecoderWildMidiFactory - - - WildMidi Plugin - Wtyczka WildMidi - - - - Midi Files - Pliki Midi - - - - About WildMidi Audio Plugin - O wtyczce WildMidi - - - - Qmmp WildMidi Audio Plugin - Wtyczka WildMidi dla Qmmp - - - - This plugin uses WildMidi library to play midi files - Ta wtyczka używa biblioteki WildMidi do odtwarzania plików midi - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - WildMidi Plugin Settings - Ustawienia wtyczki WildMidi - - - - Instrument configuration: - Konfiguracja instrumentów: - - - - Sample rate: - Próbkowanie: - - - - Enhanced resampling - Rozszerzony resampling - - - - Reverberation - - - - - 44100 Hz - - - - - 48000 Hz - - - - 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 @@ - - - - - OutputALSAFactory - - - ALSA Plugin - Wtyczka ALSA - - - - About ALSA Output Plugin - O wtyczce dźwiękowej ALSA - - - - Qmmp ALSA Output Plugin - Wtyczka ALSA dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - ALSA Plugin Settings - Ustawienia wtyczki ALSA - - - - Device Settings - Ustawienia urządzenia - - - - Audio device - Urządzenie dźwiękowe - - - - Mixer - Mikser - - - - Mixer card: - Karta miksująca: - - - - Mixer device: - Urządzenie miksujące: - - - - Advanced Settings - Zaawansowane ustawienia - - - - Soundcard - Karta dźwiękowa - - - - Buffer time (ms): - Wielkość buforu (ms): - - - - Period time (ms): - Czas cyklu (ms): - - - - Use mmap access - Użyj dostępu mmap - - - - Use snd_pcm_pause function - Użyj funkcji snd_pcm_pause - - - 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 @@ - - - - - OutputWaveOutFactory - - - WaveOut Plugin - Wtyczka WaveOut - - - - About WaveOut Output Plugin - O wtyczce WaveOut - - - - Qmmp WaveOut Output Plugin - Wtyczka WaveOut dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on aacDECdrop player - Oparta na kodzie odtwarzacza aacDECdrop - - - 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 @@ - - - - - OutputJACKFactory - - - JACK Plugin - Wtyczka JACK - - - - About Jack Output Plugin - O wtyczce dźwiękowej Jack - - - - Qmmp Jack Output Plugin - Wtyczka Jack dla Qmmp - - - - Written by: Yuriy Zhuravlev <slalkerg@gmail.com> - Autor: Jurij Žuravljov <slalkerg@gmail.com> - - - 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 @@ - - - - - OutputNullFactory - - - Null Plugin - Wtyczka Null - - - - About Null Output Plugin - O wtyczce wyjściowej Null - - - - Qmmp Null Output Plugin - Wtyczka wyjściowa Null dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - OutputOSSFactory - - - OSS Plugin - Wtyczka OSS - - - - About OSS Output Plugin - O wtyczce dźwiękowej OSS - - - - Qmmp OSS Output Plugin - Wtyczka OSS dla Qmmp - - - - Written by: Yuriy Zhuravlev <slalkerg@gmail.com> - Autor: Jurij Žuravljov <slalkerg@gmail.com> - - - - Based on code by: Brad Hughes <bhughes@trolltech.com> - Oparty na kodzie stworzonym przez Brad Hughes <bhughes@trolltech.com> - - - - SettingsDialog - - - OSS Plugin Settings - Ustawienia wtyczki OSS - - - - Device Settings - Ustawienia urządzenia - - - - Audio device - Urządzenie dźwiękowe - - - - Mixer device - Urządzenie miksujące - - - - Advanced Settings - Zaawansowane ustawienia - - - - Soundcard - Karta dźwiękowa - - - - Buffer time (ms): - Czas bufora (ms): - - - - Period time (ms): - Długość cyklu (ms): - - - - PCM over Master - Użyj PCM nad Master - - - - Cancel - Anuluj - - - - OK - OK - - - 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 @@ - - - - - OutputOSS4Factory - - - OSS4 Plugin - Wtyczka OSS4 - - - - About OSS4 Output Plugin - O wtyczce wyjściowej OSS4 - - - - Qmmp OSS4 Output Plugin - Wtyczka OSS4 dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Stworzona przez Ilya Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - OSS4 Plugin Settings - Ustawienia wtyczki OSS4 - - - - Device: - Urządzenie: - - - - Default - Domyślne - - - 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 @@ - - - - - OutputPulseAudioFactory - - - PulseAudio Plugin - Wtyczka PulseAudio - - - - About PulseAudio Output Plugin - O wtyczce PulseAudio - - - - Qmmp PulseAudio Output Plugin - Wtyczka PulseAudio dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - OutputWaveOutFactory - - - WaveOut Plugin - Wtyczka WaveOut - - - - About WaveOut Output Plugin - O wtyczce WaveOut - - - - Qmmp WaveOut Output Plugin - Wtyczka WaveOut dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on aacDECdrop player - Oparta na kodzie odtwarzacza aacDECdrop - - - 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 @@ - - - - - HTTPInputFactory - - - HTTP Plugin - Wtyczka HTTP - - - - About HTTP Transport Plugin - O wtyczce transportu HTTP - - - - Qmmp HTTP Transport Plugin - Wtyczka transportu HTTP dla Qmmp - - - - Compiled against libcurl-%1 - Skompilowana przy pomocy libcurl-%1 - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - HTTP Plugin Settings - Ustawienia wtyczki HTTP - - - - Buffer size: - Kodowanie metadanych: - - - - KB - KB - - - - Metadata encoding - Kodowanie metadanych - - - - Automatic charset detection - Automatycznie wykryj kodowanie - - - - Language: - Język: - - - - Default encoding: - Domyślne kodowanie: - - - 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 @@ - - - - - MMSInputFactory - - - MMS Plugin - Wtyczka MMS - - - - About MMS Transport Plugin - O wtyczce MMS Transport - - - - Qmmp MMS Transport Plugin - Wtyczka MMS Transport dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilja Kotov <forkotov02@hotmail.ru> - - - - SettingsDialog - - - MMS Plugin Settings - Ustawienia wtyczki MMS - - - - Buffer size: - Wielkość buforu: - - - - KB - KB - - - 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 @@ - - - - - Analyzer - - - Qmmp Analyzer - Qmmp Analizator - - - - F - F - - - - SettingsDialog - - - Analyzer Plugin Settings - Ustawienia Wtyczki Analizator - - - - General - Ogólne - - - - Show peaks - Pokaż piki - - - - Analyzer falloff: - Analizator opadanie: - - - - - Slowest - Najwolniej - - - - - Slow - Wolno - - - - - Medium - Średnio - - - - - Fast - Szybko - - - - - Fastest - Najszybciej - - - - Peaks falloff: - Opadanie pików: - - - - Refresh rate: - Odświeżanie: - - - - 50 FPS - - - - - 25 FPS - - - - - 10 FPS - - - - - 5 FPS - - - - - Cells size: - Rozmiar komórki: - - - - Colors - Kolory - - - - Peaks: - Piki: - - - - Analyzer #1: - Analizator #1: - - - - Background: - Tło: - - - - Analyzer #2: - Analizator #2: - - - - Analyzer #3: - Analizator #3: - - - - VisualAnalyzerFactory - - - Analyzer Plugin - Wtyczka Analizator - - - - About Analyzer Visual Plugin - O wtyczce Analizator - - - - Qmmp Analyzer Visual Plugin - Wtyczka wizualna Analizator dla Qmmp - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - 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 @@ - - - - - ProjectMPlugin - - - ProjectM - - - - - ProjectMWidget - - - &Help - &Pomoc - - - - F1 - - - - - &Show Song Title - Pokaż &tytuł utworu - - - - F2 - - - - - &Show Preset Name - Pokaż nazwę &Wizualizacji - - - - F3 - - - - - &Next Preset - &Następna animacja - - - - N - - - - - &Previous Preset - &Poprzednia animacja - - - - P - - - - - &Random Preset - &Losowa animacja - - - - R - R - - - - &Lock Preset - &Zablokuj animację - - - - L - L - - - - &Fullscreen - P&ełny ekran - - - - F - - - - - VisualProjectMFactory - - - ProjectM - - - - - About ProjectM Visual Plugin - O Wtyczce ProjectM - - - - Qmmp ProjectM Visual Plugin - Wtyczka ProjectM dla Qmmp - - - - This plugin adds projectM visualization - Ta wtyczka dodaje obsługę wizualizacji projectM - - - - Written by: Ilya Kotov <forkotov02@hotmail.ru> - Autor: Ilya Kotov <forkotov02@hotmail.ru> - - - - Based on llibrojectM-qt library - Oparta na bibliotece llibrojectM-qt - - - -- cgit v1.2.3-13-gbd6f