msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-10-26 12:43+0200\n"
-"PO-Revision-Date: 2011-10-26 12:44+0100\n"
+"POT-Creation-Date: 2011-10-26 12:47+0200\n"
+"PO-Revision-Date: 2011-10-26 12:47+0100\n"
"Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
msgid "Archive"
msgstr "Archiwum"
-#: templates/archive/base.html:10
-msgid "Logout"
-msgstr "Wyloguj"
-
#: templates/archive/base.html:11
msgid "Projects"
msgstr "Projekty"
+#: templates/archive/base.html:13
+msgid "Logout"
+msgstr "Wyloguj"
+
+#: templates/archive/base.html:15
+msgid "Administration"
+msgstr "Administracja"
+
#: templates/archive/file_managed.html:15
msgid "Publishing pending"
msgstr "Czeka na publikacjÄ™"
<a {% if division = "publishing" %}class="active" {% endif %}href="{% url list_publishing %}">{% trans "Publishing" %}</a>
<a {% if division = "published" %}class="active" {% endif %}href="{% url list_published %}">{% trans "Published" %}</a>
<a {% if division = "unmanaged" %}class="active" {% endif %}href="{% url list_unmanaged %}">{% trans "Archive" %}</a>
+ {% if user.is_staff %}
+ <a href='{% url admin:archive_project_changelist %}'>{% trans "Projects" %}</a>
+ {% endif %}
<a href="{% url logout %}" style='float: right;'>{% trans "Logout" %}</a>
- <a target='_blank' href='{% url admin:archive_project_changelist %}' style='float: right;'>{% trans "Projects" %}</a>
+ {% if user.is_staff %}
+ <a href='{% url admin:index %}' style='float: right;'>{% trans "Administration" %}</a>
+ {% endif %}
<span style='float: right;'>{{ user }}</span>
<div class='clr' ></div>
{% endblock %}