11 lines
364 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'import' => 'Import',
'title' => 'Import :type',
2021-06-27 15:31:40 +00:00
'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.',
2020-12-26 23:32:05 +00:00
];