11 lines
403 B
PHP
11 lines
403 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'import' => 'Importeren',
|
|
'title' => ':type importeren',
|
|
'limitations' => 'Toegestane bestandstypen: :extensions<br>Toegestane maximale rijen: :row_limit',
|
|
'sample_file' => 'U kunt <a target="_blank" href=":download_link"><strong>download</strong></a> het voorbeeldbestand downloaden en invullen met uw gegevens.',
|
|
|
|
];
|