comparison forum/Themes/default/languages/ManageMail.english.php @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
comparison
equal deleted inserted replaced
75:72f59aa7e503 76:e3e11437ecea
1 <?php
2 // Version: 2.0; ManageMail
3
4 $txt['mailqueue_desc'] = 'From this page you can configure your mail settings, as well as viewing and administrating the current mail queue if it is enabled.';
5
6 $txt['mail_type'] = 'Mail type';
7 $txt['mail_type_default'] = '(PHP default)';
8 $txt['smtp_host'] = 'SMTP server';
9 $txt['smtp_port'] = 'SMTP port';
10 $txt['smtp_username'] = 'SMTP username';
11 $txt['smtp_password'] = 'SMTP password';
12
13 $txt['mail_queue'] = 'Enable Mail Queue';
14 $txt['mail_limit'] = 'Maximum emails to send per minute';
15 $txt['mail_limit_desc'] = '(Set to 0 to disable)';
16 $txt['mail_quantity'] = 'Maximum amount of emails to send per page load';
17
18 $txt['mailqueue_stats'] = 'Mail Queue Statistics';
19 $txt['mailqueue_oldest'] = 'Oldest Mail';
20 $txt['mailqueue_oldest_not_available'] = 'N/A';
21 $txt['mailqueue_size'] = 'Queue Length';
22
23 $txt['mailqueue_age'] = 'Age';
24 $txt['mailqueue_priority'] = 'Priority';
25 $txt['mailqueue_recipient'] = 'Recipient';
26 $txt['mailqueue_subject'] = 'Subject';
27 $txt['mailqueue_clear_list'] = 'Send Mail Queue Now';
28 $txt['mailqueue_no_items'] = 'The mail queue is currently empty';
29 // Do not use numeric entities in below string.
30 $txt['mailqueue_clear_list_warning'] = 'Are you sure you wish to send the whole mail queue now? This will override any limits you have set.';
31
32 $txt['mq_day'] = '%1.1f Day';
33 $txt['mq_days'] = '%1.1f Days';
34 $txt['mq_hour'] = '%1.1f Hour';
35 $txt['mq_hours'] = '%1.1f Hours';
36 $txt['mq_minute'] = '%1$d Minute';
37 $txt['mq_minutes'] = '%1$d Minutes';
38 $txt['mq_second'] = '%1$d Second';
39 $txt['mq_seconds'] = '%1$d Seconds';
40
41 $txt['mq_mpriority_5'] = 'Very Low';
42 $txt['mq_mpriority_4'] = 'Low';
43 $txt['mq_mpriority_3'] = 'Normal';
44 $txt['mq_mpriority_2'] = 'High';
45 $txt['mq_mpriority_1'] = 'Very High';
46
47 $txt['birthday_email'] = 'Birthday Message to use';
48 $txt['birthday_body'] = 'Email Body';
49 $txt['birthday_subject'] = 'Email Subject';
50 ?>