summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aa3dd8c)
raw | patch | inline | side by side (parent: aa3dd8c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Apr 2010 08:21:23 +0000 (08:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Apr 2010 08:21:23 +0000 (08:21 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17454 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc | patch | blob | history |
diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc
index 610f017876301ba9043c89bd2409f72d51ac090e..0af5816e2f1157ff67fbbe55184cd6650bad8db7 100644 (file)
"plCategory" => array("server"),
"plProvidedAcls"=> array(
- "goFaxAdmin" => _("Login name"),
- "goFaxPassword" => _("Password"))
+ "goFaxAdmin" => _("Login name"),
+ "goFaxPassword" => _("Password"),
+
+ "start" => _("Start"),
+ "stop" => _("Stop"),
+ "restart" => _("Restart"))
));
}
}