From: Radek Czajka Date: Fri, 11 Jun 2010 14:50:51 +0000 (+0200) Subject: Better Lektury.gazeta.pl/Wikipedia links (#685) X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e92d6a9a4b4f3a29797f2f47e99787dce0ab525e?hp=f33c3f5d2b0714abeb7b4e3164e2b0fe07f3cfb3 Better Lektury.gazeta.pl/Wikipedia links (#685) Workaround for '1%' by deleting python-format specifier, see http://code.djangoproject.com/ticket/11240 --- diff --git a/apps/catalogue/locale/pl/LC_MESSAGES/django.mo b/apps/catalogue/locale/pl/LC_MESSAGES/django.mo index 3ba9f7888..a9ea84254 100644 Binary files a/apps/catalogue/locale/pl/LC_MESSAGES/django.mo and b/apps/catalogue/locale/pl/LC_MESSAGES/django.mo differ diff --git a/apps/catalogue/locale/pl/LC_MESSAGES/django.po b/apps/catalogue/locale/pl/LC_MESSAGES/django.po index 83b0bc7a9..8598c3fe3 100644 --- a/apps/catalogue/locale/pl/LC_MESSAGES/django.po +++ b/apps/catalogue/locale/pl/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-05-25 11:21+0200\n" -"PO-Revision-Date: 2010-05-19 16:15\n" -"Last-Translator: \n" +"POT-Creation-Date: 2010-06-11 15:43+0200\n" +"PO-Revision-Date: 2010-06-11 15:31\n" +"Last-Translator: \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,206 +33,208 @@ msgstr "Półki" msgid "Name of the new shelf" msgstr "nazwa nowej półki" -#: models.py:24 models.py:363 +#: models.py:25 models.py:438 msgid "author" msgstr "autor" -#: models.py:25 +#: models.py:26 msgid "epoch" msgstr "epoka" -#: models.py:26 +#: models.py:27 msgid "kind" msgstr "rodzaj" -#: models.py:27 +#: models.py:28 msgid "genre" msgstr "gatunek" -#: models.py:28 +#: models.py:29 msgid "theme" msgstr "motyw" -#: models.py:29 +#: models.py:30 msgid "set" msgstr "półka" -#: models.py:30 models.py:322 +#: models.py:31 models.py:142 msgid "book" msgstr "książka" -#: models.py:44 migrations/0001_initial.py:47 +#: models.py:45 msgid "name" msgstr "nazwa" -#: models.py:45 models.py:103 models.py:365 migrations/0001_initial.py:19 -#: migrations/0001_initial.py:48 +#: models.py:46 models.py:108 models.py:440 msgid "slug" msgstr "" -#: models.py:46 migrations/0001_initial.py:49 +#: models.py:47 msgid "sort key" msgstr "klucz sortowania" -#: models.py:47 migrations/0001_initial.py:50 +#: models.py:48 msgid "category" msgstr "kategoria" -#: models.py:49 models.py:60 models.py:104 models.py:185 -#: migrations/0001_initial.py:20 migrations/0001_initial.py:51 +#: models.py:50 models.py:76 models.py:109 models.py:226 msgid "description" msgstr "opis" -#: models.py:50 migrations/0001_initial.py:52 +#: models.py:51 msgid "main page" msgstr "strona główna" -#: models.py:50 migrations/0001_initial.py:52 +#: models.py:51 msgid "Show tag on main page" msgstr "Pokazuj tag na stronie głównej" -#: models.py:53 migrations/0001_initial.py:54 +#: models.py:54 msgid "book count" msgstr "liczba książek" -#: models.py:54 +#: models.py:55 msgid "year of death" msgstr "rok śmierci" -#: models.py:80 migrations/0001_initial.py:61 +#: models.py:61 msgid "tag" msgstr "tag" -#: models.py:81 +#: models.py:62 msgid "tags" msgstr "tagi" -#: models.py:102 models.py:362 migrations/0001_initial.py:18 +#: models.py:107 models.py:437 msgid "title" msgstr "tytuł" -#: models.py:105 migrations/0001_initial.py:21 +#: models.py:110 msgid "creation date" msgstr "data utworzenia" -#: models.py:106 migrations/0001_initial.py:22 +#: models.py:111 msgid "short HTML" msgstr "krótki HTML" -#: models.py:107 migrations/0001_initial.py:23 +#: models.py:112 msgid "parent number" msgstr "numer rodzica" -#: models.py:108 +#: models.py:113 msgid "extra information" msgstr "dodatkowe informacje" -#: models.py:114 migrations/0001_initial.py:24 +#: models.py:119 msgid "XML file" msgstr "Plik XML" -#: models.py:115 migrations/0001_initial.py:25 +#: models.py:120 msgid "HTML file" msgstr "Plik HTML" -#: models.py:116 migrations/0001_initial.py:26 +#: models.py:121 msgid "PDF file" msgstr "Plik PDF" -#: models.py:117 migrations/0001_initial.py:27 +#: models.py:122 +msgid "EPUB file" +msgstr "Plik EPUB" + +#: models.py:123 msgid "ODT file" msgstr "Plik ODT" -#: models.py:118 migrations/0001_initial.py:28 +#: models.py:124 msgid "TXT file" msgstr "Plik TXT" -#: models.py:119 +#: models.py:125 msgid "MP3 file" msgstr "Plik MP3" -#: models.py:120 +#: models.py:126 msgid "OGG file" msgstr "Plik OGG" -#: models.py:141 +#: models.py:143 +msgid "books" +msgstr "książki" + +#: models.py:195 msgid "Read online" msgstr "Czytaj online" -#: models.py:221 +#: models.py:276 #, python-format msgid "Book %s already exists" msgstr "Książka %s już istnieje" -#: models.py:264 +#: models.py:313 #, python-format msgid "Book with slug = \"%s\" does not exist." msgstr "Książki ο slug = \"%s\" nie istnieje." -#: models.py:323 -msgid "books" -msgstr "książki" - -#: models.py:357 +#: models.py:415 msgid "fragment" msgstr "fragment" -#: models.py:358 +#: models.py:416 msgid "fragments" msgstr "fragmenty" -#: models.py:364 +#: models.py:439 msgid "goes to public domain" msgstr "trafia do domeny publicznej" -#: models.py:366 +#: models.py:441 msgid "translator" msgstr "tłumacz" -#: models.py:367 +#: models.py:442 msgid "year of translator's death" msgstr "rok śmierci tłumacza" -#: models.py:385 +#: models.py:446 msgid "book stub" msgstr "zapowiedź książki" -#: models.py:386 +#: models.py:447 msgid "book stubs" msgstr "zapowiedzi książek" -#: views.py:339 +#: views.py:379 msgid "

To maintain your shelves you need to be logged in.

" msgstr "

Aby zarządzać swoimi półkami, musisz się zalogować.

" -#: views.py:357 +#: views.py:397 msgid "

Shelves were sucessfully saved.

" msgstr "

Półki zostały zapisane.

" -#: views.py:381 +#: views.py:421 msgid "Book was successfully removed from the shelf" msgstr "Usunięto" -#: views.py:383 +#: views.py:423 msgid "This book is not on the shelf" msgstr "Książki nie ma na półce" -#: views.py:479 +#: views.py:524 #, python-format msgid "

Shelf %s was successfully created

" msgstr "

Półka %s została utworzona

" -#: views.py:494 +#: views.py:539 #, python-format msgid "

Shelf %s was successfully removed

" msgstr "

Półka %s została usunięta

" -#: views.py:553 +#: views.py:598 #, python-format msgid "Today is %(month)s, %(day)s." msgstr "" -#: views.py:554 +#: views.py:599 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -243,19 +245,11 @@ msgstr "" "\n" "%(tb)s" -#: views.py:555 +#: views.py:600 msgid "Book imported successfully" msgstr "Książka zaimportowana" -#: views.py:557 +#: views.py:602 #, python-format msgid "Error importing file: %r" msgstr "Błąd podczas importowania pliku: %r" - -#: migrations/0001_initial.py:62 -msgid "content type" -msgstr "typ zawartości" - -#: migrations/0001_initial.py:63 -msgid "object id" -msgstr "id obiektu" diff --git a/apps/catalogue/templatetags/switch_tag.py b/apps/catalogue/templatetags/switch_tag.py new file mode 100644 index 000000000..b91f872a4 --- /dev/null +++ b/apps/catalogue/templatetags/switch_tag.py @@ -0,0 +1,135 @@ +# Source: http://djangosnippets.org/snippets/967/ +# Author: adurdin +# Posted: August 13, 2008 +# +# +# We can use it based on djangosnippets Terms of Service: +# (http://djangosnippets.org/about/tos/) +# +# 2. That you grant any third party who sees the code you post +# a royalty-free, non-exclusive license to copy and distribute that code +# and to make and distribute derivative works based on that code. You may +# include license terms in snippets you post, if you wish to use +# a particular license (such as the BSD license or GNU GPL), but that +# license must permit royalty-free copying, distribution and modification +# of the code to which it is applied. + +from django import template +from django.template import Library, Node, VariableDoesNotExist + +register = Library() + + +@register.tag(name="switch") +def do_switch(parser, token): + """ + The ``{% switch %}`` tag compares a variable against one or more values in + ``{% case %}`` tags, and outputs the contents of the matching block. An + optional ``{% else %}`` tag sets off the default output if no matches + could be found:: + + {% switch result_count %} + {% case 0 %} + There are no search results. + {% case 1 %} + There is one search result. + {% else %} + Jackpot! Your search found {{ result_count }} results. + {% endswitch %} + + Each ``{% case %}`` tag can take multiple values to compare the variable + against:: + + {% switch username %} + {% case "Jim" "Bob" "Joe" %} + Me old mate {{ username }}! How ya doin? + {% else %} + Hello {{ username }} + {% endswitch %} + """ + bits = token.contents.split() + tag_name = bits[0] + if len(bits) != 2: + raise template.TemplateSyntaxError("'%s' tag requires one argument" % tag_name) + variable = parser.compile_filter(bits[1]) + + class BlockTagList(object): + # This is a bit of a hack, as it embeds knowledge of the behaviour + # of Parser.parse() relating to the "parse_until" argument. + def __init__(self, *names): + self.names = set(names) + def __contains__(self, token_contents): + name = token_contents.split()[0] + return name in self.names + + # Skip over everything before the first {% case %} tag + parser.parse(BlockTagList('case', 'endswitch')) + + cases = [] + token = parser.next_token() + got_case = False + got_else = False + while token.contents != 'endswitch': + nodelist = parser.parse(BlockTagList('case', 'else', 'endswitch')) + + if got_else: + raise template.TemplateSyntaxError("'else' must be last tag in '%s'." % tag_name) + + contents = token.contents.split() + token_name, token_args = contents[0], contents[1:] + + if token_name == 'case': + tests = map(parser.compile_filter, token_args) + case = (tests, nodelist) + got_case = True + else: + # The {% else %} tag + case = (None, nodelist) + got_else = True + cases.append(case) + token = parser.next_token() + + if not got_case: + raise template.TemplateSyntaxError("'%s' must have at least one 'case'." % tag_name) + + return SwitchNode(variable, cases) + +class SwitchNode(Node): + def __init__(self, variable, cases): + self.variable = variable + self.cases = cases + + def __repr__(self): + return "" + + def __iter__(self): + for tests, nodelist in self.cases: + for node in nodelist: + yield node + + def get_nodes_by_type(self, nodetype): + nodes = [] + if isinstance(self, nodetype): + nodes.append(self) + for tests, nodelist in self.cases: + nodes.extend(nodelist.get_nodes_by_type(nodetype)) + return nodes + + def render(self, context): + try: + value_missing = False + value = self.variable.resolve(context, True) + except VariableDoesNotExist: + no_value = True + value_missing = None + + for tests, nodelist in self.cases: + if tests is None: + return nodelist.render(context) + elif not value_missing: + for test in tests: + test_value = test.resolve(context, True) + if value == test_value: + return nodelist.render(context) + else: + return "" diff --git a/wolnelektury/locale/de/LC_MESSAGES/django.mo b/wolnelektury/locale/de/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/de/LC_MESSAGES/django.mo and b/wolnelektury/locale/de/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/de/LC_MESSAGES/django.po b/wolnelektury/locale/de/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/de/LC_MESSAGES/django.po +++ b/wolnelektury/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/en/LC_MESSAGES/django.mo b/wolnelektury/locale/en/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/en/LC_MESSAGES/django.mo and b/wolnelektury/locale/en/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/en/LC_MESSAGES/django.po b/wolnelektury/locale/en/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/en/LC_MESSAGES/django.po +++ b/wolnelektury/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/es/LC_MESSAGES/django.mo b/wolnelektury/locale/es/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/es/LC_MESSAGES/django.mo and b/wolnelektury/locale/es/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/es/LC_MESSAGES/django.po b/wolnelektury/locale/es/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/es/LC_MESSAGES/django.po +++ b/wolnelektury/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/fr/LC_MESSAGES/django.mo b/wolnelektury/locale/fr/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/fr/LC_MESSAGES/django.mo and b/wolnelektury/locale/fr/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/fr/LC_MESSAGES/django.po b/wolnelektury/locale/fr/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/fr/LC_MESSAGES/django.po +++ b/wolnelektury/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/lt/LC_MESSAGES/django.mo b/wolnelektury/locale/lt/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/lt/LC_MESSAGES/django.mo and b/wolnelektury/locale/lt/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/lt/LC_MESSAGES/django.po b/wolnelektury/locale/lt/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/lt/LC_MESSAGES/django.po +++ b/wolnelektury/locale/lt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/pl/LC_MESSAGES/django.mo b/wolnelektury/locale/pl/LC_MESSAGES/django.mo index 10a0b3083..3c3e522b4 100644 Binary files a/wolnelektury/locale/pl/LC_MESSAGES/django.mo and b/wolnelektury/locale/pl/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/pl/LC_MESSAGES/django.po b/wolnelektury/locale/pl/LC_MESSAGES/django.po index 9dc31e3e8..f76237083 100644 --- a/wolnelektury/locale/pl/LC_MESSAGES/django.po +++ b/wolnelektury/locale/pl/LC_MESSAGES/django.po @@ -2,13 +2,13 @@ # 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: 2010-06-01 10:53+0200\n" -"PO-Revision-Date: 2010-06-01 12:20\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" +"PO-Revision-Date: 2010-06-11 16:14\n" "Last-Translator: \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" @@ -53,8 +53,12 @@ msgid "Page does not exist" msgstr "Podana strona nie istnieje" #: templates/404.html:17 -msgid "We are sorry, but this page does not exist. Please check if you entered correct address or go to " -msgstr "Przepraszamy, ale ta strona nie istnieje. Sprawdź czy podałeś dobry adres, lub przejdź do" +msgid "" +"We are sorry, but this page does not exist. Please check if you entered " +"correct address or go to " +msgstr "" +"Przepraszamy, ale ta strona nie istnieje. Sprawdź czy podałeś dobry adres, " +"lub przejdź do" #: templates/404.html:17 msgid "main page" @@ -65,10 +69,16 @@ msgid "Server error" msgstr "Błąd serwera" #: templates/500.html:55 -msgid "

The Wolnelektury.pl site is currently unavailable. Meanwhile, visit our blog.

Inform our administrators about the error.

" +msgid "" +"

The Wolnelektury.pl site is currently unavailable. Meanwhile, visit our " +"blog.

Inform our administrators about the " +"error.

" msgstr "" -"

Serwis Wolnelektury.pl jest chwilowo niedostępny. Odwiedź naszego bloga

\n" -"

Powiadom administratorów o błędzie.

" +"

Serwis Wolnelektury.pl jest chwilowo niedostępny. Odwiedź naszego bloga

\n" +"

Powiadom administratorów o błędzie.

" #: templates/503.html:6 templates/503.html.py:54 msgid "Service unavailable" @@ -76,11 +86,17 @@ msgstr "Serwis niedostępny" #: templates/503.html:56 msgid "The Wolnelektury.pl site is currently unavailable due to maintainance." -msgstr "Serwis Wolnelektury.pl jest obecnie niedostępny z powodu prac konserwacyjnych." +msgstr "" +"Serwis Wolnelektury.pl jest obecnie niedostępny z powodu prac " +"konserwacyjnych." #: templates/base.html:20 -msgid "Internet Explorer cannot display this site properly. Click here to read more..." -msgstr "Internet Explorer nie potrafi poprawnie wyświetlić tej strony. Kliknij tutaj, aby dowiedzieć się więcej..." +msgid "" +"Internet Explorer cannot display this site properly. Click here to read " +"more..." +msgstr "" +"Internet Explorer nie potrafi poprawnie wyświetlić tej strony. Kliknij " +"tutaj, aby dowiedzieć się więcej..." #: templates/base.html:33 msgid "Welcome" @@ -126,45 +142,53 @@ msgstr "Wybierz język" #: templates/base.html:70 msgid "" "\n" -"\t\t\t\tWolne Lektury is a project lead by Modern Poland Foundation.\n" -"\t\t\t\tDigital reproductions are made by The National Library, based on TNL resources. \n" +"\t\t\t\tWolne Lektury is a project lead by Modern Poland Foundation.\n" +"\t\t\t\tDigital reproductions are made by The National Library, based on TNL resources. \n" "\t\t\t\tHosting EO Networks.\n" "\t\t\t\t" msgstr "" "\n" -"Wolne Lektury to projekt prowadzony przez Fundację Nowoczesna Polska. \n" -"Reprodukcje cyfrowe wykonane przez Bibliotekę Narodową z egzemplarzy pochodzących ze zbiorów BN.\n" +"Wolne Lektury to projekt prowadzony przez Fundację Nowoczesna Polska. \n" +"Reprodukcje cyfrowe wykonane przez Bibliotekę Narodową z egzemplarzy pochodzących ze zbiorów BN.\n" "Hosting EO Networks. " #: templates/base.html:77 msgid "" "\n" -"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17\n" -" e-mail: fundacja@nowoczesnapolska.org.pl\n" +"\t\t\t\tModern Poland Foundation, 00-514 Warsaw, ul. Marszałkowska 84/92 " +"lok. 125, tel/fax: (22) 621-30-17\n" +" e-mail: fundacja@nowoczesnapolska.org.pl\n" "\t\t\t\t" msgstr "" "\n" -"Fundacja Nowoczesna Polska, 00-514 Warszawa, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17, e-mail: fundacja@nowoczesnapolska.org.pl" +"Fundacja Nowoczesna Polska, 00-514 Warszawa, ul. Marszałkowska 84/92 lok. " +"125, tel/fax: (22) 621-30-17, e-mail: fundacja@nowoczesnapolska.org.pl" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "Zamknij" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "Ładowanie" @@ -200,7 +224,7 @@ msgstr "Szukaj" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -247,70 +271,74 @@ msgid "Download PDF" msgstr "Pobierz plik PDF" #: templates/catalogue/book_detail.html:37 +msgid "Download EPUB" +msgstr "Pobierz plik EPUB" + +#: templates/catalogue/book_detail.html:40 msgid "Download ODT" msgstr "Pobierz plik ODT" -#: templates/catalogue/book_detail.html:40 +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "Pobierz plik TXT" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "Czyta" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "Reżyseruje" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "Pobierz plik MP3" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "Pobierz plik Ogg Vorbis" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "O utworze" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "Autor" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "Epoka" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "Rodzaj" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "Gatunek" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "W innych miejscach" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "Lektura na wiki projektu" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "Źródło lektury" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "Opis lektury w Lektury.Gazeta.pl" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "Opis lektury w Wikipedii" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "Motywy w utworze" @@ -354,7 +382,9 @@ msgstr "Wrzuć lekturę na półkę!" #: templates/catalogue/book_sets.html:4 msgid "You do not have any shelves. You can create one below, if you want to." -msgstr "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę poniżej." +msgstr "" +"Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę " +"poniżej." #: templates/catalogue/book_sets.html:9 templates/catalogue/book_short.html:4 msgid "Put on the shelf!" @@ -374,16 +404,26 @@ msgid "Categories" msgstr "Utwór w kategoriach" #: templates/catalogue/book_stub_detail.html:17 -msgid "This work is in public domain and will be published on Internet school library of Wolne Lektury soon." -msgstr "To dzieło znajduje się w domenie publicznej i niedługo zostanie opublikowane w szkolnej bibliotece internetowej Wolne Lektury." +msgid "" +"This work is in public domain and will be published on Internet school " +"library of Wolne Lektury soon." +msgstr "" +"To dzieło znajduje się w domenie publicznej i niedługo zostanie opublikowane " +"w szkolnej bibliotece internetowej Wolne Lektury." #: templates/catalogue/book_stub_detail.html:20 -msgid "This work will become part of public domain and will be allowed to be published without restrictions in" -msgstr "To dzieło przejdzie do zasobów domeny publicznej i będzie mogło być publikowane bez żadnych ograniczeń za" +msgid "" +"This work will become part of public domain and will be allowed to be " +"published without restrictions in" +msgstr "" +"To dzieło przejdzie do zasobów domeny publicznej i będzie mogło być " +"publikowane bez żadnych ograniczeń za" #: templates/catalogue/book_stub_detail.html:22 msgid "Find out why Internet libraries can't publish this work." -msgstr "Dowiedz się, dlaczego biblioteki internetowe nie mogą udostępniać dzieł tego autora." +msgstr "" +"Dowiedz się, dlaczego biblioteki internetowe nie mogą udostępniać dzieł tego " +"autora." #: templates/catalogue/book_stub_detail.html:24 msgid "This work is copyrighted." @@ -394,7 +434,7 @@ msgid "Table of contents" msgstr "Spis treści" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "Motywy" @@ -422,7 +462,9 @@ msgstr "Półki zawierające fragment" #: templates/catalogue/fragment_sets.html:4 #: templates/catalogue/main_page.html:28 msgid "You do not own any shelves. You can create one below, if you want to." -msgstr "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę poniżej." +msgstr "" +"Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę " +"poniżej." #: templates/catalogue/fragment_sets.html:9 msgid "Save all shelves" @@ -467,8 +509,12 @@ msgid "Create shelf" msgstr "Utwórz półkę" #: templates/catalogue/main_page.html:37 -msgid "Create your own book set. You can share it with friends by sending them link to your shelf." -msgstr "Stwórz własny zestaw lektur. Możesz się nim później podzielić z innymi, przesyłając im link do Twojej półki." +msgid "" +"Create your own book set. You can share it with friends by sending them link " +"to your shelf." +msgstr "" +"Stwórz własny zestaw lektur. Możesz się nim później podzielić z innymi, " +"przesyłając im link do Twojej półki." #: templates/catalogue/main_page.html:38 msgid "You need to " @@ -488,30 +534,37 @@ msgid "Hand-outs for teachers" msgstr "Materiały pomocnicze dla nauczycieli" #: templates/catalogue/main_page.html:42 -msgid "Lessons' prospects and other ideas for using Wolnelektury.pl for teaching." -msgstr "Scenariusze lekcji i inne pomysły na wykorzytanie serwisu WolneLektury.pl podczas nauczania." +msgid "" +"Lessons' prospects and other ideas for using Wolnelektury.pl for teaching." +msgstr "" +"Scenariusze lekcji i inne pomysły na wykorzytanie serwisu WolneLektury.pl " +"podczas nauczania." #: templates/catalogue/main_page.html:47 -msgid "are professional recordings of literary texts from our repository, available on free license in MP3 and Ogg Vorbis formats as well as in DAISY system." -msgstr "to profesjonalne nagrania tekstów literackich z naszego zbioru dostępne na wolnej licencji w formatach MP3, Ogg Vorbis oraz w systemie DAISY." +msgid "" +"are professional recordings of literary texts from our repository, available " +"on free license in MP3 and Ogg Vorbis formats as well as in DAISY system." +msgstr "" +"to profesjonalne nagrania tekstów literackich z naszego zbioru dostępne na " +"wolnej licencji w formatach MP3, Ogg Vorbis oraz w systemie DAISY." #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "Autorzy" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "Rodzaje" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "Gatunki" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "Epoki" @@ -536,12 +589,21 @@ msgid "You can help us!" msgstr "Możesz nam pomóc!" #: templates/catalogue/main_page.html:268 -msgid "We try our best to elaborate works appended to our library. It is possible only due to support of our volunteers." -msgstr "Utwory włączane sukcesywnie do naszej biblioteki staramy się opracowywać jak najdokładniej. Jest to możliwe tylko dzięki współpracującym z nami wolontariuszom." +msgid "" +"We try our best to elaborate works appended to our library. It is possible " +"only due to support of our volunteers." +msgstr "" +"Utwory włączane sukcesywnie do naszej biblioteki staramy się opracowywać jak " +"najdokładniej. Jest to możliwe tylko dzięki współpracującym z nami " +"wolontariuszom." #: templates/catalogue/main_page.html:269 -msgid "We invite people who want to take part in developing Internet school library Wolne Lektury." -msgstr "Zapraszamy wszystkie osoby, które chcą współtworzyć szkolną bibliotekę internetową Wolne Lektury." +msgid "" +"We invite people who want to take part in developing Internet school library " +"Wolne Lektury." +msgstr "" +"Zapraszamy wszystkie osoby, które chcą współtworzyć szkolną bibliotekę " +"internetową Wolne Lektury." #: templates/catalogue/main_page.html:273 msgid "About us" @@ -550,11 +612,19 @@ msgstr "O projekcie" #: templates/catalogue/main_page.html:275 msgid "" "\n" -"\t\t\tInternet library with school readings “Wolne Lektury” (www.wolnelektury.pl) is a project made by Modern Poland Foundation. It started in 2007 and shares school readings, which are recommended by Ministry of National Education and are in public domain.\n" +"\t\t\tInternet library with school readings “Wolne Lektury” (www.wolnelektury.pl) is a project made by " +"Modern Poland Foundation. It started in 2007 and shares school readings, " +"which are recommended by Ministry of National Education and are in public " +"domain.\n" "\t\t\t" msgstr "" "\n" -"Biblioteka internetowa z lekturami szkolnymi „Wolne Lektury” (www.wolnelektury.pl) to projekt realizowany przez Fundację Nowoczesna Polska. Działa od 2007 roku i udostępnia w swoich zbiorach lektury szkolne, które są zalecane do użytku przez Ministerstwo Edukacji Narodowej i które trafiły już do domeny publicznej." +"Biblioteka internetowa z lekturami szkolnymi „Wolne Lektury” (www.wolnelektury.pl) to projekt realizowany " +"przez Fundację Nowoczesna Polska. Działa od 2007 roku i udostępnia w swoich " +"zbiorach lektury szkolne, które są zalecane do użytku przez Ministerstwo " +"Edukacji Narodowej i które trafiły już do domeny publicznej." #: templates/catalogue/search_multiple_hits.html:5 #: templates/catalogue/search_too_short.html:5 @@ -570,15 +640,19 @@ msgid "Search in WolneLektury.pl" msgstr "Wyszukiwanie w WolneLektury.pl" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "Przepraszamy! Brak wyników spełniających kryteria podane w zapytaniu." #: templates/catalogue/search_no_hits.html:16 msgid "" -"Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.\n" +"Search engine supports following criteria: title, author, theme/topic, " +"epoch, kind and genre.\n" "\t\tAs for now we do not support full text search." -msgstr "Wyszukiwarka obsługuje takie kryteria jak tytuł, autor, motyw/temat, epoka, rodzaj i gatunek utworu. Obecnie nie obsługujemy wyszukiwania fraz w tekstach utworów." +msgstr "" +"Wyszukiwarka obsługuje takie kryteria jak tytuł, autor, motyw/temat, epoka, " +"rodzaj i gatunek utworu. Obecnie nie obsługujemy wyszukiwania fraz w " +"tekstach utworów." #: templates/catalogue/search_too_short.html:14 msgid "Sorry! Search query must have at least two characters." @@ -593,8 +667,12 @@ msgid "Your shelf is empty" msgstr "Twoja półka jest pusta" #: templates/catalogue/tagged_object_list.html:16 -msgid "You can put a book on a shelf by entering page of the reading and clicking 'Put on the shelf'." -msgstr "Możesz wrzucić książkę na półkę, wchodząc na stronę danej lektury i klikając na przycisk „Na półkę!”." +msgid "" +"You can put a book on a shelf by entering page of the reading and clicking " +"'Put on the shelf'." +msgstr "" +"Możesz wrzucić książkę na półkę, wchodząc na stronę danej lektury i klikając " +"na przycisk „Na półkę!”." #: templates/catalogue/tagged_object_list.html:31 msgid "Download all books from this shelf" @@ -605,8 +683,8 @@ msgid "Choose books' formats which you want to download:" msgstr "Wybierz formaty książek, które chcesz pobrać:" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "do czytania" @@ -614,96 +692,133 @@ msgstr "do czytania" msgid "and printing using" msgstr "i drukowania przy pomocy" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "i edytowania przy pomocy" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "na małych ekranach, np. na komórce" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "do słuchania" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "w ulubionym odtwarzaczu MP3" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "otwarty format" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "Fundacji Xiph.Org" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "Pobierz" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "Uaktualnianie listy formatów książek na półce." -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "anuluj" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "Podziel się tą półką" -#: templates/catalogue/tagged_object_list.html:48 -msgid "Copy this link and share it with other people to let them see your shelf." -msgstr "Skopiuj ten link i przekaż go osobom, z którymi chcesz się podzielić tą półką." +#: templates/catalogue/tagged_object_list.html:49 +msgid "" +"Copy this link and share it with other people to let them see your shelf." +msgstr "" +"Skopiuj ten link i przekaż go osobom, z którymi chcesz się podzielić tą " +"półką." -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "Przeczytaj omówienia utworów autora w serwisie Lektury.Gazeta.pl" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" -msgstr "Przeczytaj omówienia z epoki" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" +msgstr "Przeczytaj omówienia z epoki %(last_tag)s w serwisie Lektury.Gazeta.pl" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" -msgstr "w serwisie Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" +"Przeczytaj omówienia z rodzaju %(last_tag)s w serwisie Lektury.Gazeta.pl" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" +"Przeczytaj omówienia z gatunku %(last_tag)s w serwisie Lektury.Gazeta.pl" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "Przeczytaj powiązane omówienia w serwisie Lektury.Gazeta.pl" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "Przeczytaj artykuł o autorze w Wikipedii" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" -msgstr "Przeczytaj artykuł o epoce" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "Przeczytaj artykuł o epoce %(last_tag)s w Wikipedii" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" +msgstr "Przeczytaj artykuł o rodzaju %(last_tag)s w Wikipedii" + +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" +msgstr "Przeczytaj artykuł o gatunku %(last_tag)s w Wikipedii" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" -msgstr "w Wikipedii" +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "Przeczytaj powiązany artykuł w Wikipedii" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "Usuń" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "Dzieła tego autora objęte są prawem autorskim." -#: templates/catalogue/tagged_object_list.html:91 -msgid "This author's works are in public domain and will be published on Internet school library of Wolne Lektury soon." -msgstr "Dzieła tego autora znajdują się w domenie publicznej i niedługo zostaną opublikowane w szkolnej bibliotece internetowej Wolne Lektury." +#: templates/catalogue/tagged_object_list.html:104 +msgid "" +"This author's works are in public domain and will be published on Internet " +"school library of Wolne Lektury soon." +msgstr "" +"Dzieła tego autora znajdują się w domenie publicznej i niedługo zostaną " +"opublikowane w szkolnej bibliotece internetowej Wolne Lektury." -#: templates/catalogue/tagged_object_list.html:95 -msgid "This author's works will become part of public domain and will be allowed to be published without restrictions in" -msgstr "Dzieła tego autora przejdą do zasobów domeny publicznej i będą mogły być publikowane bez żadnych ograniczeń za" +#: templates/catalogue/tagged_object_list.html:108 +msgid "" +"This author's works will become part of public domain and will be allowed to " +"be published without restrictions in" +msgstr "" +"Dzieła tego autora przejdą do zasobów domeny publicznej i będą mogły być " +"publikowane bez żadnych ograniczeń za" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." -msgstr "Dowiedz się, dlaczego biblioteki internetowe nie mogą udostępniać dzieł tego autora." +msgstr "" +"Dowiedz się, dlaczego biblioteki internetowe nie mogą udostępniać dzieł tego " +"autora." #: templates/catalogue/user_shelves.html:6 msgid "remove" @@ -711,19 +826,22 @@ msgstr "usuń" #: templates/catalogue/user_shelves.html:10 msgid "You do not own any shelves. You can create one below if you want to" -msgstr "Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć półkę poniżej." +msgstr "" +"Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć półkę poniżej." #: templates/info/base.html:10 msgid "return to the main page" msgstr "wróć do strony głównej" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." -msgstr "W serwisie Wolne Lektury już teraz opublikowanych jest ponad 1000 utworów! Pomóż w rozwijaniu biblioteki i uwalnianiu nowych lektur przekazując nam darowiznę lub 1%% podatku." +"making a donation or transferring 1% of your income tax." +msgstr "" +"W serwisie Wolne Lektury już teraz opublikowanych jest ponad 1000 utworów! " +"Pomóż w rozwijaniu biblioteki i uwalnianiu nowych lektur przekazując nam " +"darowiznę lub 1% podatku." #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 msgid "More..." @@ -734,7 +852,10 @@ msgid "" "Become an editor of Wolne Lektury! Find out if\n" "we're currently working on a reading you're looking for and prepare\n" "a publication by yourself by logging into the Editorial Platform." -msgstr "Zostań redaktorem lub redaktorką Wolnych Lektur! Sprawdź, czy obecnie pracujemy nad publikacją wyszukiwanej przez ciebie lektury i samodzielnie przygotuj publikację logując się na Platformie Redakcyjnej." +msgstr "" +"Zostań redaktorem lub redaktorką Wolnych Lektur! Sprawdź, czy obecnie " +"pracujemy nad publikacją wyszukiwanej przez ciebie lektury i samodzielnie " +"przygotuj publikację logując się na Platformie Redakcyjnej." #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 diff --git a/wolnelektury/locale/ru/LC_MESSAGES/django.mo b/wolnelektury/locale/ru/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/ru/LC_MESSAGES/django.mo and b/wolnelektury/locale/ru/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/ru/LC_MESSAGES/django.po b/wolnelektury/locale/ru/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/ru/LC_MESSAGES/django.po +++ b/wolnelektury/locale/ru/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/locale/uk/LC_MESSAGES/django.mo b/wolnelektury/locale/uk/LC_MESSAGES/django.mo index bcaab3060..40859fe0e 100644 Binary files a/wolnelektury/locale/uk/LC_MESSAGES/django.mo and b/wolnelektury/locale/uk/LC_MESSAGES/django.mo differ diff --git a/wolnelektury/locale/uk/LC_MESSAGES/django.po b/wolnelektury/locale/uk/LC_MESSAGES/django.po index ab85ecb03..e9f78ecec 100644 --- a/wolnelektury/locale/uk/LC_MESSAGES/django.po +++ b/wolnelektury/locale/uk/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-06-01 10:53+0200\n" +"POT-Creation-Date: 2010-06-11 16:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -151,24 +151,24 @@ msgid "" msgstr "" #: templates/base.html:86 templates/base.html.py:107 templates/base.html:113 -#: templates/catalogue/book_detail.html:129 +#: templates/catalogue/book_detail.html:132 #: templates/catalogue/book_fragments.html:33 #: templates/catalogue/book_stub_detail.html:31 #: templates/catalogue/search_multiple_hits.html:23 #: templates/catalogue/search_no_hits.html:22 #: templates/catalogue/search_too_short.html:19 -#: templates/catalogue/tagged_object_list.html:141 +#: templates/catalogue/tagged_object_list.html:154 msgid "Close" msgstr "" #: templates/base.html:109 templates/base.html.py:115 -#: templates/catalogue/book_detail.html:131 +#: templates/catalogue/book_detail.html:134 #: templates/catalogue/book_fragments.html:35 #: templates/catalogue/book_stub_detail.html:33 #: templates/catalogue/search_multiple_hits.html:25 #: templates/catalogue/search_no_hits.html:24 #: templates/catalogue/search_too_short.html:21 -#: templates/catalogue/tagged_object_list.html:143 +#: templates/catalogue/tagged_object_list.html:156 msgid "Loading" msgstr "" @@ -204,7 +204,7 @@ msgstr "" #: templates/catalogue/book_list.html:12 #: templates/catalogue/book_stub_detail.html:12 #: templates/catalogue/main_page.html:13 -#: templates/catalogue/tagged_object_list.html:41 templates/info/base.html:10 +#: templates/catalogue/tagged_object_list.html:42 templates/info/base.html:10 #: templates/lessons/document_detail.html:9 #: templates/lessons/document_list.html:51 msgid "or" @@ -251,70 +251,74 @@ msgid "Download PDF" msgstr "" #: templates/catalogue/book_detail.html:37 -msgid "Download ODT" +msgid "Download EPUB" msgstr "" #: templates/catalogue/book_detail.html:40 +msgid "Download ODT" +msgstr "" + +#: templates/catalogue/book_detail.html:43 msgid "Download TXT" msgstr "" -#: templates/catalogue/book_detail.html:45 +#: templates/catalogue/book_detail.html:48 msgid "Artist" msgstr "" -#: templates/catalogue/book_detail.html:47 +#: templates/catalogue/book_detail.html:50 msgid "Director" msgstr "" -#: templates/catalogue/book_detail.html:51 +#: templates/catalogue/book_detail.html:54 msgid "Download MP3" msgstr "" -#: templates/catalogue/book_detail.html:52 +#: templates/catalogue/book_detail.html:55 msgid "Download Ogg Vorbis" msgstr "" -#: templates/catalogue/book_detail.html:79 +#: templates/catalogue/book_detail.html:82 msgid "Details" msgstr "" -#: templates/catalogue/book_detail.html:82 +#: templates/catalogue/book_detail.html:85 msgid "Author" msgstr "" -#: templates/catalogue/book_detail.html:88 +#: templates/catalogue/book_detail.html:91 msgid "Epoch" msgstr "" -#: templates/catalogue/book_detail.html:94 +#: templates/catalogue/book_detail.html:97 msgid "Kind" msgstr "" -#: templates/catalogue/book_detail.html:100 +#: templates/catalogue/book_detail.html:103 msgid "Genre" msgstr "" -#: templates/catalogue/book_detail.html:106 +#: templates/catalogue/book_detail.html:109 msgid "Other resources" msgstr "" -#: templates/catalogue/book_detail.html:108 +#: templates/catalogue/book_detail.html:111 msgid "Book on project's wiki" msgstr "" -#: templates/catalogue/book_detail.html:109 +#: templates/catalogue/book_detail.html:112 msgid "Source of the book" msgstr "" -#: templates/catalogue/book_detail.html:111 +#: templates/catalogue/book_detail.html:114 msgid "Book description on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/book_detail.html:114 +#: templates/catalogue/book_detail.html:117 msgid "Book description on Wikipedia" msgstr "" -#: templates/catalogue/book_detail.html:119 +#: templates/catalogue/book_detail.html:122 msgid "Work's themes " msgstr "" @@ -402,7 +406,7 @@ msgid "Table of contents" msgstr "" #: templates/catalogue/book_text.html:18 -#: templates/catalogue/tagged_object_list.html:132 +#: templates/catalogue/tagged_object_list.html:145 msgid "Themes" msgstr "" @@ -509,22 +513,22 @@ msgid "" msgstr "" #: templates/catalogue/main_page.html:54 -#: templates/catalogue/tagged_object_list.html:114 +#: templates/catalogue/tagged_object_list.html:127 msgid "Authors" msgstr "" #: templates/catalogue/main_page.html:58 -#: templates/catalogue/tagged_object_list.html:118 +#: templates/catalogue/tagged_object_list.html:131 msgid "Kinds" msgstr "" #: templates/catalogue/main_page.html:62 -#: templates/catalogue/tagged_object_list.html:122 +#: templates/catalogue/tagged_object_list.html:135 msgid "Genres" msgstr "" #: templates/catalogue/main_page.html:66 -#: templates/catalogue/tagged_object_list.html:126 +#: templates/catalogue/tagged_object_list.html:139 msgid "Epochs" msgstr "" @@ -589,7 +593,7 @@ msgid "Search in WolneLektury.pl" msgstr "" #: templates/catalogue/search_no_hits.html:14 -#: templates/catalogue/tagged_object_list.html:102 +#: templates/catalogue/tagged_object_list.html:115 msgid "Sorry! Search cirteria did not match any resources." msgstr "" @@ -627,8 +631,8 @@ msgid "Choose books' formats which you want to download:" msgstr "" #: templates/catalogue/tagged_object_list.html:36 -#: templates/catalogue/tagged_object_list.html:37 #: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "for reading" msgstr "" @@ -636,99 +640,121 @@ msgstr "" msgid "and printing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:37 +#: templates/catalogue/tagged_object_list.html:38 msgid "and editing using" msgstr "" -#: templates/catalogue/tagged_object_list.html:38 +#: templates/catalogue/tagged_object_list.html:39 msgid "on small displays, for example mobile phones" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 #: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "for listening" msgstr "" -#: templates/catalogue/tagged_object_list.html:39 +#: templates/catalogue/tagged_object_list.html:40 msgid "on favourite MP3 player" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "open format" msgstr "" -#: templates/catalogue/tagged_object_list.html:40 +#: templates/catalogue/tagged_object_list.html:41 msgid "Xiph.org Foundation" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 #: templates/lessons/ajax_document_detail.html:3 #: templates/lessons/document_detail.html:13 msgid "Download" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "Updating list of books' formats on the shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:41 +#: templates/catalogue/tagged_object_list.html:42 msgid "cancel" msgstr "" -#: templates/catalogue/tagged_object_list.html:46 +#: templates/catalogue/tagged_object_list.html:47 msgid "Share this shelf" msgstr "" -#: templates/catalogue/tagged_object_list.html:48 +#: templates/catalogue/tagged_object_list.html:49 msgid "" "Copy this link and share it with other people to let them see your shelf." msgstr "" -#: templates/catalogue/tagged_object_list.html:57 +#: templates/catalogue/tagged_object_list.html:59 msgid "Read work's study of this author on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "Read study of epoch" +#: templates/catalogue/tagged_object_list.html:61 +#, python-format +msgid "Read study of epoch %(last_tag)s on Lektury.Gazeta.pl" msgstr "" -#: templates/catalogue/tagged_object_list.html:60 -msgid "on Lektury.Gazeta.pl" +#: templates/catalogue/tagged_object_list.html:63 +#, python-format +msgid "Read study of kind %(last_tag)s on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:65 +#, python-format +msgid "Read study of genre %(last_tag)s on Lektury.Gazeta.pl" msgstr "" #: templates/catalogue/tagged_object_list.html:67 +msgid "Read related study on Lektury.Gazeta.pl" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:75 msgid "Read article about this author on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "Read article about epoch" +#: templates/catalogue/tagged_object_list.html:77 +#, python-format +msgid "Read article about epoch %(last_tag)s on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:79 +#, python-format +msgid "Read article about kind %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:70 -msgid "on Wikipedia" +#: templates/catalogue/tagged_object_list.html:81 +#, python-format +msgid "Read article about genre %(last_tag)s on Wikipedia" msgstr "" -#: templates/catalogue/tagged_object_list.html:80 +#: templates/catalogue/tagged_object_list.html:83 +msgid "Read related article on Wikipedia" +msgstr "" + +#: templates/catalogue/tagged_object_list.html:93 msgid "Delete" msgstr "" -#: templates/catalogue/tagged_object_list.html:88 +#: templates/catalogue/tagged_object_list.html:101 msgid "This author's works are copyrighted." msgstr "" -#: templates/catalogue/tagged_object_list.html:91 +#: templates/catalogue/tagged_object_list.html:104 msgid "" "This author's works are in public domain and will be published on Internet " "school library of Wolne Lektury soon." msgstr "" -#: templates/catalogue/tagged_object_list.html:95 +#: templates/catalogue/tagged_object_list.html:108 msgid "" "This author's works will become part of public domain and will be allowed to " "be published without restrictions in" msgstr "" -#: templates/catalogue/tagged_object_list.html:97 +#: templates/catalogue/tagged_object_list.html:110 msgid "Find out why Internet libraries can't publish this author's works." msgstr "" @@ -745,11 +771,10 @@ msgid "return to the main page" msgstr "" #: templates/info/join_us.html:2 -#, python-format msgid "" "We have over 1000 works published in Wolne Lektury!\n" "Help us expand the library and set new readings free by\n" -"making a donation or transferring 1%% of your income tax." +"making a donation or transferring 1% of your income tax." msgstr "" #: templates/info/join_us.html:5 templates/info/join_us.html.py:10 diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index fe8abc86c..07fda03ad 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags %} +{% load catalogue_tags pagination_tags switch_tag %} {% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} @@ -54,22 +54,34 @@ {% endif %} {% if last_tag.gazeta_link %}

- {% ifequal last_tag.category "author" %} - {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} - {% endifequal %} - {% ifequal last_tag.category "epoch" %} - {% trans "Read study of epoch" %} {{ last_tag }} {% trans "on Lektury.Gazeta.pl" %} - {% endifequal %} + {% switch last_tag.category %} + {% case "author" %} + {% trans "Read work's study of this author on Lektury.Gazeta.pl" %} + {% case "epoch" %} + {% blocktrans %}Read study of epoch {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %} + {% case "kind" %} + {% blocktrans %}Read study of kind {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %} + {% case "genre" %} + {% blocktrans %}Read study of genre {{ last_tag }} on Lektury.Gazeta.pl{% endblocktrans %} + {% else %} + {% trans "Read related study on Lektury.Gazeta.pl" %} + {% endswitch %}

{% endif %} {% if last_tag.wiki_link %}

- {% ifequal last_tag.category "author" %} - {% trans "Read article about this author on Wikipedia" %} - {% endifequal %} - {% ifequal last_tag.category "epoch" %} - {% trans "Read article about epoch" %} {{ last_tag }} {% trans "on Wikipedia" %} - {% endifequal %} + {% switch last_tag.category %} + {% case "author" %} + {% trans "Read article about this author on Wikipedia" %} + {% case "epoch" %} + {% blocktrans %}Read article about epoch {{ last_tag }} on Wikipedia{% endblocktrans %} + {% case "kind" %} + {% blocktrans %}Read article about kind {{ last_tag }} on Wikipedia{% endblocktrans %} + {% case "genre" %} + {% blocktrans %}Read article about genre {{ last_tag }} on Wikipedia{% endblocktrans %} + {% else %} + {% trans "Read related article on Wikipedia" %} + {% endswitch %}

{% endif %} diff --git a/wolnelektury/templates/info/join_us.html b/wolnelektury/templates/info/join_us.html index b38a56694..fd4ea7d24 100644 --- a/wolnelektury/templates/info/join_us.html +++ b/wolnelektury/templates/info/join_us.html @@ -1,7 +1,7 @@ {% load i18n %}

{% blocktrans %}We have over 1000 works published in Wolne Lektury! Help us expand the library and set new readings free by -making a donation or transferring 1%% of your income tax.{% endblocktrans %} +making a donation or transferring 1% of your income tax.{% endblocktrans %} {% comment %}{% trans "More..." %}{% endcomment %}

{% blocktrans %}Become an editor of Wolne Lektury! Find out if