Skip to content

Commit 24a2f03

Browse files
author
fantu
committed
Add missing italian lang files in correct path
1 parent 18aee6b commit 24a2f03

36 files changed

+559
-0
lines changed

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

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?php
2+
$wb['Email Alias'] = 'Email Alias';
3+
$wb['Email Blacklist'] = 'Email Blacklist';
4+
$wb['Blacklist'] = 'Blacklist';
5+
$wb['Mail Content Filter'] = 'Mail Content Filter';
6+
$wb['Filter'] = 'Filter';
7+
$wb['Mail Domain'] = 'Mail Domain';
8+
$wb['Domain'] = 'Domain';
9+
$wb['Email Catchall'] = 'Email Catchall';
10+
$wb['Email Forward'] = 'Email Forward';
11+
$wb['Get Email'] = 'Get Email';
12+
$wb['Spamfilter'] = 'Spamfilter';
13+
$wb['Email Routing'] = 'Email Routing';
14+
$wb['Email transport'] = 'Email transport';
15+
$wb['Mailbox'] = 'Mailbox';
16+
$wb['Autoresponder'] = 'Autoresponder';
17+
$wb['Mail Filter'] = 'Mail Filter';
18+
$wb['Custom Rules'] = 'Custom Rules';
19+
$wb['Email filter'] = 'Email filter';
20+
$wb['Email Whitelist'] = 'Email Whitelist';
21+
$wb['Whitelist'] = 'Whitelist';
22+
$wb['Spamfilter blacklist'] = 'Spamfilter blacklist';
23+
$wb['Blacklist'] = 'Blacklist';
24+
$wb['Spamfilter Config'] = 'Spamfilter Config';
25+
$wb['Server'] = 'Server';
26+
$wb['Spamfilter policy'] = 'Spamfilter policy';
27+
$wb['Policy'] = 'Policy';
28+
$wb['Quarantine'] = 'Quarantine';
29+
$wb['Tag-Level'] = 'Tag-Level';
30+
$wb['Other'] = 'Other';
31+
$wb['Spamfilter users'] = 'Spamfilter users';
32+
$wb['Users'] = 'Users';
33+
$wb['Spamfilter Whitelist'] = 'Spamfilter Whitelist';
34+
$wb['Whitelist'] = 'Whitelist';
35+
$wb['Email'] = 'Email';
36+
$wb['Email Mailbox'] = 'Email Mailbox';
37+
$wb['Email Accounts'] = 'Email Accounts';
38+
$wb['User / Domain'] = 'User / Domain';
39+
$wb['Server Settings'] = 'Server Settings';
40+
$wb['Spamfilter'] = 'Spamfilter';
41+
$wb['Fetchmail'] = 'Fetchmail';
42+
$wb['Mailbox traffic'] = 'Mailbox traffic';
43+
$wb['Statistics'] = 'Statistics';
44+
$wb['Postfix Whitelist'] = 'Postfix Whitelist';
45+
$wb['Postfix Blacklist'] = 'Postfix Blacklist';
46+
$wb['Content Filter'] = 'Content Filter';
47+
$wb['Global Filters'] = 'Global Filters';
48+
49+
?>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
$wb["email_txt"] = 'Email';
3+
$wb["destination_txt"] = 'Destination';
4+
$wb["active_txt"] = 'Active';
5+
$wb["btn_save_txt"] = 'Save';
6+
$wb["btn_cancel_txt"] = 'Cancel';
7+
$wb["email_error_isemail"] = 'Email address is invalid.';
8+
$wb["email_error_unique"] = 'Duplicate Emailaddress.';
9+
$wb["no_domain_perm"] = "You have no permission for this domain.";
10+
$wb["destination_error_isemail"] = 'Destination Emailaddress is invalid.';
11+
$wb["limit_mailalias_txt"] = 'The max. number of email aliases for your account is reached.';
12+
?>
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"] = 'Email Alias';
3+
$wb["active_txt"] = 'Active';
4+
$wb["source_txt"] = 'source';
5+
$wb["destination_txt"] = 'Destination';
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["email_txt"] = 'Email';
13+
$wb["add_new_record_txt"] = 'Add new Email alias';
14+
?>
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["source_txt"] = 'Blacklist Address';
4+
$wb["recipient_txt"] = 'Recipient';
5+
$wb["active_txt"] = 'Active';
6+
$wb["btn_save_txt"] = 'Save';
7+
$wb["btn_cancel_txt"] = 'Cancel';
8+
$wb["source_error_notempty"] = 'Address is empty.';
9+
$wb["type_txt"] = 'Type';
10+
$wb["limit_mailfilter_txt"] = 'The max. number of email filters for your account is reached.';
11+
?>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Email Blacklist';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["source_txt"] = 'Blacklisted address';
6+
$wb["type_txt"] = 'Type';
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["recipient_txt"] = 'Recipient';
14+
$wb["add_new_record_txt"] = 'Add new Blacklist record';
15+
$wb["access_txt"] = 'access';
16+
?>
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["type_txt"] = 'Filter';
4+
$wb["pattern_txt"] = 'Regexp. Pattern';
5+
$wb["data_txt"] = 'Data';
6+
$wb["action_txt"] = 'Action';
7+
$wb["active_txt"] = 'Active';
8+
$wb["btn_save_txt"] = 'Save';
9+
$wb["btn_cancel_txt"] = 'Cancel';
10+
$wb["pattern_error_empty"] = 'Pattern is empty.';
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"] = 'Postfix Header and Body Checks';
3+
$wb["active_txt"] = 'Active';
4+
$wb["server_id_txt"] = 'Server';
5+
$wb["pattern_txt"] = 'Pattern';
6+
$wb["action_txt"] = 'Action';
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 new Content Filter';
14+
?>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
$wb["server_id_txt"] = 'Server';
3+
$wb["domain_txt"] = 'Domain';
4+
$wb["type_txt"] = 'Type';
5+
$wb["active_txt"] = 'Active';
6+
$wb["btn_save_txt"] = 'Save';
7+
$wb["btn_cancel_txt"] = 'Cancel';
8+
$wb["domain_error_empty"] = 'Domain is empty.';
9+
$wb["domain_error_unique"] = 'Duplicate Domain.';
10+
$wb["domain_error_regex"] = 'Invalid domain name.';
11+
$wb["client_txt"] = 'Client';
12+
$wb["limit_maildomain_txt"] = 'The max. number of email domains for your account is reached.';
13+
$wb["policy_txt"] = 'Spamfilter';
14+
$wb["no_policy"] = '- not enabled -';
15+
?>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
$wb["domain_txt"] = 'Domain';
3+
$wb["destination_txt"] = 'Destination';
4+
$wb["active_txt"] = 'Active';
5+
$wb["btn_save_txt"] = 'Save';
6+
$wb["btn_cancel_txt"] = 'Cancel';
7+
$wb["domain_error_unique"] = "There is already a Catchall record for this domain.";
8+
$wb["no_domain_perm"] = "You have no permission for this domain.";
9+
$wb["domain_error_regex"] = 'Invalid domain name od domain contains invalid characters.';
10+
$wb["limit_mailcatchall_txt"] = 'The max. number of email catchall accounts for your account is reached.';
11+
?>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
$wb["list_head_txt"] = 'Email Catchall';
3+
$wb["active_txt"] = 'Active';
4+
$wb["source_txt"] = 'source';
5+
$wb["destination_txt"] = 'Destination email address';
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["server_id_txt"] = 'Server';
13+
$wb["domain_txt"] = 'Domain';
14+
$wb["add_new_record_txt"] = 'Add new Catchall';
15+
?>

0 commit comments

Comments
 (0)