Merge pull request #349 from ThomasWaldmann/fix-domains-mgmt-msgs
fix placeholders in domains management script
This commit is contained in:
commit
96e86cfa6e
@ -40,9 +40,9 @@ hosts that were added to this domain (if any).
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
||||||
LOG_MSG_IS_AVAILABLE = _('Domain %%(domain)s is available.')
|
LOG_MSG_IS_AVAILABLE = _('Domain %(domain)s is available.')
|
||||||
LOG_MSG_HAS_HOSTS = _('Domain %%(domain)s is not available, but has %(hosts)d hosts.')
|
LOG_MSG_HAS_HOSTS = _('Domain %%(domain)s is not available, but has %(hosts)d hosts.')
|
||||||
LOG_MSG_DELETE = _('Domain %%(domain)s is not available and has no hosts -> deleted domain.')
|
LOG_MSG_DELETE = _('Domain %(domain)s is not available and has no hosts -> deleted domain.')
|
||||||
|
|
||||||
|
|
||||||
def check_dns(domain):
|
def check_dns(domain):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user