summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0fab0f1)
raw | patch | inline | side by side (parent: 0fab0f1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Mar 2008 17:14:06 +0000 (17:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Mar 2008 17:14:06 +0000 (17:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9721 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 368ea13e3a3306e71a59afa3f221a1e217f27cff..9b95b96f8ebe295fbd5917d4f7bcaebe2ccf0e80 100644 (file)
return (_("You have no permission to delete the object:")."<br><br><i>$name</i>");
}
- msgPool::buildList($name);
if (count($name) == 1){
return (_("You have no permission to delete the object:")."<br>".msgPool::buildList($name));
}
}
+ function incorrectUpload($reason= "")
+ {
+ if ($reason == ""){
+ return _("Upload failed!");
+ }
+
+ return sprintf(_("Upload failed: %s"), "<br><br><i>$reason</i>");
+ }
+
}
?>