summaryrefslogtreecommitdiff
path: root/lib/taggit/locale/de
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-03-27 14:40:24 -0500
committerluxagraf <sng@luxagraf.net>2011-03-27 14:40:24 -0500
commitcbad6ab096e23aea74c913fd37921652eca9728a (patch)
treef6b9c1a04c5bfb1655bc8b9b8e9ade71e104b205 /lib/taggit/locale/de
parent6eaa2bbbf87b2257cb8d5651eb38e89b40eab5a1 (diff)
fixed link retriever to work with pinboard, eliminated django-tagging from links and rewrote base code to optimize for pinboard
Diffstat (limited to 'lib/taggit/locale/de')
-rw-r--r--lib/taggit/locale/de/LC_MESSAGES/django.mobin0 -> 1331 bytes
-rw-r--r--lib/taggit/locale/de/LC_MESSAGES/django.po67
2 files changed, 67 insertions, 0 deletions
diff --git a/lib/taggit/locale/de/LC_MESSAGES/django.mo b/lib/taggit/locale/de/LC_MESSAGES/django.mo
new file mode 100644
index 0000000..3d9eaaf
--- /dev/null
+++ b/lib/taggit/locale/de/LC_MESSAGES/django.mo
Binary files differ
diff --git a/lib/taggit/locale/de/LC_MESSAGES/django.po b/lib/taggit/locale/de/LC_MESSAGES/django.po
new file mode 100644
index 0000000..98ecdac
--- /dev/null
+++ b/lib/taggit/locale/de/LC_MESSAGES/django.po
@@ -0,0 +1,67 @@
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: django-taggit\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-09-07 09:26-0700\n"
+"PO-Revision-Date: 2010-09-07 09:26-0700\n"
+"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
+"Language-Team: German <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"
+
+#: forms.py:20
+msgid "Please provide a comma-separated list of tags."
+msgstr "Bitte eine durch Komma getrennte Schlagwortliste eingeben."
+
+#: managers.py:39 managers.py:83 models.py:50
+msgid "Tags"
+msgstr "Schlagwörter"
+
+#: managers.py:84
+msgid "A comma-separated list of tags."
+msgstr "Eine durch Komma getrennte Schlagwortliste."
+
+#: models.py:10
+msgid "Name"
+msgstr "Name"
+
+#: models.py:11
+msgid "Slug"
+msgstr "Kürzel"
+
+#: models.py:49
+msgid "Tag"
+msgstr "Schlagwort"
+
+#: models.py:56
+#, python-format
+msgid "%(object)s tagged with %(tag)s"
+msgstr "%(object)s verschlagwortet mit %(tag)s"
+
+#: models.py:100
+msgid "Object id"
+msgstr "Objekt-ID"
+
+#: models.py:104 models.py:110
+msgid "Content type"
+msgstr "Inhaltstyp"
+
+#: models.py:138
+msgid "Tagged Item"
+msgstr "Verschlagwortetes Objekt"
+
+#: models.py:139
+msgid "Tagged Items"
+msgstr "Verschlagwortete Objekte"
+
+#: contrib/suggest/models.py:57
+msgid ""
+"Enter a valid Regular Expression. To make it case-insensitive include \"(?i)"
+"\" in your expression."
+msgstr ""
+"Bitte einen regulären Ausdruck eingeben. Fügen Sie \"(?i) \" dem "
+"Ausdruck hinzu, um nicht zwischen Groß- und Kleinschreibung zu "
+"unterscheiden."