X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72fe2a679f27d81c92c65cf005ebf13fae7c7e34..ab6d1311a5ddff7151ff0c574a202a7bcd0dfcc0:/src/club/locale/pl/LC_MESSAGES/django.po?ds=sidebyside
diff --git a/src/club/locale/pl/LC_MESSAGES/django.po b/src/club/locale/pl/LC_MESSAGES/django.po
index e8dabe1cf..c1f8a21b0 100644
--- a/src/club/locale/pl/LC_MESSAGES/django.po
+++ b/src/club/locale/pl/LC_MESSAGES/django.po
@@ -7,26 +7,30 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2022-04-15 16:32+0200\n"
+"PO-Revision-Date: 2023-06-13 23:33+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
-"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
-"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-"X-Generator: Poedit 3.0\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
+"(n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
+"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+"X-Generator: Poedit 3.0.1\n"
-#: club/admin.py:46
+#: club/admin.py:60
msgid "payment complete"
msgstr "pÅatnoÅÄ zakoÅczona"
-#: club/admin.py:52
+#: club/admin.py:66
msgid "schedule expired"
msgstr "harmonogram przedawniony"
+#: club/admin.py:84
+msgid "Source"
+msgstr "ŹródÅo"
+
#: club/apps.py:10
msgid "Club"
msgstr "Towarzystwo"
@@ -56,143 +60,135 @@ msgstr "miejscowoÅÄ"
msgid "Minimal amount is %(amount)d PLN."
msgstr "Minimalna kwota to %(amount)d zÅ."
-#: club/models.py:27
+#: club/models.py:28
msgid "minimum amount"
msgstr "minimalna kwota"
-#: club/models.py:28
+#: club/models.py:29
msgid "minimum amount for year"
msgstr "minimalna kwota na rok"
-#: club/models.py:29
-msgid "proposed amounts for single payment"
-msgstr "proponowane kwoty dla pojedynczej wpÅaty"
-
#: club/models.py:30
msgid "default single amount"
msgstr "domyÅlna kwota dla pojedynczej wpÅaty"
#: club/models.py:31
-msgid "proposed amounts for monthly payments"
-msgstr "proponowane kwoty dla miesiÄcznych wpÅat"
-
-#: club/models.py:32
msgid "default monthly amount"
msgstr "domyÅlna kwota dla miesiÄcznych wpÅat"
-#: club/models.py:35
+#: club/models.py:34
msgid "club"
msgstr "towarzystwo"
-#: club/models.py:36
+#: club/models.py:35
msgid "clubs"
msgstr "towarzystwa"
-#: club/models.py:63
+#: club/models.py:117
msgid "key"
msgstr "klucz"
-#: club/models.py:64
+#: club/models.py:118
msgid "email"
msgstr "email"
-#: club/models.py:65 club/models.py:189
+#: club/models.py:119 club/models.py:275
msgid "membership"
msgstr "czÅonkostwo"
-#: club/models.py:66
+#: club/models.py:120
msgid "amount"
msgstr "kwota"
-#: club/models.py:67
+#: club/models.py:121
msgid "method"
msgstr "metoda pÅatnoÅci"
-#: club/models.py:70 club/templates/club/payment_form.html:25
+#: club/models.py:124 club/templates/club/payment_form.html:25
msgid "monthly"
msgstr "miesiÄcznie"
-#: club/models.py:71
+#: club/models.py:125
msgid "yearly"
msgstr "rocznie"
-#: club/models.py:73
+#: club/models.py:127
msgid "source"
msgstr "źródÅo"
-#: club/models.py:75
+#: club/models.py:129
msgid "cancelled"
msgstr "anulowany"
-#: club/models.py:76
+#: club/models.py:130
msgid "payed at"
msgstr "opÅacona"
-#: club/models.py:77
+#: club/models.py:131
msgid "started at"
msgstr "start"
-#: club/models.py:78
+#: club/models.py:132
msgid "expires_at"
msgstr "wygasa"
-#: club/models.py:92
+#: club/models.py:146
msgid "schedule"
msgstr "harmonogram"
-#: club/models.py:93
+#: club/models.py:147
msgid "schedules"
msgstr "harmonogramy"
-#: club/models.py:181
+#: club/models.py:267
msgid "user"
msgstr "użytkownik"
-#: club/models.py:182
+#: club/models.py:268
msgid "created at"
msgstr "utworzone"
-#: club/models.py:183 club/models.py:244
+#: club/models.py:269 club/models.py:330
msgid "name"
msgstr "nazwisko"
-#: club/models.py:184
+#: club/models.py:270
msgid "manual"
msgstr "ustawiony rÄcznie"
-#: club/models.py:185
+#: club/models.py:271
msgid "notes"
msgstr "notatki"
-#: club/models.py:186
+#: club/models.py:272
msgid "updated at"
msgstr "aktualizacja"
-#: club/models.py:190
+#: club/models.py:276
msgid "memberships"
msgstr "czÅonkostwa"
-#: club/models.py:227
+#: club/models.py:313
msgid "days before"
msgstr "dni przed"
-#: club/models.py:228
+#: club/models.py:314
msgid "subject"
msgstr "temat"
-#: club/models.py:229 club/payu/models.py:140
+#: club/models.py:315 club/payu/models.py:157
msgid "body"
msgstr "treÅÄ"
-#: club/models.py:232
+#: club/models.py:318
msgid "reminder email"
msgstr "email z przypomnieniem"
-#: club/models.py:233
+#: club/models.py:319
msgid "reminder emails"
msgstr "emaile z przypomnieniem"
-#: club/models.py:238
+#: club/models.py:324
#, python-format
msgid "a day before expiration"
msgid_plural "%d days before expiration"
@@ -201,7 +197,7 @@ msgstr[1] "%d dni przed wygaÅniÄciem"
msgstr[2] "%d dni przed wygaÅniÄciem"
msgstr[3] "%d dni przed wygaÅniÄciem"
-#: club/models.py:240
+#: club/models.py:326
#, python-format
msgid "a day after expiration"
msgid_plural "%d days after expiration"
@@ -210,19 +206,19 @@ msgstr[1] "%d dni po wygaÅniÄciu"
msgstr[2] "%d dni po wygaÅniÄciu"
msgstr[3] "%d dni przed wygaÅniÄciem"
-#: club/models.py:245
+#: club/models.py:331
msgid "photo"
msgstr "zdjÄcie"
-#: club/models.py:246
+#: club/models.py:332
msgid "text"
msgstr "tekst"
-#: club/models.py:249
+#: club/models.py:335
msgid "ambassador"
msgstr "ambasador"
-#: club/models.py:250
+#: club/models.py:336
msgid "ambassadors"
msgstr "ambasadorowie"
@@ -278,23 +274,27 @@ msgstr "Anulowane"
msgid "Rejected"
msgstr "Odrzucone"
-#: club/payu/models.py:44
+#: club/payu/models.py:40
+msgid "Invalid token"
+msgstr ""
+
+#: club/payu/models.py:47
msgid "PayU order"
msgstr "zamówienie PayU"
-#: club/payu/models.py:45
+#: club/payu/models.py:48
msgid "PayU orders"
msgstr "zamówienia PayU"
-#: club/payu/models.py:141
+#: club/payu/models.py:158
msgid "received_at"
msgstr "odebrana"
-#: club/payu/models.py:145
+#: club/payu/models.py:162
msgid "PayU notification"
msgstr "notyfikacja PayU"
-#: club/payu/models.py:146
+#: club/payu/models.py:163
msgid "PayU notifications"
msgstr "notyfikacje PayU"
@@ -311,7 +311,7 @@ msgid "One-time donations in last 30 days"
msgstr "Jednorazowe wpÅaty w ciÄ
gu ostatnich 30 dni"
#: club/templates/club/dummy_payment.html:4 club/templates/club/index.html:7
-#: club/templates/club/index.html:13
+#: club/templates/club/index.html:12
#: club/templates/club/membership_form_app.html:5
#: club/templates/club/schedule.html:5 club/templates/club/thanks.html:6
#: club/templates/club/year_summary.html:5
@@ -344,19 +344,19 @@ msgid "Thank you for your support! Support us again!"
msgstr ""
"DziÄkujemy za Twoje dotychczasowe zaangażowanie! Wesprzyj nas ponownie!"
-#: club/templates/club/membership_form.html:20
-msgid "See your past support."
-msgstr "Zobacz swoje dotychczasowe wsparcie."
-
-#: club/templates/club/membership_form.html:24
+#: club/templates/club/membership_form.html:21
msgid "Thank you for wanting to free the books with us!"
msgstr "DziÄkujemy, że chcesz razem z nami uwalniaÄ ksiÄ
żki!"
-#: club/templates/club/membership_form.html:43
+#: club/templates/club/membership_form.html:26
+msgid "See your past support."
+msgstr "Zobacz swoje dotychczasowe wsparcie."
+
+#: club/templates/club/membership_form.html:41
msgid "Help us get 100 new Friends by the end of the school semester."
msgstr "Pomóż nam zdobyÄ 100 nowych PrzyjacióŠdo koÅca semestru szkolnego."
-#: club/templates/club/membership_form.html:44
+#: club/templates/club/membership_form.html:42
#, python-format
msgid ""
"\n"
@@ -385,7 +385,7 @@ msgstr[3] ""
"Od poczÄ
tku tej kampanii staÅÄ
wpÅatÄ
wsparÅo nas już %(supporters)s czytelników i czytelniczek,"
-#: club/templates/club/membership_form.html:49
+#: club/templates/club/membership_form.html:47
#, python-format
msgid ""
"\n"
@@ -461,12 +461,12 @@ msgstr "ZapisujÄ siÄ na newsletter."
#: club/templates/club/payment_form.html:101
msgid ""
-"You can unsubscribe at any point. More in the privacy policy."
+"You can unsubscribe at any point. More in the privacy policy."
msgstr ""
-"W każdej chwili możesz zrezygnowaÄ z subskrypcji. WiÄcej w polityce "
-"prywatnoÅci."
+"W każdej chwili możesz zrezygnowaÄ z subskrypcji. WiÄcej w polityce prywatnoÅci."
#: club/templates/club/payment_form.html:105
msgid "Donate"
@@ -501,16 +501,23 @@ msgstr "Suma"
msgid "Supporting Wolne Lektury"
msgstr "Wspierasz Wolne Lektury"
-#: club/templates/payu/rec_payment.html:15
+#: club/templates/payu/rec_payment.html:19
#, python-format
msgid ""
"\n"
-" You are setting up a monthly payment in the amount of %(amount)s "
+" You are setting up a monthly payment in the amount of %(amount)s "
"PLN. Thank you!\n"
-" "
+" "
msgstr ""
"\n"
-"Zlecasz comiesiÄcznÄ
pÅatnoÅÄ w wysokoÅci %(amount)s zÅ. DziÄkujemy!"
+"Zlecasz comiesiÄcznÄ
pÅatnoÅÄ w wysokoÅci %(amount)s zÅ. DziÄkujemy!\n"
+"\t"
+
+#~ msgid "proposed amounts for single payment"
+#~ msgstr "proponowane kwoty dla pojedynczej wpÅaty"
+
+#~ msgid "proposed amounts for monthly payments"
+#~ msgstr "proponowane kwoty dla miesiÄcznych wpÅat"
#, fuzzy
#~| msgid "Support Wolne Lektury"