Code

Updated message pool
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sat, 8 Mar 2008 11:08:59 +0000 (11:08 +0000)
committercajus <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

index 39cbe7a8c905e37c556acffee74405e58f62c719..c10e5ebc4a1525b824cbb25269556fd9aa51e18e 100644 (file)
@@ -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"));
+  }
+
 }