<?php /*************************************************************************** File Name : 1.php Domain : http://www.triangle-solutions.com ---------------------------------------------------------------------------- Author : Ian Warner Copyright : (C) 2001 Triangle Solutions Ltd Email : hide@address.com URL : http://www.triangle-solutions.com/ Description : English language file. Date Created : Friday 24 January 2003 16:17:28 ****************************************************************************/ $charset = 'ISO-8859-1'; ############ HOME PAGE ############ // TOP BAR $text_titlelink = 'Newsletter'; $text_title = ' - Triangle Solutions Ltd'; $text_joinbutton = 'Subscribe'; $text_archivebutton = 'Archive'; $text_unregisterbutton = 'Unsubscribe'; // MESSAGE TAGS $text_joinmessage = 'Enter your name and email address and click on "Subscribe" at the bottom of this page.'; $text_unregistermessage = "To be removed from this Newsletter, go to the <A HREF=".$_SERVER['PHP_SELF']."?caseid=unregister OnMouseOver=\"window.status='Unregister';return true;\" OnMouseOut=\"window.status=' ';return true;\">unregister page.</A>"; // FORM ELEMENTS $text_name = 'Name'; $text_email = 'Email address'; $text_mailpref = 'Mail preference'; $text_html = 'HTML'; $text_plain = 'Plain text'; // NEWSLETTER DESCRIPTIONS $text_newslettertitle = 'Title'; $text_newsletterdesc = 'Description'; $text_newsletterselect = 'Select'; $text_status = 'Status'; $text_statusmsgsub = 'Subscribed'; $text_statusmsgnosub = 'Already subscribed'; // SUBSCRIBE BUTTON $text_subbutton = 'Subscribe'; // ERROR MESSAGES IF INCORRECT FORM ENTRY $text_errorname = 'Error with name'; $text_erroremail = 'Error with email'; $text_errormsg = 'You must enter a valid name and email address.'; ############ ARCHIVE PAGE ############ // TITLE ELEMENTS $texta_title = 'Archive'; $texta_volume = 'Volume'; $texta_date = 'Date'; $texta_subject = 'Subject'; $texta_select = 'Select'; $texta_noarchive = 'Currently there has been no newsletters sent.'; // VIEWING INDIVIDUAL ARCHIVE NEWSLETTER $textai_volume = 'Volume'; $textai_date = 'Date'; $textai_subject = 'Subject'; $textai_body = 'Select'; $textai_back = 'Back'; ############ UNREGISTER PAGE ############ // TITLE ELEMENTS $textu_title = 'Unsubscribe'; $textu_instruction1 = 'Enter your email, click on "List Newsletters". You will be given a list of all the newsletters you are a subscribed to.'; $textu_instruction2 = 'Select the newsletters you wish to be removed from and click Unsubscribe.'; // EMAIL ENTRY $textu_email = 'Enter your email address'; $textu_list = 'List newsletters'; $textu_valid = 'Please enter a valid email address.'; // EMAIL SUBMISSION OPTIONS $textu_nomember = 'You are not subscribed to any newsletters.'; $textu_subscribe = 'Subscribe here.'; $textu_subscribed = 'Newsletters subscribed to'; $textu_unsubbutton = 'Unsubscribe'; // FINAL UNSUBSCRIBE $textu_unsubmessage = 'You have been unsubscribed from the newsletter(s) you selected.'; ?>