summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d20c0d5)
raw | patch | inline | side by side (parent: d20c0d5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 08:35:29 +0000 (08:35 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 08:35:29 +0000 (08:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9798 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 0f81f961eeae85b9c195cd81b76eb914b819b3a2..6e0cb35c9a57dd5c94f9755d6bbdba482d5ce172 100644 (file)
return sprintf(_("Upload failed: %s"), "<br><br><i>$reason</i>");
}
+
+ function siError($error= "")
+ {
+ if ($error == ""){
+ return _("Communication failure with the infrastructure service!");
+ }
+ return sprintf(_("Communication failure with the infrastructure service: %s"), "<br><br>"._("Error").": ".$error);
+ }
+
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>