From e2ee27b5f3c92f9930204427249513378ce1bb77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Fri, 16 Oct 2009 12:55:55 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20brakuj=C4=85cego=20skompilowanego=20lo?= =?utf8?q?cale.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- platforma/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 910 bytes platforma/locale/pl/LC_MESSAGES/django.po | 2 +- platforma/templates/explorer/editor.html | 8 ++++---- platforma/templates/registration/head_login.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 platforma/locale/pl/LC_MESSAGES/django.mo diff --git a/platforma/locale/pl/LC_MESSAGES/django.mo b/platforma/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a0cefb7b49efcea4be9a2d8425fef06779b29f25 GIT binary patch literal 910 zcmYL`&rcIU6vsyee^gO}S7YW*23rygR3xl)fyQmO^ap594(+f^yPaufXMxsuG4ZBH z4}`lHkKPPN_&59`yz0U4w43mfx1V|Y-pu>Xo8R*@-w5m>{3-kk{0aOY+}X|zLhgWN z@HV)c#c#oTh~I;AU=N%DPcwc5bBI4>`L9`gp5?!T?%W^XUGOKk48O?YKR2i6{{>y$ z>@7kbgLB{`@EPdNU(C1)K0sW`^1I+XVh%dp7Ib<)fUe(X5UnPffr+^~{GOQW>1N{Y z=JvTg&Rh@I7qZBG_$+*4J2J7_j7Xp(T2>Q;sU=l$YUz+ig4B#umL3a}NUcaMjbnV0 zBeI*yPM;?HSdh9nG$J`dy%I5^L|8i3dO#X3+s2AYHKoScHKTi?V_CV&_NK=cY0cYw z<8AwN&#yPiVKrA5Lv1XpB$4d0*J+fnrY_Q4Eo`z)Be;bYR^nC^=~6zw$_jZ_ctH#K z;_}i$9)?0z7st|R&g$OzUY%7!R`TdhSge#6+F{kt1w65=X}C&ajyV+RRx1c-)vNe) z&98XnV8bhw>VBiKj#3q+m9o>~GD$(-yP?EbR(kEO= zLH0+nj?x~f;u4opm2?@Jb=SW;#WUm;SQ6v@ijHuD$f#e2TQ8*?weIhT<`dGCGP|?HUKUfCUH2?qr literal 0 HcmV?d00001 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 %} -- 2.20.1