Minor fixes.
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 10 Oct 2012 12:34:18 +0000 (14:34 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 10 Oct 2012 12:34:18 +0000 (14:34 +0200)
fnpdjango/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
fnpdjango/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
migdal/templates/migdal/entry/entry_begin.html
prawokultury/static/css/header.scss

diff --git a/fnpdjango/locale/pl/LC_MESSAGES/django.mo b/fnpdjango/locale/pl/LC_MESSAGES/django.mo
new file mode 100644 (file)
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 (file)
index 0000000..b43c1ce
--- /dev/null
@@ -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 <EMAIL@ADDRESS>, 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 <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"
+
+#: 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"
+
index 12f49ae..161e359 100755 (executable)
 <div class="date">{{ object.published_at }}</div>
 <div class="author">{{ object.author }}</div>
 
-{% comment %}
-{% if request.LANGUAGE_CODE == 'pl' %}
-    {% if object.published_en %}
-        {% language 'en' %}
-            <a href="{{ object.get_absolute_url }}">English version</a>
-        {% endlanguage %}
-    {% endif %}
-{% elif object.published_pl %}
-        {% language 'pl' %}
-            <a href="{{ object.get_absolute_url }}">polska wersja</a>
-        {% endlanguage %}
-{% endif %}
-{% endcomment %}
-
 <div class="categories">
 {% for category in object.categories.all %}
     {% if forloop.counter != 1 %}/{% endif %}
index 48d7c2d..8901510 100644 (file)
@@ -1,5 +1,5 @@
 #header-bar {
-    height: 14em;
+    height: 13em;
     padding-top: 3em;
 
     .bar-left {