Code

Removed multi-objectclass dependency. There's a more easy way to do this.
[gosa.git] / plugins / personal / connectivity / class_oxchangeAccount.inc
index 6b2342b61ec44183630af1e5019c416198a2e53d..7e26867f00022f5f1bbbf9dd8cda0ee5accb729a 100644 (file)
@@ -872,16 +872,19 @@ class oxchangeAccount extends plugin
   }
 
 
+  /* Return plugin informations for acl handling
+    #FIXME ACL attributes aren't translated yet.       */
   function plInfo()
   {
-    return (array("plDescription"   => _("Open xchange account settings"),
-          "plSelfModify"    => TRUE,
-          "plDepends"       => array("objectClass" => _("gosaAccount")),
-          "OXAppointmentDays"   => "#FIXEME attributes arn't translated"._("OXAppointmentDays"),
-          "OXTaskDays"         => _("OXTaskDays"),
-          "mailEnabled"        => _("mailEnabled"),
-          "OXTimeZone"         => _("OXTimeZone")));
+    return (
+    array("plDescription"     => _("Open xchange account settings"),
+          "plSelfModify"      => TRUE,
+          "plDepends"         => array("objectClass" => _("gosaAccount")),
+          "OXAppointmentDays" => "!!! FIXME "._("OXAppointmentDays"),
+          "OXTaskDays"             => _("OXTaskDays"),
+          "mailEnabled"          => _("mailEnabled"),
+          "OXTimeZone"             => _("OXTimeZone")));
   }
 }
-
+// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>