|
From: FlorinCB <ory...@us...> - 2008-12-25 08:50:14
|
Update of /cvsroot/mxbb/mx_contact/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22353/language/lang_english Modified Files: lang_main.php Log Message: fix Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/language/lang_english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 4 Oct 2008 07:44:53 -0000 1.2 --- lang_main.php 25 Dec 2008 08:49:37 -0000 1.3 *************** *** 86,89 **** --- 86,91 ---- $lang['No'] = 'No'; + $lang['domainkey_signature'] = 'DomainKey Signature'; + // // Errors *************** *** 220,225 **** //Mass News ! $lang['newsletter_mass_Explain'] = 'Here you can email a message to either all of your users, or all users of a specific group. <br />To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. <br /> ! This modified script will send the emails in several batches. This should circumvent timeout and server-load issues. The status of the mass mail sending will be saved in the db. You can close the window, when you want to pause mass-mail-sending (the current batch will be sent out). You can later simply continue where you left off.'; $lang['newsletter_mass_header'] = 'Your Email-Sessions'; $lang['newsletter_mass_id'] = 'Mail-ID'; --- 222,226 ---- //Mass News ! $lang['newsletter_mass_Explain'] = 'Here you can email a message to either all of your users, or all users of a specific group. <br />To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. <br /> This modified script will send the emails in several batches. This should circumvent timeout and server-load issues. The status of the mass mail sending will be saved in the db. You can close the window, when you want to pause mass-mail-sending (the current batch will be sent out). You can later simply continue where you left off.'; $lang['newsletter_mass_header'] = 'Your Email-Sessions'; $lang['newsletter_mass_id'] = 'Mail-ID'; *************** *** 235,240 **** //Mass Mail ! $lang['Megamail_Explain'] = 'Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. <br /> ! This modified script will send the emails in several batches. This should circumvent timeout and server-load issues. The status of the mass mail sending will be saved in the db. You can close the window, when you want to pause mass-mail-sending (the current batch will be sent out). You can later simply continue where you left off.'; $lang['megamail_header'] = 'Your Email-Sessions'; $lang['megamail_id'] = 'Mail-ID'; --- 236,240 ---- //Mass Mail ! $lang['Megamail_Explain'] = 'Here you can email a message to either all of your users, or all users of a specific group. To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. <br /> This modified script will send the emails in several batches. This should circumvent timeout and server-load issues. The status of the mass mail sending will be saved in the db. You can close the window, when you want to pause mass-mail-sending (the current batch will be sent out). You can later simply continue where you left off.'; $lang['megamail_header'] = 'Your Email-Sessions'; $lang['megamail_id'] = 'Mail-ID'; |