Moved declaration of short monthnames from config.default.php. Too early for translat...
[fa-stable.git] / includes / sysnames.inc
index 1b9f675487d2febb8b50d2172b62d6ceb10ab5ee..440ff528bda86b88d0ba9de6724cb6e2c4f4230e 100644 (file)
@@ -182,5 +182,8 @@ $pterm_types = array(
        PTT_FOLLOWING => _("Day In Following Month")
 );
 
+//----------------------------------------------------------------------------------
+// This month array is for use with the last 3 dateformats. 
+$tmonths = array("", _("Jan"),_("Feb"),_("Mar"),_("Apr"),_("May"),_("Jun"),_("Jul"),_("Aug"),_("Sep"),_("Oct"),_("Nov"),_("Dec"));
 
 ?>
\ No newline at end of file