From d2cbc3ba0ab584b6aa03c17daeb7e25567d16c62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= <lrekucki@gmail.com> Date: Fri, 16 Oct 2009 12:47:19 +0200 Subject: [PATCH] =?utf8?q?Polskie=20t=C5=82umaczenie=20v0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- platforma/templates/explorer/editor.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html index f55f4ecd..67c357d0 100644 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -50,7 +50,7 @@ <% for (panel in panels) { %> <option value="<%= panel %>"><%= panel %></option> <% }; %> - </select> <button class="refresh">{% trans "Refresh panel" noop %}</button></p> + </select> <button class="refresh">{% trans "Refresh panel" %}</button></p> </div> <div class="content-view"></div> </script> @@ -64,7 +64,7 @@ <script type="text/html" charset="utf-8" id="html-view-template"> <div class="htmlview-toolbar"> - <a class="html-print-link" href="print" ui:baseref="{% url file_print fileid %}" target="_new">{% trans "Print version" noop %}</a> + <a class="html-print-link" href="print" ui:baseref="{% url file_print fileid %}" target="_new">{% trans "Print version" %}</a> </div> <div class="htmlview"> @@ -93,17 +93,17 @@ <button type="button" class="image-gallery-next-button"> - <img alt="{% trans 'Next page' noop %}" src="{{STATIC_URL}}/icons/go-next.png" width="16" height="16" /> + <img alt="{% trans 'Next page' %}" src="{{STATIC_URL}}/icons/go-next.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-in"> - <img alt="{% trans 'Zoom in' noop %}" src="{{STATIC_URL}}/icons/zoom_in.png" width="16" height="16" /> + <img alt="{% trans 'Zoom in' %}" src="{{STATIC_URL}}/icons/zoom_in.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-out"> - <img alt="{% trans 'Zoom out' noop %}" src="{{STATIC_URL}}/icons/zoom_out.png" width="16" height="16" /> + <img alt="{% trans 'Zoom out' %}" src="{{STATIC_URL}}/icons/zoom_out.png" width="16" height="16" /> </button> <button type="button" class="image-gallery-zoom-reset"> - <img alt="{% trans 'Reset zoom' noop %}" src="{{STATIC_URL}}/icons/zoom.png" width="16" height="16" /> + <img alt="{% trans 'Reset zoom' %}" src="{{STATIC_URL}}/icons/zoom.png" width="16" height="16" /> </button> </p> </div> @@ -152,11 +152,11 @@ {% block breadcrumbs %}<a href="{% url file_list %}">Platforma</a> > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} {% block header-toolbar %} - <a href="http://stigma.nowoczesnapolska.org.pl/platforma-hg/ksiazki/log/tip/{{ fileid }}.xml" target="_new" >{% trans 'History' noop %}</a> - <button id="action-merge">{% trans 'Push' noop %}</button> - <button id="action-update">{% trans 'Pull' noop %}</button> - <button id="action-commit">{% trans 'Save' noop %}</button> - <button id="action-quick-save">{% trans 'Quick save' noop %}</button> + <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> {% endblock %} {% block maincontent %} -- 2.20.1