implement create_mailbox functionality
- implement managemails.forms.CreateMailboxForm - implement managemails.views.CreateMailbox - add url pattern 'create_mailbox' to managemails.urls - add templates managemails/base.html and managemails/mailbox_create.html - add german translation - add generated code documentation
This commit is contained in:
parent
6cb61ea105
commit
449af174ec
8 changed files with 231 additions and 5 deletions
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: gnuviechadmin\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-01-25 00:46+0100\n"
|
||||
"PO-Revision-Date: 2015-01-25 00:55+0100\n"
|
||||
"POT-Creation-Date: 2015-01-25 12:04+0100\n"
|
||||
"PO-Revision-Date: 2015-01-25 12:06+0100\n"
|
||||
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
|
||||
"Language-Team: Jan Dittberner <jan@dittberner.info>\n"
|
||||
"Language: de\n"
|
||||
|
@ -793,6 +793,27 @@ msgstr "Diesem Hostingpaket sind noch keine Datenbanken zugeordnet."
|
|||
msgid "Add database"
|
||||
msgstr "Datenbank hinzufügen"
|
||||
|
||||
#: templates/managemails/mailbox_create.html:6
|
||||
#: templates/managemails/mailbox_create.html:15
|
||||
#, python-format
|
||||
msgid "Add Mailbox to Hosting Package %(package)s"
|
||||
msgstr "Postfach zum Hostingpaket %(package)s hinzufügen"
|
||||
|
||||
#: templates/managemails/mailbox_create.html:8
|
||||
#: templates/managemails/mailbox_create.html:17
|
||||
#, python-format
|
||||
msgid "Add Mailbox to Hosting Package %(package)s of Customer %(full_name)s"
|
||||
msgstr ""
|
||||
"Postfach zum Hostingpaket %(package)s des Kunden %(full_name)s hinzufügen"
|
||||
|
||||
#: templates/managemails/mailbox_create.html:23
|
||||
msgid "Please specify the password for your new mailbox."
|
||||
msgstr "Bitte geben Sie das Passwort für Ihr neues Postfach ein."
|
||||
|
||||
#: templates/managemails/mailbox_create.html:23
|
||||
msgid "Please specify the password for the new mailbox."
|
||||
msgstr "Bitte geben Sie das Passwort für das neue Postfach ein."
|
||||
|
||||
#: templates/osusers/user_setpassword.html:5
|
||||
#: templates/osusers/user_setpassword.html:13
|
||||
#, python-format
|
||||
|
@ -897,5 +918,10 @@ msgstr ""
|
|||
"%(site_name)s zu nutzen. Als letzten Schritt füllen Sie bitte folgendes "
|
||||
"Formular aus:"
|
||||
|
||||
#, fuzzy
|
||||
#~| msgid "Password Reset"
|
||||
#~ msgid "Password (again)"
|
||||
#~ msgstr "Passwort zurücksetzen"
|
||||
|
||||
#~ msgid "My Profile"
|
||||
#~ msgstr "Mein Profil"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue