-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit_dataloghistory_view.lng
More file actions
26 lines (26 loc) · 931 Bytes
/
it_dataloghistory_view.lng
File metadata and controls
26 lines (26 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$wb['i'] = 'Inserisci';
$wb['u'] = 'Aggiorna';
$wb['d'] = 'Cancella';
$wb['list_head_txt'] = 'Elemento ddella Log History';
$wb['id_txt'] = 'ID';
$wb['timestamp_txt'] = 'Data/Ora';
$wb['table_txt'] = 'Tabella';
$wb['action_txt'] = 'Azione';
$wb['session_id_txt'] = 'ID di Sessione';
$wb['fields_txt'] = 'Campi';
$wb['fields_inserted_txt'] = 'Campi inseriti';
$wb['fields_updated_txt'] = 'Campi aggiornati';
$wb['fields_deleted_txt'] = 'Campi cancellati';
$wb['no_changes_txt'] = 'Nessun cambiamento (risincronizza)';
$wb['is_diff_txt'] = 'Le differenze sono evidenziate';
$wb['is_diff_inserts_txt'] = 'Inserimenti';
$wb['is_diff_deletes_txt'] = 'Cancellazioni';
$wb['field_txt'] = 'Campo';
$wb['value_txt'] = 'Valore';
$wb['old_txt'] = 'Precedente';
$wb['new_txt'] = 'Nuovo';
$wb['btn_cancel_txt'] = 'Indietro';
$wb['undo_txt'] = 'Annulla modifica';
$wb['undo_confirmation_txt'] = 'Vuoi veramente annullare la modifica?';
?>