You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
442 B
23 lines
442 B
<?php
|
|
|
|
return [
|
|
'date' => 'Date',
|
|
'month' => 'Month',
|
|
|
|
'months' => [
|
|
'01' => 'January',
|
|
'02' => 'Februari',
|
|
'03' => 'March',
|
|
'04' => 'April',
|
|
'05' => 'May',
|
|
'06' => 'June',
|
|
'07' => 'July',
|
|
'08' => 'August',
|
|
'09' => 'September',
|
|
'10' => 'October',
|
|
'11' => 'November',
|
|
'12' => 'December',
|
|
],
|
|
|
|
'updated_at' => 'Last Update',
|
|
];
|