annotate forum/Themes/default/languages/ManageMail.english.php @ 89:c27a792883cb website

Update rdf
author Chris Cannam
date Tue, 10 Jun 2014 20:35:42 +0100
parents e3e11437ecea
children
rev   line source
Chris@76 1 <?php
Chris@76 2 // Version: 2.0; ManageMail
Chris@76 3
Chris@76 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.';
Chris@76 5
Chris@76 6 $txt['mail_type'] = 'Mail type';
Chris@76 7 $txt['mail_type_default'] = '(PHP default)';
Chris@76 8 $txt['smtp_host'] = 'SMTP server';
Chris@76 9 $txt['smtp_port'] = 'SMTP port';
Chris@76 10 $txt['smtp_username'] = 'SMTP username';
Chris@76 11 $txt['smtp_password'] = 'SMTP password';
Chris@76 12
Chris@76 13 $txt['mail_queue'] = 'Enable Mail Queue';
Chris@76 14 $txt['mail_limit'] = 'Maximum emails to send per minute';
Chris@76 15 $txt['mail_limit_desc'] = '(Set to 0 to disable)';
Chris@76 16 $txt['mail_quantity'] = 'Maximum amount of emails to send per page load';
Chris@76 17
Chris@76 18 $txt['mailqueue_stats'] = 'Mail Queue Statistics';
Chris@76 19 $txt['mailqueue_oldest'] = 'Oldest Mail';
Chris@76 20 $txt['mailqueue_oldest_not_available'] = 'N/A';
Chris@76 21 $txt['mailqueue_size'] = 'Queue Length';
Chris@76 22
Chris@76 23 $txt['mailqueue_age'] = 'Age';
Chris@76 24 $txt['mailqueue_priority'] = 'Priority';
Chris@76 25 $txt['mailqueue_recipient'] = 'Recipient';
Chris@76 26 $txt['mailqueue_subject'] = 'Subject';
Chris@76 27 $txt['mailqueue_clear_list'] = 'Send Mail Queue Now';
Chris@76 28 $txt['mailqueue_no_items'] = 'The mail queue is currently empty';
Chris@76 29 // Do not use numeric entities in below string.
Chris@76 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.';
Chris@76 31
Chris@76 32 $txt['mq_day'] = '%1.1f Day';
Chris@76 33 $txt['mq_days'] = '%1.1f Days';
Chris@76 34 $txt['mq_hour'] = '%1.1f Hour';
Chris@76 35 $txt['mq_hours'] = '%1.1f Hours';
Chris@76 36 $txt['mq_minute'] = '%1$d Minute';
Chris@76 37 $txt['mq_minutes'] = '%1$d Minutes';
Chris@76 38 $txt['mq_second'] = '%1$d Second';
Chris@76 39 $txt['mq_seconds'] = '%1$d Seconds';
Chris@76 40
Chris@76 41 $txt['mq_mpriority_5'] = 'Very Low';
Chris@76 42 $txt['mq_mpriority_4'] = 'Low';
Chris@76 43 $txt['mq_mpriority_3'] = 'Normal';
Chris@76 44 $txt['mq_mpriority_2'] = 'High';
Chris@76 45 $txt['mq_mpriority_1'] = 'Very High';
Chris@76 46
Chris@76 47 $txt['birthday_email'] = 'Birthday Message to use';
Chris@76 48 $txt['birthday_body'] = 'Email Body';
Chris@76 49 $txt['birthday_subject'] = 'Email Subject';
Chris@76 50 ?>