From fd9df9fdfc88d504308188bf08370a2bb2a7f77a Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Fri, 7 Feb 2020 03:29:17 +0100 Subject: [PATCH] Add Polish translation --- .../locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 837 bytes .../locale/pl/LC_MESSAGES/django.po | 57 ++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 bootstrap_pagination/locale/pl/LC_MESSAGES/django.mo create mode 100644 bootstrap_pagination/locale/pl/LC_MESSAGES/django.po diff --git a/bootstrap_pagination/locale/pl/LC_MESSAGES/django.mo b/bootstrap_pagination/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8cf1f857d8ef82b723d0213675d41ab75de68f4c GIT binary patch literal 837 zcmZvZ&2AGh6om~GXr~~4c1SGDf~o;Ic&0@OlTIoT8dRxiM`b`=uyGSN3`*^h?eG)z zHCQ0=I4s}=Sb|u0%>q^&CzB2fEPXk?*XQ1AXTIND_&~50!ENvoEQ3$LuP@*V_zD8> z4J?75rJh0;z%OtW`~l~|;yFTofMwwGr$}Cd{w{Ut0wLEC--2F(-hPnHXex%1baP|N?T(o5cICS=H}#}OzRC62&MNc~NsWFj z`;Ki7*b8ZFu2oEfeOYMZSkDgg0ed_iT9#>~)4hy!j1&$o_Cz=t(}+i$@rdyTmnxou*n2a!12@ zv)-tO0ogm0eI=-MMk_(mT$;Cbau)AdC!EU9;#~~;{IRGCo|SdFFcUfW$2lQ?0hC$G APXGV_ literal 0 HcmV?d00001 diff --git a/bootstrap_pagination/locale/pl/LC_MESSAGES/django.po b/bootstrap_pagination/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..789c9f4 --- /dev/null +++ b/bootstrap_pagination/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-02-07 03:27+0100\n" +"PO-Revision-Date: 2020-02-07 03:28+0100\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" +"Last-Translator: \n" +"Language-Team: \n" +"X-Generator: Poedit 1.8.7.1\n" + +#: templates/bootstrap_pagination/pagination.html:7 +#: templates/bootstrap_pagination/pagination.html:11 +msgid "First Page" +msgstr "Pierwsza strona" + +#: templates/bootstrap_pagination/pagination.html:18 +#: templates/bootstrap_pagination/pagination.html:22 +#: templatetags/bootstrap_pagination.py:120 +#: templatetags/bootstrap_pagination.py:122 +msgid "Previous Page" +msgstr "Poprzednia strona" + +#: templates/bootstrap_pagination/pagination.html:29 +msgid "Current Page" +msgstr "Obecna strona" + +#: templates/bootstrap_pagination/pagination.html:33 +msgid "Page" +msgstr "Strona" + +#: templates/bootstrap_pagination/pagination.html:33 +msgid "of" +msgstr "z" + +#: templates/bootstrap_pagination/pagination.html:40 +#: templates/bootstrap_pagination/pagination.html:44 +#: templatetags/bootstrap_pagination.py:121 +#: templatetags/bootstrap_pagination.py:123 +msgid "Next Page" +msgstr "Następna strona" + +#: templates/bootstrap_pagination/pagination.html:51 +#: templates/bootstrap_pagination/pagination.html:55 +msgid "Last Page" +msgstr "Ostatnia strona"