Merged latest changes from stable branch.
[fa-stable.git] / includes / sysnames.inc
index 7c296ad9632ab1ef910b4884bb44d4bf09d8149e..52f96c64b95a288a23498259281bbd4ebff44a56 100644 (file)
@@ -196,4 +196,7 @@ $bank_owner_types = array(
        BO_SUPPLIER => _("Supplier")
 );
 
+// 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