From 970018f206121919b714ab78a265a65593f42f6a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 22 Jul 2011 17:35:06 -0400 Subject: dns section header i18n. https://fedorahosted.org/freeipa/ticket/1493 --- ipalib/plugins/internal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipalib') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 4bb63cffd..798d98da8 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -165,6 +165,8 @@ class i18n_messages(Command): "deleted_no_data":_("DNS record was deleted because it contained no data."), "redirection_dnszone":_("You will be redirected to DNS Zone."), "title":_("Records for DNS Zone"), + "standard":_("Standard Record Types"), + "other":_("Other Record Types"), }, "entitle": { "account":_("Account"), -- cgit