diff --git a/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo b/adminsortable/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100755 index 0000000..68ed92d Binary files /dev/null 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 new file mode 100755 index 0000000..825ad5d --- /dev/null +++ b/adminsortable/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,34 @@ +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: adminsortable\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-05-20 16:24+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: templates/adminsortable/change_list.html:32 +#, python-format +msgid "Drag and drop %(sort_type)s %(model)s to change their order." +msgstr "Arraste e solte %(sort_type)s %(model)s para alterar a sua ordem." + +#: templates/adminsortable/change_list.html:34 +#, python-format +msgid "Drag and drop %(model)s to change their order." +msgstr "Arraste e solte %(model)s para alterar a sua ordem." + +#: templates/adminsortable/change_list.html:39 +#, python-format +msgid "You may also drag and drop %(sortable_by_class_display_name)s to change their order." +msgstr "Você também pode arrastar e soltar %(sortable_by_class_display_name)s para alterar a sua ordem." + +#: templates/adminsortable/change_list.html:50 +#, python-format +msgid "Return to %(model)s" +msgstr "Retornar para %(model)s" + +#: templates/adminsortable/change_list_with_sort_link.html:6 +msgid "Change Order" +msgstr "Alterar ordem"