From: hickert Date: Fri, 14 Mar 2008 09:48:02 +0000 (+0000) Subject: msgPool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9b412120a22c7fdfcb437e3d991b0e20a1ee8ab1;p=gosa.git msgPool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9812 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; } }