summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 306fd10)
raw | patch | inline | side by side (parent: 306fd10)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:16:56 +0000 (14:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 14 Mar 2008 14:16:56 +0000 (14:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9864 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 22aea93b6986d3ce3a04fdef41151b5afd080ab6..d17b87da27bfe734e9a4d052c40b60860556d961 100644 (file)
return(sprintf(_("Select to list objects of type '%s'."),$type));
}elseif($o_type == "contains"){
return(sprintf(_("Select to list objects containig '%s'."),$type));
+ }elseif($o_type == "enabled"){
+ return(sprintf(_("Select to list objects that have '%s' enabled"),$type));
+ }elseif($o_type == "subsearch"){
+ return(_("Select to search within subtrees"));
+ }elseif($o_type == "subsearch_small"){
+ return(_("Search in subtrees"));
}
}