From: Flavio Tordini Date: Wed, 29 Jul 2009 07:52:22 +0000 (+0200) Subject: Polish translation by Grzegorz Gibas X-Git-Tag: 0.5~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d7d314953ea4f7404b1e89ecd1e912785f597a3;p=minitube Polish translation by Grzegorz Gibas --- diff --git a/locale/locale.pri b/locale/locale.pri index ba49166..78e6193 100644 --- a/locale/locale.pri +++ b/locale/locale.pri @@ -8,6 +8,7 @@ TRANSLATIONS += \ pt_BR.ts \ ru_RU.ts \ es_AR.ts \ + pl_PL.ts \ de_DE.ts isEmpty(QMAKE_LRELEASE) { diff --git a/locale/pl_PL.ts b/locale/pl_PL.ts new file mode 100644 index 0000000..9b3d095 --- /dev/null +++ b/locale/pl_PL.ts @@ -0,0 +1,316 @@ + + + +UTF-8 + + AboutView + + There's life outside the browser! + Istnieje życie poza przeglądarką internetową! + + + Version %1 + Wersja %1 + + + This is a "Technology Preview" release, do not expect it to be perfect. + To jest wydanie "Technology Preview" więc nie spodziewaj się, że będzie idealne. + + + Report bugs and send in your ideas to %1 + Raporty o błędach oraz pomysłach ślij na adres %1 + + + %1 is Free Software but its development takes precious time. + %1 to darmowe oprogramowanie ale jego tworzenie zabiera cenny czas. + + + Please <a href='%1'>donate via PayPal</a> to support the continued development of %2. + Proszę <a href='%1'>wspomóż finansowo przez PayPal</a> prace nad programem %2. + + + Icon designed by %1. + Ikony stworzone przez %1. + + + Compact mode contributed by %1. + Tryb kompaktowy dzięĸi %1. + + + Translated by %1 + Udział w tłumaczeniu mają: %1 + + + Released under the <a href='%1'>GNU General Public License</a> + Program wydany na licencji <a href='%1'>GNU General Public License</a> + + + &Close + &Zamknij + + + About + O programie + + + What you always wanted to know about %1 and never dared to ask + To co zawsze chciałeś wiedzieć o %1 ale bałeś się zapytać + + + + ClearButton + + Clear + Wyczyść + + + + ListModel + + Searching... + Szukanie... + + + Show %1 More + Pokaż następne %1 + + + No videos + Brak plików wideo + + + No more videos + Nie ma więcej filmów + + + + MainWindow + + &Back + Powrót + + + Go to the previous view + Wróć do poprzedniego filmu + + + &Stop + + + + Stop playback and go back to the search view + Zatrzymaj odtwarzanie i wróć do wyszukiwania + + + S&kip + Następny + + + Skip to the next video + Pomiń i włącz następny film + + + &Pause + &Pauza + + + Pause playback + Wstrzymaj odtwarzanie + + + &Full Screen + Pełny &Ekran + + + Go full screen + Włącz widok pełnoekranowy + + + &Compact mode + Tryb kompaktowy + + + Hide the playlist and the toolbar + Ukryj listę odtwarzania i pasek narzędziowy + + + &YouTube + + + + Open the YouTube video page + Otwórz film YouTube w przeglądarce + + + &Remove + Usuń + + + Remove the selected videos from the playlist + Usuń zaznaczone filmy z listy odtwarzania + + + Move &Up + Przes&uń w górę + + + Move up the selected videos in the playlist + Przesuń do góry zaznaczone filmy na liście odtwarzania + + + Move &Down + Przesuń w &dół + + + Move down the selected videos in the playlist + Przesuń na dół zaznaczone filmy na liście odtwarzania + + + &Quit + Wyjdź + + + Ctrl+Q + + + + Bye + Na razie + + + &Website + Strona domo&wa + + + %1 on the Web + Strona domowa %1 + + + &Donate via PayPal + &Dotacja dla twórcy przez PayPal + + + Please support the continued development of %1 + Proszę, wspomóż finansowo prace na %1 + + + &About + O progr&amie + + + Info about %1 + Info o %1 + + + &Search + Szukaj + + + &Application + Program + + + &Playlist + Lista odtwarzania + + + &Video + Film + + + &Help + Pomoc + + + Opening %1 + Otwieranie %1 + + + Fatal error: %1 + Fatalny błąd: %1 + + + Error: %1 + Błąd: %1 + + + &Play + &Odtwarzaj + + + Resume playback + Wznów odtwarzanie + + + Exit &Full Screen + Wyłącz &pełny ekran + + + + MediaView + + Most relevant + Najbardziej trafne + + + Most recent + Najnowsze + + + Most viewed + Najpopularniejsze + + + You're watching "%1" + Oglądasz "%1" + + + + PrettyItemDelegate + + %1 views + %1 wyświetleń + + + + SearchLineEdit + + Search + Szukaj + + + + SearchView + + Welcome to <a href='%1'>%2</a>, + Witaj w <a href='%1'>%2</a>, + + + Enter a keyword to start watching videos. + Wpisz szukane słowo i zacznij oglądać filmy. + + + Watch + Wyświetl + + + Recent keywords + Ostatnio szukane + + + A new version of %1 is available. Please <a href='%2'>update to version %3</a> + Nowa wersja %1 jest dostępna. Proszę <a href='%2'> zaktualizuj do wersji %3</a> + + + Make yourself comfortable + Usiądź wygodnie + + + + SettingsView + + Preferences + Opcje + + + diff --git a/src/AboutView.cpp b/src/AboutView.cpp index 32e0409..a1ccd9e 100644 --- a/src/AboutView.cpp +++ b/src/AboutView.cpp @@ -36,7 +36,8 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { "

" + tr("Translated by %1").arg("Nikita Lyalin (ru_RU), " "Márcio Moraes (pt_BR), " "Sergio Tocalini Joerg (es_AR), " - "Stefan Brück (de_DE)" + "Stefan Brück (de_DE), " + "Grzegorz Gibas (pl_PL)" ) + "

" "

" + tr("Released under the GNU General Public License")