summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79de991)
raw | patch | inline | side by side (parent: 79de991)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 10:49:08 +0000 (10:49 +0000) | ||
committer | hickert <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 | patch | blob | history |
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 4c41ba6a42108298333843a100431d39dbb024bd..d62ad841ae82603c826cf1cc8033fe3fb1ed1737 100644 (file)
"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"))
));
}