From 9b412120a22c7fdfcb437e3d991b0e20a1ee8ab1 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 14 Mar 2008 09:48:02 +0000 Subject: [PATCH] msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9812 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc index 295698d34..6b202bd38 100644 --- a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc +++ b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc @@ -88,7 +88,7 @@ class wingeneric extends plugin /* Do we represent a valid phone? */ if (!$this->is_account && $this->parent === NULL){ $display= "\"\" ". - _("This 'dn' has no network features.").""; + msgPool::noValidExtension(_("network")).""; return($display); } @@ -201,7 +201,7 @@ class wingeneric extends plugin } if(!$this->acl_is_createable() && $this->dn == "new"){ - $message[]= _("You have no permissions to create a component on this 'Base'."); + $message[]= msgPool::permCreate(); } if ($this->orig_dn != $this->dn){ @@ -214,7 +214,7 @@ class wingeneric extends plugin continue; } if ($attrs['dn'] != $this->orig_dn){ - $message[]= sprintf (_("There is already an entry '%s' in the base choosen by you"), $this->cn); + $message[]= msgPool::duplicated(_("Name")); break; } } -- 2.30.2