Blame view

resources/lang/it-IT/import.php 276 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  <?php
  
  return [
  
      'import'                => 'Importa',
      'title'                 => 'Importazione :type',
      'message'               => 'Tipi di file consentiti: XLS, XLSX. Prego, <a target="_blank" href=":link"><strong>scaricare</strong></a> il file di esempio.',
  
  ];