Skip to content

Commit fbf7d5a

Browse files
author
fantu
committed
Add other italian text files
1 parent f6a8c49 commit fbf7d5a

18 files changed

+196
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
$wb[1001] = "Nome utente o password vuoti.";
4+
$wb[1002] = "Nome utente o password non corretti.";
5+
6+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["jobname_txt"] = 'Nome';
3+
$wb["jobname_err"] = 'Il campo "Nome" � vuoto.';
4+
$wb["sync_interval_minutes_txt"] = 'Intervallo (Min.)';
5+
$wb["db_type_txt"] = 'Tipo DB';
6+
$wb["db_host_txt"] = 'Host DB';
7+
$wb["db_name_txt"] = 'Nome DB';
8+
$wb["db_username_txt"] = 'Utente DB';
9+
$wb["db_password_txt"] = 'Password DB';
10+
$wb["db_tables_txt"] = 'Tabelle';
11+
$wb["empty_datalog_txt"] = 'Cancella datalog dopo sincronizzazione.';
12+
$wb["sync_datalog_external_txt"] = 'Compilare datalog esterno.';
13+
$wb["active_txt"] = 'attivo';
14+
?>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Sincronizzazione Database';
3+
$wb["jobname_txt"] = 'Jobname';
4+
$wb["db_host_txt"] = 'Host DB';
5+
$wb["db_name_txt"] = 'Nome DB';
6+
7+
$wb["page_txt"] = 'Pagina';
8+
$wb["page_of_txt"] = 'di';
9+
$wb["page_next_txt"] = 'Avanti';
10+
$wb["page_back_txt"] = 'Indietro';
11+
$wb["delete_txt"] = 'Cancella';
12+
$wb["filter_txt"] = 'Filtro';
13+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
$wb["jobname_txt"] = 'Jobname';
3+
$wb["jobname_err"] = 'Jobname vuoto.';
4+
$wb["sync_interval_minutes_txt"] = 'Intervallo (Min.)';
5+
$wb["ftp_host_txt"] = 'Host FTP';
6+
$wb["ftp_path_txt"] = 'Path FTP';
7+
$wb["ftp_username_txt"] = 'Utente FTP';
8+
$wb["ftp_password_txt"] = 'Password FTP';
9+
$wb["local_path_txt"] = 'Path Locale';
10+
$wb["wput_options_txt"] = 'Optioni Wput';
11+
$wb["active_txt"] = 'Attivo';
12+
?>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Sincronizzazione File';
3+
$wb["jobname_txt"] = 'Jobname';
4+
$wb["ftp_host_txt"] = 'Server FTP';
5+
$wb["local_path_txt"] = 'Path Locale';
6+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["description_txt"] = 'Descrizione';
3+
$wb["name_txt"] = 'Gruppo';
4+
$wb["name_err"] = 'Il gruppo deve essere minimo 1 caratteri, massimo 30.';
5+
$wb["btn_save_txt"] = 'Salva';
6+
$wb["btn_cancel_txt"] = 'Annulla'
7+
?>
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"] = 'Gruppi utenti di sistema';
3+
$wb["description_txt"] = 'Descrizione';
4+
$wb["name_txt"] = 'Gruppo';
5+
6+
$wb["page_txt"] = 'Pagina';
7+
$wb["page_of_txt"] = 'di';
8+
$wb["page_next_txt"] = 'Avanti';
9+
$wb["page_back_txt"] = 'Indietro';
10+
$wb["delete_txt"] = 'Cancella';
11+
$wb["filter_txt"] = 'Filtro';
12+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Aggiungi nuova lingua';
3+
$wb["language_select_txt"] = 'Seleziona lingua base';
4+
$wb["language_new_txt"] = 'Nuova lingua';
5+
$wb['btn_save_txt'] = 'Crea file della nuova lingua impostata';
6+
$wb['btn_cancel_txt'] = 'Indietro';
7+
?>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Editor file di lingua';
3+
$wb['language_select_txt'] = 'Seleziona lingua';
4+
$wb['module_txt'] = 'Modulo';
5+
$wb['lang_file_txt'] = 'File di lingua';
6+
$wb['btn_save_txt'] = 'Salva';
7+
$wb['btn_cancel_txt'] = 'Indietro';
8+
?>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Esporta file di lingua';
3+
$wb["language_select_txt"] = 'Seleziona lingua';
4+
$wb['btn_save_txt'] = 'Esporta i file della lingua selezionata';
5+
$wb['btn_cancel_txt'] = 'Indietro';
6+
?>

0 commit comments

Comments
 (0)