2018-01-13 15:25:25 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'import' => 'Importer',
|
|
|
|
'title' => 'Importer :type',
|
2021-07-16 00:17:27 +00:00
|
|
|
'limitations' => 'Tillatte filtyper: :extensions<br>Maks tillatte rader: :row_limit',
|
|
|
|
'sample_file' => 'Du kan <a target="_blank" href=":download_link"><strong>laste ned</strong></a> eksempelfilen og fylle den ut med dine data.',
|
2018-01-13 15:25:25 +03:00
|
|
|
|
|
|
|
];
|