From 89c85f6df2e2d2b51b8242845150b1da63087450 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 15 Jun 2020 07:41:57 +0200 Subject: [PATCH] PL translation update blackout addon THX waldis --- blackout/lang/pl/messages.po | 10 +++++----- blackout/lang/pl/strings.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/blackout/lang/pl/messages.po b/blackout/lang/pl/messages.po index 5cb661d8..811e7388 100644 --- a/blackout/lang/pl/messages.po +++ b/blackout/lang/pl/messages.po @@ -4,14 +4,14 @@ # # # Translators: -# Waldemar Stoczkowski, 2018-2019 +# Waldemar Stoczkowski, 2018-2020 # Waldemar Stoczkowski, 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-12 09:26+0100\n" -"PO-Revision-Date: 2019-03-14 19:55+0000\n" +"PO-Revision-Date: 2020-04-09 11:01+0000\n" "Last-Translator: Waldemar Stoczkowski\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -30,7 +30,7 @@ msgstr "Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawi msgid "" "Please double check that the current settings for the blackout. Begin will " "be %s and it will end %s." -msgstr "" +msgstr "Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się %s i zakończy się %s." #: blackout.php:106 msgid "Save Settings" @@ -52,7 +52,7 @@ msgstr "Rozpocznij Blackout" msgid "" "Format is YYYY-MM-DD hh:mm; YYYY year, MM month, " "DD day, hh hour and mm minute." -msgstr "" +msgstr "Format to RRRR-MM-DD gg:mm; RRRR rok, MM miesiąc, DD dzień, gg godzina i mm minuta." #: blackout.php:109 msgid "End of the Blackout" @@ -64,4 +64,4 @@ msgid "" " the submit button. Users currently logged in will not be " "thrown out but can't login again after logging out should the blackout is " "still in place." -msgstr "" +msgstr "Uwaga: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani nie zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać." diff --git a/blackout/lang/pl/strings.php b/blackout/lang/pl/strings.php index bcfdb7db..7b1c3dae 100644 --- a/blackout/lang/pl/strings.php +++ b/blackout/lang/pl/strings.php @@ -7,11 +7,11 @@ function string_plural_select_pl($n){ }} ; $a->strings["The end-date is prior to the start-date of the blackout, you should fix this"] = "Data zakończenia jest przed datą rozpoczęcia, powinieneś to naprawić"; -$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = ""; +$a->strings["Please double check that the current settings for the blackout. Begin will be %s and it will end %s."] = "Sprawdź dokładnie, czy aktualne ustawienia zaciemnienia. Rozpocznie się %s i zakończy się %s."; $a->strings["Save Settings"] = "Zapisz ustawienia"; $a->strings["Redirect URL"] = "Przekierowanie URL"; $a->strings["all your visitors from the web will be redirected to this URL"] = "wszyscy Twoi goście z internetu zostaną przekierowani na ten adres URL"; $a->strings["Begin of the Blackout"] = "Rozpocznij Blackout"; -$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = ""; +$a->strings["Format is YYYY-MM-DD hh:mm; YYYY year, MM month, DD day, hh hour and mm minute."] = "Format to RRRR-MM-DD gg:mm; RRRR rok, MM miesiąc, DD dzień, gg godzina i mm minuta."; $a->strings["End of the Blackout"] = "Koniec Blackout"; -$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = ""; +$a->strings["Note: The redirect will be active from the moment you press the submit button. Users currently logged in will not be thrown out but can't login again after logging out should the blackout is still in place."] = "Uwaga: Przekierowanie będzie aktywne od momentu naciśnięcia przycisku przesyłania. Użytkownicy aktualnie zalogowani nie zostaną wyrzuceni, ale nie będą mogli zalogować się ponownie po wylogowaniu, jeśli zaciemnienie będzie nadal obowiązywać.";