Jan Dittberner
8e42cb9c18
- drop jQuery and fontawesome dependencies - add bootstrap5 and bootstrap-icons - update fonts mfizz - update base templates and the first set of other templates - replace blocktrans and trans with blocktranslate and translate to prepare for Django 4 - move hostingpakcage templates to hostingpackages/templates - update translations
150 lines
4 KiB
Text
150 lines
4 KiB
Text
# 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: 2023-04-16 22:07+0200\n"
|
|
"PO-Revision-Date: 2023-04-16 18:21+0200\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 3.2.2\n"
|
|
"X-Poedit-SourceCharset: UTF-8\n"
|
|
|
|
#: managemails/admin.py:9
|
|
msgid "Passwords don't match"
|
|
msgstr "Passwörter stimmen nicht überein"
|
|
|
|
#: managemails/admin.py:15 managemails/tests/test_admin.py:35
|
|
msgid "Hash"
|
|
msgstr "Hash-Code"
|
|
|
|
#: managemails/admin.py:39
|
|
msgid "Password"
|
|
msgstr "Passwort"
|
|
|
|
#: managemails/admin.py:40
|
|
msgid "Password (again)"
|
|
msgstr "Passwortwiederholung"
|
|
|
|
#: managemails/admin.py:93
|
|
msgid "Activate"
|
|
msgstr "Aktivieren"
|
|
|
|
#: managemails/admin.py:94
|
|
msgid "Deactivate"
|
|
msgstr "Deaktivieren"
|
|
|
|
#: managemails/apps.py:17
|
|
msgid "Mailboxes and Mail Addresses"
|
|
msgstr "Postfächer und E-Mailadressen"
|
|
|
|
#: managemails/forms.py:21 managemails/forms.py:118 managemails/models.py:113
|
|
msgid "Mailbox"
|
|
msgstr "Postfach"
|
|
|
|
#: managemails/forms.py:22 managemails/forms.py:123
|
|
msgid "Forwards"
|
|
msgstr "Weiterleitungen"
|
|
|
|
#: managemails/forms.py:43
|
|
msgid "Create mailbox"
|
|
msgstr "Postfach anlegen"
|
|
|
|
#: managemails/forms.py:82
|
|
msgid "Set password"
|
|
msgstr "Passwort setzen"
|
|
|
|
#: managemails/forms.py:111
|
|
msgid "Mailbox or Forwards"
|
|
msgstr "Postfach oder Weiterleitungen"
|
|
|
|
#: managemails/forms.py:127
|
|
msgid "Please enter one or more email addresses separated by commas."
|
|
msgstr ""
|
|
"Bitte geben Sie eine oder mehrere durch Kommata getrennte E-Mailadressen ein."
|
|
|
|
#: managemails/forms.py:177
|
|
msgid "Add mail address"
|
|
msgstr "E-Mailadresse hinzufügen"
|
|
|
|
#: managemails/forms.py:186
|
|
msgid "This mail address is already in use."
|
|
msgstr "Diese E-Mailadresse wird bereits verwendet."
|
|
|
|
#: managemails/forms.py:195 managemails/forms.py:281
|
|
msgid "No mailbox selected"
|
|
msgstr "Kein Postfach ausgewählt"
|
|
|
|
#: managemails/forms.py:198 managemails/forms.py:284
|
|
msgid "No forward addresses selected"
|
|
msgstr "Keine Weiterleitungsadressen ausgewählt"
|
|
|
|
#: managemails/forms.py:202 managemails/forms.py:288
|
|
msgid "Illegal choice for target of the mail address"
|
|
msgstr "Ungültige Auswahl für das Ziel der E-Mailadresse"
|
|
|
|
#: managemails/forms.py:274
|
|
msgid "Change mail address targets"
|
|
msgstr "E-Mailadressziele ändern"
|
|
|
|
#: managemails/models.py:114
|
|
msgid "Mailboxes"
|
|
msgstr "Postfächer"
|
|
|
|
#: managemails/models.py:145
|
|
msgid "local part"
|
|
msgstr "Lokaler Teil"
|
|
|
|
#: managemails/models.py:147
|
|
msgid "domain"
|
|
msgstr "Domain"
|
|
|
|
#: managemails/models.py:153
|
|
msgid "Mail address"
|
|
msgstr "E-Mailadresse"
|
|
|
|
#: managemails/models.py:154
|
|
msgid "Mail addresses"
|
|
msgstr "E-Mailadressen"
|
|
|
|
#: managemails/models.py:236
|
|
msgid "mailaddress"
|
|
msgstr "E-Mailadresse"
|
|
|
|
#: managemails/models.py:241
|
|
msgid "mailbox"
|
|
msgstr "Postfach"
|
|
|
|
#: managemails/views.py:46
|
|
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:67
|
|
#, python-brace-format
|
|
msgid "Mailbox {mailbox} created successfully."
|
|
msgstr "Postfach {mailbox} erfolgreich angelegt."
|
|
|
|
#: managemails/views.py:103
|
|
#, python-brace-format
|
|
msgid "Successfully set new password for mailbox {mailbox}."
|
|
msgstr ""
|
|
"Für das Postfach {mailbox} wurde erfolgreich ein neues Passwort gesetzt."
|
|
|
|
#: managemails/views.py:145
|
|
#, python-brace-format
|
|
msgid "Successfully added mail address {mailaddress}"
|
|
msgstr "E-Mailadresse {mailaddress} erfolgreich hinzugefügt"
|
|
|
|
#: managemails/views.py:230
|
|
#, python-brace-format
|
|
msgid "Successfully updated mail address {mailaddress} targets."
|
|
msgstr "Ziele der E-Mailadresse {mailaddress} erfolgreich aktualisiert."
|