summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 106366c)
raw | patch | inline | side by side (parent: 106366c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Jun 2008 08:52:26 +0000 (08:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 Jun 2008 08:52:26 +0000 (08:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11343 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 0471d44ccd9a7a6a670a4127f2216a1c2b097389..1c7a92ca4b6578ac8793fe82edd2ac61efdd7216 100644 (file)
return sprintf(_("Install and activate the %s PHP module."), $what);
}
+
+ public static function class_not_found($plugin)
+ {
+ return (sprintf(_("Could not initialize class '%s', maybe there is a plugin missing in your gosa setup."), $plugin));
+ }
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>