Skip to content

Commit 3e5045a

Browse files
author
Michele
committed
Improved languages
...and italian translations
1 parent dee3740 commit 3e5045a

File tree

2 files changed

+67
-53
lines changed

2 files changed

+67
-53
lines changed
Lines changed: 24 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
<?php
2+
$wb['limit_mailmailinglist_txt'] = 'Limit reached';
3+
$wb['domain_error_empty'] = 'Domain is empty.';
4+
$wb['listname_error_empty'] = 'Listname is empty.';
5+
$wb['domain_error_regex'] = 'Invalid domain name.';
6+
$wb['email_in_use_txt'] = 'Email is in use';
7+
$wb['no_domain_perm'] = 'You have no permission for this domain.';
8+
$wb['password_strength_txt'] = 'Password strength';
9+
$wb['server_id_txt'] = 'Server';
10+
$wb['domain_txt'] = 'Domain';
11+
$wb['listname_txt'] = 'Listname';
12+
$wb['client_txt'] = 'Client';
13+
$wb['email_txt'] = 'Email';
14+
$wb['password_txt'] = 'Password';
15+
$wb['generate_password_txt'] = 'Generate Password';
16+
$wb['repeat_password_txt'] = 'Repeat Password';
17+
$wb['password_mismatch_txt'] = 'The passwords do not match.';
18+
$wb['password_match_txt'] = 'The passwords do match.';
19+
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
20+
$wb['email_error_isemail'] = 'Email address is invalid.';
21+
$wb['mailinglist_txt'] = 'Mailing list';
22+
223
$wb['heading_general_txt'] = 'General';
324

425
/** MLMMJ **/
@@ -32,61 +53,12 @@ $wb['list_type_txt'] = 'List type';
3253
$wb['type_open_txt'] = 'Open';
3354
$wb['type_closed_txt'] = 'Closed';
3455

56+
$wb['digestsub_txt'] = 'Enable';
57+
$wb['digesttext_txt'] = 'Thread summary';
3558
$wb['digestinterval_txt'] = 'Interval';
3659
$wb['digestinterval_desc_txt'] = 'Specifies how many days will pass before the next digest is sent. Defaults is 7 days';
3760
$wb['digestmaxmails_txt'] = 'Max mails';
3861
$wb['digestmaxmails_desc_txt'] = 'Specifies how many mails can accumulate before digest sending is triggered. Defaults to 50 mails, meaning that if 50 mails arrive to the list before digestinterval have passed, the digest is delivered';
39-
$wb['_txt'] = '';
4062

