restore openid login
authorJan Szejko <janek37@gmail.com>
Mon, 9 Apr 2018 13:22:14 +0000 (15:22 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 9 Apr 2018 13:22:14 +0000 (15:22 +0200)
22 files changed:
src/wolnelektury/__init__.py
src/wolnelektury/locale/de/LC_MESSAGES/django.mo
src/wolnelektury/locale/de/LC_MESSAGES/django.po
src/wolnelektury/locale/en/LC_MESSAGES/django.mo
src/wolnelektury/locale/en/LC_MESSAGES/django.po
src/wolnelektury/locale/es/LC_MESSAGES/django.mo
src/wolnelektury/locale/es/LC_MESSAGES/django.po
src/wolnelektury/locale/fr/LC_MESSAGES/django.mo
src/wolnelektury/locale/fr/LC_MESSAGES/django.po
src/wolnelektury/locale/it/LC_MESSAGES/django.mo
src/wolnelektury/locale/it/LC_MESSAGES/django.po
src/wolnelektury/locale/lt/LC_MESSAGES/django.mo
src/wolnelektury/locale/lt/LC_MESSAGES/django.po
src/wolnelektury/locale/pl/LC_MESSAGES/django.mo
src/wolnelektury/locale/pl/LC_MESSAGES/django.po
src/wolnelektury/locale/ru/LC_MESSAGES/django.mo
src/wolnelektury/locale/ru/LC_MESSAGES/django.po
src/wolnelektury/locale/uk/LC_MESSAGES/django.mo
src/wolnelektury/locale/uk/LC_MESSAGES/django.po
src/wolnelektury/templates/auth/login.html
src/wolnelektury/templates/auth/register.html
src/wolnelektury/templates/socialaccount/snippets/provider_list.html

index 0555397..c379250 100644 (file)
@@ -9,4 +9,4 @@ from .celery import app as celery_app
 default_app_config = 'wolnelektury.apps.WLCoreConfig'
 
 if False:
 default_app_config = 'wolnelektury.apps.WLCoreConfig'
 
 if False:
-    gettext("Please enter a correct %(username)s and password. Note that both fields may be case-sensitive.")
+    gettext("Please enter a correct %(username) and password. Note that both fields may be case-sensitive.")
index 8ce500d..ed81732 100644 (file)
Binary files a/src/wolnelektury/locale/de/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/de/LC_MESSAGES/django.mo differ
index 1471e75..c1158d8 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: \n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: \n"
@@ -95,6 +95,11 @@ msgstr "Buch importieren"
 msgid "Forgot Password?"
 msgstr "Password vergessen?"
 
 msgid "Forgot Password?"
 msgstr "Password vergessen?"
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+#, fuzzy
+msgid "Sign in using:"
+msgstr "Einloggen"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "oder Registrieren"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "oder Registrieren"
@@ -103,7 +108,7 @@ msgstr "oder Registrieren"
 msgid "Wolne Lektury"
 msgstr "in WolneLektury.pl"
 
 msgid "Wolne Lektury"
 msgstr "in WolneLektury.pl"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -136,55 +141,55 @@ msgstr[1] ""
 "Verfügung</a>\n"
 "                    "
 
 "Verfügung</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Sprachversionen"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Sprachversionen"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 #, fuzzy
 msgid "My shelf"
 msgstr "Mein Bücherregal"
 
 #, fuzzy
 msgid "My shelf"
 msgstr "Mein Bücherregal"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administration"
 
 msgid "Administration"
 msgstr "Administration"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Ausloggen"
 
 msgid "Logout"
 msgstr "Ausloggen"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Einloggen"
 
 msgid "Sign in"
 msgstr "Einloggen"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Registrieren"
 
 msgid "Register"
 msgstr "Registrieren"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Motive"
 
 msgid "Themes"
 msgstr "Motive"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audiobücher"
 
 msgid "Audiobooks"
 msgstr "Audiobücher"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 msgid "All works"
 msgstr "Alle Bücher"
 
 #, fuzzy
 msgid "All works"
 msgstr "Alle Bücher"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Suchen"
 
 msgid "Search"
 msgstr "Suchen"
 
@@ -265,100 +270,100 @@ msgstr ""
 msgid "More..."
 msgstr "Mehr..."
 
 msgid "More..."
 msgstr "Mehr..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Internetbibliothek WolneLektury.pl"
 
 msgid "Wolne Lektury internet library"
 msgstr "Internetbibliothek WolneLektury.pl"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motive und Themen"
 
 msgid "Motifs and themes"
 msgstr "Motive und Themen"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Motiv"
 
 msgid "Theme"
 msgstr "Motiv"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Siehe unseren Blog"
 
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Siehe unseren Blog"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Konto-Beziehungen"
 
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Konto-Beziehungen"
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Letzte Publikationen"
 
 msgid "Recent publications"
 msgstr "Letzte Publikationen"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Letzte Publikationen"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Letzte Publikationen"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "News"
 
 msgid "News"
 msgstr "News"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Leistungen"
 
 msgid "Utilities"
 msgstr "Leistungen"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Melden Sie einen Bug oder Vorschlag."
 
 msgid "Report a bug or suggestion"
 msgstr "Melden Sie einen Bug oder Vorschlag."
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Der Katalog als PDF-Datei herunterladen."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Der Katalog als PDF-Datei herunterladen."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 #, fuzzy
 msgid "Missing a book?"
 msgstr "Brauchen Sie ein Buch?"
 
 #, fuzzy
 msgid "Missing a book?"
 msgstr "Brauchen Sie ein Buch?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan der Veröffentlichung"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan der Veröffentlichung"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 #, fuzzy
 msgid "Information"
 msgstr "Format öffnen"
 
 #, fuzzy
 msgid "Information"
 msgstr "Format öffnen"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "das genutzte Bild"
 
 msgid "Image used:"
 msgstr "das genutzte Bild"
 
@@ -456,7 +461,7 @@ msgstr "E-Mail"
 msgid "Social accounts"
 msgstr "oder melde dich an:"
 
 msgid "Social accounts"
 msgstr "oder melde dich an:"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -469,10 +474,6 @@ msgstr "Eingeloggt als User %(user)s"
 msgid "You have to be logged in to continue"
 msgstr "Sie müssen eingeloggt sein, um fortzusetzen."
 
 msgid "You have to be logged in to continue"
 msgstr "Sie müssen eingeloggt sein, um fortzusetzen."
 
-#, fuzzy
-#~ msgid "Sign in using:"
-#~ msgstr "Einloggen"
-
 #~ msgid "What's new?"
 #~ msgstr "Was Neues?"
 
 #~ msgid "What's new?"
 #~ msgstr "Was Neues?"
 
index 9cb9b6c..0a40979 100644 (file)
Binary files a/src/wolnelektury/locale/en/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/en/LC_MESSAGES/django.mo differ
index dd15a43..fc3bb18 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -94,6 +94,11 @@ msgstr "Import book"
 msgid "Forgot Password?"
 msgstr ""
 
 msgid "Forgot Password?"
 msgstr ""
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+#, fuzzy
+msgid "Sign in using:"
+msgstr "Sign in"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "or register"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "or register"
@@ -102,7 +107,7 @@ msgstr "or register"
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -135,55 +140,55 @@ msgstr[1] ""
 "href='%(r)s'>right to</a>\n"
 "                    "
 
 "href='%(r)s'>right to</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Language versions"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Language versions"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "My shelf"
 
 msgid "My shelf"
 msgstr "My shelf"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administration"
 
 msgid "Administration"
 msgstr "Administration"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Logout"
 
 msgid "Logout"
 msgstr "Logout"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Sign in"
 
 msgid "Sign in"
 msgstr "Sign in"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Register"
 
 msgid "Register"
 msgstr "Register"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Themes"
 
 msgid "Themes"
 msgstr "Themes"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audiobooks"
 
 msgid "Audiobooks"
 msgstr "Audiobooks"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "All books"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "All books"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Search"
 
 msgid "Search"
 msgstr "Search"
 
@@ -259,94 +264,94 @@ msgstr ""
 msgid "More..."
 msgstr "More..."
 
 msgid "More..."
 msgstr "More..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury Internet library"
 
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury Internet library"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motifs and themes"
 
 msgid "Motifs and themes"
 msgstr "Motifs and themes"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Theme"
 
 msgid "Theme"
 msgstr "Theme"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 msgid "See motifs catalog"
 msgstr ""
 
 msgid "See motifs catalog"
 msgstr ""
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 msgid "Collections"
 msgstr ""
 
 msgid "Collections"
 msgstr ""
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Latest publications"
 
 msgid "Recent publications"
 msgstr "Latest publications"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Latest publications"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Latest publications"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "News"
 
 msgid "News"
 msgstr "News"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Tools"
 
 msgid "Utilities"
 msgstr "Tools"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Report an error or make a suggestion"
 
 msgid "Report a bug or suggestion"
 msgstr "Report an error or make a suggestion"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Download the catalogue in PDF format."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Download the catalogue in PDF format."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Missing a book?"
 
 msgid "Missing a book?"
 msgstr "Missing a book?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Publishing plan"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Publishing plan"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Information"
 
 msgid "Information"
 msgstr "Information"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Image used:"
 
 msgid "Image used:"
 msgstr "Image used:"
 
@@ -441,7 +446,7 @@ msgstr ""
 msgid "Social accounts"
 msgstr "or join accounts:"
 
 msgid "Social accounts"
 msgstr "or join accounts:"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -454,10 +459,6 @@ msgstr ""
 msgid "You have to be logged in to continue"
 msgstr "You have to be logged in to continue"
 
 msgid "You have to be logged in to continue"
 msgstr "You have to be logged in to continue"
 
-#, fuzzy
-#~ msgid "Sign in using:"
-#~ msgstr "Sign in"
-
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
index 7c6380f..e02e1ad 100644 (file)
Binary files a/src/wolnelektury/locale/es/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/es/LC_MESSAGES/django.mo differ
index e91f857..0535956 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -94,6 +94,10 @@ msgstr "Importar libro"
 msgid "Forgot Password?"
 msgstr "¿Olvidaste tu contraseña?"
 
 msgid "Forgot Password?"
 msgstr "¿Olvidaste tu contraseña?"
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+msgid "Sign in using:"
+msgstr "Iniciar sesión con:"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "o registrarse"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "o registrarse"
@@ -102,7 +106,7 @@ msgstr "o registrarse"
 msgid "Wolne Lektury"
 msgstr "Regístrate en WolneLektury.pl"
 
 msgid "Wolne Lektury"
 msgstr "Regístrate en WolneLektury.pl"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -135,55 +139,55 @@ msgstr[1] ""
 "href='%(r)s'>right to</a>\n"
 "                    "
 
 "href='%(r)s'>right to</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Versiones de idiomas"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Versiones de idiomas"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Mi estante"
 
 msgid "My shelf"
 msgstr "Mi estante"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administración"
 
 msgid "Administration"
 msgstr "Administración"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Cerrar sesión"
 
 msgid "Logout"
 msgstr "Cerrar sesión"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Iniciar sesión"
 
 msgid "Sign in"
 msgstr "Iniciar sesión"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Registrarse"
 
 msgid "Register"
 msgstr "Registrarse"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Temas"
 
 msgid "Themes"
 msgstr "Temas"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audiolibros"
 
 msgid "Audiobooks"
 msgstr "Audiolibros"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Todos los libros"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Todos los libros"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Buscar"
 
 msgid "Search"
 msgstr "Buscar"
 
@@ -260,98 +264,98 @@ msgstr ""
 msgid "More..."
 msgstr "Más..."
 
 msgid "More..."
 msgstr "Más..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "La biblioteca virtual WolneLektury.pl"
 
 msgid "Wolne Lektury internet library"
 msgstr "La biblioteca virtual WolneLektury.pl"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Temas"
 
 msgid "Motifs and themes"
 msgstr "Temas"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Tema"
 
 msgid "Theme"
 msgstr "Tema"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Ver nuestro blog"
 
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Ver nuestro blog"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Conexiones de la cuenta de usuario"
 
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Conexiones de la cuenta de usuario"
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Publicaciones recientes"
 
 msgid "Recent publications"
 msgstr "Publicaciones recientes"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Publicaciones recientes"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Publicaciones recientes"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Noticias"
 
 msgid "News"
 msgstr "Noticias"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Herramientas"
 
 msgid "Utilities"
 msgstr "Herramientas"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Reporta un error o una sugerencia"
 
 msgid "Report a bug or suggestion"
 msgstr "Reporta un error o una sugerencia"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Descarga el catálogo en el formato PDF"
 
 msgid "Download the catalogue in PDF format."
 msgstr "Descarga el catálogo en el formato PDF"
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "¿Falta un libro?"
 
 msgid "Missing a book?"
 msgstr "¿Falta un libro?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan de publicación"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan de publicación"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Información"
 
 msgid "Information"
 msgstr "Información"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "La imagen usada:"
 
 msgid "Image used:"
 msgstr "La imagen usada:"
 
@@ -452,7 +456,7 @@ msgstr "Correo electrónico"
 msgid "Social accounts"
 msgstr "Cuentas sociales"
 
 msgid "Social accounts"
 msgstr "Cuentas sociales"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -465,9 +469,6 @@ msgstr "Ya has iniciado sesión como usuario %(user)s"
 msgid "You have to be logged in to continue"
 msgstr "Tienes que iniciar sesión para continuar"
 
 msgid "You have to be logged in to continue"
 msgstr "Tienes que iniciar sesión para continuar"
 
-#~ msgid "Sign in using:"
-#~ msgstr "Iniciar sesión con:"
-
 #~ msgid "What's new?"
 #~ msgstr "Novedades"
 
 #~ msgid "What's new?"
 #~ msgstr "Novedades"
 
index 0776578..fffebf7 100644 (file)
Binary files a/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo differ
index db6934a..ffe5af3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -95,6 +95,11 @@ msgstr "Importez le livre"
 msgid "Forgot Password?"
 msgstr ""
 
 msgid "Forgot Password?"
 msgstr ""
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+#, fuzzy
+msgid "Sign in using:"
+msgstr "Connexion"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "ou inscrivez-vous"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "ou inscrivez-vous"
@@ -103,7 +108,7 @@ msgstr "ou inscrivez-vous"
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury (Lectures Libres)"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury (Lectures Libres)"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -136,55 +141,55 @@ msgstr[1] ""
 "href='%(r)s'>auxquelles vous avez droit</a>\n"
 "                    "
 
 "href='%(r)s'>auxquelles vous avez droit</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Version linguistique"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Version linguistique"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Mon étagère"
 
 msgid "My shelf"
 msgstr "Mon étagère"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administration"
 
 msgid "Administration"
 msgstr "Administration"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Déconnexion"
 
 msgid "Logout"
 msgstr "Déconnexion"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Connexion"
 
 msgid "Sign in"
 msgstr "Connexion"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Inscrivez-vous"
 
 msgid "Register"
 msgstr "Inscrivez-vous"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Thèmes"
 
 msgid "Themes"
 msgstr "Thèmes"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Livres audio"
 
 msgid "Audiobooks"
 msgstr "Livres audio"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Tous les livres"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Tous les livres"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Rechercher"
 
 msgid "Search"
 msgstr "Rechercher"
 
@@ -260,94 +265,94 @@ msgstr ""
 msgid "More..."
 msgstr "Plus..."
 
 msgid "More..."
 msgstr "Plus..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury - la bibliothèque en ligne"
 
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury - la bibliothèque en ligne"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motifs et thèmes"
 
 msgid "Motifs and themes"
 msgstr "Motifs et thèmes"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Thème"
 
 msgid "Theme"
 msgstr "Thème"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 msgid "See motifs catalog"
 msgstr ""
 
 msgid "See motifs catalog"
 msgstr ""
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 msgid "Collections"
 msgstr ""
 
 msgid "Collections"
 msgstr ""
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Publications récentes"
 
 msgid "Recent publications"
 msgstr "Publications récentes"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Publications récentes"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Publications récentes"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Actualités"
 
 msgid "News"
 msgstr "Actualités"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Outils"
 
 msgid "Utilities"
 msgstr "Outils"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Rapportez une erreur ou faites une suggestion"
 
 msgid "Report a bug or suggestion"
 msgstr "Rapportez une erreur ou faites une suggestion"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Téléchargez le catalogue au format PDF"
 
 msgid "Download the catalogue in PDF format."
 msgstr "Téléchargez le catalogue au format PDF"
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Il vous manque un livre?"
 
 msgid "Missing a book?"
 msgstr "Il vous manque un livre?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan de publication"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan de publication"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Informations"
 
 msgid "Information"
 msgstr "Informations"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "L'image utilisé:"
 
 msgid "Image used:"
 msgstr "L'image utilisé:"
 
@@ -443,7 +448,7 @@ msgstr ""
 msgid "Social accounts"
 msgstr "ou utilisez votre compte"
 
 msgid "Social accounts"
 msgstr "ou utilisez votre compte"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -456,10 +461,6 @@ msgstr ""
 msgid "You have to be logged in to continue"
 msgstr "Vous devez être connecter pour continuer"
 
 msgid "You have to be logged in to continue"
 msgstr "Vous devez être connecter pour continuer"
 
-#, fuzzy
-#~ msgid "Sign in using:"
-#~ msgstr "Connexion"
-
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
index bccbd1b..0dfca3a 100644 (file)
Binary files a/src/wolnelektury/locale/it/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/it/LC_MESSAGES/django.mo differ
index 5f1dfeb..6a99b29 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -95,6 +95,11 @@ msgstr "Importa un libro"
 msgid "Forgot Password?"
 msgstr ""
 
 msgid "Forgot Password?"
 msgstr ""
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+#, fuzzy
+msgid "Sign in using:"
+msgstr "Accedi"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "oppure registrati"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "oppure registrati"
@@ -103,7 +108,7 @@ msgstr "oppure registrati"
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -136,55 +141,55 @@ msgstr[1] ""
 "href='%(r)s'>right to</a>\n"
 "                    "
 
 "href='%(r)s'>right to</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Versioni in altre lingue"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Versioni in altre lingue"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Il mio scaffale"
 
 msgid "My shelf"
 msgstr "Il mio scaffale"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Amministrazione"
 
 msgid "Administration"
 msgstr "Amministrazione"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Esci"
 
 msgid "Logout"
 msgstr "Esci"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Accedi"
 
 msgid "Sign in"
 msgstr "Accedi"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Registrati"
 
 msgid "Register"
 msgstr "Registrati"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Temi"
 
 msgid "Themes"
 msgstr "Temi"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audiolibri"
 
 msgid "Audiobooks"
 msgstr "Audiolibri"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Tutti i libri"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Tutti i libri"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Cerca"
 
 msgid "Search"
 msgstr "Cerca"
 
@@ -254,92 +259,92 @@ msgstr ""
 msgid "More..."
 msgstr "Più"
 
 msgid "More..."
 msgstr "Più"
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury biblioteca online"
 
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury biblioteca online"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motivi e temi"
 
 msgid "Motifs and themes"
 msgstr "Motivi e temi"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "tema"
 
 msgid "Theme"
 msgstr "tema"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 msgid "See motifs catalog"
 msgstr ""
 
 msgid "See motifs catalog"
 msgstr ""
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 msgid "Collections"
 msgstr ""
 
 msgid "Collections"
 msgstr ""
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr ""
 
 msgid "Recent publications"
 msgstr ""
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 msgid "More recent publications"
 msgstr ""
 
 msgid "More recent publications"
 msgstr ""
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr ""
 
 msgid "News"
 msgstr ""
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr ""
 
 msgid "Utilities"
 msgstr ""
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Segnala un'errore o una proposta"
 
 msgid "Report a bug or suggestion"
 msgstr "Segnala un'errore o una proposta"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Scarica il catalogo nel formato PDF."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Scarica il catalogo nel formato PDF."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Manca un libro?"
 
 msgid "Missing a book?"
 msgstr "Manca un libro?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Programma editoriale"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Programma editoriale"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr ""
 
 msgid "Information"
 msgstr ""
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Immagine usata"
 
 msgid "Image used:"
 msgstr "Immagine usata"
 
@@ -434,7 +439,7 @@ msgstr ""
 msgid "Social accounts"
 msgstr ""
 
 msgid "Social accounts"
 msgstr ""
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -447,10 +452,6 @@ msgstr ""
 msgid "You have to be logged in to continue"
 msgstr " Per poter continuare devi essere loggato"
 
 msgid "You have to be logged in to continue"
 msgstr " Per poter continuare devi essere loggato"
 
-#, fuzzy
-#~ msgid "Sign in using:"
-#~ msgstr "Accedi"
-
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
 #~ msgid "Widget"
 #~ msgstr "Widget"
 
index e4c910c..8b9fdd0 100644 (file)
Binary files a/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo differ
index 2dc9e0f..3d4be8e 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,6 +97,10 @@ msgstr "Importuoti knygą"
 msgid "Forgot Password?"
 msgstr "Pamiršote slaptažodį?"
 
 msgid "Forgot Password?"
 msgstr "Pamiršote slaptažodį?"
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+msgid "Sign in using:"
+msgstr "Prisijungti naudojant:"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "arba registruotis "
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "arba registruotis "
@@ -105,7 +109,7 @@ msgstr "arba registruotis "
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -143,55 +147,55 @@ msgstr[2] ""
 "href='%(r)s'>turite teisę</a>\n"
 "                    "
 
 "href='%(r)s'>turite teisę</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Kalbų versijos"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Kalbų versijos"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Mano lentyna"
 
 msgid "My shelf"
 msgstr "Mano lentyna"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administracija "
 
 msgid "Administration"
 msgstr "Administracija "
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Atsijungti"
 
 msgid "Logout"
 msgstr "Atsijungti"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Prisijungti  "
 
 msgid "Sign in"
 msgstr "Prisijungti  "
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Registruotis "
 
 msgid "Register"
 msgstr "Registruotis "
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Motyvai"
 
 msgid "Themes"
 msgstr "Motyvai"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audio knygos"
 
 msgid "Audiobooks"
 msgstr "Audio knygos"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Visos knygos"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Visos knygos"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Ieškoti"
 
 msgid "Search"
 msgstr "Ieškoti"
 
@@ -276,98 +280,98 @@ msgstr ""
 msgid "More..."
 msgstr "Daugiau..."
 
 msgid "More..."
 msgstr "Daugiau..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury internetinė biblioteka"
 
 msgid "Wolne Lektury internet library"
 msgstr "Wolne Lektury internetinė biblioteka"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motyvai ir temos"
 
 msgid "Motifs and themes"
 msgstr "Motyvai ir temos"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Motyvas"
 
 msgid "Theme"
 msgstr "Motyvas"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Aplankyk mūsų blogą"
 
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Aplankyk mūsų blogą"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Paskyros jungtys"
 
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Paskyros jungtys"
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Naujos publikacijos"
 
 msgid "Recent publications"
 msgstr "Naujos publikacijos"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Naujos publikacijos"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Naujos publikacijos"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Naujienos"
 
 msgid "News"
 msgstr "Naujienos"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Priemonės"
 
 msgid "Utilities"
 msgstr "Priemonės"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Praneškite apie klaidą arba teikite pasiūlymus"
 
 msgid "Report a bug or suggestion"
 msgstr "Praneškite apie klaidą arba teikite pasiūlymus"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Atsisiųsti katalogą PDF formatu."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Atsisiųsti katalogą PDF formatu."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Neradote knygos?"
 
 msgid "Missing a book?"
 msgstr "Neradote knygos?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Publikavimo planas"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Publikavimo planas"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Informacija"
 
 msgid "Information"
 msgstr "Informacija"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Panaudotas paveikslėlis:"
 
 msgid "Image used:"
 msgstr "Panaudotas paveikslėlis:"
 
@@ -465,7 +469,7 @@ msgstr "El- paštas"
 msgid "Social accounts"
 msgstr "Socialinės paskyros"
 
 msgid "Social accounts"
 msgstr "Socialinės paskyros"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -478,9 +482,6 @@ msgstr "Jau esate prisijungęs kaip vartotojas %(user)s"
 msgid "You have to be logged in to continue"
 msgstr "Norėdami tęsti, turite būti prisijungę"
 
 msgid "You have to be logged in to continue"
 msgstr "Norėdami tęsti, turite būti prisijungę"
 
-#~ msgid "Sign in using:"
-#~ msgstr "Prisijungti naudojant:"
-
 #~ msgid "What's new?"
 #~ msgstr "Kas naujo?"
 
 #~ msgid "What's new?"
 #~ msgstr "Kas naujo?"
 
index ee66195..22d21af 100644 (file)
Binary files a/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo differ
index 5636905..09661c5 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: WolneLektury\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: WolneLektury\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2015-12-31 16:45+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: \n"
 "PO-Revision-Date: 2015-12-31 16:45+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: \n"
@@ -26,7 +26,7 @@ msgid ""
 "Please enter a correct %(username)s and password. Note that both fields may "
 "be case-sensitive."
 msgstr ""
 "Please enter a correct %(username)s and password. Note that both fields may "
 "be case-sensitive."
 msgstr ""
-"Wprowadź poprawną nazwę użytkownika oraz hasło. Uwaga: wielkość liter ma "
+"Wprowadź poprawne dane (%(username)s oraz hasło). Uwaga: wielkość liter ma "
 "znaczenie."
 
 #: templates/404.html:4
 "znaczenie."
 
 #: templates/404.html:4
@@ -100,6 +100,10 @@ msgstr "Importuj książkę"
 msgid "Forgot Password?"
 msgstr "Nie pamiętasz hasła?"
 
 msgid "Forgot Password?"
 msgstr "Nie pamiętasz hasła?"
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+msgid "Sign in using:"
+msgstr "Zaloguj się używając:"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "albo załóż konto"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "albo załóż konto"
@@ -108,7 +112,7 @@ msgstr "albo załóż konto"
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, python-format
 msgid ""
 "\n"
 #, python-format
 msgid ""
 "\n"
@@ -136,51 +140,51 @@ msgstr[2] ""
 "<a href='%(r)s'>masz prawo</a>\n"
 "                    "
 
 "<a href='%(r)s'>masz prawo</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 msgid "Language"
 msgstr "Język"
 
 msgid "Language"
 msgstr "Język"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Moja półka"
 
 msgid "My shelf"
 msgstr "Moja półka"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Administracja"
 
 msgid "Administration"
 msgstr "Administracja"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Wyloguj"
 
 msgid "Logout"
 msgstr "Wyloguj"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Zaloguj się"
 
 msgid "Sign in"
 msgstr "Zaloguj się"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Załóż konto"
 
 msgid "Register"
 msgstr "Załóż konto"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr "Literatura"
 
 msgid "Literature"
 msgstr "Literatura"
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Motywy"
 
 msgid "Themes"
 msgstr "Motywy"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Audiobooki"
 
 msgid "Audiobooks"
 msgstr "Audiobooki"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr "Galeria"
 
 msgid "Gallery"
 msgstr "Galeria"
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 msgid "All works"
 msgstr "Wszystkie utwory"
 
 msgid "All works"
 msgstr "Wszystkie utwory"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Szukaj"
 
 msgid "Search"
 msgstr "Szukaj"
 
@@ -215,19 +219,19 @@ msgstr[0] ""
 "W serwisie Wolne Lektury już teraz opublikowany jest %(c)s utwór! Pomóż w "
 "rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
 "W serwisie Wolne Lektury już teraz opublikowany jest %(c)s utwór! Pomóż w "
 "rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
-"podatku</a>.\n"
+"podatku</a>.\n "
 msgstr[1] ""
 "\n"
 "W serwisie Wolne Lektury już teraz opublikowane są %(c)s utwory! Pomóż w "
 "rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
 msgstr[1] ""
 "\n"
 "W serwisie Wolne Lektury już teraz opublikowane są %(c)s utwory! Pomóż w "
 "rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
-"podatku</a>.\n"
+"podatku</a>.\n "
 msgstr[2] ""
 "\n"
 "W serwisie Wolne Lektury już teraz opublikowanych jest %(c)s utworów! Pomóż "
 "w rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
 msgstr[2] ""
 "\n"
 "W serwisie Wolne Lektury już teraz opublikowanych jest %(c)s utworów! Pomóż "
 "w rozwijaniu biblioteki i uwalnianiu nowych lektur <a href=\"http://"
 "nowoczesnapolska.org.pl/wesprzyj_nas/\">przekazując nam darowiznę lub 1&#37; "
-"podatku</a>.\n"
+"podatku</a>.\n "
 
 #: templates/info/join_us.html:22
 msgid ""
 
 #: templates/info/join_us.html:22
 msgid ""
@@ -243,92 +247,92 @@ msgstr ""
 msgid "More..."
 msgstr "Więcej..."
 
 msgid "More..."
 msgstr "Więcej..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Biblioteka internetowa Wolne Lektury"
 
 msgid "Wolne Lektury internet library"
 msgstr "Biblioteka internetowa Wolne Lektury"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr "W naszej cyfrowej bibliotece znajdziesz"
 
 msgid "In our digital library you will find"
 msgstr "W naszej cyfrowej bibliotece znajdziesz"
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr "i wiele innych książek, wierszy, obrazów, audiobooków…"
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr "i wiele innych książek, wierszy, obrazów, audiobooków…"
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Motywy i tematy"
 
 msgid "Motifs and themes"
 msgstr "Motywy i tematy"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Motyw"
 
 msgid "Theme"
 msgstr "Motyw"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr "Utwory, w których występuje ten motyw:"
 
 msgid "Explore works with the same theme"
 msgstr "Utwory, w których występuje ten motyw:"
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 msgid "See motifs catalog"
 msgstr "Zobacz katalog motywów"
 
 msgid "See motifs catalog"
 msgstr "Zobacz katalog motywów"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 msgid "Collections"
 msgstr "Kolekcje"
 
 msgid "Collections"
 msgstr "Kolekcje"
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr "Zobacz katalog kolekcji"
 
 msgid "See collections catalog"
 msgstr "Zobacz katalog kolekcji"
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Ostatnie publikacje"
 
 msgid "Recent publications"
 msgstr "Ostatnie publikacje"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 msgid "More recent publications"
 msgstr "Więcej ostatnich publikacji"
 
 msgid "More recent publications"
 msgstr "Więcej ostatnich publikacji"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Aktualności"
 
 msgid "News"
 msgstr "Aktualności"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Narzędzia"
 
 msgid "Utilities"
 msgstr "Narzędzia"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Zgłoś błąd lub sugestię"
 
 msgid "Report a bug or suggestion"
 msgstr "Zgłoś błąd lub sugestię"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Pobierz katalog w formacie PDF."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Pobierz katalog w formacie PDF."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr "Przypisy"
 
 msgid "Footnotes"
 msgstr "Przypisy"
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Nie znalazłeś/-aś utworu?"
 
 msgid "Missing a book?"
 msgstr "Nie znalazłeś/-aś utworu?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan publikacji"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Plan publikacji"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr "Newsletter"
 
 msgid "Newsletter"
 msgstr "Newsletter"
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Informacje"
 
 msgid "Information"
 msgstr "Informacje"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr "Polityka prywatności"
 
 msgid "Privacy policy"
 msgstr "Polityka prywatności"
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Użyto obrazu:"
 
 msgid "Image used:"
 msgstr "Użyto obrazu:"
 
@@ -423,7 +427,7 @@ msgstr "E-mail"
 msgid "Social accounts"
 msgstr "Konta społecznościowe"
 
 msgid "Social accounts"
 msgstr "Konta społecznościowe"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr "Wiadomość wysłana automatycznie. Prosimy nie odpowiadać."
 
 msgid "Message sent automatically. Please do not reply."
 msgstr "Wiadomość wysłana automatycznie. Prosimy nie odpowiadać."
 
@@ -436,9 +440,6 @@ msgstr "Zalogowano jako %(user)s"
 msgid "You have to be logged in to continue"
 msgstr "Zaloguj się, aby kontynuować"
 
 msgid "You have to be logged in to continue"
 msgstr "Zaloguj się, aby kontynuować"
 
-#~ msgid "Sign in using:"
-#~ msgstr "Zaloguj się używając:"
-
 #~ msgid "What's new?"
 #~ msgstr "Co nowego?"
 
 #~ msgid "What's new?"
 #~ msgstr "Co nowego?"
 
index 5ce71a6..ff66feb 100644 (file)
Binary files a/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo differ
index 09b51ca..d61a998 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,6 +97,11 @@ msgstr "Импорт книги"
 msgid "Forgot Password?"
 msgstr ""
 
 msgid "Forgot Password?"
 msgstr ""
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+#, fuzzy
+msgid "Sign in using:"
+msgstr "Вход"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "или зарегистрироваться"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "или зарегистрироваться"
@@ -105,7 +110,7 @@ msgstr "или зарегистрироваться"
 msgid "Wolne Lektury"
 msgstr "на WolneLektury.pl"
 
 msgid "Wolne Lektury"
 msgstr "на WolneLektury.pl"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -143,55 +148,55 @@ msgstr[2] ""
 "<a href='%(r)s'>вправе пользоваться </a>\n"
 "                    "
 
 "<a href='%(r)s'>вправе пользоваться </a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Языковые версии"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Языковые версии"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Создать полку"
 
 msgid "My shelf"
 msgstr "Создать полку"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Администрация"
 
 msgid "Administration"
 msgstr "Администрация"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Выход"
 
 msgid "Logout"
 msgstr "Выход"
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Вход"
 
 msgid "Sign in"
 msgstr "Вход"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Зарегистроваться"
 
 msgid "Register"
 msgstr "Зарегистроваться"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Мотивы"
 
 msgid "Themes"
 msgstr "Мотивы"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Аудиокниги"
 
 msgid "Audiobooks"
 msgstr "Аудиокниги"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Все книги"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Все книги"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Поиск"
 
 msgid "Search"
 msgstr "Поиск"
 
@@ -276,96 +281,96 @@ msgstr ""
 msgid "More..."
 msgstr "Подробнее..."
 
 msgid "More..."
 msgstr "Подробнее..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "WolneLektury интернет библиотека"
 
 msgid "Wolne Lektury internet library"
 msgstr "WolneLektury интернет библиотека"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Мотивы и темы"
 
 msgid "Motifs and themes"
 msgstr "Мотивы и темы"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Мотив"
 
 msgid "Theme"
 msgstr "Мотив"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Посмотрите наш блог"
 
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Посмотрите наш блог"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 msgid "Collections"
 msgstr ""
 
 msgid "Collections"
 msgstr ""
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "Последние публикации"
 
 msgid "Recent publications"
 msgstr "Последние публикации"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Последние публикации"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "Последние публикации"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Новости"
 
 msgid "News"
 msgstr "Новости"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "Утилиты"
 
 msgid "Utilities"
 msgstr "Утилиты"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Сообщить об ошибке или предложении"
 
 msgid "Report a bug or suggestion"
 msgstr "Сообщить об ошибке или предложении"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Скачать каталог в PDF формате."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Скачать каталог в PDF формате."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Потеряли книгу?"
 
 msgid "Missing a book?"
 msgstr "Потеряли книгу?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Издательский план"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "Издательский план"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "Информация"
 
 msgid "Information"
 msgstr "Информация"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Используемые изображения:"
 
 msgid "Image used:"
 msgstr "Используемые изображения:"
 
@@ -461,7 +466,7 @@ msgstr ""
 msgid "Social accounts"
 msgstr "или присоединитесь к пользователям"
 
 msgid "Social accounts"
 msgstr "или присоединитесь к пользователям"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -474,10 +479,6 @@ msgstr ""
 msgid "You have to be logged in to continue"
 msgstr "Вы должны войти, чтобы продолжaть"
 
 msgid "You have to be logged in to continue"
 msgstr "Вы должны войти, чтобы продолжaть"
 
-#, fuzzy
-#~ msgid "Sign in using:"
-#~ msgstr "Вход"
-
 #~ msgid "Widget"
 #~ msgstr "Виджет"
 
 #~ msgid "Widget"
 #~ msgstr "Виджет"
 
index aca3966..2db92d7 100644 (file)
Binary files a/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo and b/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo differ
index e0dcb68..9c2e2a2 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-14 12:34+0200\n"
+"POT-Creation-Date: 2018-04-09 15:02+0200\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2013-04-09 10:43+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -95,6 +95,10 @@ msgstr "Імпортувати книжку"
 msgid "Forgot Password?"
 msgstr "Забули пароль?"
 
 msgid "Forgot Password?"
 msgstr "Забули пароль?"
 
+#: templates/auth/login.html:17 templates/auth/register.html:17
+msgid "Sign in using:"
+msgstr "Увійти за допомогою:"
+
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "або зареєструватися"
 #: templates/auth/login_register.html:9
 msgid "or register"
 msgstr "або зареєструватися"
@@ -103,7 +107,7 @@ msgstr "або зареєструватися"
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
 msgid "Wolne Lektury"
 msgstr "Wolne Lektury"
 
-#: templates/base/superbase.html:53
+#: templates/base/superbase.html:56
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
 #, fuzzy, python-format
 #| msgid ""
 #| "\n"
@@ -141,55 +145,55 @@ msgstr[2] ""
 "маєш <a href='%(r)s'>право</a>\n"
 "                    "
 
 "маєш <a href='%(r)s'>право</a>\n"
 "                    "
 
-#: templates/base/superbase.html:63
+#: templates/base/superbase.html:66
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Мовні версії"
 
 #, fuzzy
 #| msgid "Language versions"
 msgid "Language"
 msgstr "Мовні версії"
 
-#: templates/base/superbase.html:89
+#: templates/base/superbase.html:92
 msgid "My shelf"
 msgstr "Моя полиця"
 
 msgid "My shelf"
 msgstr "Моя полиця"
 
-#: templates/base/superbase.html:93
+#: templates/base/superbase.html:96
 msgid "Administration"
 msgstr "Адміністрація"
 
 msgid "Administration"
 msgstr "Адміністрація"
 
-#: templates/base/superbase.html:97
+#: templates/base/superbase.html:100
 msgid "Logout"
 msgstr "Вийти "
 
 msgid "Logout"
 msgstr "Вийти "
 
-#: templates/base/superbase.html:101 views.py:71 views.py:72
+#: templates/base/superbase.html:104 views.py:71 views.py:72
 msgid "Sign in"
 msgstr "Увійти"
 
 msgid "Sign in"
 msgstr "Увійти"
 
-#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119
+#: templates/base/superbase.html:105 views.py:90 views.py:91 views.py:119
 msgid "Register"
 msgstr "Зареєструватися"
 
 msgid "Register"
 msgstr "Зареєструватися"
 
-#: templates/base/superbase.html:109
+#: templates/base/superbase.html:112
 msgid "Literature"
 msgstr ""
 
 msgid "Literature"
 msgstr ""
 
-#: templates/base/superbase.html:112
+#: templates/base/superbase.html:115
 msgid "Themes"
 msgstr "Теми"
 
 msgid "Themes"
 msgstr "Теми"
 
-#: templates/base/superbase.html:115
+#: templates/base/superbase.html:118
 msgid "Audiobooks"
 msgstr "Аудіокниги"
 
 msgid "Audiobooks"
 msgstr "Аудіокниги"
 
-#: templates/base/superbase.html:118
+#: templates/base/superbase.html:121
 msgid "Gallery"
 msgstr ""
 
 msgid "Gallery"
 msgstr ""
 
-#: templates/base/superbase.html:121
+#: templates/base/superbase.html:124
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Всі книжки"
 
 #, fuzzy
 #| msgid "All books"
 msgid "All works"
 msgstr "Всі книжки"
 
-#: templates/base/superbase.html:130
+#: templates/base/superbase.html:133
 msgid "Search"
 msgstr "Пошук"
 
 msgid "Search"
 msgstr "Пошук"
 
@@ -274,98 +278,98 @@ msgstr ""
 msgid "More..."
 msgstr "Більше..."
 
 msgid "More..."
 msgstr "Більше..."
 
-#: templates/main_page.html:9 templates/main_page.html.py:10
+#: templates/main_page.html:10 templates/main_page.html.py:11
 msgid "Wolne Lektury internet library"
 msgstr "Електронна бібліотека WolneLektury.pl"
 
 msgid "Wolne Lektury internet library"
 msgstr "Електронна бібліотека WolneLektury.pl"
 
-#: templates/main_page.html:21
+#: templates/main_page.html:22
 msgid "In our digital library you will find"
 msgstr ""
 
 msgid "In our digital library you will find"
 msgstr ""
 
-#: templates/main_page.html:32
+#: templates/main_page.html:33
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
 msgid "and many other books, poems, pictures, audiobooks…"
 msgstr ""
 
-#: templates/main_page.html:39
+#: templates/main_page.html:40
 msgid "Motifs and themes"
 msgstr "Мотиви та теми"
 
 msgid "Motifs and themes"
 msgstr "Мотиви та теми"
 
-#: templates/main_page.html:41
+#: templates/main_page.html:42
 msgid "Theme"
 msgstr "Тема"
 
 msgid "Theme"
 msgstr "Тема"
 
-#: templates/main_page.html:42
+#: templates/main_page.html:43
 msgid "Explore works with the same theme"
 msgstr ""
 
 msgid "Explore works with the same theme"
 msgstr ""
 
-#: templates/main_page.html:54
+#: templates/main_page.html:55
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Дивитись наш блог"
 
 #, fuzzy
 #| msgid "See our blog"
 msgid "See motifs catalog"
 msgstr "Дивитись наш блог"
 
-#: templates/main_page.html:94
+#: templates/main_page.html:95
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Пов'язані акаунти"
 
 #, fuzzy
 #| msgid "Account Connections"
 msgid "Collections"
 msgstr "Пов'язані акаунти"
 
-#: templates/main_page.html:98
+#: templates/main_page.html:99
 msgid "See collections catalog"
 msgstr ""
 
 msgid "See collections catalog"
 msgstr ""
 
-#: templates/main_page.html:103
+#: templates/main_page.html:104
 msgid "Recent publications"
 msgstr "останні публікації"
 
 msgid "Recent publications"
 msgstr "останні публікації"
 
-#: templates/main_page.html:109
+#: templates/main_page.html:110
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "останні публікації"
 
 #, fuzzy
 #| msgid "Recent publications"
 msgid "More recent publications"
 msgstr "останні публікації"
 
-#: templates/main_page.html:115
+#: templates/main_page.html:116
 msgid "News"
 msgstr "Новості"
 
 msgid "News"
 msgstr "Новості"
 
-#: templates/main_page.html:120
+#: templates/main_page.html:121
 msgid "Utilities"
 msgstr "утиліти"
 
 msgid "Utilities"
 msgstr "утиліти"
 
-#: templates/main_page.html:123
+#: templates/main_page.html:124
 msgid "Report a bug or suggestion"
 msgstr "Повідомити про помилку або надіслати свої пропозиції"
 
 msgid "Report a bug or suggestion"
 msgstr "Повідомити про помилку або надіслати свої пропозиції"
 
-#: templates/main_page.html:125
+#: templates/main_page.html:126
 msgid "Download the catalogue in PDF format."
 msgstr "Завантажити каталог у форматі PDF."
 
 msgid "Download the catalogue in PDF format."
 msgstr "Завантажити каталог у форматі PDF."
 
-#: templates/main_page.html:126
+#: templates/main_page.html:127
 msgid "Footnotes"
 msgstr ""
 
 msgid "Footnotes"
 msgstr ""
 
-#: templates/main_page.html:127
+#: templates/main_page.html:128
 msgid "Missing a book?"
 msgstr "Не знайшли книжки?"
 
 msgid "Missing a book?"
 msgstr "Не знайшли книжки?"
 
-#: templates/main_page.html:128 templates/publish_plan.html:4
+#: templates/main_page.html:129 templates/publish_plan.html:4
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "План публікації"
 
 #: templates/publish_plan.html.py:8
 msgid "Publishing plan"
 msgstr "План публікації"
 
-#: templates/main_page.html:133
+#: templates/main_page.html:134
 msgid "Newsletter"
 msgstr ""
 
 msgid "Newsletter"
 msgstr ""
 
-#: templates/main_page.html:138
+#: templates/main_page.html:139
 msgid "Information"
 msgstr "інформація"
 
 msgid "Information"
 msgstr "інформація"
 
-#: templates/main_page.html:140
+#: templates/main_page.html:141
 msgid "Privacy policy"
 msgstr ""
 
 msgid "Privacy policy"
 msgstr ""
 
-#: templates/main_page.html:161
+#: templates/main_page.html:162
 msgid "Image used:"
 msgstr "Використано графіку:"
 
 msgid "Image used:"
 msgstr "Використано графіку:"
 
@@ -462,7 +466,7 @@ msgstr "Електронна адреса"
 msgid "Social accounts"
 msgstr "Облікові записи в соціальних мережах"
 
 msgid "Social accounts"
 msgstr "Облікові записи в соціальних мережах"
 
-#: utils.py:116
+#: utils.py:120
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
 msgid "Message sent automatically. Please do not reply."
 msgstr ""
 
@@ -475,9 +479,6 @@ msgstr "Ви вже увійшли як користувач %(user)s"
 msgid "You have to be logged in to continue"
 msgstr "Щоб продовжити, увійдіть в свій акаунт."
 
 msgid "You have to be logged in to continue"
 msgstr "Щоб продовжити, увійдіть в свій акаунт."
 
-#~ msgid "Sign in using:"
-#~ msgstr "Увійти за допомогою:"
-
 #~ msgid "What's new?"
 #~ msgstr "Що нового?"
 
 #~ msgid "What's new?"
 #~ msgstr "Що нового?"
 
index d0713b0..8509b4c 100644 (file)
@@ -14,7 +14,6 @@
   </ol>
 </form>
 
   </ol>
 </form>
 
-{% comment %}
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
@@ -22,7 +21,6 @@
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
-{% endcomment %}
 
 {% block extra %}
 {% endblock %}
 
 {% block extra %}
 {% endblock %}
index fef1f19..0650602 100644 (file)
@@ -14,7 +14,6 @@
 
 {% block extra %}
 
 
 {% block extra %}
 
-{% comment %}
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
 <h1>{% trans "Sign in using:" %}</h1>
 
 <ul class="socialaccount_providers">
@@ -22,6 +21,5 @@
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
 </ul>
 
 {% include "socialaccount/snippets/login_extra.html" %}
-{% endcomment %}
 
 {% endblock %}
 
 {% endblock %}
index 80f9c2f..d998b7a 100644 (file)
@@ -1,7 +1,8 @@
 {% load socialaccount %}
 {% load static from staticfiles %}
 
 {% load socialaccount %}
 {% load static from staticfiles %}
 
-{% for provider in socialaccount.providers %}
+{% get_providers as providers %}
+{% for provider in providers %}
     {% if provider.id == "openid" %}
         {% for brand in provider.get_brands %}
             <li>
     {% if provider.id == "openid" %}
         {% for brand in provider.get_brands %}
             <li>