55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: django tests\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2010-02-14 17:33+0100\n"
|
|
"PO-Revision-Date: 2011-01-21 21:37-0300\n"
|
|
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
|
|
"Language-Team: de <de@li.org>\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:3
|
|
msgid "Time"
|
|
msgstr "Zeit (LOCALE_PATHS)"
|
|
|
|
#: models.py:5
|
|
msgid "Date/time"
|
|
msgstr "Datum/Zeit (LOCALE_PATHS)"
|
|
|
|
#: models.py:7
|
|
msgctxt "month name"
|
|
msgid "May"
|
|
msgstr "Mai"
|
|
|
|
#: models.py:9
|
|
msgctxt "verb"
|
|
msgid "May"
|
|
msgstr "Kann"
|
|
|
|
#: models.py:11
|
|
msgctxt "search"
|
|
msgid "%d result"
|
|
msgid_plural "%d results"
|
|
msgstr[0] "%d Resultat"
|
|
msgstr[1] "%d Resultate"
|
|
|
|
#: models.py:13
|
|
#, python-format
|
|
msgid "The result was %(percent)s%%"
|
|
msgstr "Das Ergebnis war %(percent)s%%"
|
|
|
|
#: models.py:13
|
|
#, python-format
|
|
msgid "%(percent)s%% represents %(num)s object"
|
|
msgid_plural "%(percent)s%% represents %(num)s objects"
|
|
msgstr[0] "%(percent)s%% stellt %(num)s Objekt dar"
|
|
msgstr[1] "%(percent)s%% stellt %(num)s Objekte dar"
|