From: hickert Date: Wed, 24 Mar 2010 10:49:08 +0000 (+0000) Subject: updated templates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6fcb3557c7cc00b5a03cfd4f6fddaebdd8947745;p=gosa.git updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17059 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/services/shares/class_goShareServer.inc b/gosa-plugins/goto/admin/systems/services/shares/class_goShareServer.inc index 4c41ba6a4..d62ad841a 100644 --- a/gosa-plugins/goto/admin/systems/services/shares/class_goShareServer.inc +++ b/gosa-plugins/goto/admin/systems/services/shares/class_goShareServer.inc @@ -419,14 +419,16 @@ class goShareServer extends goService{ "plCategory" => array("server"), "plProvidedAcls"=> array( - "name" => _("Name"), + "name" => _("Name"), + "goExportEntry" => _("Share entries"), + "appleMounts" => _("Apple mounts"), "netatalkmount" => _("Apple mounts"), - "description" => _("Description"), - "type" => _("Type"), - "charset" => _("Charset"), - "path" => _("Path"), - "option" => _("Option"), - "volume" => _("Volume")) + "description" => _("Description"), + "type" => _("Type"), + "charset" => _("Charset"), + "path" => _("Path"), + "option" => _("Option"), + "volume" => _("Volume")) )); }