Files
opensourcepos/app/Language/it/Bootstrap_tables.php
2023-04-27 21:53:31 -04:00

12 lines
382 B
PHP

<?php
return [
'tables_all' => 'Tutte',
'tables_columns' => 'Colonne',
'tables_hide_show_pagination' => 'Nascondi/mostra paginazione',
'tables_loading' => 'Caricamento, attendere prego...',
'tables_page_from_to' => 'Mostro {0} a {1} di {2} righe',
'tables_refresh' => 'Ricarica',
'tables_rows_per_page' => '{0} righe per pagina',
'tables_toggle' => 'Inverti',
];