mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-17 22:07:55 -05:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/it/
10 lines
399 B
PHP
10 lines
399 B
PHP
<?php
|
|
$lang["tables_all"] = "Tutte";
|
|
$lang["tables_columns"] = "Colonne";
|
|
$lang["tables_hide_show_pagination"] = "Nascondi/mostra paginazione";
|
|
$lang["tables_loading"] = "Caricamento, attendere prego...";
|
|
$lang["tables_page_from_to"] = "Mostro {0} a {1} di {2} righe";
|
|
$lang["tables_refresh"] = "Ricarica";
|
|
$lang["tables_rows_per_page"] = "{0} righe per pagina";
|
|
$lang["tables_toggle"] = "Inverti";
|