gva/gnuviechadmin/managemails/locale/de/LC_MESSAGES/django.po
Jan Dittberner 2e4efe7839 implement password change for mailboxes
- implement managemails.forms.ChangeMailboxPasswordForm
- extract code for determining hosting package and customer from URL into
  HostingPackageAndCustomerMixin
- implement managemails.views.ChangeMailboxPassword
- add new URL pattern 'change_mailbox_password' to managemails.urls
- add template managemails/mailbox_setpassword.html
- link from template hostingpackages/customerhostingpackage_detail.html to
  change_mailbox_password
- add german translation for new strings
- document new feature in changelog
2015-01-25 12:49:31 +01:00

96 lines
2.3 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: managemails\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-25 12:46+0100\n"
"PO-Revision-Date: 2015-01-25 12:47+0100\n"
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
"Language-Team: Jan Dittberner <jan@dittberner.info>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.6.10\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: managemails/admin.py:14
msgid "Passwords don't match"
msgstr "Passwörter stimmen nicht überein"
#: managemails/admin.py:21 managemails/tests/test_admin.py:37
msgid "Hash"
msgstr "Hash-Code"
#: managemails/admin.py:44
msgid "Password"
msgstr "Passwort"
#: managemails/admin.py:46
msgid "Password (again)"
msgstr "Passwortwiederholung"
#: managemails/admin.py:100
msgid "Activate"
msgstr "Aktivieren"
#: managemails/admin.py:101
msgid "Deactivate"
msgstr "Deaktivieren"
#: managemails/apps.py:17
msgid "Mailboxes and Mail Addresses"
msgstr "Postfächer und E-Mailadressen"
#: managemails/forms.py:33
msgid "Create mailbox"
msgstr "Postfach anlegen"
#: managemails/forms.py:69
msgid "Set password"
msgstr "Passwort setzen"
#: managemails/models.py:79
msgid "Mailbox"
msgstr "Postfach"
#: managemails/models.py:80
msgid "Mailboxes"
msgstr "Postfächer"
#: managemails/models.py:127
msgid "Mail address"
msgstr "E-Mailadresse"
#: managemails/models.py:128
msgid "Mail addresses"
msgstr "E-Mailadressen"
#: managemails/models.py:141
msgid "mailaddress"
msgstr "E-Mailadresse"
#: managemails/models.py:142
msgid "mailbox"
msgstr "Postfach"
#: managemails/views.py:63
msgid "You are not allowed to add more mailboxes to this hosting package"
msgstr "Sie können keine weiteren Postfächer zu diesem Hostingpaket hinzufügen"
#: managemails/views.py:82
#, python-brace-format
msgid "Mailbox {mailbox} created successfully."
msgstr "Postfach {mailbox} erfolgreich angelegt."
#: managemails/views.py:117
#, python-brace-format
msgid "Successfully set new password for mailbox {mailbox}."
msgstr ""
"Für das Postfach {mailbox} wurde erfolgreich ein neues Passwort gesetzt."