File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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?>
You can’t perform that action at this time.
0 commit comments