Skip to content

Commit 9ec51c1

Browse files
author
fantu
committed
italian update
1 parent 4c99674 commit 9ec51c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

interface/lib/lang/it.lng

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ $wb['1003'] = 'Questo utento non è attivo!';
77
$wb['delete_confirmation'] = 'Sei sicuro di voler cancellare questo record?';
88
$wb['error_no_view_permission'] = 'Non hai il permesso di visualizzare questo record o non esiste!';
99
$wb['error_no_delete_permission'] = 'Non hai il permesso per cancellare questo record!';
10-
$wb['page_txt'] = 'Page';
11-
$wb['page_of_txt'] = 'of';
12-
$wb['page_next_txt'] = 'Next';
13-
$wb['page_back_txt'] = 'Back';
14-
$wb['delete_txt'] = 'Delete';
15-
$wb['filter_txt'] = 'Filter';
16-
$wb['add_new_record_txt'] = 'Add new record';
17-
$wb['btn_save_txt'] = 'Save';
18-
$wb['btn_cancel_txt'] = 'Cancel';
10+
$wb['page_txt'] = 'Pagina';
11+
$wb['page_of_txt'] = 'di';
12+
$wb['page_next_txt'] = 'Successiva';
13+
$wb['page_back_txt'] = 'Precedente';
14+
$wb['delete_txt'] = 'Cancella';
15+
$wb['filter_txt'] = 'Filtro';
16+
$wb['add_new_record_txt'] = 'Aggiungi nuovo record';
17+
$wb['btn_save_txt'] = 'Salva';
18+
$wb['btn_cancel_txt'] = 'Annulla';
1919
?>

0 commit comments

Comments
 (0)