Files
opensem/resources/lang/vendor/boilerplate-media-manager/en/list.php
Ludovic CANDELLIER b50f50ea62 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

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',
];