summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 420bf25)
raw | patch | inline | side by side (parent: 420bf25)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jun 2008 08:50:02 +0000 (08:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jun 2008 08:50:02 +0000 (08:50 +0000) |
-Missing or invalid configuration parameter
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11450 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11450 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 1c7a92ca4b6578ac8793fe82edd2ac61efdd7216..dea41c4c46ccb66403feb1e9aa63b4c982c83407 100644 (file)
}
+ public static function invalidConfigurationAttribute($attr)
+ {
+ return sprintf(_("The value for '%s' is currently unconfigured or invalid, please check your configurationi file. "), $attr);
+ }
+
+
public static function cannotDeleteFile($file)
{
return sprintf(_("Cannot delete file '%s'!"), $file);