File: D:/HostingSpaces/SBogers10/finsteps.komma.pro/resources/lang/en/calendar.php
<?php
return [
'close_text' => "Close",
'prev_text' => "",
'next_text' => "",
'current_text' => "Today",
'month_names' => [ "january", "february", "march", "april", "may", "june", "july", "august", "september", "october", "november", "december" ],
'month_names_short' => [ "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec" ],
'day_names' => [ "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday" ],
'day_names_short' => [ "sun", "mon", "tue", "wed", "thu", "fri", "sat", "sun" ],
'day_names_min' => [ "su", "mo", "tu", "we", "th", "fr", "sa", "su" ],
'week_header' => "Wk",
'year_suffix' => ""
];