# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "PO-Revision-Date: 2013-04-09 10:40+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Translated-Using: django-rosetta 0.5.3\n" #: catalogue/constants.py:9 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported" msgstr "" #: catalogue/constants.py:14 msgid "Free Art License 1.3" msgstr "" #: catalogue/constants.py:60 #, fuzzy #| msgid "author" msgid "authors" msgstr "autorius" #: catalogue/constants.py:61 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "epocha" #: catalogue/constants.py:62 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "rūšis" #: catalogue/constants.py:63 #, fuzzy #| msgid "genre" msgid "genres" msgstr "žanras" #: catalogue/constants.py:64 #, fuzzy #| msgid "theme" msgid "themes" msgstr "motyvas" #: catalogue/constants.py:65 msgid "sets" msgstr "" #: catalogue/constants.py:66 msgid "things" msgstr "" #: catalogue/constants.py:70 #, fuzzy #| msgid "author" msgid "All authors" msgstr "autorius" #: catalogue/constants.py:71 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "epocha" #: catalogue/constants.py:72 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "rūšis" #: catalogue/constants.py:73 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "žanras" #: catalogue/constants.py:74 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "motyvas" #: catalogue/constants.py:75 #, fuzzy #| msgid "collections" msgid "All sets" msgstr "kolekcijos" #: catalogue/constants.py:76 #, fuzzy #| msgid "collections" msgid "All things" msgstr "kolekcijos" #: catalogue/forms.py:29 msgid "Please supply an XML." msgstr "Prašome pateikti XML." #: catalogue/forms.py:51 msgid "Don't show footnotes" msgstr "Nerodyti išnašų" #: catalogue/forms.py:52 msgid "Don't disply themes" msgstr "Nerodyti motyvų" #: catalogue/forms.py:53 msgid "Don't use our custom font" msgstr "Nenaudoti derinčių šriftų" #: catalogue/forms.py:54 msgid "Without cover" msgstr "" #: catalogue/forms.py:55 #, fuzzy #| msgid "Table of contents" msgid "Without table of contents" msgstr "Turinys" #: catalogue/forms.py:58 msgid "Leading" msgstr "eilučių intervalas" #: catalogue/forms.py:59 msgid "Normal leading" msgstr "Normalus intervalas" #: catalogue/forms.py:60 msgid "One and a half leading" msgstr "Pusantro intervalo" #: catalogue/forms.py:61 msgid "Double leading" msgstr "Dvigubasis intervalas" #: catalogue/forms.py:63 msgid "Font size" msgstr "Šrifto dydis" #: catalogue/forms.py:64 msgid "Default" msgstr "Numatytasis " #: catalogue/forms.py:65 msgid "Big" msgstr "Didelis" #: catalogue/forms.py:66 msgid "Bigger" msgstr "" #: catalogue/forms.py:88 msgid "Queue is full. Please try again later." msgstr "" #: catalogue/models/book.py:60 catalogue/models/collection.py:14 msgid "title" msgstr "pavadinimas" #: catalogue/models/book.py:61 catalogue/models/tag.py:58 msgid "sort key" msgstr "rikiavimo raktas" #: catalogue/models/book.py:63 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Rezultatai pagal autorius" #: catalogue/models/book.py:64 catalogue/models/book.py:65 #: catalogue/models/collection.py:15 catalogue/models/tag.py:57 msgid "slug" msgstr "slug" #: catalogue/models/book.py:66 msgid "language code" msgstr "kalbos kodas" #: catalogue/models/book.py:67 catalogue/models/book.py:429 #: catalogue/models/collection.py:16 catalogue/models/tag.py:61 #: catalogue/models/tag.py:137 msgid "description" msgstr "aprašymas" #: catalogue/models/book.py:68 msgid "abstract" msgstr "" #: catalogue/models/book.py:69 msgid "toc" msgstr "" #: catalogue/models/book.py:70 catalogue/models/bookmedia.py:42 #: catalogue/models/tag.py:73 catalogue/models/tag.py:74 msgid "creation date" msgstr "sukūrimo data" #: catalogue/models/book.py:71 #, fuzzy #| msgid "creation date" msgid "change date" msgstr "sukūrimo data" # sprawdz #: catalogue/models/book.py:72 msgid "parent number" msgstr "pirminis numeris" #: catalogue/models/book.py:73 catalogue/models/bookmedia.py:45 msgid "extra information" msgstr "papildomos informacijos" #: catalogue/models/book.py:76 msgid "print on demand" msgstr "" #: catalogue/models/book.py:77 catalogue/models/collection.py:23 msgid "recommended" msgstr "" #: catalogue/models/book.py:78 msgid "audio length" msgstr "" #: catalogue/models/book.py:79 msgid "preview" msgstr "" #: catalogue/models/book.py:80 msgid "preview until" msgstr "" #: catalogue/models/book.py:82 msgid "findable" msgstr "" #: catalogue/models/book.py:86 msgid "cover" msgstr "viršelis" #: catalogue/models/book.py:93 #, fuzzy #| msgid "cover" msgid "clean cover" msgstr "viršelis" #: catalogue/models/book.py:100 msgid "cover thumbnail" msgstr "" #: catalogue/models/book.py:106 msgid "cover thumbnail for mobile app" msgstr "" #: catalogue/models/book.py:112 msgid "cover for mobile app" msgstr "" #: catalogue/models/book.py:118 msgid "cover for Ebookpoint" msgstr "" #: catalogue/models/book.py:147 catalogue/models/collection.py:19 msgid "book" msgstr "knyga" #: catalogue/models/book.py:148 msgid "books" msgstr "knygos" #: catalogue/models/book.py:621 #, python-format msgid "Book \"%s\" does not exist." msgstr "Knyga \"%s\" neegzistuoja." #: catalogue/models/book.py:637 #, python-format msgid "Book %s already exists" msgstr "Knyga %s jau egzistuoja" #: catalogue/models/book.py:955 msgid "This work needs modernisation" msgstr "" #: catalogue/models/book.py:1045 catalogue/models/bookmedia.py:34 #, python-format msgid "%s file" msgstr "%s failas " #: catalogue/models/bookmedia.py:36 msgid "type" msgstr "tipas" #: catalogue/models/bookmedia.py:37 catalogue/models/source.py:11 #: catalogue/models/tag.py:56 msgid "name" msgstr "pavadinimas" #: catalogue/models/bookmedia.py:38 #, fuzzy #| msgid "name" msgid "part name" msgstr "pavadinimas" #: catalogue/models/bookmedia.py:39 msgid "index" msgstr "" #: catalogue/models/bookmedia.py:40 msgid "file" msgstr "failas " #: catalogue/models/bookmedia.py:54 catalogue/models/bookmedia.py:55 msgid "book media" msgstr "book media" #: catalogue/models/collection.py:17 msgid "book slugs" msgstr "book slugs" #: catalogue/models/collection.py:18 catalogue/models/tag.py:23 #: catalogue/templates/catalogue/search_multiple_hits.html:53 msgid "kind" msgstr "rūšis" #: catalogue/models/collection.py:19 msgid "picture" msgstr "" #: catalogue/models/collection.py:20 #, fuzzy #| msgid "Listen" msgid "listed" msgstr "Klausytis" #: catalogue/models/collection.py:28 msgid "collection" msgstr "kolekcija" #: catalogue/models/collection.py:29 msgid "collections" msgstr "kolekcijos" #: catalogue/models/fragment.py:28 msgid "fragment" msgstr "fragmentas" #: catalogue/models/fragment.py:29 msgid "fragments" msgstr "fragmentai" #: catalogue/models/source.py:10 #, fuzzy #| msgid "extra information" msgid "network location" msgstr "papildomos informacijos" #: catalogue/models/source.py:15 #, fuzzy #| msgid "Source" msgid "source" msgstr "Knygos" #: catalogue/models/source.py:16 #, fuzzy #| msgid "Source" msgid "sources" msgstr "Knygos" #: catalogue/models/tag.py:21 msgid "author" msgstr "autorius" #: catalogue/models/tag.py:22 #: catalogue/templates/catalogue/search_multiple_hits.html:39 msgid "epoch" msgstr "epocha" #: catalogue/models/tag.py:24 msgid "genre" msgstr "žanras" #: catalogue/models/tag.py:25 msgid "theme" msgstr "motyvas" #: catalogue/models/tag.py:26 msgid "set" msgstr "rinkinys" #: catalogue/models/tag.py:27 msgid "thing" msgstr "" #: catalogue/models/tag.py:33 catalogue/models/tag.py:99 msgid "tag" msgstr "žymė" #: catalogue/models/tag.py:34 msgid "content type" msgstr "turinio rūšis" #: catalogue/models/tag.py:35 msgid "object id" msgstr "id obiektas" #: catalogue/models/tag.py:60 msgid "category" msgstr "kategorija " #: catalogue/models/tag.py:100 msgid "tags" msgstr "žymės" #: catalogue/templates/catalogue/book_detail.html:24 #: catalogue/templates/catalogue/book_text.html:35 #, fuzzy #| msgid "Other resources" msgid "Other versions" msgstr "Kiti ištekliai" #: catalogue/templates/catalogue/book_detail.html:34 msgid "See also" msgstr "Žiūrėti daugiau" #: catalogue/templates/catalogue/book_detail.html:41 #: catalogue/templates/catalogue/book_text.html:48 #: catalogue/templates/catalogue/book_text.html:67 #: catalogue/templates/catalogue/tagged_object_list.html:20 msgid "Themes" msgstr "Motyvai" #: catalogue/templates/catalogue/book_detail.html:47 msgid "Information about the work" msgstr "" #: catalogue/templates/catalogue/book_detail.html:62 #: catalogue/templates/catalogue/book_detail.html:68 msgid "Source" msgstr "Knygos" #: catalogue/templates/catalogue/book_detail.html:62 #: catalogue/templates/catalogue/book_detail.html:68 msgid "of the book" msgstr "šaltinis" #: catalogue/templates/catalogue/book_detail.html:63 #: catalogue/templates/catalogue/book_detail.html:69 #, fuzzy #| msgid "kind" msgid "in" msgstr "rūšis" #: catalogue/templates/catalogue/book_detail.html:74 msgid "Source XML file" msgstr "Šaltinio XML failas" #: catalogue/templates/catalogue/book_detail.html:78 msgid "Book on" msgstr "Knyga " #: catalogue/templates/catalogue/book_detail.html:78 msgid "Editor's Platform" msgstr "Redaktoriaus Platformoje" #: catalogue/templates/catalogue/book_detail.html:83 msgid "Book description on Wikipedia" msgstr "Knygos aprašymas Vikipedijoje" #: catalogue/templates/catalogue/book_detail.html:87 msgid "Mix this book" msgstr "Maišyti šią knygą" #: catalogue/templates/catalogue/book_fragments.html:6 #: catalogue/templates/catalogue/book_fragments.html:12 msgid "Theme" msgstr "Motyvas" #: catalogue/templates/catalogue/book_fragments.html:6 #: catalogue/templates/catalogue/book_fragments.html:14 msgid "in work " msgstr "kūrinyje" #: catalogue/templates/catalogue/book_info.html:28 #, fuzzy msgid "Resource prepared based on:" msgstr "Tekstas paruoštas remiantis:" #: catalogue/templates/catalogue/book_info.html:38 msgid "Edited by:" msgstr "" #: catalogue/templates/catalogue/book_info.html:40 msgid "Edited and annotated by:" msgstr "Redagavimas ir pastabos:" #: catalogue/templates/catalogue/book_info.html:48 msgid "Publisher:" msgstr "" #: catalogue/templates/catalogue/book_info.html:55 msgid "Publication funded by:" msgstr "" #: catalogue/templates/catalogue/book_info.html:62 msgid "Cover image by:" msgstr "" #: catalogue/templates/catalogue/book_list.html:8 #: catalogue/templates/catalogue/book_list.html:12 #: catalogue/templates/catalogue/picture_list.html:8 #: catalogue/templates/catalogue/picture_list.html:10 msgid "Listing of all works" msgstr "Visų kūrinių sąrašas" #: catalogue/templates/catalogue/book_list.html:25 msgid "Table of Content" msgstr "Turinys" #: catalogue/templates/catalogue/book_list.html:35 msgid "↑ top ↑" msgstr "↑į viršų↑" #: catalogue/templates/catalogue/book_short.html:53 #: catalogue/templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epocha" #: catalogue/templates/catalogue/book_short.html:61 #: catalogue/templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Rūšis " #: catalogue/templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Žanras" #: catalogue/templates/catalogue/book_short.html:79 msgid "Region" msgstr "" #: catalogue/templates/catalogue/book_short.html:87 #, fuzzy #| msgid "language code" msgid "Language" msgstr "kalbos kodas" #: catalogue/templates/catalogue/book_short.html:112 msgid "Read online" msgstr "Skaityti online" #: catalogue/templates/catalogue/book_short.html:115 msgid "" "Cena książki w druku cyfrowym jest zależna od liczby stron.
Przed zakupem " "upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia." "
Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne " "bezpłatnie." msgstr "" #: catalogue/templates/catalogue/book_short.html:115 msgid "Print on demand –" msgstr "" #: catalogue/templates/catalogue/book_short.html:121 #, fuzzy #| msgid "Download as" msgid "Download an ebook" msgstr "Atsisiųsti kaip" #: catalogue/templates/catalogue/book_short.html:140 #, fuzzy #| msgid "Download as" msgid "Download audiobook" msgstr "Atsisiųsti kaip" #: catalogue/templates/catalogue/book_short.html:152 msgid "For now this work is only available for our subscribers." msgstr "" #: catalogue/templates/catalogue/book_text.html:24 msgid "Click to download" msgstr "" #: catalogue/templates/catalogue/book_text.html:42 msgid "Table of contents" msgstr "Turinys" #: catalogue/templates/catalogue/book_text.html:54 msgid "Edit. note" msgstr "Redaguoti pastabą" #: catalogue/templates/catalogue/book_text.html:60 msgid "Infobox" msgstr "Infobox" #: catalogue/templates/catalogue/book_text.html:65 msgid "Numbering" msgstr "" #: catalogue/templates/catalogue/book_text.html:69 #, fuzzy #| msgid "Don't show footnotes" msgid "Footnotes" msgstr "Nerodyti išnašų" #: catalogue/templates/catalogue/book_text.html:71 msgid "References" msgstr "" #: catalogue/templates/catalogue/book_text.html:97 #: catalogue/templates/catalogue/viewer_base.html:54 msgid "Close" msgstr "" #: catalogue/templates/catalogue/book_text.html:98 msgid "Please wait..." msgstr "" #: catalogue/templates/catalogue/book_text.html:158 msgid "Other versions of the book" msgstr "" #: catalogue/templates/catalogue/book_text.html:159 msgid "Close the other version" msgstr "" #: catalogue/templates/catalogue/catalogue.html:6 msgid "Catalogue" msgstr "Katalogas" #: catalogue/templates/catalogue/catalogue.html:11 #: catalogue/templates/catalogue/tagged_object_list.html:57 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Visos knygos" #: catalogue/templates/catalogue/catalogue.html:15 msgid "Download the catalogue in PDF format." msgstr "Atsisiųsti katalogą PDF formatu." #: catalogue/templates/catalogue/catalogue.html:19 #: catalogue/templates/catalogue/tag_list_split.html:4 #: catalogue/templates/catalogue/tagged_object_list.html:5 msgid "Literature" msgstr "" #: catalogue/templates/catalogue/catalogue.html:22 #: catalogue/templates/catalogue/collections.html:5 #: catalogue/templates/catalogue/collections.html:10 #, fuzzy msgid "Collections" msgstr "kolekcijos" #: catalogue/templates/catalogue/catalogue.html:25 #: catalogue/templates/catalogue/search_multiple_hits.html:117 #: catalogue/templates/catalogue/tag_list_split.html:9 #: catalogue/templates/catalogue/tagged_object_list.html:5 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Artistas" #: catalogue/templates/catalogue/collections.html:16 #, fuzzy #| msgid "collections" msgid "All collections" msgstr "kolekcijos" #: catalogue/templates/catalogue/custom_pdf_form.html:5 catalogue/views.py:414 msgid "Download custom PDF" msgstr "Sukurti ir atsisiųsti PDF failą" #: catalogue/templates/catalogue/custom_pdf_form.html:18 catalogue/views.py:415 msgid "Download" msgstr "Atsisiųsti" #: catalogue/templates/catalogue/daisy_list.html:7 #: catalogue/templates/catalogue/daisy_list.html:15 msgid "Listing of all DAISY files" msgstr "Visų DAISY failų sąrašas" #: catalogue/templates/catalogue/daisy_list.html:11 msgid "Latest DAISY audiobooks" msgstr "Naujosios DAISY audio knygos" #: catalogue/templates/catalogue/differentiate_tags.html:12 msgid "The criteria are ambiguous. Please select one of the following options:" msgstr "" "Paieškos kriterijai nėra tikslūs. Prašome išrinkti vieną iš žemiau nurodytų " "galimybių:" #: catalogue/templates/catalogue/fragment_short.html:12 msgid "Expand fragment" msgstr "Išplėsti fragmentą" #: catalogue/templates/catalogue/fragment_short.html:22 msgid "Hide fragment" msgstr "Slėpti fragmentą" #: catalogue/templates/catalogue/inline_tag_list.html:22 msgid "Other" msgstr "" #: catalogue/templates/catalogue/picture_detail.html:29 msgid "Work is licensed under " msgstr "Kūrinys yra licencijuotas pagal:" #: catalogue/templates/catalogue/picture_detail.html:31 msgid "Based on" msgstr "Remiantis" #: catalogue/templates/catalogue/picture_detail.html:43 msgid "Details" msgstr "Detalės " #: catalogue/templates/catalogue/picture_detail.html:46 msgid "Author" msgstr "Autorius" #: catalogue/templates/catalogue/picture_detail.html:64 msgid "Other resources" msgstr "Kiti ištekliai" #: catalogue/templates/catalogue/picture_detail.html:67 msgid "Source of the image" msgstr "Paveikslėlio šaltinis" #: catalogue/templates/catalogue/picture_detail.html:70 msgid "Image on the Editor's Platform" msgstr "Paveikslėlis Redaktoriaus Platformoje" #: catalogue/templates/catalogue/picture_detail.html:73 msgid "View XML source" msgstr "Žiūrėti XML šaltinį" #: catalogue/templates/catalogue/picture_detail.html:76 msgid "Work's themes " msgstr "Kūrinio motyvai" #: catalogue/templates/catalogue/player.html:12 #: catalogue/templates/catalogue/viewer_base.html:11 msgid "Wolne Lektury" msgstr "Wolne Lektury" #: catalogue/templates/catalogue/player.html:29 msgid "Book's page" msgstr "Knygos puslapis" #: catalogue/templates/catalogue/player.html:30 msgid "Download as" msgstr "Atsisiųsti kaip" #: catalogue/templates/catalogue/player.html:46 msgid "Audiobooks were prepared as a part of the projects:" msgstr "Audio knygos buvo paruoštos kaip projektų dalis:" #: catalogue/templates/catalogue/player.html:51 #, python-format msgid "%(cs)s, funded by %(fb)s" msgstr "\"%(cs)s, %(fb)s finansuotų" #: catalogue/templates/catalogue/player.html:62 #, fuzzy, python-format #| msgid "" #| "Audiobooks were prepared as a part of the %(cs)s project funded by %(fb)s." msgid "" "Audiobooks were prepared as a part of the %(cs)s project funded by " "%(fb)s." msgstr "" "Audio knygos buvo paruoštos kaip dalis %(fb)s. finansuoto %(cs)s projekto." #: catalogue/templates/catalogue/player.html:64 #, fuzzy, python-format #| msgid "Audiobooks were prepared as a part of the %(cs)s project." msgid "Audiobooks were prepared as a part of the %(cs)s project." msgstr "Audio knygos buvo paruoštos kaip dalis %(cs)s projekto." #: catalogue/templates/catalogue/recent_audiobooks_list.html:5 #: catalogue/templates/catalogue/recent_audiobooks_list.html:10 #, fuzzy msgid "Recent audiobooks" msgstr "Naujosios MP3 audio knygos" #: catalogue/templates/catalogue/recent_daisy_list.html:5 #: catalogue/templates/catalogue/recent_daisy_list.html:10 msgid "Recent DAISY files" msgstr "" #: catalogue/templates/catalogue/recent_list.html:5 #: catalogue/templates/catalogue/recent_list.html:10 #, fuzzy msgid "Recent publications" msgstr "keliauja į viešą tinklapį " #: catalogue/templates/catalogue/recent_list.html:15 #, python-format msgid "" "You can also see recent audiobooks\n" " and recent DAISY files." msgstr "" #: catalogue/templates/catalogue/search_multiple_hits.html:8 #: catalogue/templates/catalogue/search_multiple_hits.html:14 #: catalogue/templates/catalogue/search_no_hits.html:5 #: catalogue/templates/catalogue/search_no_hits.html:10 #: catalogue/templates/catalogue/search_too_long.html:5 #: catalogue/templates/catalogue/search_too_long.html:10 #: catalogue/templates/catalogue/search_too_short.html:5 #: catalogue/templates/catalogue/search_too_short.html:10 msgid "Search" msgstr "Ieškoti" #: catalogue/templates/catalogue/search_multiple_hits.html:28 #, fuzzy #| msgid "language code" msgid "language" msgstr "kalbos kodas" #: catalogue/templates/catalogue/search_multiple_hits.html:85 #: catalogue/templates/catalogue/search_no_hits.html:16 msgid "Did you mean" msgstr "Gal turėjote omenyje" #: catalogue/templates/catalogue/search_multiple_hits.html:104 #, fuzzy #| msgid "books" msgid "Books" msgstr "knygos" #: catalogue/templates/catalogue/search_no_hits.html:20 #: catalogue/templates/catalogue/tagged_object_list.html:66 msgid "Sorry! Search cirteria did not match any resources." msgstr "Atsiprašome! Rezultatų, atitinkančių paieškos kriterijus nėra." #: catalogue/templates/catalogue/search_too_long.html:13 #, fuzzy #| msgid "Sorry! Search query must have at least two characters." msgid "Sorry! Search query is too long to be processed." msgstr "" "Atsiprašome! Paieškos užklausa turi susidėti mažiausiai iš dviejų simbolių." #: catalogue/templates/catalogue/search_too_short.html:13 msgid "Sorry! Search query must have at least two characters." msgstr "" "Atsiprašome! Paieškos užklausa turi susidėti mažiausiai iš dviejų simbolių." #: catalogue/templates/catalogue/snippets/2022_jplayer.html:53 #: catalogue/templates/catalogue/snippets/jplayer.html:36 #, fuzzy #| msgid "Artist" msgid "Artist:" msgstr "Artistas" #: catalogue/templates/catalogue/snippets/2022_jplayer.html:54 #: catalogue/templates/catalogue/snippets/jplayer.html:37 #, fuzzy #| msgid "Director" msgid "director:" msgstr "Režisierus" #: catalogue/templates/catalogue/snippets/content_warning.html:4 msgid "Caution: text contains" msgstr "" #: catalogue/templates/catalogue/snippets/custom_pdf_link_li.html:3 msgid "Download a custom PDF" msgstr "Sukurti ir atsisiųsti PDF failą" #: catalogue/templates/catalogue/snippets/jplayer.html:64 msgid "previous" msgstr "" #: catalogue/templates/catalogue/snippets/jplayer.html:65 msgid "Part" msgstr "" #: catalogue/templates/catalogue/snippets/jplayer.html:66 msgid "next" msgstr "" #: catalogue/templates/catalogue/snippets/license_icon.html:6 #: catalogue/templates/catalogue/snippets/license_icon.html:7 msgid "Free license" msgstr "" #: catalogue/templates/catalogue/tag_catalogue.html:11 #, fuzzy #| msgid "Wolne Lektury" msgid "on Wolne Lektury" msgstr "Wolne Lektury" #: catalogue/templates/catalogue/tag_list.html:7 msgid "See full category" msgstr "Žiūrėti visą kategoriją" #: catalogue/templates/catalogue/tagged_object_list.html:5 msgid "Audiobooks" msgstr "Audio knygos" #: catalogue/templates/catalogue/tagged_object_list.html:15 msgid "Authors" msgstr "Autoriai" #: catalogue/templates/catalogue/tagged_object_list.html:16 msgid "Epochs" msgstr "Epochos" #: catalogue/templates/catalogue/tagged_object_list.html:17 msgid "Genres" msgstr "Žanrai" #: catalogue/templates/catalogue/tagged_object_list.html:18 msgid "Kinds" msgstr "Rūšys" #: catalogue/templates/catalogue/tagged_object_list.html:52 msgid "All matching works" msgstr "" #: catalogue/templates/catalogue/tagged_object_list.html:55 msgid "Listing of all audiobooks" msgstr "Visų audio knygų sąrašas" #: catalogue/templates/catalogue/tagged_object_list.html:62 #, fuzzy #| msgid "PDF file" msgid "DAISY files" msgstr "PDF failas" #: catalogue/templates/catalogue/tagged_object_list.html:72 msgid "Motifs and themes" msgstr "Motyvai ir temos" #: catalogue/templates/catalogue/tagged_object_list.html:84 #, fuzzy #| msgid "description" msgid "No description." msgstr "aprašymas" #: catalogue/templates/catalogue/tagged_object_list.html:91 msgid "in Wikipedia" msgstr "Vikipedijoje" #: catalogue/templates/catalogue/tagged_object_list.html:97 msgid "in Culture.pl" msgstr "" #: catalogue/templates/catalogue/viewer_base.html:56 #, fuzzy #| msgid "Leading" msgid "Loading" msgstr "eilučių intervalas" #: catalogue/templatetags/catalogue_tags.py:521 #, fuzzy #| msgid "language code" msgid "vulgar language" msgstr "kalbos kodas" #: catalogue/views.py:365 #, python-format msgid "" "An error occurred: %(exception)s\n" "\n" "%(tb)s" msgstr "" "Įvyko klaida: %(exception)s\n" "\n" "%(tb)s" #: catalogue/views.py:370 msgid "Book imported successfully" msgstr "Knyga buvo sėkmingai importuota" #: catalogue/views.py:371 #, python-format msgid "Error importing file: %r" msgstr "Importuojant failą įvyko klaida: %r" #~ msgid "This work is licensed under:" #~ msgstr "Šis kūrinys yra licencijuotas pagal:" #, fuzzy #~| msgid "" #~| "This work isn't covered by copyright and is part of the\n" #~| " public domain, which means it can be freely used, published and\n" #~| " distributed. If there are any additional copyrighted materials\n" #~| " provided with this work (such as annotations, motifs etc.), " #~| "those\n" #~| " materials are licensed under the \n" #~| " Creative Commons Attribution-ShareAlike 3.0\n" #~| " license." #~ msgid "" #~ "This work isn't covered by copyright and is part of the\n" #~ " public domain, which means it can be freely used, published and\n" #~ " distributed. If there are any additional copyrighted materials\n" #~ " provided with this work (such as annotations, motifs etc.), those\n" #~ " materials are licensed under the\n" #~ " Creative " #~ "Commons Attribution-ShareAlike 3.0\n" #~ " license." #~ msgstr "" #~ "Šio visuomenės srities kūrinio autorių teisė neapima,\n" #~ "tai reiškia, kad gali būti laisvai naudojamas bei\n" #~ "platinamas. Jei su šiuo kūriniu yra pateikiamos bet kokios\n" #~ "papildomos autorinių teisių saugomos medžiagos (kaip pastabos, motyvai ir " #~ "t.t.), šios\n" #~ "medžiagos yra licencijuotos pagal\n" #~ "Creative " #~ "Commons Attribution-ShareAlike 3.0\n" #~ "licenciją." #, fuzzy #~ msgid "Collection" #~ msgstr "kolekcijos" # sprawdz #, fuzzy #~| msgid "parent number" #~ msgid "Display line numbers" #~ msgstr "pirminis numeris" #, fuzzy #~| msgid "Don't disply themes" #~ msgid "Display themes" #~ msgstr "Nerodyti motyvų" #, fuzzy #~| msgid "" #~| "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." #~ msgid "" #~ "Search engine supports following criteria: title, author, theme/topic, " #~ "epoch, kind and genre.\n" #~ " As for now we do not support full text search." #~ msgstr "" #~ "Paieškos sistema palaiko nurodytus kriterijus: pavadinimas, autorius, " #~ "tema, epocha, rūšis ir žanras.\n" #~ "\t\t Kol kas negalima atlikti viso teksto paieškos." #~ msgid "Book description on Lektury.Gazeta.pl" #~ msgstr "Knygos aprašymas Lektury.Gazeta.pl interneto svetainėje" #~ msgid "in Lektury.Gazeta.pl" #~ msgstr "Lektury.Gazeta.pl interneto svetainėje" #~ msgid "Results by title" #~ msgstr "Rezultatai pagal pavadinimą" #~ msgid "Results by authors" #~ msgstr "Rezultatai pagal autorius" #, fuzzy #~ msgid "Results by translators" #~ msgstr "Rezultatai pagal autorius" #~ msgid "Results in text" #~ msgstr "Rezultatai tekste" #~ msgid "Other results" #~ msgstr "Kiti rezultatai" #~ msgid "book count" #~ msgstr "knygų skaičius" #~ msgid "Latest MP3 audiobooks" #~ msgstr "Naujosios MP3 audio knygos" #~ msgid "Latest Ogg Vorbis audiobooks" #~ msgstr "Naujosios Ogg Vorbis audio knygos" #~ msgid "" #~ "Audioteka lektur szkolnych fundacji Nowoczesna Polska.\n" #~ "Możecie z niej korzystać bezpłatnie i bez ograniczeń.\n" #~ "Audiobooki nagrywają znani aktorzy, wśród nich Danuta Stenka i Jan Peszek." #~ msgstr "" #~ "Fondo Šiuolaikinė Lenkija privalomos literatūros audio knygų rinkinys.\n" #~ "Galite juo naudotis nemokamai ir be apribojimų.\n" #~ "Audio knygos yra garsių aktorių įrašomos, tokių kaip Danuta Stenka ir Jan " #~ "Peszek." #~ msgid "to print" #~ msgstr "Spausdinti" #~ msgid "for an e-book reader" #~ msgstr "e-knygos skaitytojui" #~ msgid "for Kindle" #~ msgstr "skaityklei Kindle" #~ msgid "for advanced usage" #~ msgstr " išplėstiniam naudojimui" #~ msgid "for a reader" #~ msgstr "skaitytojui" #~ msgid "Download all audiobooks for this book" #~ msgstr "Atsisiųsti visas šios knygos audio knygas" #~ msgid "See" #~ msgstr "Žiūrėti" #~ msgid "Themes and topics" #~ msgstr "Motyvai ir temos" #~ msgid "" #~ "System DAISY to uznany na całym świecie format udostępniania książek\n" #~ "dostosowany do potrzeb osób słabowidzących, niewidomych oraz innych osób\n" #~ "mających trudności z czytaniem. Możecie z nich korzystać bezpłatnie i bez " #~ "ograniczeń." #~ msgstr "" #~ "DAISY sistema yra visame pasaulyje pripažintas knygų bendrinimo formatas\n" #~ "pritaikytas silpnesnio regėjimo žmonėms, akliesiems bei kitiems\n" #~ "skaitymo problemų turintiems žmonėms.Galite jomis naudotis nemokamai ir " #~ "be apribojimų." #~ msgid "DAISY" #~ msgstr "DAISY " #~ msgid "Listing of all pictures" #~ msgstr "Visų vaizdų sąrašas" #~ msgid "Put a book on the shelf!" #~ msgstr "Padėkite knygą į lentyną!" #~ msgid "Create new shelf" #~ msgstr "Sukurti naują lentyną" #~ msgid "" #~ "You do not have any shelves. You can create one below, if you want to." #~ msgstr "" #~ "Neturite nei vienos lentynos. Jei norite, galite sukurti naują lentyną " #~ "žemiau." #~ msgid "Put on the shelf!" #~ msgstr "Padėkite į lentyną!" #~ msgid "Shelves containing fragment" #~ msgstr "Lentynos turinčios fragmentus " #~ msgid "" #~ "You do not own any shelves. You can create one below, if you want to." #~ msgstr "" #~ "Neturite nei vienos lentynos. Jei norite, galite sukurti naują lentyną " #~ "žemiau." #~ msgid "Save all shelves" #~ msgstr "Įrašyti visas lentynas" #~ msgid "Your shelves with books" #~ msgstr "Tavo lentynos su knygomis" #~ msgid "remove" #~ msgstr "pašalinti" #~ msgid "You do not own any shelves. You can create one below if you want to" #~ msgstr "" #~ "Neturite nei vienos lentynos. Jei norite, galite sukurti naują lentyną " #~ "žemiau." #~ msgid "Create shelf" #~ msgstr "Sukurti lentyną" #~ msgid "Enter a valid JSON value. Error: %s" #~ msgstr "Įvesti atitinkamą vertybę JSON. Klaida: %s" #~ msgid "A4" #~ msgstr "A4" #~ msgid "A5" #~ msgstr "A5" #~ msgid "Incorrect customization options for PDF" #~ msgstr "Neteisingi PDF tinkinimo pasirinkimai" #~ msgid "Bad method" #~ msgstr "Blogas metodas" #~ msgid "title, author, theme/topic, epoch, kind, genre" #~ msgstr "Pavadinimas , autorius, motyvas /tema, gadynė, \trūšis, sortas" #~ msgid "main page" #~ msgstr "pagrindinis puslapis" #~ msgid "Show tag on main page" #~ msgstr "Parodyk tagą pagrindinemę puslapyję" #~ msgid "year of death" #~ msgstr "mirimo metai" #~ msgid "short HTML" #~ msgstr "trumpas HTML" #~ msgid "HTML file" #~ msgstr "HTML failas" #~ msgid "EPUB file" #~ msgstr "EPUB failas" #~ msgid "ODT file" #~ msgstr "ODT failas" #~ msgid "TXT file" #~ msgstr "TXT failsa" #~ msgid "MP3 file" #~ msgstr "MP3 failas" #~ msgid "OGG file" #~ msgstr "OGG failas" #~ msgid "translator" #~ msgstr "vertėjas" #~ msgid "year of translator's death" #~ msgstr "vertėjo mirimo metai" #~ msgid "book stub" #~ msgstr "knygos paskelbimas" #~ msgid "

To maintain your shelves you need to be logged in.

" #~ msgstr "

Kad valdyti savo lentynom, turi prisijungti.

" #~ msgid "

Shelves were sucessfully saved.

" #~ msgstr "

Lentynos liko užrašytos.

" #~ msgid "Book was successfully removed from the shelf" #~ msgstr "pašalinta" #~ msgid "

Shelf %s was successfully created

" #~ msgstr "

Lentyna %s sukurta

" #~ msgid "

Shelf %s was successfully removed

" #~ msgstr "

Lentyna %spašalinta

" #~ msgid "Today is %(month)s, %(day)s." #~ msgstr "Šiandien yra %(month)s, %(day)s."