Added i18n files and Dutch translations, also included locale directory in MANIFEST file
parent
612ab190cf
commit
def6b940f2
|
|
@ -1,3 +1,4 @@
|
||||||
recursive-include adminsortable/static *
|
recursive-include adminsortable/static *
|
||||||
recursive-include adminsortable/templates *
|
recursive-include adminsortable/templates *
|
||||||
|
recursive-include adminsortable/locale *
|
||||||
prune sample_project
|
prune sample_project
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: adminsortable\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2011-09-22 15:42+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 ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:34
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(model)s to change their order."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:39
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You may also drag and drop %(sortable_by_class_display_name)s to change "
|
||||||
|
"thier order."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Return to %(model)s"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list_with_sort_link.html:6
|
||||||
|
msgid "Change Order"
|
||||||
|
msgstr ""
|
||||||
Binary file not shown.
|
|
@ -0,0 +1,39 @@
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: adminsortable\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2011-09-22 15:42+0200\n"
|
||||||
|
"PO-Revision-Date: 2011-09-22 15:50+0100\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Last-Translator: Jaap Roes <jaap@eight.nl>\n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Poedit-Language: Dutch\n"
|
||||||
|
"X-Poedit-Country: NETHERLANDS\n"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:32
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(sort_type)s %(model)s to change their order."
|
||||||
|
msgstr "Sleep %(sort_type)s %(model)s om de volgorde te veranderen"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:34
|
||||||
|
#, python-format
|
||||||
|
msgid "Drag and drop %(model)s to change their order."
|
||||||
|
msgstr "Sleep %(model)s om de volgorde te veranderen"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:39
|
||||||
|
#, python-format
|
||||||
|
msgid "You may also drag and drop %(sortable_by_class_display_name)s to change thier order."
|
||||||
|
msgstr "U kunt ook %(sortable_by_class_display_name)s slepen om de volgorde te veranderen."
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list.html:50
|
||||||
|
#, python-format
|
||||||
|
msgid "Return to %(model)s"
|
||||||
|
msgstr "Terug naar %(model)s"
|
||||||
|
|
||||||
|
#: templates/adminsortable/change_list_with_sort_link.html:6
|
||||||
|
msgid "Change Order"
|
||||||
|
msgstr "Volgorde veranderen"
|
||||||
|
|
||||||
Loading…
Reference in New Issue