11 lines
371 B
PHP
11 lines
371 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'import' => 'Importer',
|
|
'title' => 'Importer :type',
|
|
'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.',
|
|
|
|
];
|