10 lines
208 B
PHP
10 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'Name',
|
|
'weight' => 'Weight',
|
|
'type' => 'Type',
|
|
'date' => 'Date',
|
|
'nocontent' => 'No content for the moment, click on upload to add medias',
|
|
];
|