2021-06-27 03:27:19 +03:00

11 lines
364 B
PHP

<?php
return [
'import' => 'Import',
'title' => 'Import :type',
'limitations' => 'Allowed file types: :extensions<br>Allowed max rows: :row_limit',
'sample_file' => 'You can <a target="_blank" href=":download_link"><strong>download</strong></a> the sample file and fill it with your data.',
];