From bea8ac13e42fc53e2e2151503fa2a6a467b79844 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 30 Dec 2021 15:34:56 +0100 Subject: [PATCH 1/1] Accesibility fixes from the report. --- .../locale/de/LC_MESSAGES/django.po | 132 ++++++++++-------- .../locale/en/LC_MESSAGES/django.po | 128 +++++++++-------- .../locale/es/LC_MESSAGES/django.po | 132 ++++++++++-------- .../locale/fr/LC_MESSAGES/django.po | 128 +++++++++-------- .../locale/it/LC_MESSAGES/django.po | 128 +++++++++-------- .../locale/jp/LC_MESSAGES/django.po | 123 +++++++++------- .../locale/lt/LC_MESSAGES/django.po | 132 ++++++++++-------- .../locale/pl/LC_MESSAGES/django.mo | Bin 8473 -> 8524 bytes .../locale/pl/LC_MESSAGES/django.po | 130 +++++++++-------- .../locale/ru/LC_MESSAGES/django.po | 128 +++++++++-------- .../locale/uk/LC_MESSAGES/django.po | 132 ++++++++++-------- src/wolnelektury/static/js/base.js | 13 ++ src/wolnelektury/static/scss/main.scss | 1 + src/wolnelektury/static/scss/main/menu.scss | 9 +- .../static/scss/main/skiplinks.scss | 24 ++++ .../templates/base/superbase.html | 39 +++--- src/wolnelektury/templates/main_menu.html | 20 +++ src/wolnelektury/templates/main_page.html | 17 ++- 18 files changed, 807 insertions(+), 609 deletions(-) create mode 100644 src/wolnelektury/static/scss/main/skiplinks.scss create mode 100644 src/wolnelektury/templates/main_menu.html diff --git a/src/wolnelektury/locale/de/LC_MESSAGES/django.po b/src/wolnelektury/locale/de/LC_MESSAGES/django.po index b2588f751..97a407fa9 100644 --- a/src/wolnelektury/locale/de/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/de/LC_MESSAGES/django.po @@ -101,20 +101,33 @@ msgstr "in WolneLektury.pl" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Sprachversionen" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Ausloggen" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Inhalt" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -147,64 +160,36 @@ msgstr[1] "" "Verfügung\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 #, fuzzy msgid "My shelf" msgstr "Mein Bücherregal" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administration" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Einloggen" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Registrieren" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Motive" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audiobücher" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -#, fuzzy -#| msgid "Account Connections" -msgid "Collections" -msgstr "Konto-Beziehungen" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Suchen" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Schließen" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Laden" @@ -283,87 +268,119 @@ msgstr "" msgid "More..." msgstr "Mehr..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Motive" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audiobücher" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +#, fuzzy +#| msgid "Account Connections" +msgid "Collections" +msgstr "Konto-Beziehungen" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Internetbibliothek WolneLektury.pl" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Letzte Publikationen" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motive und Themen" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Motiv" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "News" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Leistungen" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Melden Sie einen Bug oder Vorschlag." -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Der Katalog als PDF-Datei herunterladen." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Schriftsteller" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy msgid "All works" msgstr "Alle Bücher" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 #, fuzzy msgid "Missing a book?" msgstr "Brauchen Sie ein Buch?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Plan der Veröffentlichung" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 #, fuzzy msgid "Information" msgstr "Format öffnen" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "das genutzte Bild" @@ -660,9 +677,6 @@ msgstr "Sie müssen eingeloggt sein, um fortzusetzen." #~ msgid "Listen" #~ msgstr "Hören" -#~ msgid "Table of contents" -#~ msgstr "Inhalt" - #~ msgid "Edit. note" #~ msgstr "Edit. note" diff --git a/src/wolnelektury/locale/en/LC_MESSAGES/django.po b/src/wolnelektury/locale/en/LC_MESSAGES/django.po index 612bfca25..2b8d248cb 100644 --- a/src/wolnelektury/locale/en/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/en/LC_MESSAGES/django.po @@ -100,20 +100,33 @@ msgstr "Wolne Lektury" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Language versions" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Logout" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Table of contents" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -146,61 +159,35 @@ msgstr[1] "" "href='%(r)s'>right to\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "My shelf" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administration" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Sign in" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Register" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Themes" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audiobooks" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Search" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Close" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Loading" @@ -274,86 +261,116 @@ msgstr "" msgid "More..." msgstr "More..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Themes" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audiobooks" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Wolne Lektury Internet library" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Latest publications" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motifs and themes" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Theme" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "News" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Tools" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Report an error or make a suggestion" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Download the catalogue in PDF format." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Reader" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "All books" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Missing a book?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Publishing plan" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Information" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Image used:" @@ -641,9 +658,6 @@ msgstr "You have to be logged in to continue" #~ msgid "Listen" #~ msgstr "Listen" -#~ msgid "Table of contents" -#~ msgstr "Table of contents" - #~ msgid "Edit. note" #~ msgstr "Edit. note" diff --git a/src/wolnelektury/locale/es/LC_MESSAGES/django.po b/src/wolnelektury/locale/es/LC_MESSAGES/django.po index 54c5934a4..9be88f649 100644 --- a/src/wolnelektury/locale/es/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/es/LC_MESSAGES/django.po @@ -99,20 +99,33 @@ msgstr "Regístrate en WolneLektury.pl" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Versiones de idiomas" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Cerrar sesión" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Índice" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -145,63 +158,35 @@ msgstr[1] "" "href='%(r)s'>right to\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Mi estante" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administración" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Iniciar sesión" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Registrarse" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Temas" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audiolibros" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -#, fuzzy -#| msgid "Account Connections" -msgid "Collections" -msgstr "Conexiones de la cuenta de usuario" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Buscar" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Cerrar" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Cargando" @@ -276,86 +261,118 @@ msgstr "" msgid "More..." msgstr "Más..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Temas" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audiolibros" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +#, fuzzy +#| msgid "Account Connections" +msgid "Collections" +msgstr "Conexiones de la cuenta de usuario" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "La biblioteca virtual WolneLektury.pl" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Publicaciones recientes" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Temas" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Tema" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Noticias" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Herramientas" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Reporta un error o una sugerencia" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Descarga el catálogo en el formato PDF" -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Artista" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Todos los libros" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "¿Falta un libro?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Plan de publicación" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Información" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "La imagen usada:" @@ -652,9 +669,6 @@ msgstr "Tienes que iniciar sesión para continuar" #~ msgid "Listen" #~ msgstr "Escucha" -#~ msgid "Table of contents" -#~ msgstr "Índice" - #~ msgid "Edit. note" #~ msgstr "Editar nota" diff --git a/src/wolnelektury/locale/fr/LC_MESSAGES/django.po b/src/wolnelektury/locale/fr/LC_MESSAGES/django.po index 4a4a0e596..77cf88cb9 100644 --- a/src/wolnelektury/locale/fr/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/fr/LC_MESSAGES/django.po @@ -101,20 +101,33 @@ msgstr "Wolne Lektury (Lectures Libres)" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Version linguistique" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Déconnexion" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Table des matières" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -147,61 +160,35 @@ msgstr[1] "" "href='%(r)s'>auxquelles vous avez droit\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Mon étagère" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administration" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Connexion" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Inscrivez-vous" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Thèmes" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Livres audio" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Rechercher" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Fermer" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Chargement en cours" @@ -275,86 +262,116 @@ msgstr "" msgid "More..." msgstr "Plus..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Thèmes" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Livres audio" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Wolne Lektury - la bibliothèque en ligne" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Publications récentes" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motifs et thèmes" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Thème" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Actualités" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Outils" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Rapportez une erreur ou faites une suggestion" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Téléchargez le catalogue au format PDF" -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Artiste" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Tous les livres" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Il vous manque un livre?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Plan de publication" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Informations" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "L'image utilisé:" @@ -643,9 +660,6 @@ msgstr "Vous devez être connecter pour continuer" #~ msgid "Listen" #~ msgstr "Écoutez" -#~ msgid "Table of contents" -#~ msgstr "Table des matières" - #~ msgid "Edit. note" #~ msgstr "Note d'éditeur" diff --git a/src/wolnelektury/locale/it/LC_MESSAGES/django.po b/src/wolnelektury/locale/it/LC_MESSAGES/django.po index c95c38667..3d22e3ea1 100644 --- a/src/wolnelektury/locale/it/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/it/LC_MESSAGES/django.po @@ -101,20 +101,33 @@ msgstr "Wolne Lektury" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Versioni in altre lingue" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Esci" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Indice" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -147,61 +160,35 @@ msgstr[1] "" "href='%(r)s'>right to\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Il mio scaffale" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Amministrazione" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Accedi" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Registrati" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Temi" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audiolibri" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Cerca" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Chiudi" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Caricamento" @@ -269,86 +256,116 @@ msgstr "" msgid "More..." msgstr "Più" +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Temi" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audiolibri" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Wolne Lektury biblioteca online" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motivi e temi" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "tema" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Segnala un'errore o una proposta" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Scarica il catalogo nel formato PDF." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Artista" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Tutti i libri" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Manca un libro?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Programma editoriale" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Immagine usata" @@ -620,9 +637,6 @@ msgstr " Per poter continuare devi essere loggato" #~ msgid "Listen" #~ msgstr "Ascolta" -#~ msgid "Table of contents" -#~ msgstr "Indice" - #~ msgid "Edit. note" #~ msgstr "Modifica. nota" diff --git a/src/wolnelektury/locale/jp/LC_MESSAGES/django.po b/src/wolnelektury/locale/jp/LC_MESSAGES/django.po index 4f8beb5b6..1a4706587 100644 --- a/src/wolnelektury/locale/jp/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/jp/LC_MESSAGES/django.po @@ -92,18 +92,29 @@ msgstr "" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 msgid "Language" msgstr "" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +msgid "Go to content" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, python-format msgid "" "\n" @@ -118,61 +129,35 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Zaloguj" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "" @@ -212,82 +197,112 @@ msgstr "" msgid "More..." msgstr "" +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "" -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 msgid "Art" msgstr "" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 msgid "All works" msgstr "" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "" diff --git a/src/wolnelektury/locale/lt/LC_MESSAGES/django.po b/src/wolnelektury/locale/lt/LC_MESSAGES/django.po index 6a1ca5d63..49023f0b9 100644 --- a/src/wolnelektury/locale/lt/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/lt/LC_MESSAGES/django.po @@ -102,20 +102,33 @@ msgstr "Wolne Lektury" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Kalbų versijos" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Atsijungti" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Turinys" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -153,63 +166,35 @@ msgstr[2] "" "href='%(r)s'>turite teisę\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Mano lentyna" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administracija " -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Prisijungti " -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Registruotis " -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Motyvai" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audio knygos" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -#, fuzzy -#| msgid "Account Connections" -msgid "Collections" -msgstr "Paskyros jungtys" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Ieškoti" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Uždaryti" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Kraunasi" @@ -292,86 +277,118 @@ msgstr "" msgid "More..." msgstr "Daugiau..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Motyvai" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audio knygos" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +#, fuzzy +#| msgid "Account Connections" +msgid "Collections" +msgstr "Paskyros jungtys" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Wolne Lektury internetinė biblioteka" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Naujos publikacijos" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motyvai ir temos" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Motyvas" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Naujienos" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Priemonės" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Praneškite apie klaidą arba teikite pasiūlymus" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Atsisiųsti katalogą PDF formatu." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Artistas" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Visos knygos" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Neradote knygos?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Publikavimo planas" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Informacija" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Panaudotas paveikslėlis:" @@ -671,9 +688,6 @@ msgstr "Norėdami tęsti, turite būti prisijungę" #~ msgid "Listen" #~ msgstr "Klausytis" -#~ msgid "Table of contents" -#~ msgstr "Turinys" - #~ msgid "Edit. note" #~ msgstr "Redaguoti pastabą" diff --git a/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo b/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo index f01590329163b334b4165d26480dd42e53d35567..db192c29cc44e71e9b9523a2de134707ab2d2cf4 100644 GIT binary patch delta 2092 zcmaLYTTC2P9LMoL3guGDwJ3#NrYN@Y2?plIPhqj3%rW=QeO<}S^Ox6{;il3ji>^doK>S{P=gvk3)bPm;QA=4 z-AkwrU%?!F3p4Qp)bl<@l4+l#GBbn9*rlL;9dqd4mVyg^pgPW?wHlV89=r`TkOr*4 z-9h~cWHNRf)qVgqu+xDr22LV>_BsbW=Ur6$4>7I|zv4tAzKrd-fLaoVoBF{P)XZv7 zsc%3Rn~^cw6mGzJOP-8+%x%PJ9pF#wFBJyjo2DHNzx%d=M|7I#@<^_!nvo ztt6d^eAGb8aF)&J;PZHs>3m17``I8ralf`ay);GZ(wnmiHP9yH&pJ6U2J2l%{%LDI z7c|pJR0j#1$0<}wN65PdI*yz0EUNuGxD}_7rZ$gi_bc9ow@|6huT0-}Q2jL_Nw%Ii zCu-1(_u(nj0H#nKOb7K(0%uU|zeNq~8aCq%)a$#6gMQzPWZybad*tcB{^0%yYN_I< zInhYZAcM6xQLovjr~%9c^(&|c{)`&HEz}HhH>CGUIdaK1qJFmrb-xYO{upW?p}=U` zxWze9N+yFF?_+8Js1M6raD5SvQeQ%C&K7o@Iy!*bBZpBle+r*L7q#YJqc+=R)Qo?_ zQ}`!7srNs^f*#_+MSKklob+yfyHEq!hZ(5lTuW#Y z%EY6@Lqr3iOl$eJ(!V`U=s_!G7bgy(QEM|X;ne2Zk1Vs@Pbg!WoyrkHZ_7&A#)&es zZ{-3iGmXRpgeJRE;!34vw}m)H=v%F#nbZ@H5lWk0%WmTTin4W>*h4%*Xg};G_7ch* ziAj}%fgSq(>%AxQ)=IPmH^g?LJ*e|)r#7FeESuF3)x-`$n^#49V<&Nd;IokWht`DJ zOaCo(RQRl9WUavyM3Wv&l^e{ z%3r^u!*gPu)8|EEp-9ZqwPE)}$a&WDVxeeo#SgjBzJWx4{x^x%HCK~+3raFq*EiHO z);aY%n;ILF$4gFRWH#2;<;}ekeLNI_N}PpZK@eQR|LQj1PzXaXS(Y zIm7OA;fv>Du0P=nxc=-}w^jE;gZ;B#IQ@(*8k#-d7ryP9AM=KX!j2z{dXe$l?u?E5 b6Qe`nF*iDt5l+lkEGHH#|4tTe$jkf(&A#h0 delta 1991 zcmZA2TWphM9LMp0U0HSKqd2zCcSCej7-bty=@i*y!bCw17cP;cYbw@ttFR)GguDjO z3k)$@h%v@sG0LEtZ>Iz)SdB$n0#y>>}gYtIQhl)e5tv_#W2a zH&}~5BbV4BcH%!+hS5qhy4HbnX1=YYqq#03A6wvS1^$c7X&qGrcA*|PigmaXb$!aY z7q4S{$c!+zFj6Fz}2;n%1o%2G~M4uf-(l`Xktd$K3e>Ud?z8DWZLgD)j}t0WYJT-`*PB-;El_eAkJi zZWuvLJcfffj`~@ia?YV{Jcm@-enIVpznmd1*7+LLlC+=_iy}E#KT<5)ih2=0q>{xW9%mAn>>k^ZN_msnT>8Q3(xJjwO>?+1*0(Cw@2weF7wat?Y}gYD z_xAKv0BZ=l}(^b diff --git a/src/wolnelektury/locale/pl/LC_MESSAGES/django.po b/src/wolnelektury/locale/pl/LC_MESSAGES/django.po index 8e8413023..c26b28959 100644 --- a/src/wolnelektury/locale/pl/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/pl/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: WolneLektury\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2021-03-04 17:02+0100\n" +"PO-Revision-Date: 2021-12-30 15:33+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: \n" "Language: pl\n" @@ -17,7 +17,7 @@ msgstr "" "X-Translated-Using: django-rosetta 0.5.6\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 2.3\n" +"X-Generator: Poedit 3.0\n" #: wolnelektury/templates/404.html:4 msgid "Page does not exist" @@ -103,18 +103,29 @@ msgstr "Wolne Lektury" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 msgid "Language" msgstr "Język" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Wyloguj" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +msgid "Go to content" +msgstr "Przejdź do treści" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "Przejdź do wyszukiwarki" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "Przejdź do stopki strony" + +#: wolnelektury/templates/base/superbase.html:65 #, python-format msgid "" "\n" @@ -142,61 +153,35 @@ msgstr[2] "" "masz prawo\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Moja półka" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administracja" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Zaloguj się" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Załóż konto" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "Wesprzyj nas" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "Literatura" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Motywy" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Audiobooki" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "Kolekcje" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "Newsletter" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Szukaj" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Zamknij" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Ładowanie" @@ -258,82 +243,112 @@ msgstr "" msgid "More..." msgstr "Więcej..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "Wesprzyj nas" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "Literatura" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Motywy" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Audiobooki" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "Kolekcje" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "Newsletter" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Biblioteka internetowa Wolne Lektury" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "W naszej cyfrowej bibliotece znajdziesz" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "i wiele innych książek, wierszy, obrazów, audiobooków…" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Ostatnie publikacje" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Motywy i tematy" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Motyw" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "Utwory, w których występuje ten motyw:" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Aktualności" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Narzędzia" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Zgłoś błąd lub sugestię" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Pobierz katalog w formacie PDF." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 msgid "Art" msgstr "Sztuka" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 msgid "All works" msgstr "Wszystkie utwory" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "Przypisy" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Nie znalazłeś/-aś utworu?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Plan publikacji" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Informacje" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "Polityka prywatności" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "Obserwuj nas na Facebooku" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Użyto obrazu:" @@ -642,9 +657,6 @@ msgstr "Zaloguj się, aby kontynuować" #~ msgid "Listen" #~ msgstr "Słuchaj" -#~ msgid "Table of contents" -#~ msgstr "Spis treści" - #~ msgid "Edit. note" #~ msgstr "Nota red." diff --git a/src/wolnelektury/locale/ru/LC_MESSAGES/django.po b/src/wolnelektury/locale/ru/LC_MESSAGES/django.po index bc271e537..efcabd38f 100644 --- a/src/wolnelektury/locale/ru/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/ru/LC_MESSAGES/django.po @@ -103,20 +103,33 @@ msgstr "на WolneLektury.pl" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Языковые версии" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Выход" -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Оглавление" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -154,61 +167,35 @@ msgstr[2] "" "вправе пользоваться \n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Создать полку" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Администрация" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Вход" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Зарегистроваться" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Мотивы" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Аудиокниги" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -msgid "Collections" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Поиск" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Закройте" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Погрузка" @@ -291,86 +278,116 @@ msgstr "" msgid "More..." msgstr "Подробнее..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Мотивы" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Аудиокниги" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +msgid "Collections" +msgstr "" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "WolneLektury интернет библиотека" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "Последние публикации" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Мотивы и темы" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Мотив" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Новости" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "Утилиты" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Сообщить об ошибке или предложении" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Скачать каталог в PDF формате." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Артист" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Все книги" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Потеряли книгу?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Издательский план" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "Информация" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Используемые изображения:" @@ -664,9 +681,6 @@ msgstr "Вы должны войти, чтобы продолжaть" #~ msgid "Listen" #~ msgstr "Послушайте" -#~ msgid "Table of contents" -#~ msgstr "Оглавление" - #~ msgid "Edit. note" #~ msgstr "Изменить примечание" diff --git a/src/wolnelektury/locale/uk/LC_MESSAGES/django.po b/src/wolnelektury/locale/uk/LC_MESSAGES/django.po index 171b44292..f493555e1 100644 --- a/src/wolnelektury/locale/uk/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/uk/LC_MESSAGES/django.po @@ -100,20 +100,33 @@ msgstr "Wolne Lektury" #: wolnelektury/templates/base/app.html:42 #: wolnelektury/templates/base/app.html:43 -#: wolnelektury/templates/base/superbase.html:69 -#: wolnelektury/templates/base/superbase.html:70 +#: wolnelektury/templates/base/superbase.html:75 #, fuzzy #| msgid "Language versions" msgid "Language" msgstr "Мовні версії" #: wolnelektury/templates/base/app.html:66 -#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/base/superbase.html:105 #: wolnelektury/templates/board_base.html:48 msgid "Logout" msgstr "Вийти " -#: wolnelektury/templates/base/superbase.html:60 +#: wolnelektury/templates/base/superbase.html:37 +#, fuzzy +#| msgid "Table of contents" +msgid "Go to content" +msgstr "Зміст" + +#: wolnelektury/templates/base/superbase.html:38 +msgid "Go to search" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:39 +msgid "Go to page footer" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:65 #, fuzzy, python-format #| msgid "" #| "\n" @@ -151,63 +164,35 @@ msgstr[2] "" "маєш право\n" " " -#: wolnelektury/templates/base/superbase.html:94 +#: wolnelektury/templates/base/superbase.html:99 msgid "My shelf" msgstr "Моя полиця" -#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/base/superbase.html:102 #: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Адміністрація" -#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:79 +#: wolnelektury/templates/base/superbase.html:109 wolnelektury/views.py:79 #: wolnelektury/views.py:80 msgid "Sign in" msgstr "Увійти" -#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:98 +#: wolnelektury/templates/base/superbase.html:110 wolnelektury/views.py:98 #: wolnelektury/views.py:99 wolnelektury/views.py:127 msgid "Register" msgstr "Зареєструватися" -#: wolnelektury/templates/base/superbase.html:112 -msgid "Support us" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:115 -msgid "Literature" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:118 -msgid "Themes" -msgstr "Теми" - -#: wolnelektury/templates/base/superbase.html:121 -msgid "Audiobooks" -msgstr "Аудіокниги" - #: wolnelektury/templates/base/superbase.html:124 -#: wolnelektury/templates/main_page.html:50 -#, fuzzy -#| msgid "Account Connections" -msgid "Collections" -msgstr "Пов'язані акаунти" - -#: wolnelektury/templates/base/superbase.html:127 -#: wolnelektury/templates/main_page.html:106 -msgid "Newsletter" -msgstr "" - -#: wolnelektury/templates/base/superbase.html:136 #: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Пошук" -#: wolnelektury/templates/base/superbase.html:167 +#: wolnelektury/templates/base/superbase.html:162 msgid "Close" msgstr "Закрити" -#: wolnelektury/templates/base/superbase.html:169 +#: wolnelektury/templates/base/superbase.html:164 msgid "Loading" msgstr "Завантажується" @@ -290,86 +275,118 @@ msgstr "" msgid "More..." msgstr "Більше..." +#: wolnelektury/templates/main_menu.html:4 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/main_menu.html:7 +msgid "Literature" +msgstr "" + +#: wolnelektury/templates/main_menu.html:10 +msgid "Themes" +msgstr "Теми" + +#: wolnelektury/templates/main_menu.html:13 +msgid "Audiobooks" +msgstr "Аудіокниги" + +#: wolnelektury/templates/main_menu.html:16 +#: wolnelektury/templates/main_page.html:52 +#, fuzzy +#| msgid "Account Connections" +msgid "Collections" +msgstr "Пов'язані акаунти" + +#: wolnelektury/templates/main_menu.html:19 +#: wolnelektury/templates/main_page.html:108 +msgid "Newsletter" +msgstr "" + #: wolnelektury/templates/main_page.html:11 #: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Електронна бібліотека WolneLektury.pl" -#: wolnelektury/templates/main_page.html:19 +#: wolnelektury/templates/main_page.html:21 msgid "In our digital library you will find" msgstr "" -#: wolnelektury/templates/main_page.html:28 +#: wolnelektury/templates/main_page.html:30 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: wolnelektury/templates/main_page.html:37 +#: wolnelektury/templates/main_page.html:39 msgid "Recent publications" msgstr "останні публікації" -#: wolnelektury/templates/main_page.html:63 +#: wolnelektury/templates/main_page.html:65 msgid "Motifs and themes" msgstr "Мотиви та теми" -#: wolnelektury/templates/main_page.html:68 +#: wolnelektury/templates/main_page.html:70 msgid "Theme" msgstr "Тема" -#: wolnelektury/templates/main_page.html:69 +#: wolnelektury/templates/main_page.html:71 msgid "Explore works with the same theme" msgstr "" -#: wolnelektury/templates/main_page.html:84 +#: wolnelektury/templates/main_page.html:86 msgid "News" msgstr "Новості" -#: wolnelektury/templates/main_page.html:91 +#: wolnelektury/templates/main_page.html:93 msgid "Utilities" msgstr "утиліти" -#: wolnelektury/templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:96 msgid "Report a bug or suggestion" msgstr "Повідомити про помилку або надіслати свої пропозиції" -#: wolnelektury/templates/main_page.html:95 +#: wolnelektury/templates/main_page.html:97 msgid "Download the catalogue in PDF format." msgstr "Завантажити каталог у форматі PDF." -#: wolnelektury/templates/main_page.html:96 +#: wolnelektury/templates/main_page.html:98 #, fuzzy #| msgid "Artist" msgid "Art" msgstr "Митець" -#: wolnelektury/templates/main_page.html:97 +#: wolnelektury/templates/main_page.html:99 #, fuzzy #| msgid "All books" msgid "All works" msgstr "Всі книжки" -#: wolnelektury/templates/main_page.html:99 +#: wolnelektury/templates/main_page.html:101 msgid "Footnotes" msgstr "" -#: wolnelektury/templates/main_page.html:100 +#: wolnelektury/templates/main_page.html:102 msgid "Missing a book?" msgstr "Не знайшли книжки?" -#: wolnelektury/templates/main_page.html:101 +#: wolnelektury/templates/main_page.html:103 #: wolnelektury/templates/publish_plan.html:4 #: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "План публікації" -#: wolnelektury/templates/main_page.html:111 +#: wolnelektury/templates/main_page.html:113 msgid "Information" msgstr "інформація" -#: wolnelektury/templates/main_page.html:113 +#: wolnelektury/templates/main_page.html:115 msgid "Privacy policy" msgstr "" -#: wolnelektury/templates/main_page.html:134 +#: wolnelektury/templates/main_page.html:120 +msgid "Follow us on Facebook" +msgstr "" + +#: wolnelektury/templates/main_page.html:133 msgid "Image used:" msgstr "Використано графіку:" @@ -668,9 +685,6 @@ msgstr "Щоб продовжити, увійдіть в свій акаунт." #~ msgid "Listen" #~ msgstr "Слухати" -#~ msgid "Table of contents" -#~ msgstr "Зміст" - #~ msgid "Edit. note" #~ msgstr "Коментар редактора" diff --git a/src/wolnelektury/static/js/base.js b/src/wolnelektury/static/js/base.js index 377a969c0..8f26db440 100644 --- a/src/wolnelektury/static/js/base.js +++ b/src/wolnelektury/static/js/base.js @@ -176,6 +176,12 @@ }); $('.hoverclick').click(function() {$(this).closest('.hoverget').toggleClass('hover');}); + $('.hoverclick').keydown(function(event){ + var keyCode = (event.keyCode ? event.keyCode : event.which); + if (keyCode == 13) { + $(this).trigger('click'); + } + }); $(function(){ $("#search").search(); @@ -362,6 +368,13 @@ $(this).addClass("active"); }); + + $("#skiplink-search").click(function() { + console.log('skiplink search'); + $("#search").focus(); + return false; + }); + }); })(jQuery); diff --git a/src/wolnelektury/static/scss/main.scss b/src/wolnelektury/static/scss/main.scss index ef45c793c..f5362d393 100644 --- a/src/wolnelektury/static/scss/main.scss +++ b/src/wolnelektury/static/scss/main.scss @@ -22,6 +22,7 @@ /*TODO:ogarnac nazwe/lokalizcje scss dla gallery slider*/ @import "main/search"; @import "main/tag"; +@import "main/skiplinks"; @import "dictionary/dictionary"; diff --git a/src/wolnelektury/static/scss/main/menu.scss b/src/wolnelektury/static/scss/main/menu.scss index ec7e7de05..18aa4bda8 100644 --- a/src/wolnelektury/static/scss/main/menu.scss +++ b/src/wolnelektury/static/scss/main/menu.scss @@ -92,7 +92,9 @@ body.menu-on { } - +#main-menu { + display: none; +} @media screen and (min-width: 1024px) { #user-info { @@ -117,7 +119,12 @@ body.menu-on { } } + #main-menu-side { + display: none; + } + #main-menu { + display: block; list-style: none; padding: 0; margin: 0; diff --git a/src/wolnelektury/static/scss/main/skiplinks.scss b/src/wolnelektury/static/scss/main/skiplinks.scss new file mode 100644 index 000000000..20c2df12c --- /dev/null +++ b/src/wolnelektury/static/scss/main/skiplinks.scss @@ -0,0 +1,24 @@ +#skiplinks { + position: absolute; + left: 0; + top: 0; + margin: 0; + padding: 0; + list-style: none; + z-index: 100; + + li { + a { + position: absolute; + left: -100em; + top: 0; + background: white; + white-space: nowrap; + padding: .5em 1em; + + &:focus { + left: 0; + } + } + } +} diff --git a/src/wolnelektury/templates/base/superbase.html b/src/wolnelektury/templates/base/superbase.html index e1483b683..9c77627e8 100644 --- a/src/wolnelektury/templates/base/superbase.html +++ b/src/wolnelektury/templates/base/superbase.html @@ -33,6 +33,11 @@ {% tracking_code %} + {% block bodycontent %} @@ -65,8 +70,8 @@

