Dodanie brakującego skompilowanego locale.
authorŁukasz Rekucki <lrekucki@gmail.com>
Fri, 16 Oct 2009 10:55:55 +0000 (12:55 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Fri, 16 Oct 2009 10:55:55 +0000 (12:55 +0200)
platforma/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
platforma/locale/pl/LC_MESSAGES/django.po
platforma/templates/explorer/editor.html
platforma/templates/registration/head_login.html

diff --git a/platforma/locale/pl/LC_MESSAGES/django.mo b/platforma/locale/pl/LC_MESSAGES/django.mo
new file mode 100644 (file)
index 0000000..a0cefb7
Binary files /dev/null and b/platforma/locale/pl/LC_MESSAGES/django.mo differ
index 8be2278..52d7a6d 100644 (file)
@@ -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 <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
index 67c357d..151ffa6 100644 (file)
 
 {% block header-toolbar %}
     <a href="http://stigma.nowoczesnapolska.org.pl/platforma-hg/ksiazki/log/tip/{{ fileid }}.xml" target="_new" >{% trans 'History'  %}</a>
-       <button id="action-merge">{% trans 'Push'  %}</button>
-        <button id="action-update">{% trans 'Pull'  %}</button>
-        <button id="action-commit">{% trans 'Save'  %}</button>
-        <button id="action-quick-save">{% trans 'Quick save'  %}</button>
+       <button id="action-merge">{% trans 'Push' %}</button>
+        <button id="action-update">{% trans 'Pull' %}</button>
+        <button id="action-commit">{% trans 'Save' %}</button>
+        <button id="action-quick-save">{% trans 'Quick save' %}</button>
 {% endblock %}
 
 {% block maincontent %}    
index 19c9c12..560ae72 100644 (file)
@@ -2,10 +2,10 @@
 
 {% if user.is_authenticated %}
 <span class="user_name">{{ user.username }}</span> | 
-<a href='{% url logout %}?next={{request.get_full_path}}'>{% trans "Log Out" noop %}</a>
+<a href='{% url logout %}?next={{request.get_full_path}}'>{% trans "Log Out" %}</a>
 {% else %}
 {% url login as login_url %}
 {% ifnotequal login_url request.path %}
-    <a href='{{ login_url }}?next={{request.get_full_path}}'>{% trans "Log In" noop %}</a>
+    <a href='{{ login_url }}?next={{request.get_full_path}}'>{% trans "Log In" %}</a>
 {% endifnotequal %}
 {% endif %}