X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/newtagging/locale/en/LC_MESSAGES/django.po diff --git a/src/newtagging/locale/en/LC_MESSAGES/django.po b/src/newtagging/locale/en/LC_MESSAGES/django.po new file mode 100644 index 000000000..a2b36bea6 --- /dev/null +++ b/src/newtagging/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,50 @@ +# 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 , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-12-16 09:20+0100\n" +"PO-Revision-Date: 2012-03-04 20:05+0100\n" +"Last-Translator: xxx \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: admin.py:38 +msgid "tags" +msgstr "tags" + +#: models.py:531 +msgid "tag" +msgstr "tag" + +#: models.py:532 +msgid "content type" +msgstr "content type" + +#: models.py:533 +msgid "object id" +msgstr "object id" + +#: views.py:30 +msgid "tagged_object_list must be called with a queryset or a model." +msgstr "tagged_object_list must be defined with a queryset or a model" + +#: views.py:32 +msgid "tagged_object_list must be called with a tag model." +msgstr "tagged_object_list must be defined with a tag model" + +#: views.py:34 +msgid "tagged_object_list must be called with a tag." +msgstr "tagged_object_list must be defined with a tag" + +#: views.py:38 +#, python-format +msgid "No tags found matching \"%s\"." +msgstr "No tag found matching \"%s\"."