41-
$wb['closedlist_txt'] = 'Closed list';
42-
$wb['closedlistsub_txt'] = 'Closed for subscription';
43-
$wb['moderated_txt'] = 'Moderated list';
44-
$wb['tocc_txt'] = 'To/Cc optional';
45-
$wb['subonlypost_txt'] = 'Closed posting';
46-
$wb['subonlypost_desc_txt'] = 'Only people who are subscribed to the list, are allowed to post to it';
47-
48-
$wb['modonlypost_txt'] = 'modonlypost';
49-
$wb['modnonsubposts_txt'] = 'modnonsubposts';
50-
$wb['addtohdr_txt'] = 'addtohdr';
51-
$wb['notifysub_txt'] = 'notifysub';
52-
$wb['notifymod_txt'] = 'notifymod';
5363
$wb['archive_txt'] = 'Archive';
54-
$wb['archive_desc_txt'] = 'If checked, the mail will be saved in the archive and not simply deleted';
55-
56-
57-
$wb['nosubconfirm_txt'] = 'nosubconfirm';
58-
$wb['noget_txt'] = 'noget';
59-
$wb['notoccdenymails_txt'] = 'notoccdenymails';
60-
$wb['noaccessdenymails_txt'] = 'noaccessdenymails';
61-
$wb['nosubonlydenymails_txt'] = 'nosubonlydenymails';
62-
$wb['nomodonlydenymails_txt'] = 'nomodonlydenymails';
63-
$wb['nosubmodmails_txt'] = 'nosubmodmails';
64-
$wb['digestsub_txt'] = 'Enable';
65-
$wb['digesttext_txt'] = 'Thread summary';
66-
$wb['nonomailsub_txt'] = 'nonomailsub';
67-
$wb['nomaxmailsizedenymails_txt'] = 'nomaxmailsizedenymails';
68-
$wb['nolistsubsemail_txt'] = 'nolistsubsemail';
69-
$wb['ifmodsendonlymodmoderate_txt'] = 'ifmodsendonlymodmoderate';
70-
$wb['notmetoo_txt'] = 'notmetoo';
71-
72-
$wb["mailinglist_txt"] = 'Mailing list';
73-
$wb["limit_mailmailinglist_txt"] = 'Limit reached';
74-
$wb["domain_error_empty"] = 'Domain is empty.';
75-
$wb["listname_error_empty"] = 'Listname is empty.';
76-
$wb["domain_error_regex"] = 'Invalid domain name.';
77-
$wb["email_in_use_txt"] = 'Email is in use';
78-
$wb["no_domain_perm"] = 'You have no permission for this domain.';
79-
$wb["password_strength_txt"] = 'Password strength';
80-
$wb["server_id_txt"] = 'Server';
81-
$wb["domain_txt"] = 'Domain';
82-
$wb["listname_txt"] = 'Listname';
83-
$wb["client_txt"] = 'Client';
84-
$wb["email_txt"] = 'Email';
85-
$wb["password_txt"] = 'Password';
86-
$wb['generate_password_txt'] = 'Generate Password';
87-
$wb['repeat_password_txt'] = 'Repeat Password';
88-
$wb['password_mismatch_txt'] = 'The passwords do not match.';
89-
$wb['password_match_txt'] = 'The passwords do match.';
90-
$wb["listname_error_unique"] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
91-
$wb["email_error_isemail"] = 'Email address is invalid.';
92-
?>
64+
$wb['archive_desc_txt'] = 'If checked, the mail will be saved in the archive and not simply deleted';

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,46 @@ $wb['password_match_txt'] = 'Le password coincidono.';
1919
$wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
2020
$wb['email_error_isemail'] = 'Email address is invalid.';
2121
$wb['mailinglist_txt'] = 'Mailing list';
22-
?>
22+
23+
$wb['heading_general_txt'] = 'General';
24+
25+
/** MLMMJ **/
26+
$wb['heading_subscription_txt'] = 'Sottoscrizione';
27+
$wb['heading_removal_txt'] = 'Rimozione';
28+
$wb['admins_txt'] = 'Email amministratori';
29+
$wb['admins_desc_txt'] = 'Gli indirizzi email aggiuntivi che ricevono mail a list name+admin@listdomain.ltd';
30+
31+
$wb['subscribers_txt'] = 'Membri';
32+
$wb['subscribers_desc_txt'] = 'Gli indirizzi email sottoscritti alla lista';
33+
34+
$wb['prefix_txt'] = 'Prefisso oggetto';
35+
$wb['prefix_desc_txt'] = 'Questo modificherà la linea Subject: e aggiunge un prefisso se non è già presente';
36+
37+
$wb['mail_footer_txt'] = 'Piè di pagina';
38+
$wb['mail_footer_desc_txt'] = 'Questo contenuto è appeso alla mail inviata alla lista';
39+
40+
$wb['subscribe_policy_txt'] = 'Politiche di Sottoscrizione';
41+
$wb['sub_disabled_txt'] = 'Disabilitato';
42+
$wb['sub_confirm_txt'] = 'Conferma';
43+
$wb['sub_approval_txt'] = 'Richiesta approvazione';
44+
$wb['sub_both_txt'] = 'Conferma ed approva';
45+
$wb['sub_none_txt'] = 'Senza limiti';
46+
47+
$wb['posting_policy_txt'] = 'Politiche di invio';
48+
$wb['post_free_txt'] = 'Libero';
49+
$wb['post_closed_txt'] = 'Chiuso';
50+
$wb['post_moderated_txt'] = 'Moderato';
51+
52+
$wb['list_type_txt'] = 'Tipo di lista';
53+
$wb['type_open_txt'] = 'Aperta';
54+
$wb['type_closed_txt'] = 'Chiusa';
55+
56+
$wb['digestsub_txt'] = 'Abilitato';
57+
$wb['digesttext_txt'] = 'Sommario discussione';
58+
$wb['digestinterval_txt'] = 'Intervallo';
59+
$wb['digestinterval_desc_txt'] = 'Specifica quanti giorni dovranno passare prima che la prossima raccolta sia inviata. Il valore predefinito è 7 giorni';
60+
$wb['digestmaxmails_txt'] = 'Mail massime';
61+
$wb['digestmaxmails_desc_txt'] = 'Specifica quante mail si possono accumulare prima che l\'invio della raccolta venga attivato. Il valore predefinito è 50 mail, che siginifica che se 50 mail arrivano alla lista prima che l\'intervallo della raccolta sia passato, questa viene inviata';
62+
63+
$wb['archive_txt'] = 'Archive';
64+
$wb['archive_desc_txt'] = 'If checked, the mail will be saved in the archive and not simply deleted';

0 commit comments

Comments
 (0)