From 1ca07f8139a0a12a8078da722889957244c9c6bc Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Thu, 6 Mar 2014 08:29:22 +0000 Subject: [PATCH] Add translation --- bureau/class/class_system_bind.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bureau/class/class_system_bind.php b/bureau/class/class_system_bind.php index 916199a7..b6f2ecab 100644 --- a/bureau/class/class_system_bind.php +++ b/bureau/class/class_system_bind.php @@ -291,7 +291,7 @@ class system_bind { // Do not save if the zone is LOCKED if ( $this->is_locked($domain)) { - $dom->set_dns_result($domain,"The zone file of this domain is locked"); + $dom->set_dns_result($domain, "The zone file of this domain is locked. Contact your administrator."); // If edit, change dummy_for_translation $dom->set_dns_action($domain, 'OK'); return false; } @@ -368,6 +368,10 @@ class system_bind { return; } + private function dummy_for_translation() { + _("The zone file of this domain is locked. Contact your administrator."); + } + } // class