From: Radek Czajka Date: Wed, 10 Oct 2012 12:34:18 +0000 (+0200) Subject: Minor fixes. X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/97a6fccf2124739922f1f5e3e7fc472e2e402a2b Minor fixes. --- diff --git a/fnpdjango/locale/pl/LC_MESSAGES/django.mo b/fnpdjango/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000..6e5d1fc Binary files /dev/null and b/fnpdjango/locale/pl/LC_MESSAGES/django.mo differ diff --git a/fnpdjango/locale/pl/LC_MESSAGES/django.po b/fnpdjango/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..b43c1ce --- /dev/null +++ b/fnpdjango/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,47 @@ +# 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: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-10-10 14:32+0200\n" +"PO-Revision-Date: 2012-10-10 14:33+0100\n" +"Last-Translator: Radek Czajka \n" +"Language-Team: LANGUAGE \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" + +#: templates/fnpdjango/share.html:5 +#: templates/fnpdjango/share.html.py:7 +msgid "Share on Facebook" +msgstr "Podziel się na Facebooku" + +#: templates/fnpdjango/share.html:10 +#: templates/fnpdjango/share.html.py:12 +msgid "Share on Google+" +msgstr "Podziel się na Google+" + +#: templates/fnpdjango/share.html:15 +#: templates/fnpdjango/share.html.py:17 +msgid "Share on Twitter" +msgstr "Podziel się na Twitterze" + +#: templates/fnpdjango/share.html:20 +#: templates/fnpdjango/share.html.py:22 +msgid "Share on NK.pl" +msgstr "Podziel się na NK.pl" + +#: templates/fnpdjango/prevnext/next.html:13 +msgid "next" +msgstr "następne" + +#: templates/fnpdjango/prevnext/previous.html:13 +msgid "previous" +msgstr "poprzednie" + diff --git a/migdal/templates/migdal/entry/entry_begin.html b/migdal/templates/migdal/entry/entry_begin.html index 12f49ae..161e359 100755 --- a/migdal/templates/migdal/entry/entry_begin.html +++ b/migdal/templates/migdal/entry/entry_begin.html @@ -12,20 +12,6 @@
{{ object.published_at }}
{{ object.author }}
-{% comment %} -{% if request.LANGUAGE_CODE == 'pl' %} - {% if object.published_en %} - {% language 'en' %} - English version - {% endlanguage %} - {% endif %} -{% elif object.published_pl %} - {% language 'pl' %} - polska wersja - {% endlanguage %} -{% endif %} -{% endcomment %} -
{% for category in object.categories.all %} {% if forloop.counter != 1 %}/{% endif %} diff --git a/prawokultury/static/css/header.scss b/prawokultury/static/css/header.scss index 48d7c2d..8901510 100644 --- a/prawokultury/static/css/header.scss +++ b/prawokultury/static/css/header.scss @@ -1,5 +1,5 @@ #header-bar { - height: 14em; + height: 13em; padding-top: 3em; .bar-left {