fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1bcd175
)
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]
patch
|
blob
platforma/locale/pl/LC_MESSAGES/django.po
patch
|
blob
|
history
platforma/templates/explorer/editor.html
patch
|
blob
|
history
platforma/templates/registration/head_login.html
patch
|
blob
|
history
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
diff --git
a/platforma/locale/pl/LC_MESSAGES/django.po
b/platforma/locale/pl/LC_MESSAGES/django.po
index
8be2278
..
52d7a6d
100644
(file)
--- 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"
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"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git
a/platforma/templates/explorer/editor.html
b/platforma/templates/explorer/editor.html
index
67c357d
..
151ffa6
100644
(file)
--- a/
platforma/templates/explorer/editor.html
+++ b/
platforma/templates/explorer/editor.html
@@
-153,10
+153,10
@@
{% block header-toolbar %}
<a href="http://stigma.nowoczesnapolska.org.pl/platforma-hg/ksiazki/log/tip/{{ fileid }}.xml" target="_new" >{% trans 'History' %}</a>
{% 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 %}
{% endblock %}
{% block maincontent %}
diff --git
a/platforma/templates/registration/head_login.html
b/platforma/templates/registration/head_login.html
index
19c9c12
..
560ae72
100644
(file)
--- a/
platforma/templates/registration/head_login.html
+++ b/
platforma/templates/registration/head_login.html
@@
-2,10
+2,10
@@
{% if user.is_authenticated %}
<span class="user_name">{{ user.username }}</span> |
{% 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 %}
{% 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 %}
{% endifnotequal %}
{% endif %}