X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/93da6796796d43def17c8adde0f194489cc14b01..9e621499c65fcb873d2963c7da13be76d6aff825:/src/wolnelektury/locale/de/LC_MESSAGES/django.po diff --git a/src/wolnelektury/locale/de/LC_MESSAGES/django.po b/src/wolnelektury/locale/de/LC_MESSAGES/django.po index 1471e75e5..e59c2167f 100644 --- a/src/wolnelektury/locale/de/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/de/LC_MESSAGES/django.po @@ -7,7 +7,6 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-09-14 12:34+0200\n" "PO-Revision-Date: 2013-04-09 10:43+0100\n" "Last-Translator: Radek Czajka \n" "Language-Team: \n" @@ -18,22 +17,15 @@ msgstr "" "X-Translated-Using: django-rosetta 0.5.6\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -#, python-format -msgid "" -"Please enter a correct %(username)s and password. Note that both fields may " -"be case-sensitive." -msgstr "" - -#: templates/404.html:4 +#: wolnelektury/templates/404.html:4 msgid "Page does not exist" msgstr "Die gewünschte Webseite existiert nicht" -#: templates/404.html:8 +#: wolnelektury/templates/404.html:8 msgid "Page not found" msgstr "Seite nicht gefunden." -#: templates/404.html:11 +#: wolnelektury/templates/404.html:11 msgid "" "We are sorry, but this page does not exist. Please check if you entered " "correct address or go to " @@ -42,15 +34,15 @@ msgstr "" "sich bei der Eingabe der URL in der Adresszeile des Browsers vertippt haben " "oder gehen Sie zur Startseite" -#: templates/404.html:12 +#: wolnelektury/templates/404.html:12 msgid "main page" msgstr "Startseite" -#: templates/500.html:6 templates/500.html.py:17 +#: wolnelektury/templates/500.html:6 wolnelektury/templates/500.html:17 msgid "Server error" msgstr "Serverfehler" -#: templates/500.html:19 +#: wolnelektury/templates/500.html:19 msgid "" "

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

