Skip to content

Commit 4cbe1be

Browse files
author
fantu
committed
Update italian language
1 parent 689e23e commit 4cbe1be

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

interface/web/help/lib/lang/it.lng

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['Support Message'] = 'Messaggi di supporto';
3+
$wb['Message'] = 'Messaggi';
4+
$wb['Send message'] = 'Spedisci messaggio';
5+
$wb['View messages'] = 'Visualizza messaggi';
6+
$wb['Support'] = 'Supporto';
7+
?>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
$wb['recipient_id_txt'] = 'ID del Destinatario';
3+
$wb['sender_id_txt'] = 'ID del Mittente';
4+
$wb['subject_txt'] = 'Oggetto';
5+
$wb['message_txt'] = 'Messaggio';
6+
$wb['tstamp_txt'] = 'Timestamp';
7+
$wb['btn_save_txt'] = 'Salva';
8+
$wb['btn_cancel_txt'] = 'Annulla';
9+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Messaggi di supporto';
3+
$wb['sender_id_txt'] = 'Mittente';
4+
$wb['subject_txt'] = 'Oggetto';
5+
$wb['page_txt'] = 'Pagina';
6+
$wb['page_of_txt'] = 'di';
7+
$wb['page_next_txt'] = 'Successiva';
8+
$wb['page_back_txt'] = 'Precedente';
9+
$wb['delete_txt'] = 'Cancella';
10+
$wb['filter_txt'] = 'Filtra';
11+
$wb['add_new_record_txt'] = 'Crea nuovo messaggio di supporto';
12+
?>

0 commit comments

Comments
 (0)