From: cajus Date: Sat, 8 Mar 2008 11:08:59 +0000 (+0000) Subject: Updated message pool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c5a8d7c09329fba680b7b8d8cbd481f9bf4e3ccf;p=gosa.git Updated message pool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9458 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/utils/class_msgPool.inc b/gosa-core/include/utils/class_msgPool.inc index 39cbe7a8c..c10e5ebc4 100644 --- a/gosa-core/include/utils/class_msgPool.inc +++ b/gosa-core/include/utils/class_msgPool.inc @@ -348,4 +348,17 @@ class msgPool } + 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")); + } + }