diff --git a/adminsortable/locale/en/LC_MESSAGES/django.po b/adminsortable/locale/en/LC_MESSAGES/django.po old mode 100644 new mode 100755 index 7eb07a5..6eb2dfe --- a/adminsortable/locale/en/LC_MESSAGES/django.po +++ b/adminsortable/locale/en/LC_MESSAGES/django.po @@ -9,6 +9,16 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\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 #, python-format msgid "Drag and drop %(sort_type)s %(model)s to change their order." diff --git a/adminsortable/locale/nl/LC_MESSAGES/django.po b/adminsortable/locale/nl/LC_MESSAGES/django.po old mode 100644 new mode 100755 index 668f3c5..58115b2 --- a/adminsortable/locale/nl/LC_MESSAGES/django.po +++ b/adminsortable/locale/nl/LC_MESSAGES/django.po @@ -13,6 +13,16 @@ msgstr "" "X-Poedit-Language: Dutch\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 #, python-format msgid "Drag and drop %(sort_type)s %(model)s to change their order." diff --git a/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo b/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo index 68ed92d..cbc3e04 100755 Binary files a/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo and b/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/adminsortable/locale/pt_BR/LC_MESSAGES/django.po b/adminsortable/locale/pt_BR/LC_MESSAGES/django.po index 825ad5d..41cd113 100755 --- a/adminsortable/locale/pt_BR/LC_MESSAGES/django.po +++ b/adminsortable/locale/pt_BR/LC_MESSAGES/django.po @@ -9,6 +9,16 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\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 #, python-format msgid "Drag and drop %(sort_type)s %(model)s to change their order." diff --git a/adminsortable/templates/adminsortable/change_list.html b/adminsortable/templates/adminsortable/change_list.html old mode 100644 new mode 100755 index 6cb3e7e..8391c0b --- a/adminsortable/templates/adminsortable/change_list.html +++ b/adminsortable/templates/adminsortable/change_list.html @@ -12,6 +12,8 @@ {% 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 %}
{% endblock %} diff --git a/adminsortable/templates/adminsortable/edit_inline/stacked.html b/adminsortable/templates/adminsortable/edit_inline/stacked.html old mode 100644 new mode 100755