From: Łukasz Rekucki Date: Fri, 16 Oct 2009 10:55:55 +0000 (+0200) Subject: Dodanie brakującego skompilowanego locale. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/e2ee27b5f3c92f9930204427249513378ce1bb77?ds=inline;hp=--cc Dodanie brakującego skompilowanego locale. --- e2ee27b5f3c92f9930204427249513378ce1bb77 diff --git a/platforma/locale/pl/LC_MESSAGES/django.mo b/platforma/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 00000000..a0cefb7b Binary files /dev/null and b/platforma/locale/pl/LC_MESSAGES/django.mo differ diff --git a/platforma/locale/pl/LC_MESSAGES/django.po b/platforma/locale/pl/LC_MESSAGES/django.po index 8be22785..52d7a6d2 100644 --- a/platforma/locale/pl/LC_MESSAGES/django.po +++ b/platforma/locale/pl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-10-16 10:43+0000\n" +"POT-Creation-Date: 2009-10-16 10:52+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html index 67c357d0..151ffa60 100644 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -153,10 +153,10 @@ {% block header-toolbar %} {% trans 'History' %} - - - - + + + + {% endblock %} {% block maincontent %} diff --git a/platforma/templates/registration/head_login.html b/platforma/templates/registration/head_login.html index 19c9c123..560ae728 100644 --- a/platforma/templates/registration/head_login.html +++ b/platforma/templates/registration/head_login.html @@ -2,10 +2,10 @@ {% if user.is_authenticated %} {{ user.username }} | -{% trans "Log Out" noop %} +{% trans "Log Out" %} {% else %} {% url login as login_url %} {% ifnotequal login_url request.path %} - {% trans "Log In" noop %} + {% trans "Log In" %} {% endifnotequal %} {% endif %}