From c4bedcd8cf166aedb75f3f6f23af18fe9a897fdc Mon Sep 17 00:00:00 2001 From: gladson Date: Sat, 8 Jun 2013 22:19:54 -0700 Subject: [PATCH] add trans block title and block breadcrumbs in change_list --- adminsortable/locale/en/LC_MESSAGES/django.po | 10 ++++++++++ adminsortable/locale/nl/LC_MESSAGES/django.po | 10 ++++++++++ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 878 -> 1035 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 10 ++++++++++ .../templates/adminsortable/change_list.html | 4 +++- .../adminsortable/edit_inline/stacked.html | 0 6 files changed, 33 insertions(+), 1 deletion(-) mode change 100644 => 100755 adminsortable/locale/en/LC_MESSAGES/django.po mode change 100644 => 100755 adminsortable/locale/nl/LC_MESSAGES/django.po mode change 100644 => 100755 adminsortable/templates/adminsortable/change_list.html mode change 100644 => 100755 adminsortable/templates/adminsortable/edit_inline/stacked.html 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 68ed92dbef3ae4f16714baeaa3fa14f1c8133728..cbc3e04bce3efcbeecc08fee93cde3b26fe8da1f 100755 GIT binary patch delta 278 zcmaFI*3D6WPl#nI0}yZku?!H$05LZZ&jDf(I03{wKztI2^?~>r5bFUk8zTdQ4Ujek z((FLG2uKS9=_(){0;KzZ^b;Wc7)bL1=@U#03|2t;8jv;y(t^wk42}#8ZVawK1}9LU z9Y~7<>4`u(5lF8D(m=foK#GACh+zQaP&Ob2nga$bK$3mpQe)1P%;JKa#7c$yi5rVq z^NUhai#97V)-X!vmZl^YDI_X@gmM*9QWa7wGLte7FF(9EfAU5q;mH%2(%3yjAYKW?dO*Alh;4xQDG&<-u@WN# zLkN&I1JX}`bT^RZ1=0mf3=GCVx(-M?0_jaaS{z7!0n&*;nunQz0jSgn$Yfw(0h15{ r {% 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