summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 926eae7)
raw | patch | inline | side by side (parent: 926eae7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 Aug 2010 09:02:48 +0000 (09:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 Aug 2010 09:02:48 +0000 (09:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19500 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/personal/groupware/class_groupware.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/personal/groupware/class_groupware.inc b/gosa-plugins/groupware/personal/groupware/class_groupware.inc
index f9ddf7c08288d058c516112890b22459cf1180f6..a2228e11ec4ce1741d8a1ead6ba27ed482cef64c 100644 (file)
"plSection" => array("personal" => _("My account")),
"plCategory" => array("users"),
"plOptions" => array(),
- "plProvidedAcls" => array()
+ "plProvidedAcls" => array(
+ "mailAddress" => _("Mail address"),
+ "mailLocation" => _("Mail location"),
+ "quotaUsage" => _("Quota usage"),
+ "quotaSize" => _("Quota size"),
+ "alternateAddresses" => _("Alternate mail addresses"),
+ "forwardingAddresses" => _("Forwarding mail addresses"),
+ "vacationEnabled" => _("Vaction switch"),
+ "vacationStart" => _("Vacation start time"),
+ "vacationStop" => _("Vacation stop time"),
+ "vacationMessage" => _("Vacation message"),
+ "mailBoxWarnLimit" => _("Warn sizelimit"),
+ "mailBoxSendSizelimit" => _("Send sizelimit"),
+ "mailBoxHardSizelimit" => _("Hard sizelimit"),
+ "mailBoxAutomaticRemoval" => _("Automatic mail removal"),
+ )
));
}
}