summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7887571)
raw | patch | inline | side by side (parent: 7887571)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 8 Mar 2008 11:08:59 +0000 (11:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 8 Mar 2008 11:08:59 +0000 (11:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9458 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/utils/class_msgPool.inc | patch | blob | history |
index 39cbe7a8c905e37c556acffee74405e58f62c719..c10e5ebc4a1525b824cbb25269556fd9aa51e18e 100644 (file)
}
+ public static function clickEditToChange()
+ {
+ return _("Click the 'Edit' button below to change informations in this dialog");
+ }
+
+
+ public static function months()
+ {
+ return array(_("January"), _("February"), _("March"), _("April"),
+ _("May"), _("June"), _("July"), _("August"), _("September"),
+ _("October"), _("November"), _("December"));
+ }
+
}