|
From: FlorinCB <ory...@us...> - 2008-10-04 07:45:04
|
Update of /cvsroot/mxbb/mx_contact/language/lang_english In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31768/language/lang_english Modified Files: lang_main.php Log Message: upgrade Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_contact/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 12 Dec 2007 18:45:03 -0000 1.1 --- lang_main.php 4 Oct 2008 07:44:53 -0000 1.2 *************** *** 21,24 **** --- 21,25 ---- $lang['Contact_intro'] = 'If you have any comments, feedback or suggestions regarding the site, or if you are experiencing problems with registering or logging into your account, please use this form to contact the Admin directly.'; + $lang['Newsletter_intro'] = 'Newsletter via email.'; $lang['Username'] = 'Username'; *************** *** 31,42 **** $lang['Attachment'] = 'Attachment'; $lang['Feedback'] = 'Feedback received'; ! $lang['Real_name_explain'] = 'Enter your name here. This helps us contact you better if you are not registered.'; ! $lang['Explain_email'] = 'Enter your e-mail address here. This is used incase we need to reply to you directly.'; $lang['Comments_explain'] = 'Enter your feedback comments here.'; ! $lang['Flood_explain'] = '<br /><br />This form has a flood control system in place. You may only submit a form once every %s %s.'; ! $lang['Comments_limit'] = '<br /><br />The Admin has set a maximum of %s characters allowed in your message.'; ! $lang['Attachment_explain'] = 'Post an attachment here, if required, and it will be received by the board Admin. Only files that are %sKb or lower are allowed.'; $lang['Guest'] = 'Guest'; --- 32,58 ---- $lang['Attachment'] = 'Attachment'; + $lang['Institution'] = 'Institution'; + $lang['Explain_institution'] = ''; + $lang['Phone'] = 'Phone Number'; + $lang['Explain_phone'] = ''; + $lang['Fax'] = 'Fax'; + $lang['Explain_fax'] = ''; + $lang['E-mail'] = 'Your E-mail'; + $lang['E-mail_require'] = 'Your E-mail *'; + $lang['Comments'] = 'Your Message'; + $lang['Comments_require'] = 'Your Message *'; + $lang['Attachment'] = 'Attachment'; + $lang['Agreement'] = 'Agreement'; + $lang['Agreement_explain'] = '<i>Yes, I want to receive future offers to related products.</i>'; + $lang['Feedback'] = 'Feedback received'; + $lang['All_subcribers'] = 'All subcribers'; ! $lang['Real_name_explain'] = 'Enter your name here. <br />This helps us contact you better if you are not registered.'; ! $lang['Explain_email'] = 'Enter your e-mail address here. <br />This is used incase we need to reply to you directly.'; $lang['Comments_explain'] = 'Enter your feedback comments here.'; ! $lang['Flood_explain'] = '<br /><br />This form has a flood control system in place. <br />You may only submit a form once every %s %s.'; ! $lang['Comments_limit'] = '<br /><br />The Admin has set a maximum of <br />%s characters allowed in your message.'; ! $lang['Attachment_explain'] = 'Post an attachment here, if required, and it will be received by the board Admin. <br />Only files that are %sKb or lower are allowed.'; $lang['Guest'] = 'Guest'; *************** *** 44,47 **** --- 60,65 ---- $lang['Fields_required'] = 'Fields with a * are required.'; $lang['Contact_form'] = 'Contact Form'; + $lang['Newsletter_form'] = 'Please fill out the informations below'; + $lang['Newsletter_explain'] = 'If you wish to receive future catalogs and offers.'; $lang['Empty'] = 'Not Specified'; *************** *** 52,56 **** $lang['Captcha_code'] = 'Captcha *'; ! $lang['Captcha_code_explain'] = 'Please confirm the code in the image. This is required to deter spambots.'; // --- 70,88 ---- $lang['Captcha_code'] = 'Captcha *'; ! $lang['Captcha_code_explain'] = 'Please confirm the code in the image. <br />This is required to deter spambots.'; ! ! $lang['Page_Not_Authorised'] = 'Sorry, but you are not authorized to access this page.'; ! $lang['Execution_Stats'] = 'Page generated %s queries - Generation time: %s seconds'; ! $lang['Redirect_login'] = 'Click %shere%s to login.'; ! $lang['Show_admin_options'] = 'Show/Hide Page Admin Options: '; ! $lang['Block_updated_date'] = 'Updated '; ! $lang['Block_updated_by'] = 'by '; ! $lang['Page_updated_date'] = 'This page was updated '; ! $lang['Page_updated_by'] = 'by '; ! $lang['Powered_by'] = 'Powered by '; ! ! $lang['mx_spacer'] = 'Spacer'; ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; // *************** *** 88,92 **** $lang['General_settings'] = 'General Settings'; $lang['Contact_title'] = 'Contact Form'; ! $lang['Contact_explain'] = 'Use this page to alter the settings and features of the Contact Form, as well as field requirements.'; $lang['Req_settings'] = 'Requirement Settings'; $lang['Attachment_settings'] = 'Attachment Settings'; --- 120,124 ---- $lang['General_settings'] = 'General Settings'; $lang['Contact_title'] = 'Contact Form'; ! $lang['Contact_explain'] = 'Use this page to alter the settings and features of the Contact Form, <br />as well as field requirements.'; $lang['Req_settings'] = 'Requirement Settings'; $lang['Attachment_settings'] = 'Attachment Settings'; *************** *** 186,188 **** --- 218,251 ---- $lang['Thankyou_limit'] = 'Sorry, we are unable accept anymore feedback from this e-mail address for 24 hours.'; + + //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'; + $lang['newsletter_mass_batchstart'] = 'Processed'; + $lang['newsletter_mass_batchsize'] = 'Mails per Batch'; + $lang['newsletter_mass_batchwait'] = 'Pause'; + $lang['newsletter_mass_created_message'] = 'The Mass Mail has been saved to the database.<br /><br/> To start sending %sclick here%s or wait until the Meta-Refresh takes you there...'; + $lang['newsletter_mass_send_message'] = 'The Current Batch (%s - %s) has been sent .<br /><br/> To continue sending %sclick here%s or wait until the Meta-Refresh takes you there...'; + $lang['newsletter_mass_status'] = 'Status'; + $lang['newsletter_mass_proceed'] = '%sProceed now%s'; + $lang['newsletter_mass_done'] = 'DONE'; + $lang['newsletter_mass_none'] = 'No records were found.'; + + //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'; + $lang['megamail_batchstart'] = 'Processed'; + $lang['megamail_batchsize'] = 'Mails per Batch'; + $lang['megamail_batchwait'] = 'Pause'; + $lang['megamail_created_message'] = 'The Mass Mail has been saved to the database.<br /><br/> To start sending %sclick here%s or wait until the Meta-Refresh takes you there...'; + $lang['megamail_send_message'] = 'The Current Batch (%s - %s) has been sent .<br /><br/> To continue sending %sclick here%s or wait until the Meta-Refresh takes you there...'; + $lang['megamail_status'] = 'Status'; + $lang['megamail_proceed'] = '%sProceed now%s'; + $lang['megamail_done'] = 'DONE'; + $lang['megamail_none'] = 'No records were found.'; + ?> \ No newline at end of file |