From 6fcb3557c7cc00b5a03cfd4f6fddaebdd8947745 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 24 Mar 2010 10:49:08 +0000 Subject: [PATCH] updated templates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17059 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../services/shares/class_goShareServer.inc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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")) )); } -- 2.30.2