Blame view

resources/lang/es-ES/import.php 277 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  <?php
  
  return [
  
      'import'                => 'Importar',
      'title'                 => 'Importar :type',
      'message'               => 'Formatos permitidos: XLS, XLSX. Por favor, <a target="_blank" href=":link"> <strong>descargue</strong></a> el archivo de ejemplo.',
  
  ];