Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 10:49:08 +0000 (10:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 10:49:08 +0000 (10:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17059 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/services/shares/class_goShareServer.inc

index 4c41ba6a42108298333843a100431d39dbb024bd..d62ad841ae82603c826cf1cc8033fe3fb1ed1737 100644 (file)
@@ -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"))
 
           ));
   }