2018-04-14 14:16:03 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'import' => 'Importer',
|
2018-10-05 13:48:42 +02:00
|
|
|
'title' => 'Importer :type',
|
2021-07-01 08:16:51 +00:00
|
|
|
'limitations' => 'Tilladte filtyper: :extensions<br>Maksimalt tilladte rækker: :row_limit
|
|
|
|
',
|
|
|
|
'sample_file' => 'Du kan <a target="_blank" href=":download_link"><strong>downloade</strong></a> vores eksempelfil og udfylde den med dine egne data.',
|
2018-04-14 14:16:03 +03:00
|
|
|
|
|
|
|
];
|