From 6b07ba8b91eac4b6e4853fd3a01923c3f04f6016 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 6 Feb 2014 16:53:50 +0100 Subject: [PATCH] Fixes #3252: Gallery title. --- apps/picture/locale/pl/LC_MESSAGES/django.mo | Bin 2340 -> 2075 bytes apps/picture/locale/pl/LC_MESSAGES/django.po | 113 +++++++++---------- 2 files changed, 53 insertions(+), 60 deletions(-) diff --git a/apps/picture/locale/pl/LC_MESSAGES/django.mo b/apps/picture/locale/pl/LC_MESSAGES/django.mo index 7d785e7ecbbbfe532b6cc84f2a4faa918097b740..c95086f8fcd4c5a042fcfcd12703f7059ebf9078 100644 GIT binary patch delta 928 zcmZvaPiPZC6o)5flWe2aHr6&8|7@)YQero4tq?pYf+z$J(q7bptEo^U2GT&Vg$ATO zw5P&Q5cHr}@M16a>QNDt9_m39#FL;P^kVVg$?q4Y;K5MM|!34~~EbMjbqT^Y(8~+8Ef@9EwCD5_khj zU=?PFZyHQ|9E*@{tXn^X%J`|{bH`P8<5-|NEU+8DuaWtb0{Ef+=%leH8m&>&2-gBv@i3Q17S*lPHy3tq;?6?ZpC238l1a zACp~}N@M5ZlU}1*tJtmhWn1xv?5cO)4kVV_hx6fJJ{$=OBgIpLb|aBH_pfKDKP-e{ zx)e>-^P{!s-qhWwUab{_D^Yo(5}coo?o^`SOf4!``O-LftL0ehPiABGYO0bO$28V)#j-Wc{#o}zIlT=n}H~3 z7xAcwKHRj60uiF1HboI_#8reK^$%2=aud|=j8_Ue+;e~T+>i6lIrqMM)sK?J)nxfC zg><01(2HeC9fbEc(IMH0QU;uXm9PL4@EWXucVGj2pzUXxFX2|^U&9z&hUM@RtcR-* zKSlME!A>R&R%K%=lwdlc3Dd9%=Ai@-LUH^Ma#THmQMdrN!ROk3538`3AWf~%#o=ct z34ATF$cQv#LlTPPdMFvUK?!I-Ou|EYegMk;QEi`tG-YW{YEHu?s+oi0=LDVjAB1)A zJdDcsXBbEcFGHHTNyiy=7s`QoD49QnlJN_;1HOWi`A1j{S0PP(qm%VDJ)a;Osc;LF z#E#KPB~HVlI7lo2d_W$qJSy=e0qsFIWc$Vd zHlsD#mWm|!zG`Ez7nR2%WsyjCqZ`u7K*}$&ZylvF%auvi@;K!_MLJOVapb*hLFF1u zRI(+bu*qdQKe2zI6=4RdVw7p5hs>)#)G_Xhxy2GV#uCiJlB23D%gS5oy~-g zBZFH<)_1h$%&awOhd&|(!}Fa<$F(w{TYfu!psT01tEbOQ9qI2)g^7yB&|XDxr+am_)m;MkYUqthjGs$?xrS2UE>jd){@?HAOr7g(k} zF~_Ogloei$<_&Mmw+e3-XT#sowp!OR|Bt&l))yZQe2>M_=6slr6%Bt*qJDcNT#gO= E0W{Q^mjD0& diff --git a/apps/picture/locale/pl/LC_MESSAGES/django.po b/apps/picture/locale/pl/LC_MESSAGES/django.po index 9023d9601..ecaf08d25 100644 --- a/apps/picture/locale/pl/LC_MESSAGES/django.po +++ b/apps/picture/locale/pl/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-16 09:20+0100\n" -"PO-Revision-Date: 2013-12-16 09:28+0100\n" -"Last-Translator: Marcin Koziej \n" +"POT-Creation-Date: 2014-02-06 16:52+0100\n" +"PO-Revision-Date: 2014-02-06 16:53+0100\n" +"Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,59 +26,64 @@ msgstr "" msgid "Please supply an image." msgstr "" -#: models.py:37 +#: models.py:38 msgid "area" msgstr "obszar" -#: models.py:38 +#: models.py:39 msgid "kind" msgstr "typ" -#: models.py:40 +#: models.py:41 msgid "thing" msgstr "przedmiot" -#: models.py:41 +#: models.py:42 msgid "theme" msgstr "motyw" -#: models.py:66 +#: models.py:92 msgid "title" msgstr "tytuł" -#: models.py:67 +#: models.py:93 msgid "slug" msgstr "slug" -#: models.py:68 +#: models.py:94 msgid "sort key" msgstr "klucz sortowania" -#: models.py:69 models.py:70 +#: models.py:95 +#, fuzzy +msgid "sort key by author" +msgstr "klucz sortowania" + +#: models.py:96 models.py:97 msgid "creation date" msgstr "data stworzenia" -#: models.py:72 +#: models.py:99 msgid "image_file" msgstr "" -#: models.py:74 +#: models.py:101 msgid "picture areas JSON" msgstr "obszary w JSON" -#: models.py:75 +#: models.py:102 msgid "extra information" msgstr "dodatkowa informacja" -#: models.py:92 +#: models.py:121 msgid "picture" msgstr "obraz" -#: models.py:93 +#: models.py:122 msgid "pictures" msgstr "obrazy" -#: views.py:79 +#: views.py:82 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -86,84 +91,61 @@ msgid "" "%(tb)s" msgstr "" -#: views.py:80 +#: views.py:83 msgid "Picture imported successfully" msgstr "Obraz został zimportowany" -#: views.py:82 +#: views.py:85 #, python-format msgid "Error importing file: %r" msgstr "Błąd importu pliku: %r" -#: templates/admin/picture/picture/change_list.html:7 +#: templates/admin/picture/picture/change_list.html:8 msgid "Image" msgstr "Obraz" -#: templates/admin/picture/picture/change_list.html:8 +#: templates/admin/picture/picture/change_list.html:9 msgid "Import picture" msgstr "Importuj obraz" #: templates/picture/picture_list_thumb.html:10 #: templates/picture/picture_list_thumb.html:14 -msgid "Listing of all pictures" -msgstr "Lista wszystkich obrazów" +msgid "Listing of all works" +msgstr "Lista wszystkich dzieł" -#: templates/picture/picture_short.html:31 +#: templates/picture/picture_short.html:40 msgid "Epoch" msgstr "Rodzaj" -#: templates/picture/picture_short.html:38 +#: templates/picture/picture_short.html:48 msgid "Kind" msgstr "Typ" -#: templates/picture/picture_short.html:45 +#: templates/picture/picture_short.html:56 msgid "Genre" msgstr "Gatunek" -#: templates/picture/picture_short.html:57 +#: templates/picture/picture_short.html:68 msgid "View online" msgstr "Zobacz online" -#: templates/picture/picture_short.html:60 +#: templates/picture/picture_short.html:71 msgid "download original" msgstr "pobierz oryginał" -#: templates/picture/picture_short.html:63 -#: templates/picture/picture_viewer.html:30 -msgid "Download" -msgstr "Pobierz" - -#: templates/picture/picture_short.html:66 -msgid "original" -msgstr "oryginał" - -#: templates/picture/picture_viewer.html:11 -msgid "Wolne Lektury" -msgstr "" - -#: templates/picture/picture_viewer.html:23 -#: templates/picture/picture_viewer.html:50 -msgid "Themes" -msgstr "Motywy" - -#: templates/picture/picture_viewer.html:24 -#: templates/picture/picture_viewer.html:49 +#: templates/picture/picture_viewer.html:36 #: templates/picture/picture_wide.html:31 msgid "Objects" msgstr "Obiekty" -#: templates/picture/picture_viewer.html:26 -msgid "Edit. note" -msgstr "Nota edytorska" +#: templates/picture/picture_viewer.html:37 +msgid "Themes" +msgstr "Motywy" -#: templates/picture/picture_viewer.html:27 +#: templates/picture/picture_viewer.html:41 msgid "Infobox" msgstr "Informacja" -#: templates/picture/picture_viewer.html:28 -msgid "Picture's page" -msgstr "Strona obrazu" - #: templates/picture/picture_wide.html:20 msgid "Motifs, themes and objects" msgstr "Motywy i obiekty" @@ -197,9 +179,20 @@ msgid "Editor's Platform" msgstr "platformie edytorskiej" #: templates/picture/picture_wide.html:59 -msgid "Picture description on Lektury.Gazeta.pl" -msgstr "Opis na Lektury.Gazeta.pl" - -#: templates/picture/picture_wide.html:62 msgid "Picture description on Wikipedia" msgstr "Opis w Wikipedii" + +#~ msgid "Download" +#~ msgstr "Pobierz" + +#~ msgid "original" +#~ msgstr "oryginał" + +#~ msgid "Edit. note" +#~ msgstr "Nota edytorska" + +#~ msgid "Picture's page" +#~ msgstr "Strona obrazu" + +#~ msgid "Picture description on Lektury.Gazeta.pl" +#~ msgstr "Opis na Lektury.Gazeta.pl" -- 2.20.1