- - {% trans + + {% trans "Language" %}
@@ -74,7 +79,7 @@
{% csrf_token %} -
{% endfor %} @@ -107,25 +112,8 @@ {% endif %} -
+ + + + +
diff --git a/src/wolnelektury/templates/main_menu.html b/src/wolnelektury/templates/main_menu.html new file mode 100644 index 000000000..42be91f9b --- /dev/null +++ b/src/wolnelektury/templates/main_menu.html @@ -0,0 +1,20 @@ +{% load i18n %} + + + {% trans "Support us" %} + + + {% trans "Literature" %} + + + {% trans "Themes" %} + + + {% trans "Audiobooks" %} + + + {% trans "Collections" %} + +
  • + {% trans "Newsletter" %} +
  • diff --git a/src/wolnelektury/templates/main_page.html b/src/wolnelektury/templates/main_page.html index 369d6f603..a384cb9ff 100644 --- a/src/wolnelektury/templates/main_page.html +++ b/src/wolnelektury/templates/main_page.html @@ -11,6 +11,8 @@ {% block title %}{% trans "Wolne Lektury internet library" %}{% endblock %} {% block ogtitle %}{% trans "Wolne Lektury internet library" %}{% endblock %} +{% block footerlink %}#main-footer{% endblock %} + {% block body %} {% spaceless %} {% carousel 'main' %} @@ -23,11 +25,11 @@ {{ book.mini_box }} {% endfor %} - - @@ -78,7 +80,7 @@ -
    +

    {% trans "News" %}

    @@ -115,12 +117,9 @@
    {% endspaceless %} -- 2.20.1