django-admin2/example/files/locale/de/LC_MESSAGES/django.po
yarbelk 690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00

51 lines
1.1 KiB
Text

# This file is distributed under the same license as the django-admin2 package.
#
# Translators:
# dbrgn <gezuru@gmail.com>, 2013
# Jannis Leidel <jannis@leidel.info>, 2013
msgid ""
msgstr ""
"Project-Id-Version: django-admin2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-09-11 06:09-0500\n"
"PO-Revision-Date: 2013-07-08 08:49+0000\n"
"Last-Translator: dbrgn <gezuru@gmail.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/django-admin2/"
"language/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:9
msgid "caption"
msgstr ""
#: models.py:10 models.py:21
msgid "Uploaded File"
msgstr ""
#: models.py:16
msgid "Captioned File"
msgstr ""
#: models.py:17
msgid "Captioned Files"
msgstr ""
#: models.py:27
msgid "Uncaptioned File"
msgstr ""
#: models.py:28
msgid "Uncaptioned Files"
msgstr ""
#: templates/home.html:4
msgid "Example Home"
msgstr "Beispiel Start"
#: templates/home.html:8
msgid "(for reference)"
msgstr "(für's Protokoll)"