mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
382 B
PHP
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',
|
|
];
|