2024-04-17 20:22:30 +02:00

12 lines
329 B
PHP

<?php
return array(
'id' => 'ID',
'name' => 'Departement Naam',
'manager' => 'Bestuurder',
'location' => 'plek',
'create' => 'Skep Departement',
'update' => 'Update Departement',
);