From: hickert Date: Thu, 20 May 2010 09:24:07 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d17b1ab46b4f0e7dbcd84158eea027a7e056cf1b;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18589 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 cc631fa00..e8973d8cc 100644 --- a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc +++ b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc @@ -300,7 +300,7 @@ class wingeneric extends plugin "name" => "sambaMachineAccountRDN", "type" => "rdn", "default" => "ou=winstation,", - "description" => "The 'sambaMachineAccountRDN' statement defines the location where new windows workstations will be created. The default is 'ou=winstation,'.", + "description" => _("The 'sambaMachineAccountRDN' statement defines the location where new windows workstations will be created. The default is 'ou=winstation,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_sambaMachineAccountRDN", "group" => "plugin",