10 lines
261 B
PHP
10 lines
261 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'import' => 'Importer',
|
||
|
'title' => 'Import :type',
|
||
|
'message' => 'Tilladte filtyper: CSV, XLS. Venligst, <a target="_blank" href=":link"><strong>download</strong></a> eksempelfilen.',
|
||
|
|
||
|
];
|