X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fsysnames.inc;h=c5667300796c470f76ea0a1d8aeaedde971a2b0a;hb=f2343f51b0ed0d9abd2ec98b64f202beb9716d37;hp=7c296ad9632ab1ef910b4884bb44d4bf09d8149e;hpb=90b3d069d96b99671af51726e2953352738abb75;p=fa-stable.git diff --git a/includes/sysnames.inc b/includes/sysnames.inc index 7c296ad9..c5667300 100644 --- a/includes/sysnames.inc +++ b/includes/sysnames.inc @@ -196,4 +196,6 @@ $bank_owner_types = array( BO_SUPPLIER => _("Supplier") ); -?> \ No newline at end of file +// 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")); +