dateSettings.php
607 Bytes
<?php
/**
* Locale translations for date control and php-date-formatter settings.
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'days' => ["E Diel", "E Hënë", "E martē", "E mërkurë", "E Enjte", "E Premte", "E Shtunë", "E Diel"],
'daysShort' => ["Die", "Hën", "Mar", "Mër", "Enj", "Pre", "Shtu", "Die"],
'months' => ["Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"],
'monthsShort' => ["Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Korr", "Gu", "Sht", "Tet", "Nën", "Dhjet"],
'meridiem' => ['AM', 'PM']
];
?>