.event h2 {
color: #01519a;
font-weight: normal;
- font-size: 1.3em;
+ font-size: 1.4em;
margin-bottom: 1.1em; }
.event a {
display: block;
color: #363a3b; }
+ .event .title {
+ font-size: 1.3em; }
.event .description {
+ font-size: 1.3em;
margin-top: 1.4em; }
h2 {
color: #01519a;
font-weight: normal;
- font-size: 1.3em;
+ font-size: 1.4em;
margin-bottom: 1.1em;
}
color: #363a3b;
}
+ .title {
+ font-size: 1.3em;
+ }
+
.description {
+ font-size: 1.3em;
margin-top: 1.4em;
}
{% extends "base.html" %}
-{% load url from future %}
{% load i18n %}
{% block "body" %}
<h1>{% trans "Thanks for submitting" %}</h1>
+<p class="notice">
{% blocktrans %}
Thank you for submitting this new story, it's waiting for moderation.
If you provided an email, we'll inform you about changes in it's status
and comments.
{% endblocktrans %}
+</p>
msgstr ""
"Project-Id-Version: prawokultury\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-08-28 15:15+0200\n"
-"PO-Revision-Date: 2012-08-28 16:42+0100\n"
+"POT-Creation-Date: 2012-08-30 10:23+0200\n"
+"PO-Revision-Date: 2012-08-30 10:24+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: FNP <fundacja@nowoczesnapolska.org.pl>\n"
"Language: \n"
msgstr "wydarzenia"
#: templates/base.html:8
-#: templates/base.html.py:18
+#: templates/base.html.py:13
+#: templates/base.html:14
+#: templates/base.html.py:25
+#: templates/base.html:73
msgid "Culture's right"
msgstr "Prawo kultury"
-#: templates/base.html:23
+#: templates/base.html:30
msgid "Organizer"
msgstr "Organizator"
-#: templates/base.html:26
+#: templates/base.html:33
msgid "Modern Poland Foundation"
msgstr "Fundacja Nowoczesna Polska"
-#: templates/base.html:28
+#: templates/base.html:35
msgid "Sponsor"
msgstr "Wspierane przez"
-#: templates/base.html:31
+#: templates/base.html:38
msgid "Trust for Civil Society in Central and Eastern Europe"
msgstr ""
-#: templates/base.html:40
+#: templates/base.html:47
msgid "Search"
msgstr "Szukaj"
-#: templates/base.html:55
+#: templates/base.html:62
msgid "Upcoming events"
msgstr "Nadchodzące wydarzenia"
-#: templates/base.html:66
+#: templates/base.html:77
msgid "Latest comments"
msgstr "Ostatnie komentarze"
-#: templates/base.html:86
+#: templates/base.html:105
msgid "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license."
msgstr "Jeśli nie oznaczono inaczej, wszystkie teksty są objęte wolną licencją <a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative Commons Uznanie autorstwa – Na tych samych warunkach</a>."
+#: templates/share.html:5
+#: templates/share.html.py:7
+msgid "Share on Facebook"
+msgstr "Podziel się na Facebooku"
+
+#: templates/share.html:10
+#: templates/share.html.py:12
+msgid "Share on Google+"
+msgstr "Podziel się na Google+"
+
+#: templates/share.html:15
+#: templates/share.html.py:17
+msgid "Share on Twitter"
+msgstr "Podziel się na Twitterze"
+
+#: templates/share.html:20
+#: templates/share.html.py:22
+msgid "Share on NK.pl"
+msgstr "Podziel się na NK.pl"
+
#: templates/prevnext/next.html:13
msgid "next"
msgstr "następne"
.prevnext {
- font-size: 1.2em;
+ font-size: 1.3em;
font-style: italic;
margin-top: 1.4em; }
.prevnext a {
.prevnext {
- font-size: 1.2em;
+ font-size: 1.3em;
font-style: italic;
margin-top: 1.4em;
padding-top: 2em;
padding-bottom: 2em; }
#sidebar .social a {
- margin-right: 2em; }
+ margin-right: 1.8em; }
#sidebar .social a img {
vertical-align: middle; }
padding-bottom: 2em;
a {
- margin-right: 2em;
+ margin-right: 1.8em;
img {
vertical-align: middle;
}
-404
\ No newline at end of file
+{% extends "base.html" %}
+{% load i18n %}
+
+
+{% block "titleextra" %}{% trans "Page not found." %}{% endblock %}
+
+
+{% block "body" %}
+
+<h1>{% trans "Page not found" %}</h1>
+
+<p class="notice">
+ {% trans "The page you were looking for doesn't exist." %}
+</p>
+
+{% endblock %}
-500
\ No newline at end of file
+<h1>Wystąpił błąd serwera.</h1>
+
+<p>Coś poszło nie tak. Administratorzy zostali już powiadomieni.</p>
+
+<p>Przepraszamy!</p>
{% categories 'types' %}
</div>
<div class="sidebar-box social">
+ <a href="{% url 'migdal_main_feed' %}" title="RSS feed">
+ <img src="{% static 'img/rss.png' %}" alt="RSS feed" /></a>
{% url 'migdal_main' as main_url %}
{% trans "Culture's right" as site_name %}
{% share main_url site_name "big" %}
- <!--a href="{% url 'migdal_main_feed' %}">RSS</a-->
</div>
<div class="sidebar-box">
<h3>{% trans "Latest comments" %}</h3>
{% load i18n common_tags static %}
{% with encoded_url=url|build_absolute_uri:request|urlencode encoded_desc=description|urlencode %}
<a rel="nofollow" target="_blank" class="facebook"
- href="https://www.facebook.com/sharer.php?u={{ encoded_url }}">
+ href="https://www.facebook.com/sharer.php?u={{ encoded_url }}"
+ title="{% trans 'Share on Facebook' %}">
<img src="{% static "img/social/"|add:iconset|add:"facebook.png" %}"
alt="{% trans 'Share on Facebook' %}"></a>
<a rel="nofollow" target="_blank" class="google"
- href="https://plus.google.com/share?url={{ encoded_url }}">
+ href="https://plus.google.com/share?url={{ encoded_url }}"
+ title="{% trans 'Share on Google+' %}">
<img src="{% static "img/social/"|add:iconset|add:"google.png" %}"
alt="{% trans 'Share on Google+' %}"></a>
<a rel="nofollow" target="_blank" class="twitter"
- href="https://twitter.com/intent/tweet?url={{ encoded_url }}&text={{ encoded_desc }}">
+ href="https://twitter.com/intent/tweet?url={{ encoded_url }}&text={{ encoded_desc }}"
+ title="{% trans 'Share on Twitter' %}">
<img src="{% static "img/social/"|add:iconset|add:"twitter.png" %}"
alt="{% trans 'Share on Twitter' %}"></a>
<a rel="nofollow" target="_blank" class="nk"
- href="http://nk.pl/#sledzik?shout={{ encoded_desc }}%20{{ encoded_url }}">
+ href="http://nk.pl/#sledzik?shout={{ encoded_desc }}%20{{ encoded_url }}"
+ title="{% trans 'Share on NK.pl' %}">
<img src="{% static "img/social/"|add:iconset|add:"nk.png" %}"
alt="{% trans 'Share on NK.pl' %}"></a>
{% comment %}
<a rel="nofollow" target="_blank" class="diaspora"
- href="http://sharetodiaspora.github.com/?title={{ encoded_desc }}&url={{ encoded_url }}">
+ href="http://sharetodiaspora.github.com/?title={{ encoded_desc }}&url={{ encoded_url }}"
+ title="{% trans 'Share on Diaspora' %}">
<img src="{% static "img/social/"|add:iconset|add:"diaspora.png" %}"
alt="{% trans 'Share on Diaspora' %}"></a>
<a rel="nofollow" target="_blank" class="blip"
- href="http://blip.pl/dashboard?body={{ encoded_desc }}%20{{ encoded_url }}">
+ href="http://blip.pl/dashboard?body={{ encoded_desc }}%20{{ encoded_url }}"
+ title="{% trans 'Share on Blip.pl' %}">
<img src="{% static "img/social/"|add:iconset|add:"blip.png" %}"
alt="{% trans 'Share on Blip.pl' %}"></a>
{% endcomment %}