123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- #
- # Translators:
- # clemensbasti <mail@sebastian-clemens.de>, 2013
- # Daniel Seither <post@tiwoc.de>, 2012
- # clemensbasti <mail@sebastian-clemens.de>, 2013
- msgid ""
- msgstr ""
- "Project-Id-Version: Mezzanine\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2013-11-09 10:34-0430\n"
- "PO-Revision-Date: 2013-11-09 20:20+0000\n"
- "Last-Translator: Sebastián Ramírez Magrí <sebasmagri@gmail.com>\n"
- "Language-Team: German (http://www.transifex.com/projects/p/mezzanine/language/de/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "Language: de\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- #: defaults.py:20
- msgid "Minimum length for passwords"
- msgstr "Minimallänge für Passwörter"
- #: defaults.py:27
- msgid ""
- "If ``True``, the username field will be excluded from sign up and account "
- "update forms."
- msgstr ""
- #: defaults.py:35
- msgid "List of fields to exclude from the profile form."
- msgstr "Liste der Felder, die beim Profilformular ausgeblendet werden sollen."
- #: defaults.py:42
- msgid ""
- "Dotted package path and class name of profile form to use for users signing "
- "up and updating their profile, when ``mezzanine.accounts`` is installed."
- msgstr ""
- #: defaults.py:51
- msgid "If ``True``, users will have their own public profile pages."
- msgstr "Wenn ``Wahr``, werden User ihre eigene öffentliche Profilseiten haben."
- #: defaults.py:59
- msgid ""
- "If ``True``, when users create an account, they will be sent an email with a"
- " verification link, which they must click to enable their account."
- msgstr "Wenn ``Wahr``, wird den Usern, die ein Konto anlegen, ein E-Mail mit einem Überprüfungs-Link gesendet, den sie zum Aktivierwn ihres Kontos anklicken müssen"
- #: defaults.py:68
- msgid ""
- "If ``True``, when users create an account, they will not be enabled by "
- "default and a staff member will need to activate their account in the admin "
- "interface."
- msgstr ""
- #: defaults.py:77
- msgid "Account approval email addresses"
- msgstr ""
- #: defaults.py:78
- msgid ""
- "A comma separated list of email addresses that will receive an email "
- "notification each time a new account is created that requires approval."
- msgstr ""
- #: forms.py:29
- msgid "Email address"
- msgstr ""
- #: forms.py:31
- msgid "Username or email address"
- msgstr "Benutzername oder E-Mail-Adresse"
- #: forms.py:39 forms.py:71
- msgid "Password"
- msgstr "Passwort"
- #: forms.py:52
- msgid "Invalid username/email and password"
- msgstr "Ungültiger Benutzername oder ungültiges Passwort"
- #: forms.py:54
- msgid "Your account is inactive"
- msgstr "Ihr Benutzerkonto ist inaktiv"
- #: forms.py:73
- msgid "Password (again)"
- msgstr "Passwort (Wiederholung)"
- #: forms.py:87
- msgid "Only letters, numbers, dashes or underscores please"
- msgstr "Bitte nur Buchstaben, Zahlen, Bindestriche oder Unterstriche verwenden"
- #: forms.py:103
- msgid "Leave blank unless you want to change your password"
- msgstr "Füllen Sie dieses Feld nur aus, wenn Sie ihr Passwort ändern möchten"
- #: forms.py:122
- msgid "Username can only contain letters, numbers, dashes or underscores."
- msgstr "Benutzername darf ausschließlich Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten"
- #: forms.py:129
- msgid "This username is already registered"
- msgstr "Dieser Benutzername existiert bereits"
- #: forms.py:142
- msgid "Passwords do not match"
- msgstr "Die Passwörter stimmen nicht überein"
- #: forms.py:144
- #, python-format
- msgid "Password must be at least %s characters"
- msgstr "Passwörter müssen mindestens %s Zeichen lang sein"
- #: forms.py:158
- msgid "This email is already registered"
- msgstr "Es existiert bereits ein Konto mit dieser E-Mail-Adresse "
- #: forms.py:224
- msgid "Invalid username/email"
- msgstr "Ungültiger Benutzername oder ungültige E-Mail-Adresse"
- #: views.py:29
- msgid "Successfully logged in"
- msgstr "Erfolgreich angemeldet"
- #: views.py:32 templates/accounts/includes/user_panel.html:18
- #: templates/accounts/includes/user_panel_nav.html:11
- msgid "Log in"
- msgstr "Anmelden"
- #: views.py:41
- msgid "Successfully logged out"
- msgstr "Erfolgreich abgemeldet"
- #: views.py:56
- msgid ""
- "Thanks for signing up! You'll receive an email when your account is "
- "activated."
- msgstr ""
- #: views.py:60
- msgid ""
- "A verification email has been sent with a link for activating your account."
- msgstr "Ein Link zur Aktivierung Ihres Kontos wurde an Ihre E-Mail-Adresse gesendet."
- #: views.py:64 views.py:83
- msgid "Successfully signed up"
- msgstr "Erfolgreich registriert"
- #: views.py:67 templates/accounts/includes/user_panel.html:21
- #: templates/accounts/includes/user_panel_nav.html:13
- msgid "Sign up"
- msgstr "Registrieren"
- #: views.py:86 views.py:153
- msgid "The link you clicked is no longer valid."
- msgstr "Der von Ihnen angeklickte Link ist nicht mehr gültig."
- #: views.py:127
- msgid "Profile updated"
- msgstr "Profil aktualisiert"
- #: views.py:132
- msgid "Update Profile"
- msgstr "Profil aktualisieren"
- #: views.py:141
- msgid ""
- "A verification email has been sent with a link for resetting your password."
- msgstr "Ein Link zum Zurücksetzen Ihres Passworts wurde an Ihre E-Mail-Adresse gesendet."
- #: views.py:143
- msgid "Password Reset"
- msgstr "Passwort zurücksetzen"
- #: templates/accounts/account_login.html:7
- msgid "You're already logged in."
- msgstr "Sie sind bereits angemeldet."
- #: templates/accounts/account_login.html:11
- #, python-format
- msgid ""
- "If you don't have an account you can <a "
- "href=\"%(signup_url)s?next=%(next)s\">sign up</a> for one now."
- msgstr "Wenn Sie noch kein Benutzerkonto besitzen, können Sie sich <a href=\"%(signup_url)s?next=%(next)s\">hier registrieren</a>"
- #: templates/accounts/account_login.html:14
- #, python-format
- msgid ""
- "<p>You can also <a "
- "href=\"%(password_reset_url)s?next=%(profile_update_url)s\">reset your "
- "password</a> if you've forgotten it.</p>"
- msgstr "<p>Sie können auch Ihr <a href=\"%(password_reset_url)s?next=%(profile_update_url)s\">Passwort Zurücksetzen</a>, wenn Sie es vergessen haben sollten.</p>"
- #: templates/accounts/account_password_reset.html:6
- msgid ""
- "Enter your username or email address and you'll receive an email with a link"
- " you need to click, in order to log in and change your password."
- msgstr "Wenn Sie Ihren Benutzernamen oder Ihre E-Mail-Adresse eintragen, erhalten Sie eine E-Mail mit einem Link. Diesen können Sie anklicken, um dann ein neues Passwort zu wählen."
- #: templates/accounts/account_profile.html:17
- #: templates/accounts/includes/user_panel.html:10
- msgid "Update profile"
- msgstr "Profil aktualisieren"
- #: templates/accounts/account_signup.html:7
- msgid ""
- "You're already logged in. If you'd like to create a new account, you'll need"
- " to log out first."
- msgstr "Sie sind bereits eingeloggt. Wenn Sie ein neues Benutzerkonto erstellen möchten, müssen Sie sich zunächst ausloggen."
- #: templates/accounts/account_signup.html:11
- msgid ""
- "After signing up, you'll receive an email with a link you need to click, in "
- "order to activate your account."
- msgstr "Nachdem Sie sich registriert haben, erhalten Sie eine E-Mail mit einem Link. Wenn Sie diesen anklicken, wird Ihr Konto aktiviert."
- #: templates/accounts/includes/user_panel.html:4
- msgid "Logged in as: "
- msgstr "Eingeloggt als:"
- #: templates/accounts/includes/user_panel.html:15
- #: templates/accounts/includes/user_panel_nav.html:8
- msgid "Log out"
- msgstr "Abmelden"
- #: templates/accounts/includes/user_panel.html:19
- msgid "or"
- msgstr "oder"
- #: templates/admin/profile_inline.html:10
- msgid "Profile information"
- msgstr "Profilinformation"
- #: templates/email/account_approve.html:3
- #: templates/email/account_approve.txt:3
- msgid "Hey there, a new account has been created and requires activation."
- msgstr ""
- #: templates/email/account_approve.html:5
- #: templates/email/account_approve.txt:5
- msgid "Name"
- msgstr "Name"
- #: templates/email/account_approve.html:6
- #: templates/email/account_approve.txt:6
- msgid "Email"
- msgstr "E-Mail"
- #: templates/email/account_approve.html:11
- #: templates/email/account_approve.txt:9 templates/email/signup_verify.html:4
- #: templates/email/signup_verify.txt:4
- msgid "Please use the link below to activate it."
- msgstr "Bitte klicken Sie auf den folgenden Link, um es zu aktivieren."
- #: templates/email/account_approve_subject.txt:2
- msgid "An account requires activation"
- msgstr ""
- #: templates/email/account_approved.html:3
- #: templates/email/account_approved.txt:3
- msgid "Hey there, your account has been activated."
- msgstr ""
- #: templates/email/account_approved.html:4
- #: templates/email/account_approved.txt:4
- msgid "Please use the link below to log in."
- msgstr ""
- #: templates/email/account_approved_subject.txt:2
- msgid "Your account has been activated"
- msgstr ""
- #: templates/email/password_reset_verify.html:3
- #: templates/email/password_reset_verify.txt:3
- msgid "Hey there, the password reset form was used for your account."
- msgstr "Für Ihr Konto wurde ein neues Passwort angefordert."
- #: templates/email/password_reset_verify.html:4
- #: templates/email/password_reset_verify.txt:4
- msgid "Please use the link below to log in and update your password."
- msgstr "Bitte klicken Sie auf den folgenden Link, um sich einzuloggen und Ihr Passwort zu ändern."
- #: templates/email/password_reset_verify.html:6
- #: templates/email/password_reset_verify.txt:6
- msgid ""
- "If you didn't request for your password to be reset, please ignore this "
- "email."
- msgstr "Wenn Sie keine Passwortänderung angefordert haben, ignorieren Sie diese Mail bitte."
- #: templates/email/password_reset_verify_subject.txt:2
- msgid "Reset your password"
- msgstr "Passwort zurücksetzen"
- #: templates/email/signup_verify.html:3 templates/email/signup_verify.txt:3
- msgid "Hey there, thanks for creating your account."
- msgstr "Vielen Dank für die Erstellung ihres Benutzerkontos."
- #: templates/email/signup_verify_subject.txt:2
- msgid "Activate your account"
- msgstr "Konto aktivieren"
|