/tests/regressiontests/i18n/other/locale/de/LC_MESSAGES/django.po
Unknown | 42 lines | 37 code | 5 blank | 0 comment | 0 complexity | 93fc7d7313457ddb8a91805a3b56da2f MD5 | raw file
1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6msgid "" 7msgstr "" 8"Project-Id-Version: django tests\n" 9"Report-Msgid-Bugs-To: \n" 10"POT-Creation-Date: 2010-02-14 17:33+0100\n" 11"PO-Revision-Date: 2011-01-21 21:37-0300\n" 12"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" 13"Language-Team: de <de@li.org>\n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bit\n" 17"Plural-Forms: nplurals=2; plural=(n != 1)\n" 18 19#: models.py:3 20msgid "Time" 21msgstr "Zeit (LOCALE_PATHS)" 22 23#: models.py:5 24msgid "Date/time" 25msgstr "Datum/Zeit (LOCALE_PATHS)" 26 27#: models.py:7 28msgctxt "month name" 29msgid "May" 30msgstr "Mai" 31 32#: models.py:9 33msgctxt "verb" 34msgid "May" 35msgstr "Kann" 36 37#: models.py:11 38msgctxt "search" 39msgid "%d result" 40msgid_plural "%d results" 41msgstr[0] "%d Resultat" 42msgstr[1] "%d Resultate"