Inform our " "Administratoren über den Fehler. " -#: templates/503.html:6 templates/503.html.py:17 +#: wolnelektury/templates/503.html:6 wolnelektury/templates/503.html:17 msgid "Service unavailable" msgstr "Service nicht verfügbar" -#: templates/503.html:19 +#: wolnelektury/templates/503.html:19 msgid "The Wolnelektury.pl site is currently unavailable due to maintainance." msgstr "Wolnelektury.pl wegen Wartungsarbeiten momentan nicht verfügbar." -#: templates/admin/base_site.html:4 templates/admin/base_site.html.py:7 +#: wolnelektury/templates/admin/base_site.html:4 +#: wolnelektury/templates/admin/base_site.html:7 msgid "Site administration" msgstr "Webseite-Administration" -#: templates/admin/base_site.html:9 -msgid "Translations" -msgstr "Übersetzungen" - -#: templates/admin/catalogue/book/change_form.html:6 -#: templates/admin/catalogue/book/change_form.html:36 +#: wolnelektury/templates/admin/catalogue/book/change_form.html:6 +#: wolnelektury/templates/admin/catalogue/book/change_form.html:36 msgid "advanced" msgstr "fortgeschritten" -#: templates/admin/catalogue/book/change_form.html:34 +#: wolnelektury/templates/admin/catalogue/book/change_form.html:34 msgid "simplified" msgstr "vereinfacht " -#: templates/admin/catalogue/book/change_list.html:9 +#: wolnelektury/templates/admin/catalogue/book/change_list.html:9 msgid "Import book" msgstr "Buch importieren" -#: templates/auth/login.html:12 +#: wolnelektury/templates/auth/login.html:11 msgid "Forgot Password?" msgstr "Password vergessen?" -#: templates/auth/login_register.html:9 +#: wolnelektury/templates/auth/login.html:17 +#: wolnelektury/templates/auth/register.html:8 +#, fuzzy +msgid "Sign in using:" +msgstr "Einloggen" + +#: wolnelektury/templates/auth/login_register.html:8 msgid "or register" msgstr "oder Registrieren" -#: templates/base/superbase.html:24 +#: wolnelektury/templates/base/app.html:20 +#: wolnelektury/templates/base/superbase.html:25 msgid "Wolne Lektury" msgstr "in WolneLektury.pl" -#: templates/base/superbase.html:53 +#: wolnelektury/templates/base/app.html:42 +#: wolnelektury/templates/base/app.html:43 +#: wolnelektury/templates/base/superbase.html:69 +#: wolnelektury/templates/base/superbase.html:70 +#, fuzzy +#| msgid "Language versions" +msgid "Language" +msgstr "Sprachversionen" + +#: wolnelektury/templates/base/app.html:66 +#: wolnelektury/templates/base/superbase.html:100 +#: wolnelektury/templates/board_base.html:48 +msgid "Logout" +msgstr "Ausloggen" + +#: wolnelektury/templates/base/superbase.html:60 #, fuzzy, python-format #| msgid "" #| "\n" @@ -136,67 +147,73 @@ msgstr[1] "" "Verfügung\n" " " -#: templates/base/superbase.html:63 -#, fuzzy -#| msgid "Language versions" -msgid "Language" -msgstr "Sprachversionen" - -#: templates/base/superbase.html:89 +#: wolnelektury/templates/base/superbase.html:94 #, fuzzy msgid "My shelf" msgstr "Mein Bücherregal" -#: templates/base/superbase.html:93 +#: wolnelektury/templates/base/superbase.html:97 +#: wolnelektury/templates/board_base.html:43 msgid "Administration" msgstr "Administration" -#: templates/base/superbase.html:97 -msgid "Logout" -msgstr "Ausloggen" - -#: templates/base/superbase.html:101 views.py:71 views.py:72 +#: wolnelektury/templates/base/superbase.html:104 wolnelektury/views.py:78 +#: wolnelektury/views.py:79 msgid "Sign in" msgstr "Einloggen" -#: templates/base/superbase.html:102 views.py:90 views.py:91 views.py:119 +#: wolnelektury/templates/base/superbase.html:105 wolnelektury/views.py:97 +#: wolnelektury/views.py:98 wolnelektury/views.py:126 msgid "Register" msgstr "Registrieren" -#: templates/base/superbase.html:109 +#: wolnelektury/templates/base/superbase.html:112 +msgid "Support us" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:115 msgid "Literature" msgstr "" -#: templates/base/superbase.html:112 +#: wolnelektury/templates/base/superbase.html:118 msgid "Themes" msgstr "Motive" -#: templates/base/superbase.html:115 +#: wolnelektury/templates/base/superbase.html:121 msgid "Audiobooks" msgstr "Audiobücher" -#: templates/base/superbase.html:118 -msgid "Gallery" -msgstr "" - -#: templates/base/superbase.html:121 +#: wolnelektury/templates/base/superbase.html:124 +#: wolnelektury/templates/main_page.html:83 #, fuzzy msgid "All works" msgstr "Alle Bücher" -#: templates/base/superbase.html:130 +#: wolnelektury/templates/base/superbase.html:127 +#: wolnelektury/templates/main_page.html:92 +msgid "Newsletter" +msgstr "" + +#: wolnelektury/templates/base/superbase.html:136 +#: wolnelektury/templates/board_base.html:28 msgid "Search" msgstr "Suchen" -#: templates/base/superbase.html:161 +#: wolnelektury/templates/base/superbase.html:167 msgid "Close" msgstr "Schließen" -#: templates/base/superbase.html:163 +#: wolnelektury/templates/base/superbase.html:169 msgid "Loading" msgstr "Laden" -#: templates/info/join_us.html:6 +#: wolnelektury/templates/board_base.html:31 +#, fuzzy +#| msgid "advanced" +msgid "Advanced search" +msgstr "fortgeschritten" + +#: wolnelektury/templates/info/join_us.html:6 #, fuzzy, python-format #| msgid "" #| "\n" @@ -245,7 +262,7 @@ msgstr[1] "" "vor\n" "oder mit einer Überweisung 1% Ihrer Einkommensteuer .\n" -#: templates/info/join_us.html:22 +#: wolnelektury/templates/info/join_us.html:22 #, fuzzy #| msgid "" #| "Become an editor of Wolne Lektury! Find out if\n" @@ -261,174 +278,162 @@ msgstr "" "eigene Texte zu veröffentlichen, musst du vorher auf unserer redaktionellen " "Online-Plattform eingeloggt sein. " -#: templates/info/join_us.html:25 +#: wolnelektury/templates/info/join_us.html:25 msgid "More..." msgstr "Mehr..." -#: templates/main_page.html:9 templates/main_page.html.py:10 +#: wolnelektury/templates/main_page.html:11 +#: wolnelektury/templates/main_page.html:12 msgid "Wolne Lektury internet library" msgstr "Internetbibliothek WolneLektury.pl" -#: templates/main_page.html:21 +#: wolnelektury/templates/main_page.html:19 msgid "In our digital library you will find" msgstr "" -#: templates/main_page.html:32 +#: wolnelektury/templates/main_page.html:28 msgid "and many other books, poems, pictures, audiobooks…" msgstr "" -#: templates/main_page.html:39 +#: wolnelektury/templates/main_page.html:35 msgid "Motifs and themes" msgstr "Motive und Themen" -#: templates/main_page.html:41 +#: wolnelektury/templates/main_page.html:37 msgid "Theme" msgstr "Motiv" -#: templates/main_page.html:42 +#: wolnelektury/templates/main_page.html:38 msgid "Explore works with the same theme" msgstr "" -#: templates/main_page.html:54 +#: wolnelektury/templates/main_page.html:48 #, fuzzy #| msgid "See our blog" msgid "See motifs catalog" msgstr "Siehe unseren Blog" -#: templates/main_page.html:94 +#: wolnelektury/templates/main_page.html:53 #, fuzzy #| msgid "Account Connections" msgid "Collections" msgstr "Konto-Beziehungen" -#: templates/main_page.html:98 +#: wolnelektury/templates/main_page.html:55 msgid "See collections catalog" msgstr "" -#: templates/main_page.html:103 +#: wolnelektury/templates/main_page.html:60 msgid "Recent publications" msgstr "Letzte Publikationen" -#: templates/main_page.html:109 +#: wolnelektury/templates/main_page.html:64 #, fuzzy #| msgid "Recent publications" msgid "More recent publications" msgstr "Letzte Publikationen" -#: templates/main_page.html:115 +#: wolnelektury/templates/main_page.html:70 msgid "News" msgstr "News" -#: templates/main_page.html:120 +#: wolnelektury/templates/main_page.html:77 msgid "Utilities" msgstr "Leistungen" -#: templates/main_page.html:123 +#: wolnelektury/templates/main_page.html:80 msgid "Report a bug or suggestion" msgstr "Melden Sie einen Bug oder Vorschlag." -#: templates/main_page.html:125 +#: wolnelektury/templates/main_page.html:81 msgid "Download the catalogue in PDF format." msgstr "Der Katalog als PDF-Datei herunterladen." -#: templates/main_page.html:126 +#: wolnelektury/templates/main_page.html:82 +#, fuzzy +#| msgid "Artist" +msgid "Art" +msgstr "Schriftsteller" + +#: wolnelektury/templates/main_page.html:85 msgid "Footnotes" msgstr "" -#: templates/main_page.html:127 +#: wolnelektury/templates/main_page.html:86 #, fuzzy msgid "Missing a book?" msgstr "Brauchen Sie ein Buch?" -#: templates/main_page.html:128 templates/publish_plan.html:4 -#: templates/publish_plan.html.py:8 +#: wolnelektury/templates/main_page.html:87 +#: wolnelektury/templates/publish_plan.html:4 +#: wolnelektury/templates/publish_plan.html:8 msgid "Publishing plan" msgstr "Plan der Veröffentlichung" -#: templates/main_page.html:133 -msgid "Newsletter" -msgstr "" - -#: templates/main_page.html:138 +#: wolnelektury/templates/main_page.html:97 #, fuzzy msgid "Information" msgstr "Format öffnen" -#: templates/main_page.html:140 +#: wolnelektury/templates/main_page.html:99 msgid "Privacy policy" msgstr "" -#: templates/main_page.html:161 +#: wolnelektury/templates/main_page.html:120 msgid "Image used:" msgstr "das genutzte Bild" -#: templates/openid/login.html:6 templates/openid/login.html.py:9 +#: wolnelektury/templates/openid/login.html:5 +#: wolnelektury/templates/openid/login.html:8 msgid "OpenID Sign In" msgstr "OpenID registrieren" -#: templates/openid/login.html:22 +#: wolnelektury/templates/openid/login.html:16 #, fuzzy msgid "Sign In" msgstr "Einloggen" -#: templates/pagination/pagination.html:6 -#: templates/pagination/pagination.html:8 +#: wolnelektury/templates/pagination/pagination.html:6 +#: wolnelektury/templates/pagination/pagination.html:8 msgid "previous" msgstr "zurück" -#: templates/pagination/pagination.html:22 -#: templates/pagination/pagination.html:24 +#: wolnelektury/templates/pagination/pagination.html:22 +#: wolnelektury/templates/pagination/pagination.html:24 msgid "next" msgstr "weiter" -#: templates/piston/authorize_token.html:4 -#: templates/piston/authorize_token.html:7 -msgid "Authorize access to Wolne Lektury" -msgstr "Den Zugang zu Wolne Lektury authorisieren" - -#: templates/piston/authorize_token.html:11 -#, python-format -msgid "" -"Confirm to authorize access to Wolne Lektury as user %(user)s." -msgstr "" -"Bitte bestätigen Sie den Zugang zu Wolne Lektury %(user)s." - -#: templates/piston/authorize_token.html:17 -msgid "Confirm" -msgstr "" - -#: templates/socialaccount/connections.html:5 -#: templates/socialaccount/connections.html:10 +#: wolnelektury/templates/socialaccount/connections.html:5 +#: wolnelektury/templates/socialaccount/connections.html:10 msgid "Account Connections" msgstr "Konto-Beziehungen" -#: templates/socialaccount/connections.html:13 +#: wolnelektury/templates/socialaccount/connections.html:13 msgid "" "You can sign in to your account using any of the following third party " "accounts:" msgstr "Sie können mithilfe folgenden fremden Accounts registrieren." -#: templates/socialaccount/connections.html:37 +#: wolnelektury/templates/socialaccount/connections.html:33 #, fuzzy msgid "Remove" msgstr "löschen" -#: templates/socialaccount/connections.html:45 +#: wolnelektury/templates/socialaccount/connections.html:39 msgid "" "You currently have no social network accounts connected to this account." msgstr "Sie haben noch kein Social-Networt-Konto mit diesem Konto verbunden." -#: templates/socialaccount/connections.html:48 +#: wolnelektury/templates/socialaccount/connections.html:43 msgid "Add a 3rd Party Account" msgstr "Füge ein fremdes Konto hinzu" -#: templates/socialaccount/login_cancelled.html:5 -#: templates/socialaccount/login_cancelled.html:10 +#: wolnelektury/templates/socialaccount/login_cancelled.html:5 +#: wolnelektury/templates/socialaccount/login_cancelled.html:10 msgid "Login Cancelled" msgstr "Login annulliert" -#: templates/socialaccount/login_cancelled.html:15 +#: wolnelektury/templates/socialaccount/login_cancelled.html:15 #, python-format msgid "" "You decided to cancel logging in to our site using one of your exisiting " @@ -439,39 +444,76 @@ msgstr "" "einzuloggen. Wenn es aus Versehen passiert ist, gehen Sie bitte Registrieren voran." -#: templates/user.html:5 templates/user.html.py:9 +#: wolnelektury/templates/socialaccount/signup.html:6 +#, fuzzy +#| msgid "Sign in" +msgid "Signup" +msgstr "Einloggen" + +#: wolnelektury/templates/socialaccount/signup.html:9 +#: wolnelektury/templates/socialaccount/signup.html:25 +#, fuzzy +#| msgid "Sign in" +msgid "Sign Up" +msgstr "Einloggen" + +#: wolnelektury/templates/socialaccount/signup.html:11 +#, python-format +msgid "" +"You are about to use your %(provider_name)s account to login to\n" +"%(site_name)s. As a final step, please complete the following form:" +msgstr "" + +#: wolnelektury/templates/user.html:5 wolnelektury/templates/user.html:9 msgid "User" msgstr "User" -#: templates/user.html:11 +#: wolnelektury/templates/user.html:11 msgid "Password" msgstr "Password" -#: templates/user.html:12 +#: wolnelektury/templates/user.html:12 msgid "E-mail" msgstr "E-Mail" -#: templates/user.html:13 +#: wolnelektury/templates/user.html:13 #, fuzzy msgid "Social accounts" msgstr "oder melde dich an:" -#: utils.py:116 +#: wolnelektury/utils.py:123 msgid "Message sent automatically. Please do not reply." msgstr "" -#: views.py:79 views.py:100 +#: wolnelektury/utils.py:205 +msgid "Yes" +msgstr "" + +#: wolnelektury/utils.py:206 +msgid "No" +msgstr "" + +#: wolnelektury/views.py:86 wolnelektury/views.py:107 #, python-format msgid "Already logged in as user %(user)s" msgstr "Eingeloggt als User %(user)s" -#: views.py:114 +#: wolnelektury/views.py:121 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 "Translations" +#~ msgstr "Übersetzungen" + +#~ msgid "Authorize access to Wolne Lektury" +#~ msgstr "Den Zugang zu Wolne Lektury authorisieren" + +#~ msgid "" +#~ "Confirm to authorize access to Wolne Lektury as user %(user)s." +#~ msgstr "" +#~ "Bitte bestätigen Sie den Zugang zu Wolne Lektury %(user)s." #~ msgid "What's new?" #~ msgstr "Was Neues?" @@ -782,9 +824,6 @@ msgstr "Sie müssen eingeloggt sein, um fortzusetzen." #~ msgid "Download as" #~ msgstr "Herunterladen als" -#~ msgid "Artist" -#~ msgstr "Schriftsteller" - #~ msgid "Director" #~ msgstr "Regisseur"