Add translations for domains.models

addresses #17
This commit is contained in:
Jan Dittberner 2015-11-08 12:14:53 +01:00
parent 337947f50c
commit de0f3b8ca1
1 changed files with 109 additions and 16 deletions

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gnuviechadmin domains\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-27 18:55+0100\n"
"PO-Revision-Date: 2015-01-27 19:06+0100\n"
"POT-Creation-Date: 2015-11-08 12:00+0100\n"
"PO-Revision-Date: 2015-11-08 12:02+0100\n"
"Last-Translator: Jan Dittberner <jan@dittberner.info>\n"
"Language-Team: Jan Dittberner <jan@dittberner.info>\n"
"Language: de\n"
@ -16,58 +16,151 @@ msgstr ""
"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-Generator: Poedit 1.8.6\n"
"X-Poedit-SourceCharset: UTF-8\n"
#: domains/apps.py:17
#: apps.py:17
msgid "Domains"
msgstr "Domains"
#: domains/forms.py:28
#: forms.py:30 tests/test_forms.py:24
msgid "host name too long"
msgstr "zu langer Hostname"
#: domains/forms.py:31
#: forms.py:33 tests/test_forms.py:29 tests/test_forms.py:34
#: tests/test_forms.py:39 tests/test_forms.py:44
msgid "invalid domain name"
msgstr "ungültiger Domainname"
#: domains/forms.py:54
#: forms.py:56
msgid "Add Hosting Domain"
msgstr "Hostingdomain hinzufügen"
#: domains/models.py:21
#: models.py:17
msgid "Master"
msgstr "Master"
#: models.py:18
msgid "Slave"
msgstr "Slave"
#: models.py:19
msgid "Native"
msgstr "Native"
#: models.py:44
msgid "HMAC MD5"
msgstr "HMAC MD5"
#: models.py:45
msgid "HMAC SHA1"
msgstr "HMAC SHA1"
#: models.py:46
msgid "HMAC SHA224"
msgstr "HMAC SHA224"
#: models.py:47
msgid "HMAC SHA256"
msgstr "HMAC SHA256"
#: models.py:48
msgid "HMAC SHA384"
msgstr "HMAC SHA384"
#: models.py:49
msgid "HMAC SHA512"
msgstr "HMAC SHA512"
#: models.py:59
msgid "domain name"
msgstr "Domainname"
#: domains/models.py:23
#: models.py:61 models.py:259 models.py:308
msgid "customer"
msgstr "Kunde"
#: domains/models.py:42
#: models.py:80
msgid "Mail domain"
msgstr "E-Maildomain"
#: domains/models.py:43
#: models.py:81
msgid "Mail domains"
msgstr "E-Maildomains"
#: domains/models.py:87
#: models.py:125
msgid "mail domain"
msgstr "E-Maildomain"
#: domains/models.py:88
#: models.py:126
msgid "assigned mail domain for this domain"
msgstr "zugeordnete E-Maildomain für diese Domain"
#: domains/models.py:94
#: models.py:132
msgid "Hosting domain"
msgstr "Hostingdomain"
#: domains/models.py:95
#: models.py:133
msgid "Hosting domains"
msgstr "Hostingdomains"
#: domains/views.py:58
#: models.py:172
msgid "DNS domain"
msgstr "DNS-Domain"
#: models.py:173
msgid "DNS domains"
msgstr "DNS-Domains"
#: models.py:227
msgid "DNS record"
msgstr "DNS-Record"
#: models.py:228
msgid "DNS records"
msgstr "DNS-Records"
#: models.py:262
msgid "DNS supermaster"
msgstr "DNS-Supermaster"
#: models.py:263
msgid "DNS supermasters"
msgstr "DNS-Supermasters"
#: models.py:313
msgid "DNS comment"
msgstr "DNS-Kommentar"
#: models.py:314
msgid "DNS comments"
msgstr "DNS-Kommentare"
#: models.py:351
msgid "DNS domain metadata item"
msgstr "DNS-Domainmetadaten-Eintrag"
#: models.py:352
msgid "DNS domain metadata items"
msgstr "DNS-Domainmetadaten-Einträge"
#: models.py:385
msgid "DNS crypto key"
msgstr "DNS-Cryposchlüssel"
#: models.py:386
msgid "DNS crypto keys"
msgstr "DNS-Cryptoschlüssel"
#: models.py:418
msgid "DNS TSIG key"
msgstr "DNS-TSIG-Schlüssel"
#: models.py:419
msgid "DNS TSIG keys"
msgstr "DNS-TSIG-Schlüssel"
#: views.py:58
#, python-brace-format
msgid "Successfully created domain {domainname}"
msgstr "Domain {domainname} erfolgreich angelegt"