info = sys.exc_info()
exception = pprint.pformat(info[1])
tb = '\n'.join(traceback.format_tb(info[2]))
- return HttpResponse(_("An error occurred: %s\n\n%s") % (exception, tb), mimetype='text/plain')
+ _('Today is %(month)s, %(day)s.') % {'month': m, 'day': d}
+ return HttpResponse(_("An error occurred: %(exception)s\n\n%(tb)s") % {'exception':exception, 'tb':tb}, mimetype='text/plain')
return HttpResponse(_("Book imported successfully"))
else:
return HttpResponse(_("Error importing file: %r") % book_import_form.errors)
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
+++ /dev/null
-# 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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-04 14:22+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: catalogue/models.py:23 lessons/models.py:15
-msgid "author"
-msgstr ""
-
-#: catalogue/models.py:24
-msgid "epoch"
-msgstr ""
-
-#: catalogue/models.py:25
-msgid "kind"
-msgstr ""
-
-#: catalogue/models.py:26
-msgid "genre"
-msgstr ""
-
-#: catalogue/models.py:27
-msgid "theme"
-msgstr ""
-
-#: catalogue/models.py:28
-msgid "set"
-msgstr ""
-
-#: catalogue/models.py:29 catalogue/models.py:309
-msgid "book"
-msgstr ""
-
-#: catalogue/models.py:43 catalogue/migrations/0001_initial.py:47
-#: sponsors/models.py:14 sponsors/models.py:37
-msgid "name"
-msgstr ""
-
-#: catalogue/models.py:44 catalogue/models.py:90
-#: catalogue/migrations/0001_initial.py:19
-#: catalogue/migrations/0001_initial.py:48 lessons/models.py:13
-msgid "slug"
-msgstr ""
-
-#: catalogue/models.py:45 catalogue/migrations/0001_initial.py:49
-msgid "sort key"
-msgstr ""
-
-#: catalogue/models.py:46 catalogue/migrations/0001_initial.py:50
-msgid "category"
-msgstr ""
-
-#: catalogue/models.py:48 catalogue/models.py:58 catalogue/models.py:91
-#: catalogue/models.py:172 catalogue/migrations/0001_initial.py:20
-#: catalogue/migrations/0001_initial.py:51 chunks/models.py:11
-#: lessons/models.py:17 sponsors/models.py:15
-msgid "description"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "main page"
-msgstr ""
-
-#: catalogue/models.py:49 catalogue/migrations/0001_initial.py:52
-msgid "Show tag on main page"
-msgstr ""
-
-#: catalogue/models.py:52 catalogue/migrations/0001_initial.py:54
-msgid "book count"
-msgstr ""
-
-#: catalogue/models.py:67 catalogue/migrations/0001_initial.py:61
-#: newtagging/models.py:491
-msgid "tag"
-msgstr ""
-
-#: catalogue/models.py:68 newtagging/admin.py:38
-msgid "tags"
-msgstr ""
-
-#: catalogue/models.py:89 catalogue/migrations/0001_initial.py:18
-#: lessons/models.py:12
-msgid "title"
-msgstr ""
-
-#: catalogue/models.py:92 catalogue/migrations/0001_initial.py:21
-msgid "creation date"
-msgstr ""
-
-#: catalogue/models.py:93 catalogue/migrations/0001_initial.py:22
-msgid "short HTML"
-msgstr ""
-
-#: catalogue/models.py:94 catalogue/migrations/0001_initial.py:23
-msgid "parent number"
-msgstr ""
-
-#: catalogue/models.py:95
-msgid "extra information"
-msgstr ""
-
-#: catalogue/models.py:101 catalogue/migrations/0001_initial.py:24
-msgid "XML file"
-msgstr ""
-
-#: catalogue/models.py:102 catalogue/migrations/0001_initial.py:25
-msgid "HTML file"
-msgstr ""
-
-#: catalogue/models.py:103 catalogue/migrations/0001_initial.py:26
-msgid "PDF file"
-msgstr ""
-
-#: catalogue/models.py:104 catalogue/migrations/0001_initial.py:27
-msgid "ODT file"
-msgstr ""
-
-#: catalogue/models.py:105 catalogue/migrations/0001_initial.py:28
-msgid "TXT file"
-msgstr ""
-
-#: catalogue/models.py:106
-msgid "MP3 file"
-msgstr ""
-
-#: catalogue/models.py:107
-msgid "OGG file"
-msgstr ""
-
-#: catalogue/models.py:310
-msgid "books"
-msgstr ""
-
-#: catalogue/models.py:344
-msgid "fragment"
-msgstr ""
-
-#: catalogue/models.py:345
-msgid "fragments"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:62 newtagging/models.py:492
-msgid "content type"
-msgstr ""
-
-#: catalogue/migrations/0001_initial.py:63 newtagging/models.py:493
-msgid "object id"
-msgstr ""
-
-#: chunks/models.py:10 chunks/models.py:24
-msgid "key"
-msgstr ""
-
-#: chunks/models.py:10
-msgid "A unique name for this chunk of content"
-msgstr ""
-
-#: chunks/models.py:12
-msgid "content"
-msgstr ""
-
-#: chunks/models.py:16
-msgid "chunk"
-msgstr ""
-
-#: chunks/models.py:17
-msgid "chunks"
-msgstr ""
-
-#: chunks/models.py:24
-msgid "A unique name for this attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachment"
-msgstr ""
-
-#: chunks/models.py:29
-msgid "attachments"
-msgstr ""
-
-#: lessons/models.py:14
-msgid "file"
-msgstr ""
-
-#: lessons/models.py:16
-msgid "slideshare ID"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "document"
-msgstr ""
-
-#: lessons/models.py:29
-msgid "documents"
-msgstr ""
-
-#: newtagging/views.py:30
-msgid "tagged_object_list must be called with a queryset or a model."
-msgstr ""
-
-#: newtagging/views.py:32
-msgid "tagged_object_list must be called with a tag model."
-msgstr ""
-
-#: newtagging/views.py:34
-msgid "tagged_object_list must be called with a tag."
-msgstr ""
-
-#: newtagging/views.py:38
-#, python-format
-msgid "No tags found matching \"%s\"."
-msgstr ""
-
-#: sponsors/models.py:17
-msgid "logo"
-msgstr ""
-
-#: sponsors/models.py:24
-msgid "url"
-msgstr ""
-
-#: sponsors/models.py:38
-msgid "sponsors"
-msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-05-11 15:47+0200\n"
+"POT-Creation-Date: 2010-05-18 13:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+#: settings.py:36
+msgid "German"
+msgstr ""
+
+#: settings.py:37
+msgid "English"
+msgstr ""
+
+#: settings.py:38
+msgid "Polish"
+msgstr ""
+
+#: settings.py:39
+msgid "Lithuanian"
+msgstr ""
+
+#: settings.py:40
+msgid "French"
+msgstr ""
+
+#: settings.py:41
+msgid "Russian"
+msgstr ""
+
+#: settings.py:42
+msgid "Spain"
+msgstr ""
+
#: templates/404.html:6 templates/404.html.py:15
msgid "Site does not exist"
msgstr ""
"working on fixing it as soon as possible. Meanwhile, please go to "
msgstr ""
-#: templates/base.html:19
+#: templates/base.html:20
msgid ""
"Internet Explorer cannot display this site properly. Click here to read "
"more..."
msgstr ""
-#: templates/base.html:27 templates/catalogue/folded_tag_list.html:13
+#: templates/base.html:28 templates/catalogue/folded_tag_list.html:13
#: templates/catalogue/main_page.html:48 templates/catalogue/main_page.html:87
#: templates/catalogue/main_page.html:270
#: templates/catalogue/main_page.html:279
msgid "See more"
msgstr ""
-#: templates/base.html:36
+#: templates/base.html:37
msgid "Welcome"
msgstr ""
-#: templates/base.html:37
+#: templates/base.html:38
msgid "Your shelves"
msgstr ""
-#: templates/base.html:39
+#: templates/base.html:40
msgid "Administration"
msgstr ""
-#: templates/base.html:41
+#: templates/base.html:42
msgid "Logout"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:84
-#: templates/base.html.py:88 templates/auth/login.html:4
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:95
+#: templates/base.html.py:99 templates/auth/login.html:4
#: templates/auth/login.html.py:7 templates/auth/login.html:12
#: templates/auth/login.html.py:15
msgid "Sign in"
msgstr ""
-#: templates/base.html:44 templates/base.html.py:80 templates/base.html:88
-#: templates/base.html.py:92 templates/auth/login.html:7
+#: templates/base.html:45 templates/base.html.py:91 templates/base.html:99
+#: templates/base.html.py:103 templates/auth/login.html:7
#: templates/auth/login.html.py:21 templates/auth/login.html:23
msgid "Register"
msgstr ""
-#: templates/base.html:61
+#: templates/base.html:55
+msgid "Choose your interface language: "
+msgstr ""
+
+#: templates/base.html:60
+msgid "Choose language"
+msgstr ""
+
+#: templates/base.html:72
msgid ""
"\n"
"\t\t\t\tWolne Lektury is a project lead by <a href=\"http://nowoczesnapolska."
"\t\t\t\t"
msgstr ""
-#: templates/base.html:68
+#: templates/base.html:79
msgid ""
"\n"
"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 "
"\t\t\t\t"
msgstr ""
-#: templates/base.html:77 templates/base.html.py:98
+#: templates/base.html:88 templates/base.html.py:109
#: templates/catalogue/book_detail.html:129
#: templates/catalogue/book_fragments.html:33
#: templates/catalogue/book_stub_detail.html:30
-#: templates/catalogue/search_no_hits.html:19
-#: templates/catalogue/tagged_object_list.html:131
+#: templates/catalogue/search_no_hits.html:22
+#: templates/catalogue/tagged_object_list.html:134
msgid "Close"
msgstr ""
-#: templates/base.html:100 templates/catalogue/book_detail.html:131
+#: templates/base.html:111 templates/catalogue/book_detail.html:131
#: templates/catalogue/book_fragments.html:35
#: templates/catalogue/book_stub_detail.html:32
-#: templates/catalogue/search_no_hits.html:21
-#: templates/catalogue/tagged_object_list.html:133
+#: templates/catalogue/search_no_hits.html:24
+#: templates/catalogue/tagged_object_list.html:136
msgid "Loading"
msgstr ""
msgid "Site administration"
msgstr ""
+#: templates/admin/base_site.html:8
+msgid "Tłumaczenia"
+msgstr ""
+
#: templates/admin/catalogue/book/change_list.html:6
msgid "Import book"
msgstr ""
msgstr ""
#: templates/catalogue/book_stub_detail.html:20
-#: templates/catalogue/tagged_object_list.html:86
+#: templates/catalogue/tagged_object_list.html:87
msgid ""
"This author's works will become part of public domain and will be allowed to "
"be published without restrictions in:"
msgstr ""
#: templates/catalogue/book_text.html:18
-#: templates/catalogue/tagged_object_list.html:122
+#: templates/catalogue/tagged_object_list.html:125
msgid "Themes"
msgstr ""
msgstr ""
#: templates/catalogue/main_page.html:54
-#: templates/catalogue/tagged_object_list.html:104
+#: templates/catalogue/tagged_object_list.html:107
msgid "Authors"
msgstr ""
#: templates/catalogue/main_page.html:58
-#: templates/catalogue/tagged_object_list.html:108
+#: templates/catalogue/tagged_object_list.html:111
msgid "Kinds"
msgstr ""
#: templates/catalogue/main_page.html:62
-#: templates/catalogue/tagged_object_list.html:112
+#: templates/catalogue/tagged_object_list.html:115
msgid "Genres"
msgstr ""
#: templates/catalogue/main_page.html:66
-#: templates/catalogue/tagged_object_list.html:116
+#: templates/catalogue/tagged_object_list.html:119
msgid "Epochs"
msgstr ""
msgstr ""
#: templates/catalogue/tagged_object_list.html:35
-msgid "Choose books' which you want to download:"
+msgid "Choose books' formats which you want to download:"
msgstr ""
#: templates/catalogue/tagged_object_list.html:36
msgid "Delete"
msgstr ""
-#: templates/catalogue/tagged_object_list.html:92
+#: templates/catalogue/tagged_object_list.html:95
msgid "No works of this author found."
msgstr ""
# http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGE_CODE = 'pl'
+gettext = lambda s: s
+
+LANGUAGES = (
+ ('de', gettext('German')),
+ ('en', gettext('English')),
+ ('pl', gettext('Polish')),
+ ('lt', gettext('Lithuanian')),
+ ('fr', gettext('French')),
+ ('ru', gettext('Russian')),
+ ('es', gettext('Spain')),
+)
+
+
SITE_ID = 1
# If you set this to False, Django will make some optimizations so as not
'lessons',
'piston',
'api',
+ 'rosetta',
]
CACHE_BACKEND = 'locmem:///?max_entries=3000'
/* Initialise the countdown functionality. */
$.countdown = new Countdown(); // singleton instance
-})(jQuery);
+})(jQuery);
\ No newline at end of file
{% block branding %}
<h1 id="site-name">{% trans "Site administration" %} - WolneLektury.pl</h1>
+<p style="float: right; font-size: 11px; padding-right: 10px;"><a href="/rosetta/">{% trans "Tłumaczenia" %}</a></p>
{% endblock %}
{% block nav-global %}{% endblock %}
\ No newline at end of file
<div id='countdown'></div>
<script>
+$.countdown.setDefaults($.countdown.regional['{{ LANGUAGE_CODE }}']);
d = new Date({{ pd_counter }}, 1, 1);
$('#countdown').countdown({until: d, format: 'ydHMS', serverSync: serverTime});
</script>
url(r'^$', 'django.views.generic.simple.redirect_to', {'url': 'katalog/'}),
url(r'^i18n/', include('django.conf.urls.i18n')),
)
+
+if 'rosetta' in settings.INSTALLED_APPS:
+ urlpatterns += patterns('',
+ url(r'^rosetta/', include('rosetta.urls')),
+ )