Skip to content

Commit 0dae6d7

Browse files
author
fantu
committed
Added missing italian lang files
1 parent fdeb61d commit 0dae6d7

File tree

101 files changed

+1553
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1553
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
$wb['1001'] = 'Username or password is empty.';
3+
$wb['1002'] = 'Username or password is wrong.';
4+
$wb['Firewall'] = 'Firewall';
5+
$wb['Groups'] = 'Groups';
6+
$wb['groups_description'] = 'Form to edit systemuser groups.';
7+
$wb['Server'] = 'Server';
8+
$wb['Services'] = 'Services';
9+
$wb['Config'] = 'Config';
10+
$wb['Server Config'] = 'Server Config';
11+
$wb['Mail'] = 'Mail';
12+
$wb['Getmail'] = 'Getmail';
13+
$wb['Web'] = 'Web';
14+
$wb['FastCGI'] = 'FastCGI';
15+
$wb['Jailkit'] = 'Jailkit';
16+
$wb['System'] = 'System';
17+
$wb['Add user'] = 'Add user';
18+
$wb['Edit user'] = 'Edit user';
19+
$wb['CP Users'] = 'CP Users';
20+
$wb['Add group'] = 'Add group';
21+
$wb['Edit group'] = 'Edit group';
22+
$wb['Edit server'] = 'Edit server';
23+
$wb['Edit Server IP'] = 'Edit Server IP';
24+
$wb['Servers'] = 'Servers';
25+
$wb['Sync. Now'] = 'Sync. Now';
26+
$wb['DB Sync.'] = 'DB Sync.';
27+
$wb['Languages'] = 'Languages';
28+
$wb['New Language'] = 'New Language';
29+
$wb['Export'] = 'Export';
30+
$wb['Import'] = 'Import';
31+
$wb['Language Editor'] = 'Language Editor';
32+
$wb['Software'] = 'Software';
33+
$wb['Repositories'] = 'Repositories';
34+
?>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$wb['jobname_txt'] = 'Name';
3+
$wb['jobname_err'] = 'The field Name is empty.';
4+
$wb['sync_interval_minutes_txt'] = 'Intervall (Min.)';
5+
$wb['db_type_txt'] = 'DB Type';
6+
$wb['db_host_txt'] = 'DB Host';
7+
$wb['db_name_txt'] = 'DB Name';
8+
$wb['db_username_txt'] = 'DB User';
9+
$wb['db_password_txt'] = 'DB Password';
10+
$wb['db_tables_txt'] = 'Tables';
11+
$wb['empty_datalog_txt'] = 'Delete datalog after sync.';
12+
$wb['sync_datalog_external_txt'] = 'Fill external datalog.';
13+
$wb['active_txt'] = 'active';
14+
$wb['btn_save_txt'] = 'Save';
15+
$wb['btn_cancel_txt'] = 'Cancel';
16+
?>
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'] = 'Database Synchronisation';
3+
$wb['jobname_txt'] = 'Jobname';
4+
$wb['db_host_txt'] = 'DB Host';
5+
$wb['db_name_txt'] = 'DB Name';
6+
$wb['page_txt'] = 'Page';
7+
$wb['page_of_txt'] = 'of';
8+
$wb['page_next_txt'] = 'Next';
9+
$wb['page_back_txt'] = 'Back';
10+
$wb['delete_txt'] = 'Delete';
11+
$wb['filter_txt'] = 'Filter';
12+
$wb['add_new_record_txt'] = 'Add new DBSync record';
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 is empty.';
4+
$wb['sync_interval_minutes_txt'] = 'Intervall (Min.)';
5+
$wb['ftp_host_txt'] = 'FTP Host';
6+
$wb['ftp_path_txt'] = 'FTP Path';
7+
$wb['ftp_username_txt'] = 'FTP User';
8+
$wb['ftp_password_txt'] = 'FTP Password';
9+
$wb['local_path_txt'] = 'Local Path';
10+
$wb['wput_options_txt'] = 'Wput Options';
11+
$wb['active_txt'] = 'Aktive';
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'] = 'File Synchronisation';
3+
$wb['jobname_txt'] = 'Jobname';
4+
$wb['ftp_host_txt'] = 'FTP Server';
5+
$wb['local_path_txt'] = 'Local Path';
6+
?>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
$wb['server_id_txt'] = 'Server';
3+
$wb['tcp_port_txt'] = 'Open TCP ports';
4+
$wb['udp_port_txt'] = 'Open UDP ports';
5+
$wb['tcp_port_help_txt'] = 'Separated by comma';
6+
$wb['udp_port_help_txt'] = 'Separated by comma';
7+
$wb['active_txt'] = 'Active';
8+
$wb['btn_save_txt'] = 'Save';
9+
$wb['btn_cancel_txt'] = 'Cancel';
10+
$wb['firewall_error_unique'] = 'There is already a firewall record for this server.';
11+
?>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb['list_head_txt'] = 'Firewall';
3+
$wb['active_txt'] = 'Active';
4+
$wb['server_id_txt'] = 'Server';
5+
$wb['tcp_port_txt'] = 'Open TCP ports';
6+
$wb['udp_port_txt'] = 'Open UDP ports';
7+
$wb['page_txt'] = 'Page';
8+
$wb['page_of_txt'] = 'of';
9+
$wb['page_next_txt'] = 'Next';
10+
$wb['page_back_txt'] = 'Back';
11+
$wb['delete_txt'] = 'Delete';
12+
$wb['filter_txt'] = 'Filter';
13+
$wb['add_new_record_txt'] = 'Add Firewall record';
14+
?>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
$wb['description_txt'] = 'Description';
3+
$wb['name_txt'] = 'Group';
4+
$wb['name_err'] = 'Group must be min 1, max 30 Chars.';
5+
$wb['btn_save_txt'] = 'Save';
6+
$wb['btn_cancel_txt'] = 'Cancel';
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'] = 'Systemuser groups';
3+
$wb['description_txt'] = 'Description';
4+
$wb['name_txt'] = 'Group';
5+
$wb['add_new_record_txt'] = 'Add new Group';
6+
$wb['page_txt'] = 'Page';
7+
$wb['page_of_txt'] = 'of';
8+
$wb['page_next_txt'] = 'Next';
9+
$wb['page_back_txt'] = 'Back';
10+
$wb['delete_txt'] = 'Delete';
11+
$wb['filter_txt'] = 'Filter';
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'] = 'Add new language';
3+
$wb['language_select_txt'] = 'Select language basis';
4+
$wb['language_new_txt'] = 'New language';
5+
$wb['btn_save_txt'] = 'Create new language file set';
6+
$wb['btn_cancel_txt'] = 'Back';
7+
?>

0 commit comments

Comments
 (0)