X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..f324dab1ea7d6b9fa6a0f7a70369a0e5bcfa34e2:/src/catalogue/locale/it/LC_MESSAGES/django.po diff --git a/src/catalogue/locale/it/LC_MESSAGES/django.po b/src/catalogue/locale/it/LC_MESSAGES/django.po index b6d093a6e..e91c15757 100644 --- a/src/catalogue/locale/it/LC_MESSAGES/django.po +++ b/src/catalogue/locale/it/LC_MESSAGES/django.po @@ -7,7 +7,6 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-02-01 09:35+0100\n" "PO-Revision-Date: 2013-04-09 10:39+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: LANGUAGE \n" @@ -17,414 +16,490 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: constants.py:10 +#: catalogue/constants.py:9 msgid "Creative Commons Attribution-ShareAlike 3.0 Unported" msgstr "" -#: constants.py:41 +#: catalogue/constants.py:13 +msgid "Free Art License 1.3" +msgstr "" + +#: catalogue/constants.py:58 #, fuzzy #| msgid "author" msgid "authors" msgstr "autore" -#: constants.py:42 +#: catalogue/constants.py:59 #, fuzzy #| msgid "epoch" msgid "epochs" msgstr "epoca" -#: constants.py:43 +#: catalogue/constants.py:60 #, fuzzy #| msgid "kind" msgid "kinds" msgstr "categoria" -#: constants.py:44 +#: catalogue/constants.py:61 #, fuzzy #| msgid "genre" msgid "genres" msgstr "genere" -#: constants.py:45 +#: catalogue/constants.py:62 #, fuzzy #| msgid "theme" msgid "themes" msgstr "tema" -#: constants.py:46 +#: catalogue/constants.py:63 msgid "sets" msgstr "" -#: constants.py:47 +#: catalogue/constants.py:64 msgid "things" msgstr "" -#: constants.py:51 +#: catalogue/constants.py:68 #, fuzzy #| msgid "author" msgid "All authors" msgstr "autore" -#: constants.py:52 +#: catalogue/constants.py:69 #, fuzzy #| msgid "epoch" msgid "All epochs" msgstr "epoca" -#: constants.py:53 +#: catalogue/constants.py:70 #, fuzzy #| msgid "kind" msgid "All kinds" msgstr "categoria" -#: constants.py:54 +#: catalogue/constants.py:71 #, fuzzy #| msgid "genre" msgid "All genres" msgstr "genere" -#: constants.py:55 +#: catalogue/constants.py:72 #, fuzzy #| msgid "theme" msgid "All themes" msgstr "tema" -#: constants.py:56 +#: catalogue/constants.py:73 #, fuzzy #| msgid "collections" msgid "All sets" msgstr " raccolte" -#: constants.py:57 +#: catalogue/constants.py:74 #, fuzzy #| msgid "collections" msgid "All things" msgstr " raccolte" -#: forms.py:27 +#: catalogue/forms.py:28 msgid "Please supply an XML." msgstr "Si prega di fornire un XML." -#: forms.py:45 +#: catalogue/forms.py:48 msgid "Don't show footnotes" msgstr "Non mostrare le note" -#: forms.py:46 +#: catalogue/forms.py:49 msgid "Don't disply themes" msgstr "Non visualizzare i temi" -#: forms.py:47 +#: catalogue/forms.py:50 msgid "Don't use our custom font" msgstr "Non utilizzare il nostro font personalizzato" -#: forms.py:48 +#: catalogue/forms.py:51 msgid "Without cover" msgstr "" -#: forms.py:51 +#: catalogue/forms.py:52 +#, fuzzy +#| msgid "Table of contents" +msgid "Without table of contents" +msgstr "Indice" + +#: catalogue/forms.py:55 msgid "Leading" msgstr "Interlinea" -#: forms.py:52 +#: catalogue/forms.py:56 msgid "Normal leading" msgstr "Interlinea normale" -#: forms.py:53 +#: catalogue/forms.py:57 msgid "One and a half leading" msgstr " Interlinea 1,5" -#: forms.py:54 +#: catalogue/forms.py:58 msgid "Double leading" msgstr "Interlinea doppia" -#: forms.py:56 +#: catalogue/forms.py:60 msgid "Font size" msgstr "Grandezza del carattere" -#: forms.py:57 +#: catalogue/forms.py:61 msgid "Default" msgstr "Predefinito" -#: forms.py:58 +#: catalogue/forms.py:62 msgid "Big" msgstr "Grande" -#: forms.py:80 +#: catalogue/forms.py:63 +msgid "Bigger" +msgstr "" + +#: catalogue/forms.py:85 msgid "Queue is full. Please try again later." msgstr "" -#: models/book.py:45 models/collection.py:14 +#: catalogue/models/book.py:57 catalogue/models/collection.py:14 msgid "title" msgstr "titolo" -#: models/book.py:46 models/tag.py:35 +#: catalogue/models/book.py:58 catalogue/models/tag.py:58 msgid "sort key" msgstr "chiave di ordinamento" -#: models/book.py:48 +#: catalogue/models/book.py:60 #, fuzzy #| msgid "Results by authors" msgid "sort key by author" msgstr "Risultati per autore" -#: models/book.py:49 models/book.py:50 models/collection.py:15 -#: models/collection.py:18 models/tag.py:34 +#: catalogue/models/book.py:61 catalogue/models/book.py:62 +#: catalogue/models/collection.py:15 catalogue/models/tag.py:57 msgid "slug" msgstr "slug" -#: models/book.py:51 +#: catalogue/models/book.py:63 msgid "language code" msgstr "codice della lingua" -#: models/book.py:52 models/book.py:173 models/collection.py:16 -#: models/tag.py:38 models/tag.py:156 +#: catalogue/models/book.py:64 catalogue/models/book.py:391 +#: catalogue/models/collection.py:16 catalogue/models/tag.py:61 +#: catalogue/models/tag.py:135 msgid "description" msgstr "descrizione" -#: models/book.py:53 models/book.py:54 models/bookmedia.py:34 models/tag.py:45 -#: models/tag.py:46 +#: catalogue/models/book.py:65 +msgid "abstract" +msgstr "" + +#: catalogue/models/book.py:66 catalogue/models/bookmedia.py:40 +#: catalogue/models/tag.py:71 catalogue/models/tag.py:72 msgid "creation date" msgstr "data di creazione" -#: models/book.py:55 +#: catalogue/models/book.py:67 +#, fuzzy +#| msgid "creation date" +msgid "change date" +msgstr "data di creazione" + +#: catalogue/models/book.py:68 msgid "parent number" msgstr "numero del genitore" -#: models/book.py:56 models/bookmedia.py:35 +#: catalogue/models/book.py:69 catalogue/models/bookmedia.py:43 msgid "extra information" msgstr " ulteriori informazioni" -#: models/book.py:62 +#: catalogue/models/book.py:72 +msgid "print on demand" +msgstr "" + +#: catalogue/models/book.py:73 catalogue/models/collection.py:22 +msgid "recommended" +msgstr "" + +#: catalogue/models/book.py:74 +msgid "audio length" +msgstr "" + +#: catalogue/models/book.py:75 +msgid "preview" +msgstr "" + +#: catalogue/models/book.py:76 +msgid "preview until" +msgstr "" + +#: catalogue/models/book.py:78 +msgid "findable" +msgstr "" + +#: catalogue/models/book.py:82 msgid "cover" msgstr "copertina" -#: models/book.py:68 +#: catalogue/models/book.py:89 msgid "cover thumbnail" msgstr "" -#: models/book.py:93 models/collection.py:22 +#: catalogue/models/book.py:95 +msgid "cover thumbnail for mobile app" +msgstr "" + +#: catalogue/models/book.py:101 +msgid "cover for mobile app" +msgstr "" + +#: catalogue/models/book.py:107 +msgid "cover for Ebookpoint" +msgstr "" + +#: catalogue/models/book.py:136 catalogue/models/collection.py:19 msgid "book" msgstr "libro" -#: models/book.py:94 +#: catalogue/models/book.py:137 msgid "books" msgstr "Libri" -#: models/book.py:269 +#: catalogue/models/book.py:538 #, python-format msgid "Book \"%s\" does not exist." msgstr "Il libro \"%s\" non esiste." -#: models/book.py:282 +#: catalogue/models/book.py:554 #, python-format msgid "Book %s already exists" msgstr "Il libro %s esiste già" -#: models/book.py:529 +#: catalogue/models/book.py:853 msgid "This work needs modernisation" msgstr "" -#: models/book.py:557 models/bookmedia.py:29 +#: catalogue/models/book.py:932 catalogue/models/bookmedia.py:33 #, python-format msgid "%s file" msgstr "i %s di file" -#: models/bookmedia.py:31 +#: catalogue/models/bookmedia.py:35 msgid "type" msgstr "tipo" -#: models/bookmedia.py:32 models/source.py:12 models/tag.py:33 +#: catalogue/models/bookmedia.py:36 catalogue/models/source.py:11 +#: catalogue/models/tag.py:56 msgid "name" msgstr "nome" -#: models/bookmedia.py:33 +#: catalogue/models/bookmedia.py:37 +#, fuzzy +#| msgid "name" +msgid "part name" +msgstr "nome" + +#: catalogue/models/bookmedia.py:38 +msgid "index" +msgstr "" + +#: catalogue/models/bookmedia.py:39 msgid "file" msgstr "file" -#: models/bookmedia.py:44 models/bookmedia.py:45 +#: catalogue/models/bookmedia.py:52 catalogue/models/bookmedia.py:53 msgid "book media" msgstr "book media" -#: models/collection.py:19 +#: catalogue/models/collection.py:17 msgid "book slugs" msgstr " slug del libro " -#: models/collection.py:21 models/tag.py:20 +#: catalogue/models/collection.py:18 catalogue/models/tag.py:23 msgid "kind" msgstr "categoria" -#: models/collection.py:22 +#: catalogue/models/collection.py:19 msgid "picture" msgstr "" -#: models/collection.py:26 +#: catalogue/models/collection.py:27 msgid "collection" msgstr "raccolta" -#: models/collection.py:27 +#: catalogue/models/collection.py:28 msgid "collections" msgstr " raccolte" -#: models/fragment.py:31 +#: catalogue/models/fragment.py:28 msgid "fragment" msgstr "Frammento" -#: models/fragment.py:32 +#: catalogue/models/fragment.py:29 msgid "fragments" msgstr "Frammenti" -#: models/source.py:11 +#: catalogue/models/source.py:10 #, fuzzy #| msgid "extra information" msgid "network location" msgstr " ulteriori informazioni" -#: models/source.py:16 +#: catalogue/models/source.py:15 #, fuzzy #| msgid "Source" msgid "source" msgstr "Fonte" -#: models/source.py:17 +#: catalogue/models/source.py:16 #, fuzzy #| msgid "Source" msgid "sources" msgstr "Fonte" -#: models/tag.py:18 +#: catalogue/models/tag.py:21 msgid "author" msgstr "autore" -#: models/tag.py:19 +#: catalogue/models/tag.py:22 msgid "epoch" msgstr "epoca" -#: models/tag.py:21 +#: catalogue/models/tag.py:24 msgid "genre" msgstr "genere" -#: models/tag.py:22 +#: catalogue/models/tag.py:25 msgid "theme" msgstr "tema" -#: models/tag.py:23 +#: catalogue/models/tag.py:26 msgid "set" msgstr "raccolta" -#: models/tag.py:24 +#: catalogue/models/tag.py:27 msgid "thing" msgstr "" -#: models/tag.py:37 -msgid "category" -msgstr "categoria" - -#: models/tag.py:66 +#: catalogue/models/tag.py:33 catalogue/models/tag.py:97 msgid "tag" msgstr "tag" -#: models/tag.py:67 -msgid "tags" -msgstr "i tag" +#: catalogue/models/tag.py:34 +msgid "content type" +msgstr "" -#: templates/catalogue/audiobook_list.html:6 -#: templates/catalogue/audiobook_list.html:11 -msgid "Audiobooks" -msgstr "Audiolibri" +#: catalogue/models/tag.py:35 +msgid "object id" +msgstr "" -#: templates/catalogue/audiobook_list.html:14 -msgid "Listing of all audiobooks" -msgstr "Elenco di tutti gli audiolibri " +#: catalogue/models/tag.py:60 +msgid "category" +msgstr "categoria" -#: templates/catalogue/audiobook_list.html:17 -#: templates/catalogue/daisy_list.html:7 -#: templates/catalogue/daisy_list.html:13 -msgid "Listing of all DAISY files" -msgstr "Elenco di tutti i file DAISY " +#: catalogue/models/tag.py:98 +msgid "tags" +msgstr "i tag" -#: templates/catalogue/book_detail.html:23 -#: templates/catalogue/book_text.html:20 +#: catalogue/templates/catalogue/book_detail.html:24 +#: catalogue/templates/catalogue/book_text.html:34 #, fuzzy #| msgid "Other resources" msgid "Other versions" msgstr "Altre fonti" -#: templates/catalogue/book_detail.html:31 +#: catalogue/templates/catalogue/book_detail.html:34 msgid "See also" msgstr "Vedi anche" -#: templates/catalogue/book_detail.html:40 -#: templates/catalogue/book_text.html:30 -#: templates/catalogue/tagged_object_list.html:24 +#: catalogue/templates/catalogue/book_detail.html:41 +#: catalogue/templates/catalogue/book_text.html:47 +#: catalogue/templates/catalogue/book_text.html:66 +#: catalogue/templates/catalogue/tagged_object_list.html:20 msgid "Themes" msgstr "Temi" -#: templates/catalogue/book_detail.html:47 +#: catalogue/templates/catalogue/book_detail.html:47 msgid "Information about the work" msgstr "" -#: templates/catalogue/book_detail.html:58 +#: catalogue/templates/catalogue/book_detail.html:62 +#: catalogue/templates/catalogue/book_detail.html:68 msgid "Source" msgstr "Fonte" -#: templates/catalogue/book_detail.html:58 +#: catalogue/templates/catalogue/book_detail.html:62 +#: catalogue/templates/catalogue/book_detail.html:68 msgid "of the book" msgstr "del libro" -#: templates/catalogue/book_detail.html:59 +#: catalogue/templates/catalogue/book_detail.html:63 +#: catalogue/templates/catalogue/book_detail.html:69 #, fuzzy #| msgid "kind" msgid "in" msgstr "categoria" -#: templates/catalogue/book_detail.html:61 +#: catalogue/templates/catalogue/book_detail.html:74 msgid "Source XML file" msgstr "File di fonte XML" -#: templates/catalogue/book_detail.html:63 +#: catalogue/templates/catalogue/book_detail.html:78 msgid "Book on" msgstr "Libro su" -#: templates/catalogue/book_detail.html:63 +#: catalogue/templates/catalogue/book_detail.html:78 msgid "Editor's Platform" msgstr " Piattaforma del editore" -#: templates/catalogue/book_detail.html:66 -msgid "Book description on Lektury.Gazeta.pl" -msgstr "Descrizione del libro su Lektury.Gazeta.pl" - -#: templates/catalogue/book_detail.html:69 +#: catalogue/templates/catalogue/book_detail.html:83 msgid "Book description on Wikipedia" msgstr "Descrizione del libro su Wikipedia" -#: templates/catalogue/book_detail.html:71 +#: catalogue/templates/catalogue/book_detail.html:87 msgid "Mix this book" msgstr "Combina questo libro" -#: templates/catalogue/book_fragments.html:5 -#: templates/catalogue/book_fragments.html:11 +#: catalogue/templates/catalogue/book_fragments.html:6 +#: catalogue/templates/catalogue/book_fragments.html:12 msgid "Theme" msgstr "tema" -#: templates/catalogue/book_fragments.html:5 -#: templates/catalogue/book_fragments.html:13 +#: catalogue/templates/catalogue/book_fragments.html:6 +#: catalogue/templates/catalogue/book_fragments.html:14 msgid "in work " msgstr "in corso" -#: templates/catalogue/book_info.html:6 +#: catalogue/templates/catalogue/book_info.html:7 msgid "This work is licensed under:" msgstr "Questa opera è pubblicata su licenza:" -#: templates/catalogue/book_info.html:9 +#: catalogue/templates/catalogue/book_info.html:10 +#, 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 " +" 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." +" license." msgstr "" "Questa opera non è sotto il diritto d'autore e fa parte del\n" "pubblico dominio, il che significa che è possibile pubblicarla \n" @@ -437,450 +512,482 @@ msgstr "" "Commons Attribution-ShareAlike 3.0\n" "licenza." -#: templates/catalogue/book_info.html:20 +#: catalogue/templates/catalogue/book_info.html:21 #, fuzzy msgid "Resource prepared based on:" msgstr "Il testo preparato e basato su:" -#: templates/catalogue/book_info.html:29 +#: catalogue/templates/catalogue/book_info.html:31 msgid "Edited by:" msgstr "" -#: templates/catalogue/book_info.html:31 +#: catalogue/templates/catalogue/book_info.html:33 msgid "Edited and annotated by:" msgstr "Curato ed elaborato da:" -#: templates/catalogue/book_info.html:37 +#: catalogue/templates/catalogue/book_info.html:41 +msgid "Publisher:" +msgstr "" + +#: catalogue/templates/catalogue/book_info.html:48 msgid "Publication funded by:" msgstr "" -#: templates/catalogue/book_info.html:43 +#: catalogue/templates/catalogue/book_info.html:55 msgid "Cover image by:" msgstr "" -#: templates/catalogue/book_list.html:8 templates/catalogue/book_list.html:13 -#: templates/catalogue/picture_list.html:8 -#: templates/catalogue/picture_list.html:10 +#: 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 "Elenco di tutte le opere" -#: templates/catalogue/book_list.html:26 +#: catalogue/templates/catalogue/book_list.html:25 msgid "Table of Content" msgstr "Indice" -#: templates/catalogue/book_list.html:36 +#: catalogue/templates/catalogue/book_list.html:35 msgid "↑ top ↑" msgstr "" -#: templates/catalogue/book_short.html:43 -#: templates/catalogue/picture_detail.html:54 +#: catalogue/templates/catalogue/book_short.html:53 +#: catalogue/templates/catalogue/picture_detail.html:52 msgid "Epoch" msgstr "Epoca" -#: templates/catalogue/book_short.html:51 -#: templates/catalogue/picture_detail.html:60 +#: catalogue/templates/catalogue/book_short.html:61 +#: catalogue/templates/catalogue/picture_detail.html:58 msgid "Kind" msgstr "Categoria" -#: templates/catalogue/book_short.html:59 +#: catalogue/templates/catalogue/book_short.html:69 msgid "Genre" msgstr "Genere" -#: templates/catalogue/book_short.html:68 +#: catalogue/templates/catalogue/book_short.html:79 +msgid "Region" +msgstr "" + +#: catalogue/templates/catalogue/book_short.html:87 #, fuzzy #| msgid "language code" msgid "Language" msgstr "codice della lingua" -#: templates/catalogue/book_short.html:87 +#: catalogue/templates/catalogue/book_short.html:112 msgid "Read online" msgstr "Leggi online" -#: templates/catalogue/book_short.html:91 views.py:586 +#: 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:120 +#: catalogue/templates/catalogue/custom_pdf_form.html:18 catalogue/views.py:404 msgid "Download" msgstr "Scarica" -#: templates/catalogue/book_text.html:26 -msgid "Table of contents" -msgstr "Indice" +#: catalogue/templates/catalogue/book_short.html:134 +msgid "more" +msgstr "" -#: templates/catalogue/book_text.html:34 templates/catalogue/book_text.html:91 -msgid "Settings" +#: catalogue/templates/catalogue/book_short.html:145 +msgid "less" msgstr "" -#: templates/catalogue/book_text.html:38 +#: catalogue/templates/catalogue/book_short.html:153 +msgid "For now this work is only available for our subscribers." +msgstr "" + +#: catalogue/templates/catalogue/book_text.html:41 +msgid "Table of contents" +msgstr "Indice" + +#: catalogue/templates/catalogue/book_text.html:53 msgid "Edit. note" msgstr "Modifica. nota" -#: templates/catalogue/book_text.html:42 +#: catalogue/templates/catalogue/book_text.html:59 msgid "Infobox" msgstr "Infobox" -#: templates/catalogue/book_text.html:56 -#: templates/catalogue/viewer_base.html:53 +#: catalogue/templates/catalogue/book_text.html:64 +msgid "Numbering" +msgstr "" + +#: catalogue/templates/catalogue/book_text.html:68 +#, fuzzy +#| msgid "Don't show footnotes" +msgid "Footnotes" +msgstr "Non mostrare le note" + +#: catalogue/templates/catalogue/book_text.html:70 +msgid "References" +msgstr "" + +#: catalogue/templates/catalogue/book_text.html:96 +#: catalogue/templates/catalogue/viewer_base.html:54 msgid "Close" msgstr "" -#: templates/catalogue/book_text.html:57 +#: catalogue/templates/catalogue/book_text.html:97 msgid "Please wait..." msgstr "" -#: templates/catalogue/book_text.html:73 +#: catalogue/templates/catalogue/book_text.html:152 msgid "Other versions of the book" msgstr "" -#: templates/catalogue/book_text.html:74 +#: catalogue/templates/catalogue/book_text.html:153 msgid "Close the other version" msgstr "" -#: templates/catalogue/book_text.html:92 -#, fuzzy -#| msgid "parent number" -msgid "Display line numbers" -msgstr "numero del genitore" - -#: templates/catalogue/book_text.html:93 -#, fuzzy -#| msgid "Don't disply themes" -msgid "Display themes" -msgstr "Non visualizzare i temi" - -#: templates/catalogue/book_text.html:94 -#, fuzzy -#| msgid "Don't show footnotes" -msgid "Display footnotes" -msgstr "Non mostrare le note" - -#: templates/catalogue/catalogue.html:6 +#: catalogue/templates/catalogue/catalogue.html:6 msgid "Catalogue" msgstr "Catalogo" -#: templates/catalogue/catalogue.html:11 -#: templates/catalogue/tagged_object_list.html:61 +#: catalogue/templates/catalogue/catalogue.html:11 +#: catalogue/templates/catalogue/tagged_object_list.html:57 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Tutti i libri" -#: templates/catalogue/catalogue.html:17 +#: catalogue/templates/catalogue/catalogue.html:15 msgid "Download the catalogue in PDF format." msgstr "Scarica il catalogo nel formato PDF." -#: templates/catalogue/catalogue.html:20 -#: templates/catalogue/tag_list_split.html:3 -#: templates/catalogue/tagged_object_list.html:6 -#: templates/catalogue/tagged_object_list.html:14 +#: 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 "" -#: templates/catalogue/catalogue.html:23 -#: templates/catalogue/collections.html:6 -#: templates/catalogue/collections.html:11 +#: catalogue/templates/catalogue/catalogue.html:22 +#: catalogue/templates/catalogue/collections.html:5 +#: catalogue/templates/catalogue/collections.html:10 #, fuzzy msgid "Collections" msgstr " raccolte" -#: templates/catalogue/catalogue.html:26 -#: templates/catalogue/tag_list_split.html:8 -#: templates/catalogue/tagged_object_list.html:6 -#: templates/catalogue/tagged_object_list.html:14 -msgid "Gallery" -msgstr "" +#: catalogue/templates/catalogue/catalogue.html:25 +#: catalogue/templates/catalogue/search_multiple_hits.html:45 +#: catalogue/templates/catalogue/tag_list_split.html:9 +#: catalogue/templates/catalogue/tagged_object_list.html:5 +#, fuzzy +#| msgid "Artist" +msgid "Art" +msgstr "Artista" -#: templates/catalogue/collection_box.html:5 +#: catalogue/templates/catalogue/collection_box.html:4 #, fuzzy msgid "Collection" msgstr " raccolte" -#: templates/catalogue/collection_box.html:15 +#: catalogue/templates/catalogue/collection_box.html:14 #, python-format msgid "and one more" msgid_plural "and %(c)s more" msgstr[0] "" msgstr[1] "" -#: templates/catalogue/collections.html:17 +#: catalogue/templates/catalogue/collections.html:16 #, fuzzy #| msgid "collections" msgid "All collections" msgstr " raccolte" -#: templates/catalogue/daisy_list.html:10 +#: catalogue/templates/catalogue/custom_pdf_form.html:5 catalogue/views.py:403 +msgid "Download custom PDF" +msgstr "Scarica PDF personalizzato" + +#: catalogue/templates/catalogue/daisy_list.html:7 +#: catalogue/templates/catalogue/daisy_list.html:15 +msgid "Listing of all DAISY files" +msgstr "Elenco di tutti i file DAISY " + +#: catalogue/templates/catalogue/daisy_list.html:11 msgid "Latest DAISY audiobooks" msgstr "Ultimi audiolibri DAISY" -#: templates/catalogue/differentiate_tags.html:12 +#: catalogue/templates/catalogue/differentiate_tags.html:12 msgid "The criteria are ambiguous. Please select one of the following options:" msgstr "" "Questi criteri sono ambigui. Si prega di selezionare una delle seguenti " "opzioni:" -#: templates/catalogue/fragment_short.html:12 +#: catalogue/templates/catalogue/fragment_short.html:12 msgid "Expand fragment" msgstr "Espandi il frammento" -#: templates/catalogue/fragment_short.html:22 +#: catalogue/templates/catalogue/fragment_short.html:22 msgid "Hide fragment" msgstr "Nascondi il frammento" -#: templates/catalogue/inline_tag_list.html:6 -msgid "Chosen" -msgstr "" - -#: templates/catalogue/inline_tag_list.html:14 -#: templates/catalogue/inline_tag_list.html:23 -msgid "Available" -msgstr "" - -#: templates/catalogue/inline_tag_list.html:32 +#: catalogue/templates/catalogue/inline_tag_list.html:22 msgid "Other" msgstr "" -#: templates/catalogue/picture_detail.html:29 +#: catalogue/templates/catalogue/picture_detail.html:29 msgid "Work is licensed under " msgstr "L'opera è su licenza di" -#: templates/catalogue/picture_detail.html:31 +#: catalogue/templates/catalogue/picture_detail.html:31 msgid "Based on" msgstr "Basato su" -#: templates/catalogue/picture_detail.html:45 +#: catalogue/templates/catalogue/picture_detail.html:43 msgid "Details" msgstr "Dettagli" -#: templates/catalogue/picture_detail.html:48 +#: catalogue/templates/catalogue/picture_detail.html:46 msgid "Author" msgstr "Autore" -#: templates/catalogue/picture_detail.html:66 +#: catalogue/templates/catalogue/picture_detail.html:64 msgid "Other resources" msgstr "Altre fonti" -#: templates/catalogue/picture_detail.html:69 +#: catalogue/templates/catalogue/picture_detail.html:67 msgid "Source of the image" msgstr "Fonte dell'immagine" -#: templates/catalogue/picture_detail.html:72 +#: catalogue/templates/catalogue/picture_detail.html:70 msgid "Image on the Editor's Platform" msgstr "Immagine sulla piattaforma del editore" -#: templates/catalogue/picture_detail.html:83 +#: catalogue/templates/catalogue/picture_detail.html:73 msgid "View XML source" msgstr "Visualizza la fonte XML" -#: templates/catalogue/picture_detail.html:86 +#: catalogue/templates/catalogue/picture_detail.html:76 msgid "Work's themes " msgstr "Temi dell'opera" -#: templates/catalogue/player.html:11 templates/catalogue/viewer_base.html:9 +#: catalogue/templates/catalogue/player.html:12 +#: catalogue/templates/catalogue/viewer_base.html:11 msgid "Wolne Lektury" msgstr "Wolne Lektury" -#: templates/catalogue/player.html:34 +#: catalogue/templates/catalogue/player.html:29 msgid "Book's page" msgstr "Pagina del libro" -#: templates/catalogue/player.html:35 +#: catalogue/templates/catalogue/player.html:30 msgid "Download as" msgstr "Scarica come" -#: templates/catalogue/player.html:84 -#: templates/catalogue/snippets/jplayer.html:35 -#, fuzzy -#| msgid "Artist" -msgid "Artist:" -msgstr "Artista" - -#: templates/catalogue/player.html:85 -#: templates/catalogue/snippets/jplayer.html:36 -#, fuzzy -#| msgid "Director" -msgid "director:" -msgstr "Direttore" - -#: templates/catalogue/player.html:104 +#: catalogue/templates/catalogue/player.html:46 msgid "Audiobooks were prepared as a part of the projects:" msgstr "Gli audilobri sono stati preparati come parte dei seguenti progetti:" -#: templates/catalogue/player.html:109 +#: catalogue/templates/catalogue/player.html:51 #, python-format msgid "%(cs)s, funded by %(fb)s" msgstr "%(cs)s, creato da %(fb)s // %(cs)s, finanziato da %(fb)s" -#: templates/catalogue/player.html:121 -#, python-format +#: 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." +"Audiobooks were prepared as a part of the %(cs)s project funded by " +"%(fb)s." msgstr "" "Gli audiollibri sono stati preparati come parte del progetto %(cs)s, " "finanziato da %(fb)s" -#: templates/catalogue/player.html:123 -#, python-format -msgid "Audiobooks were prepared as a part of the %(cs)s project." +#: 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 "Gli audiolibri sono stati preparati come parte di progetto %(cs)s." -#: templates/catalogue/recent_audiobooks_list.html:5 -#: templates/catalogue/recent_audiobooks_list.html:10 +#: catalogue/templates/catalogue/recent_audiobooks_list.html:5 +#: catalogue/templates/catalogue/recent_audiobooks_list.html:10 #, fuzzy msgid "Recent audiobooks" msgstr "Ultimi audiolibri MP3" -#: templates/catalogue/recent_daisy_list.html:5 -#: templates/catalogue/recent_daisy_list.html:10 +#: catalogue/templates/catalogue/recent_daisy_list.html:5 +#: catalogue/templates/catalogue/recent_daisy_list.html:10 msgid "Recent DAISY files" msgstr "" -#: templates/catalogue/recent_list.html:5 -#: templates/catalogue/recent_list.html:10 +#: catalogue/templates/catalogue/recent_list.html:5 +#: catalogue/templates/catalogue/recent_list.html:10 msgid "Recent publications" msgstr "" -#: templates/catalogue/recent_list.html:15 +#: catalogue/templates/catalogue/recent_list.html:15 #, python-format msgid "" "You can also see recent audiobooks\n" -" and recent DAISY files." +" and recent DAISY files." msgstr "" -#: templates/catalogue/search_multiple_hits.html:8 -#: templates/catalogue/search_no_hits.html:5 -#: templates/catalogue/search_no_hits.html:10 -#: templates/catalogue/search_too_short.html:5 -#: templates/catalogue/search_too_short.html:10 +#: catalogue/templates/catalogue/search_multiple_hits.html:7 +#: 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 "Cerca" -#: templates/catalogue/search_multiple_hits.html:14 -#: templates/catalogue/search_no_hits.html:16 +#: catalogue/templates/catalogue/search_multiple_hits.html:13 +#: catalogue/templates/catalogue/search_no_hits.html:16 msgid "Did you mean" msgstr "Volevi dire" -#: templates/catalogue/search_multiple_hits.html:20 -#: templates/catalogue/tagged_object_list.html:19 -msgid "Authors" -msgstr "Autori" - -#: templates/catalogue/search_multiple_hits.html:30 -#: templates/catalogue/tagged_object_list.html:22 -msgid "Kinds" -msgstr "Categorie" - -#: templates/catalogue/search_multiple_hits.html:40 -#: templates/catalogue/tagged_object_list.html:21 -msgid "Genres" -msgstr "Generi" - -#: templates/catalogue/search_multiple_hits.html:50 -#: templates/catalogue/tagged_object_list.html:20 -msgid "Epochs" -msgstr "Epoche" - -#: templates/catalogue/search_multiple_hits.html:63 -msgid "Results by title" -msgstr "Risultati per titolo" - -#: templates/catalogue/search_multiple_hits.html:78 -msgid "Results by authors" -msgstr "Risultati per autore" - -#: templates/catalogue/search_multiple_hits.html:91 -msgid "Results by translators" -msgstr "" - -#: templates/catalogue/search_multiple_hits.html:104 -msgid "Results in text" -msgstr "Risultati nel testo" - -#: templates/catalogue/search_multiple_hits.html:121 -msgid "Other results" -msgstr "Altri risultati" +#: catalogue/templates/catalogue/search_multiple_hits.html:32 +#, fuzzy +#| msgid "books" +msgid "Books" +msgstr "Libri" -#: templates/catalogue/search_no_hits.html:19 -#: templates/catalogue/tagged_object_list.html:65 +#: 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 "Siamo spiacenti!I criteri di ricerca non corrispondono alle risorse." -#: templates/catalogue/search_no_hits.html:21 -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." +#: 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 "" -"Il motore di ricerca supporta i seguenti criteri: titolo, autore, tema, " -"epoca, genere.\n" -"\t\t Per il momento non supportiamo i criteri del testo intero." +"Siamo spiacenti! La ricerca viene effettuata su parole con almeno due " +"caratteri." -#: templates/catalogue/search_too_short.html:13 +#: catalogue/templates/catalogue/search_too_short.html:13 msgid "Sorry! Search query must have at least two characters." msgstr "" "Siamo spiacenti! La ricerca viene effettuata su parole con almeno due " "caratteri." -#: templates/catalogue/snippets/custom_pdf_link_li.html:3 +#: 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 " Scarica un PDF personalizzato" -#: templates/catalogue/snippets/jplayer.html:53 +#: catalogue/templates/catalogue/snippets/jplayer.html:36 +#, fuzzy +#| msgid "Artist" +msgid "Artist:" +msgstr "Artista" + +#: catalogue/templates/catalogue/snippets/jplayer.html:37 +#, fuzzy +#| msgid "Director" +msgid "director:" +msgstr "Direttore" + +#: catalogue/templates/catalogue/snippets/jplayer.html:64 msgid "previous" msgstr "" -#: templates/catalogue/snippets/jplayer.html:54 +#: catalogue/templates/catalogue/snippets/jplayer.html:65 msgid "Part" msgstr "" -#: templates/catalogue/snippets/jplayer.html:55 +#: catalogue/templates/catalogue/snippets/jplayer.html:66 msgid "next" msgstr "" -#: templates/catalogue/snippets/license_icon.html:6 -#: templates/catalogue/snippets/license_icon.html:8 +#: catalogue/templates/catalogue/snippets/license_icon.html:6 +#: catalogue/templates/catalogue/snippets/license_icon.html:7 msgid "Free license" msgstr "" -#: templates/catalogue/tag_catalogue.html:11 +#: catalogue/templates/catalogue/tag_catalogue.html:11 #, fuzzy #| msgid "Wolne Lektury" msgid "on Wolne Lektury" msgstr "Wolne Lektury" -#: templates/catalogue/tag_list.html:6 +#: catalogue/templates/catalogue/tag_list.html:7 msgid "See full category" msgstr "Vedi tutta la categoria" -#: templates/catalogue/tagged_object_list.html:59 +#: catalogue/templates/catalogue/tagged_object_list.html:5 +msgid "Audiobooks" +msgstr "Audiolibri" + +#: catalogue/templates/catalogue/tagged_object_list.html:15 +msgid "Authors" +msgstr "Autori" + +#: catalogue/templates/catalogue/tagged_object_list.html:16 +msgid "Epochs" +msgstr "Epoche" + +#: catalogue/templates/catalogue/tagged_object_list.html:17 +msgid "Genres" +msgstr "Generi" + +#: catalogue/templates/catalogue/tagged_object_list.html:18 +msgid "Kinds" +msgstr "Categorie" + +#: catalogue/templates/catalogue/tagged_object_list.html:52 msgid "All matching works" msgstr "" -#: templates/catalogue/tagged_object_list.html:74 +#: catalogue/templates/catalogue/tagged_object_list.html:55 +msgid "Listing of all audiobooks" +msgstr "Elenco di tutti gli audiolibri " + +#: catalogue/templates/catalogue/tagged_object_list.html:62 +#, fuzzy +#| msgid "DAISY" +msgid "DAISY files" +msgstr "DAISY" + +#: catalogue/templates/catalogue/tagged_object_list.html:72 msgid "Motifs and themes" msgstr "Motivi e temi" -#: templates/catalogue/tagged_object_list.html:91 +#: catalogue/templates/catalogue/tagged_object_list.html:84 #, fuzzy #| msgid "description" msgid "No description." msgstr "descrizione" -#: templates/catalogue/tagged_object_list.html:97 -msgid "in Lektury.Gazeta.pl" -msgstr "su Lektury.Gazeta.pl" - -#: templates/catalogue/tagged_object_list.html:103 +#: catalogue/templates/catalogue/tagged_object_list.html:91 msgid "in Wikipedia" msgstr "su Wikipedia" -#: templates/catalogue/tagged_object_list.html:109 +#: catalogue/templates/catalogue/tagged_object_list.html:97 msgid "in Culture.pl" msgstr "" -#: templates/catalogue/viewer_base.html:55 +#: catalogue/templates/catalogue/viewer_base.html:56 #, fuzzy #| msgid "Leading" msgid "Loading" msgstr "Interlinea" -#: views.py:551 +#: catalogue/templatetags/catalogue_tags.py:504 +#, fuzzy +#| msgid "language code" +msgid "vulgar language" +msgstr "codice della lingua" + +#: catalogue/views.py:354 #, python-format msgid "" "An error occurred: %(exception)s\n" @@ -891,18 +998,56 @@ msgstr "" "\n" "%(tb)s" -#: views.py:553 +#: catalogue/views.py:359 msgid "Book imported successfully" msgstr "Libro scaricato con successo" -#: views.py:555 +#: catalogue/views.py:360 #, python-format msgid "Error importing file: %r" msgstr "Errore dell'importazione del file: %r" -#: views.py:585 -msgid "Download custom PDF" -msgstr "Scarica PDF personalizzato" +#, fuzzy +#~| msgid "parent number" +#~ msgid "Display line numbers" +#~ msgstr "numero del genitore" + +#, fuzzy +#~| msgid "Don't disply themes" +#~ msgid "Display themes" +#~ msgstr "Non visualizzare i temi" + +#, 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 "" +#~ "Il motore di ricerca supporta i seguenti criteri: titolo, autore, tema, " +#~ "epoca, genere.\n" +#~ "\t\t Per il momento non supportiamo i criteri del testo intero." + +#~ msgid "Book description on Lektury.Gazeta.pl" +#~ msgstr "Descrizione del libro su Lektury.Gazeta.pl" + +#~ msgid "in Lektury.Gazeta.pl" +#~ msgstr "su Lektury.Gazeta.pl" + +#~ msgid "Results by title" +#~ msgstr "Risultati per titolo" + +#~ msgid "Results by authors" +#~ msgstr "Risultati per autore" + +#~ msgid "Results in text" +#~ msgstr "Risultati nel testo" + +#~ msgid "Other results" +#~ msgstr "Altri risultati" #~ msgid "book count" #~ msgstr "conteggio dei libri" @@ -925,9 +1070,6 @@ msgstr "Scarica PDF personalizzato" #~ msgid "Themes and topics" #~ msgstr "temi e argomenti" -#~ msgid "DAISY" -#~ msgstr "DAISY" - #~ msgid "Listing of all pictures" #~ msgstr "Elenco di tutte le immagini"