X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d7b11e4a01b2314c0527d94d91f3159c0bd34ce..b9bb42662bef07545cddaa72453e80b9b62eba9d:/apps/funding/locale/pl/LC_MESSAGES/django.po?ds=sidebyside diff --git a/apps/funding/locale/pl/LC_MESSAGES/django.po b/apps/funding/locale/pl/LC_MESSAGES/django.po index c3f843cb5..716871916 100644 --- a/apps/funding/locale/pl/LC_MESSAGES/django.po +++ b/apps/funding/locale/pl/LC_MESSAGES/django.po @@ -7,259 +7,438 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-27 17:36+0100\n" -"PO-Revision-Date: 2013-03-27 17:36+0100\n" -"Last-Translator: Radek Czajka <radek.czajka@gmail.com>\n" +"POT-Creation-Date: 2013-06-26 15:26+0200\n" +"PO-Revision-Date: 2013-06-26 15:32+0100\n" +"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n" "Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Poedit 1.5.4\n" -#: forms.py:10 -msgid "Name" -msgstr "ImiÄ i nazwisko" - -#: forms.py:11 -msgid "Anonymously" -msgstr "Anonimowo" - -#: forms.py:13 -msgid "Check if you don't want your name to be visible publicly." -msgstr "Zaznacz, jeÅli nie chcesz by Twoje nazwisko byÅo widoczne publicznie." +#: forms.py:12 templates/funding/wlfund.html:27 +msgid "Amount" +msgstr "Kwota" #: forms.py:14 -msgid "E-mail" -msgstr "E-mail" +msgid "Name" +msgstr "ImiÄ i nazwisko na listÄ darczyÅców" #: forms.py:15 -msgid "Won't be publicised." -msgstr "Nie zostanie opublikowany." +msgid "Optional name for public list of contributors" +msgstr "Opcjonalnie imiÄ i nazwisko lub pseudonim do listy darczyÅców." #: forms.py:16 -msgid "Amount" -msgstr "Kwota" +msgid "Contact e-mail" +msgstr "E-mail kontaktowy" -#: models.py:13 +#: forms.py:17 +msgid "" +"We'll use it to contact you about your perks and fundraiser status and " +"payment updates.<br/> Won't be publicised." +msgstr "" +"Użyjemy go do kontaktu w sprawie prezentów i informacji o zmianach statusu " +"zbiórki i kolejnych akcjach.<br/>Nie bÄdzie publikowany." + +#: forms.py:28 +#, python-format +msgid "The minimum amount is %(amount)s PLN." +msgstr "Minimalna kwota wpÅaty to %(amount)s zÅ." + +#: forms.py:34 +msgid "This offer is out of date." +msgstr "Ta zbiórka jest już nieaktywna." + +#: models.py:19 msgid "author" msgstr "autor" -#: models.py:14 +#: models.py:20 msgid "title" msgstr "tytuÅ" -#: models.py:15 +#: models.py:21 msgid "slug" msgstr "slug" -#: models.py:17 -msgid "Published book." -msgstr "Opublikowana ksiÄ Å¼ka." - -#: models.py:18 -msgid "redakcja URL" -msgstr "URL na Redakcji" +#: models.py:22 +msgid "description" +msgstr "opis" -#: models.py:19 +#: models.py:23 msgid "target" msgstr "kwota docelowa" -#: models.py:20 +#: models.py:24 msgid "start" msgstr "poczÄ tek" -#: models.py:21 +#: models.py:25 msgid "end" msgstr "koniec" -#: models.py:22 +#: models.py:26 msgid "due" msgstr "data publikacji" -#: models.py:23 +#: models.py:27 msgid "When will it be published if the money is raised." msgstr "Kiedy ksiÄ Å¼ka zostanie opublikowana, jeÅli uda siÄ zebraÄ pieniÄ dze." -#: models.py:26 -#: models.py:82 -#: models.py:97 +#: models.py:28 +msgid "redakcja URL" +msgstr "URL na Redakcji" + +#: models.py:30 +msgid "Published book." +msgstr "Opublikowana ksiÄ Å¼ka." + +#: models.py:31 +msgid "Cover" +msgstr "OkÅadka" + +#: models.py:32 +msgid "Poll" +msgstr "Ankieta" + +#: models.py:36 +msgid "Cover preview" +msgstr "PodglÄ d okÅadki" + +#: models.py:40 models.py:114 models.py:135 msgid "offer" msgstr "zbiórka" -#: models.py:27 +#: models.py:41 msgid "offers" msgstr "zbiórki" -#: models.py:83 +#: models.py:115 msgid "price" msgstr "cena" -#: models.py:84 -#: models.py:98 +#: models.py:116 models.py:136 msgid "name" msgstr "nazwa" -#: models.py:85 -msgid "description" -msgstr "opis" +#: models.py:117 +msgid "long name" +msgstr "dÅuga nazwa" -#: models.py:88 +#: models.py:118 +msgid "end date" +msgstr "data koÅcowa" + +#: models.py:121 msgid "perk" msgstr "prezent" -#: models.py:89 -#: models.py:102 +#: models.py:122 models.py:140 msgid "perks" msgstr "prezenty" -#: models.py:99 +#: models.py:137 msgid "email" msgstr "e-mail" -#: models.py:100 -#: models.py:115 +#: models.py:138 models.py:168 msgid "amount" msgstr "kwota" -#: models.py:101 +#: models.py:139 msgid "payed at" msgstr "data wpÅaty" -#: models.py:103 -msgid "anonymous" -msgstr "anonimowo" - -#: models.py:106 +#: models.py:151 msgid "funding" msgstr "wpÅata" -#: models.py:107 +#: models.py:152 msgid "fundings" msgstr "wpÅaty" -#: models.py:116 +#: models.py:169 msgid "when" msgstr "kiedy" -#: models.py:120 +#: models.py:172 msgid "money spent on a book" msgstr "pieniÄ dze wydane na ksiÄ Å¼kÄ" -#: models.py:121 +#: models.py:173 msgid "money spent on books" msgstr "pieniÄ dze wydane na ksiÄ Å¼ki" -#: templates/funding/offer_detail.html:22 -msgid "Support" -msgstr "Wesprzyj" +#: models.py:203 templates/funding/thanks.html:6 +#: templates/funding/thanks.html.py:13 +msgid "Thank you for your support!" +msgstr "DziÄkujemy za Twoje wsparcie!" + +#: templates/funding/email.txt:3 +msgid "Hi" +msgstr "CzeÅÄ" + +#: templates/funding/email.txt:5 +msgid "" +"Thank you for your support - thanks to you we will set another book free." +msgstr "DziÄkujemy za wsparcie - dziÄki Tobie uwolnimy kolejnÄ ksiÄ Å¼kÄ." -#: templates/funding/offer_detail.html:39 +#: templates/funding/email.txt:7 +msgid "The book will be supplemented with your name as a donor." +msgstr "" +"Twoje imiÄ i nazwisko lub pseudonim zostanÄ dodane do listy darczyÅców przy " +"opublikowanej ksiÄ Å¼ce." + +#: templates/funding/email.txt:9 +msgid "" +"We will contact you to keep you informed about your perks,\n" +"status changes to this fundraiser and the incoming ones that we plan to " +"launch." +msgstr "" +"Skontaktujemy siÄ TobÄ w sprawie prezentów i informacji o zmianach statusu " +"zbiórki oraz kolejnych akcjach." + +#: templates/funding/email.txt:12 +msgid "" +"Cheers,\n" +"Wolne Lektury team" +msgstr "" +"Pozdrawiamy,\n" +"zespóŠWolnych Lektur" + +#: templates/funding/no_thanks.html:5 templates/funding/no_thanks.html.py:9 +msgid "Payment failed" +msgstr "PÅatnoÅÄ nie doszÅa do skutku" + +#: templates/funding/no_thanks.html:12 +msgid "You're support has not been processed successfully." +msgstr "Twoje wsparcie nie zostaÅo zaksiÄgowane." + +#: templates/funding/no_thanks.html:16 +#, python-format +msgid "" +"Return to the <a href=\"%(current)s\">current fundraiser</a> and try again " +"or try to use a different payment method." +msgstr "" +"WrÃ³Ä do <a href=\"%(current)s\">aktualnej zbiórki</a> i spróbuj ponownie lub " +"użyj innej metody pÅatnoÅci." + +#: templates/funding/offer_detail.html:32 templates/funding/offer_list.html:29 +#: templates/funding/tags/funding.html:20 +#: templates/funding/tags/funding.html:46 +msgid "Help free the book!" +msgstr "Pomóż uwolniÄ ksiÄ Å¼kÄ!" + +#: templates/funding/offer_detail.html:36 templates/funding/thanks.html:29 +#: templates/funding/wlfund.html:17 templates/funding/tags/funding.html:12 +msgid "Learn more" +msgstr "Dowiedz siÄ wiÄcej" + +#: templates/funding/offer_detail.html:44 +msgid "Support the publication" +msgstr "Wesprzyj publikacjÄ" + +#: templates/funding/offer_detail.html:51 +msgid "Donate!" +msgstr "WpÅaÄ!" + +#: templates/funding/offer_detail.html:59 templates/funding/thanks.html:35 +msgid "Tell your friends!" +msgstr "Powiedz swoim znajomym!" + +#: templates/funding/offer_detail.html:60 +msgid "Support Wolne Lektury!" +msgstr "Wesprzyj Wolne Lektury!" + +#: templates/funding/offer_detail.html:63 +msgid "See all fundraisers." +msgstr "Zobacz wszystkie zbiórki." + +#: templates/funding/offer_detail.html:68 msgid "Supporters" msgstr "WpÅaty" -#: templates/funding/offer_detail.html:49 +#: templates/funding/offer_detail.html:82 msgid "Anonymous" msgstr "Anonim" -#: templates/funding/offer_list.html:6 -#: templates/funding/offer_list.html:9 -msgid "Support Wolne Lektury" -msgstr "Wspieraj Wolne Lektury" +#: templates/funding/offer_list.html:7 templates/funding/offer_list.html:12 +msgid "All fundraisers" +msgstr "Wszystkie zbiórki" + +#: templates/funding/offer_list.html:20 +msgid "Current fundraiser:" +msgstr "Aktualna zbiórka:" -#: templates/funding/offer_list.html:16 -msgid "funding closed" -msgstr "zbiórka zakoÅczona" +#: templates/funding/offer_list.html:22 templates/funding/offer_list.html:37 +msgid "Previous fundraisers:" +msgstr "Poprzednie zbiórki:" -#: templates/funding/thanks.html:5 -#: templates/funding/thanks.html.py:9 +#: templates/funding/thanks.html:10 msgid "Thank you!" msgstr "DziÄkujemy!" -#: templates/funding/thanks.html:12 -msgid "Thank you for your support!" -msgstr "DziÄkujemy za Twoje wsparcie!" +#: templates/funding/thanks.html:16 +#: templates/funding/tags/offer_status.html:22 +msgid "Full amount was successfully raised!" +msgstr "UdaÅo siÄ zebraÄ peÅnÄ kwotÄ!" -#: templates/funding/thanks.html:14 +#: templates/funding/thanks.html:18 templates/funding/tags/offer_status.html:6 +#, python-format +msgid "" +"The fundraiser\n" +" ends on %(end)s. The book will be published by %(due)s." +msgstr "Zbiórka koÅczy siÄ %(end)s. KsiÄ Å¼ka zostanie opublikowana do %(due)s." + +#: templates/funding/thanks.html:22 +#, python-format +msgid "" +"Your donation will be spent on digitizing, compiling and\n" +" publishing the book %(b)s in multiple formats. We will contact you " +"if you qualify for perks." +msgstr "" +"PieniÄ dze przez Ciebie wpÅacone przeznaczymy na digitalizacjÄ, opracowanie " +"i udostÄpnienie ksiÄ Å¼ki %(b)s w serwisie w wielu formatach. JeÅli wybraÅeÅ/-" +"aÅ nagrody, skontaktujemy siÄ z TobÄ mailowo." + +#: templates/funding/thanks.html:32 msgid "Go back to the current fundraiser." msgstr "WrÃ³Ä do aktualnej zbiórki." -#: templates/funding/wlfund.html:4 -#: templates/funding/wlfund.html.py:8 -msgid "Wolne Lektury Fund" -msgstr "Fundusz Wolnych Lektur" +#: templates/funding/thanks.html:36 +msgid "I support Wolne Lektury." +msgstr "Wspieram Wolne Lektury" + +#: templates/funding/thanks.html:39 +msgid "Vote for a book for the next fundraiser" +msgstr "Pomóż wybraÄ nastÄpnÄ ksiÄ Å¼kÄ, na którÄ bÄdziemy zbieraÄ pieniÄ dze" -#: templates/funding/wlfund.html:14 +#: templates/funding/wlfund.html:4 templates/funding/wlfund.html.py:8 +msgid "Remaining funds" +msgstr "PozostaÅe Årodki" + +#: templates/funding/wlfund.html:11 +#, python-format +msgid "" +"If\n" +"the full amount needed for publishing a book is not raised in time,\n" +"the funds are spent on <a href=\"%(r)s\">other books waiting for\n" +"publication</a>. The same thing happens with any money remaining\n" +"from successful fundraisers." +msgstr "" +"JeÅli nie udaÅo siÄ zebraÄ peÅnej kwoty potrzebnej do opublikowania ksiÄ Å¼ki, " +"Årodki przekazujemy na redakcjÄ <a href=\"%(r)s\">innych utworów " +"oczekujÄ cych na publikacjÄ w serwisie</a>. Na ten cel przekazujemy również " +"nadmiarowe Årodki ze zbiórek ukoÅczonych sukcesem." + +#: templates/funding/wlfund.html:19 +msgid "Spending these remaining funds is recorded in this table." +msgstr "W poniższej tabeli rejetrujemy wydatkowanie tych Årodków." + +#: templates/funding/wlfund.html:25 +msgid "Date" +msgstr "Data" + +#: templates/funding/wlfund.html:26 +msgid "Operation" +msgstr "Rozdysponowanie Årodków" + +#: templates/funding/wlfund.html:28 msgid "Balance" msgstr "Bilans" -#: templates/funding/wlfund.html:26 -msgid "Book" -msgstr "KsiÄ Å¼ka" +#: templates/funding/wlfund.html:35 +msgid "Money spent on publishing the book" +msgstr "PieniÄ dze przeznaczone na opublikowanie ksiÄ Å¼ki" -#: templates/funding/wlfund.html:34 -msgid "Excessive money from fundraiser" -msgstr "PieniÄ dze pozostaÅe ze zbiórki" +#: templates/funding/wlfund.html:44 +msgid "Money remaining from the fundraiser for" +msgstr "PieniÄ dze pozostaÅe ze zbiórki na" + +#: templates/funding/snippets/any_remaining.html:4 +#, python-format +msgid "" +"Any <a href=\"%(wlfund)s\">remaining funds</a> will be spent\n" +"on other books waiting to be published." +msgstr "" +"Wszelkie <a href=\"%(wlfund)s\">pozostaÅe Årodki</a> przeznaczymy na inne " +"ksiÄ Å¼ki czekajÄ ce na publikacjÄ." + +#: templates/funding/snippets/any_remaining.html:7 +msgid "" +"We will supplement every book with your name as a donor, no matter how\n" +"big your support will be." +msgstr "" +"Zostaniesz umieszczony/-a na liÅcie darczyÅców, niezależnie od wysokoÅci " +"wpÅaty." #: templates/funding/tags/funding.html:10 -msgid "Support a book:" -msgstr "Wesprzyj ksiÄ Å¼kÄ:" +msgid "Support!" +msgstr "Wesprzyj!" -#: templates/funding/tags/funding.html:14 +#: templates/funding/tags/funding.html:28 msgid "collected" msgstr "zebrane" -#: templates/funding/tags/funding.html:16 +#: templates/funding/tags/funding.html:31 +msgid "needed" +msgstr "potrzebujemy" + +#: templates/funding/tags/funding.html:34 msgid "until fundraiser end" msgstr "do koÅca zbiórki" -#: templates/funding/tags/offer_detail_head.html:5 +#: templates/funding/tags/offer_status.html:11 #, python-format msgid "" -"If the target is met\n" -" by %(end)s, this book will be published by %(due)s." -msgstr "JeÅli do %(end)s uda siÄ zebraÄ peÅnÄ kwotÄ, ksiÄ Å¼ka zostanie opublikowana do %(due)s." +"W need %(target)s zÅ to digitize it,\n" +" compile it and publish for free in multiple formats." +msgstr "" +"Potrzebujemy %(target)s zÅ, by jÄ zdigitalizowaÄ, opracowaÄ i bezpÅatnie " +"udostÄpniÄ w serwisie w wielu formatach." -#: templates/funding/tags/offer_detail_head.html:10 +#: templates/funding/tags/offer_status.html:15 #, python-format msgid "" -"Any excessive money will be transfered to the\n" -" <a href=\"%(url)s\">Wolne Lektury Fund</a>." +"If we raise enought money before %(end)s we will\n" +" publish it and make it available for everyone." msgstr "" -"Wszelkie pozostaÅe Årodki zostanÄ przekazane na\n" -" <a href=\"%(url)s\">Fundusz Wolnych Lektur</a>." +"JeÅli do %(end)s uda siÄ zebraÄ peÅnÄ kwotÄ, opublikujemy jÄ i bÄdzie " +"dostÄpna dla wszystkich." -#: templates/funding/tags/offer_detail_head.html:15 -msgid "See the published book:" -msgstr "Zobacz opublikowanÄ ksiÄ Å¼kÄ:" - -#: templates/funding/tags/offer_detail_head.html:18 -msgid "Funding target has been met!" -msgstr "UdaÅo siÄ zebraÄ peÅnÄ kwotÄ!" +#: templates/funding/tags/offer_status.html:26 +msgid "The amount needed was not raised." +msgstr "Nie udaÅo siÄ zebraÄ peÅnej kwoty." -#: templates/funding/tags/offer_detail_head.html:19 -msgid "The book will be published by:" -msgstr "KsiÄ Å¼ka zostanie opublikowana do" +#: templates/funding/tags/offer_status_more.html:8 +msgid "Fundraiser span" +msgstr "Termin zbiórki" -#: templates/funding/tags/offer_detail_head.html:22 +#: templates/funding/tags/offer_status_more.html:12 #, python-format -msgid "You can follow the work on the <a href=\"%(url)s\">Editorial Platform</a>." -msgstr "Możesz ÅledziÄ prace na <a href=\"%(url)s\">Platformie Redakcyjnej</a>." +msgid "" +"The book\n" +" <a href=\"%(bu)s\">%(bt)s</a> has been already published." +msgstr "" +"KsiÄ Å¼ka\n" +" <a href=\"%(bu)s\">%(bt)s</a> zostaÅa opublikowana." -#: templates/funding/tags/offer_detail_head.html:28 -msgid "Funding target has not been met." -msgstr "Nie udaÅo siÄ zebraÄ peÅnej kwoty." +#: templates/funding/tags/offer_status_more.html:15 +#, python-format +msgid "" +"The book\n" +" will be published by %(due)s." +msgstr "KsiÄ Å¼ka zostanie opublikowana do %(due)s." -#: templates/funding/tags/offer_detail_head.html:31 +#: templates/funding/tags/offer_status_more.html:18 #, python-format msgid "" -"Collected funds have been transfered to the\n" -" <a href=\"%(url)s\">Wolne Lektury Fund</a>." -msgstr "" -"Zebrane Årodki zostaÅy przekazane na\n" -" <a href=\"%(url)s\">Fundusz Wolnych Lektur</a>." +"You can follow\n" +" the work on the <a href=\"%(r)s\">Editorial Platform</a>." +msgstr "Możesz ÅledziÄ prace na <a href=\"%(r)s\">Platformie Redakcyjnej</a>." -#: templates/funding/widgets/amount.html:12 +#: templates/funding/widgets/amount.html:13 msgid "Other amount" msgstr "Inna kwota" -