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 ---------------------- 4 files changed, 200 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 (limited to 'src/plugins/CommandLineOptions') 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 - - - -- cgit v1.2.3-13-gbd6f