10 lines
276 B
PHP
10 lines
276 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'import' => 'Importar',
|
|
'title' => 'Importar :type',
|
|
'message' => 'Formatos permitidos: CSV, XLS. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.',
|
|
|
|
];
|