summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2af823c)
raw | patch | inline | side by side (parent: 2af823c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 07:39:03 +0000 (07:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Mar 2008 07:39:03 +0000 (07:39 +0000) |
-Added back button
-Fixed () position.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9477 594d385d-05f5-0310-b6e9-bd551577e9d8
-Fixed () position.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9477 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 7b55aee9fbcb0152f4fe5214a919b9953b45b75d..464bca9b20d54d8a215c1f8481289dee17418817 100644 (file)
}
+ public static function backButton($what= "")
+ {
+ return $what == "" ? sprintf(_("Back...")): sprintf(_("Back %s..."), $what);
+ }
+
+
public static function buildList($data)
{
$objects= "";
public static function noValidExtension($name)
{
- return sprintf(_("This account has no valid %s extensions!", $name));
+ return sprintf(_("This account has no valid %s extensions!"), $name);
}
public static function featuresEnabled($name, $depends= "")