2017-11-30 11:47:56 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'import' => 'Import',
|
|
|
|
'title' => 'Import :type',
|
2021-06-27 03:27:19 +03: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.',
|
2017-11-30 11:47:56 +03:00
|
|
|
|
|
|
|
];
|