You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/lib/lang/nl.lng
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -140,11 +140,11 @@ $wb['client_cannot_be_deleted_because_of_billing_module_txt'] = 'This client has
140
140
$wb['yes_txt'] = 'Ja';
141
141
$wb['no_txt'] = 'Nee';
142
142
$wb['None'] = 'Geen';
143
-
$wb['strength_1'] = 'Weak';
143
+
$wb['strength_1'] = 'Zwak';
144
144
$wb['strength_2'] = 'Fair';
145
-
$wb['strength_3'] = 'Good';
146
-
$wb['strength_4'] = 'Strong';
147
-
$wb['strength_5'] = 'Very Strong';
145
+
$wb['strength_3'] = 'Goed';
146
+
$wb['strength_4'] = 'Sterk';
147
+
$wb['strength_5'] = 'Zeer sterk';
148
148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150
150
$wb['security_check1_txt'] = 'Check for security permission:';
$wb['ca_critical_txt'] = 'Strict Check'; //For future use. At this time, CA<E2><80><99>s do not recognize any other flag values as described in RFC 6844
88
+
$wb['ca_critical_txt'] = 'Strict Check';
89
89
$wb['ca_iodef_txt'] = 'iodef';
90
90
$wb['active_txt'] = 'Aktive';
91
91
$wb['btn_save_txt'] = 'Save';
92
92
$wb['btn_cancel_txt'] = 'Cancel';
93
+
$wb['asp_new_package_disabled_txt'] = 'Disable new aps packages';
Copy file name to clipboardExpand all lines: interface/web/client/lib/lang/nl_client_message_template.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ $wb['Settings'] = 'Setting';
8
8
$wb['variables_txt'] = 'Variables';
9
9
$wb['variables_description_txt'] = '(The username and password variables are only available in welcome emails.)';
10
10
$wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
Copy file name to clipboardExpand all lines: interface/web/mail/lib/lang/nl_mail_mailinglist.lng
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,40 @@ $wb['password_match_txt'] = 'The passwords do match.';
19
19
$wb['listname_error_unique'] = 'There is already a mailinglist with name on the server. Please choose a different listname.';
20
20
$wb['email_error_isemail'] = 'Email address is invalid.';
21
21
$wb['mailinglist_txt'] = 'Mailing list';
22
+
$wb['heading_general_txt'] = 'General';
23
+
$wb['heading_subscription_txt'] = 'Subscription';
24
+
$wb['heading_removal_txt'] = 'Removal';
25
+
$wb['admins_txt'] = 'Admin\'s email';
26
+
$wb['admins_desc_txt'] = 'The additional email addresses that get mails to list name+admin@listdomain.ltd';
27
+
$wb['subscribers_txt'] = 'Membership';
28
+
$wb['subscribers_desc_txt'] = 'The email addresses subscribed to the list';
29
+
$wb['prefix_txt'] = 'Subject prefix';
30
+
$wb['prefix_desc_txt'] = 'This will alter the Subject: line, and add a prefix if it\'s not present elsewhere';
31
+
$wb['mail_footer_txt'] = 'Footer text';
32
+
$wb['mail_footer_desc_txt'] = 'This content is appended to mail sent to the list';
33
+
$wb['subscribe_policy_txt'] = 'Subscribe policy';
34
+
$wb['sub_disabled_txt'] = 'Disabled';
35
+
$wb['sub_confirm_txt'] = 'Confirm';
36
+
$wb['sub_approval_txt'] = 'Require approval';
37
+
$wb['sub_both_txt'] = 'Confirm and approve';
38
+
$wb['sub_none_txt'] = 'Limitless';
39
+
$wb['posting_policy_txt'] = 'posting policy';
40
+
$wb['post_free_txt'] = 'Free';
41
+
$wb['post_closed_txt'] = 'Closed';
42
+
$wb['post_moderated_txt'] = 'Moderated';
43
+
$wb['list_type_txt'] = 'List type';
44
+
$wb['type_open_txt'] = 'Open';
45
+
$wb['type_closed_txt'] = 'Closed';
46
+
$wb['digestsub_txt'] = 'Enable';
47
+
$wb['digesttext_txt'] = 'Thread summary';
48
+
$wb['digestinterval_txt'] = 'Interval';
49
+
$wb['digestinterval_desc_txt'] = 'Specifies how many days will pass before the next digest is sent. Defaults is 7 days';
50
+
$wb['digestmaxmails_txt'] = 'Max mails';
51
+
$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';
52
+
$wb['archive_txt'] = 'Archive';
53
+
$wb['archive_desc_txt'] = 'If checked, the mail will be saved in the archive and not simply deleted';
0 commit comments