Merge pull request #42 from immensa/master
add trans - block title and block breadcrumbs in change_list.htmlmaster
commit
49865b4228
|
|
@ -9,6 +9,16 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:15
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(model)s to change display order"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:25
|
||||||
|
#, python-format
|
||||||
|
msgid "Reorder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:32
|
#: templates/adminsortable/change_list.html:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,16 @@ msgstr ""
|
||||||
"X-Poedit-Language: Dutch\n"
|
"X-Poedit-Language: Dutch\n"
|
||||||
"X-Poedit-Country: NETHERLANDS\n"
|
"X-Poedit-Country: NETHERLANDS\n"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:15
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(model)s to change display order"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:25
|
||||||
|
#, python-format
|
||||||
|
msgid "Reorder"
|
||||||
|
msgstr "Reorder"
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:32
|
#: templates/adminsortable/change_list.html:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -9,6 +9,16 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:15
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(model)s to change display order"
|
||||||
|
msgstr "Arraste e solte %(model)s para mudar a ordem de exibição"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:25
|
||||||
|
#, python-format
|
||||||
|
msgid "Reorder"
|
||||||
|
msgstr "Reordenar"
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:32
|
#: templates/adminsortable/change_list.html:32
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
<script type="text/javascript" src="{{ STATIC_URL }}adminsortable/js/admin.sortable.js"></script>
|
<script type="text/javascript" src="{{ STATIC_URL }}adminsortable/js/admin.sortable.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block title %}{% blocktrans with opts.verbose_name_plural|capfirst as model %}Drag and drop {{ model }} to change display order{% endblocktrans %} | {% trans 'Django site admin' %}{% endblock %}
|
||||||
|
|
||||||
{% block breadcrumbs %}
|
{% block breadcrumbs %}
|
||||||
<div class="breadcrumbs">
|
<div class="breadcrumbs">
|
||||||
<a href="../../../">
|
<a href="../../../">
|
||||||
|
|
@ -22,7 +24,7 @@
|
||||||
{{ app_label|capfirst }}
|
{{ app_label|capfirst }}
|
||||||
</a>
|
</a>
|
||||||
›
|
›
|
||||||
Reorder
|
{% trans 'Reorder' %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue