Cleanup
[wolnelektury.git] / src / newtagging / locale / it / LC_MESSAGES / django.po
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 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-09-14 12:34+0200\n"
11 "PO-Revision-Date: 2012-02-18 13:41+0100\n"
12 "Last-Translator: xxx\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
19
20 #: admin.py:42 admin.py:43
21 msgid "tags"
22 msgstr "i tag"
23
24 #: models.py:219
25 msgid "tag"
26 msgstr "tag"
27
28 #: models.py:220
29 msgid "content type"
30 msgstr "tipo di contenuto"
31
32 #: models.py:221
33 msgid "object id"
34 msgstr "oggetto id"
35
36 #: views.py:31
37 #, python-format
38 msgid "No tags found matching \"%s\"."
39 msgstr "Nessun tag corrispondente a \"%s\" è stato trovato."
40
41 #~ msgid "tagged_object_list must be called with a queryset or a model."
42 #~ msgstr ""
43 #~ "L’elenco degli oggetti taggati deve essere chiamato con un queryset "
44 #~ "oppure un modello. "
45
46 #~ msgid "tagged_object_list must be called with a tag model."
47 #~ msgstr ""
48 #~ "L’elenco degli oggetti taggati deve essere chiamato con un modello tag"
49
50 #~ msgid "tagged_object_list must be called with a tag."
51 #~ msgstr "L’elenco degli oggetti taggati deve essere chiamato con un tag."