summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3e5357)
raw | patch | inline | side by side (parent: d3e5357)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Oct 2010 12:00:07 +0000 (12:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Oct 2010 12:00:07 +0000 (12:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19909 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/password/class_password.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/password/class_password.inc b/gosa-core/plugins/personal/password/class_password.inc
index 7645b8217b0e6dcabe6b7ffad1eaa6861a29b2a0..52bd71b4f1d9ec0e319203236259c0a681b163dc 100644 (file)
"name" => "PRELOCK",
"type" => "command",
"default" => "",
- "description" => "",
+ "description" => _("The 'PRELOCK' statement of class password, describes a hook which gets called before a password gets locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "POSTLOCK",
"type" => "command",
"default" => "",
- "description" => "",
+ "description" => _("The 'POSTLOCK' statement of class password, describes a hook which gets called after a password is locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "PREUNLOCK",
"type" => "command",
"default" => "",
- "description" => "",
+ "description" => _("The 'PREUNLOCK' statement of class password, describes a hook which gets called before a password gets un-locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",
"name" => "POSTUNLOCK",
"type" => "command",
"default" => "",
- "description" => "",
+ "description" => _("The 'POSTUNLOCK' statement of class password, describes a hook which gets called after a password is un-locked."),
"check" => "gosaProperty::isCommand",
"migrate" => "",
"group" => "password",