Please select a page from the main menu.'); /** classes/html/modules.php */ DEFINE('_BUTTON_VOTE','Vote'); DEFINE('_BUTTON_RESULTS','Results'); DEFINE('_USERNAME','Username'); DEFINE('_LOST_PASSWORD','Forgotten your password?'); DEFINE('_PASSWORD','Password'); DEFINE('_BUTTON_LOGIN','Login'); DEFINE('_BUTTON_LOGOUT','Logout'); DEFINE('_NO_ACCOUNT','No account yet?'); DEFINE('_CREATE_ACCOUNT','Create one'); DEFINE('_VOTE_POOR','Poor'); DEFINE('_VOTE_BEST','Best'); DEFINE('_USER_RATING','User Rating'); DEFINE('_RATE_BUTTON','Rate'); DEFINE('_REMEMBER_ME','Remember me'); /** contact.php */ DEFINE('_ENQUIRY','Enquiry'); DEFINE('_ENQUIRY_TEXT','This is an enquiry e-mail from'); DEFINE('_THANK_MESSAGE','Thank you for your e-mail'); /** classes/html/contact.php */ DEFINE('_CONTACT_TITLE','Contact'); DEFINE('_NAME_PROMPT',' Enter your name:'); DEFINE('_EMAIL_PROMPT',' Enter your e-mail address:'); DEFINE('_SUBJECT_PROMPT',' Enter your message subject:'); DEFINE('_MESSAGE_PROMPT',' Enter your message:'); DEFINE('_SEND_BUTTON','Send'); DEFINE('_CONTACT_FORM_NC','Please make sure the form is complete and valid.'); DEFINE('_CONTACT_TELEPHONE','Telephone: '); DEFINE('_CONTACT_MOBILE','Mobile: '); DEFINE('_CONTACT_FAX','Fax: '); DEFINE('_CONTACT_EMAIL','Email: '); DEFINE('_CONTACT_NAME','Name: '); DEFINE('_CONTACT_POSITION','Postition: '); DEFINE('_CONTACT_ADDRESS','Address: '); DEFINE('_CONTACT_MISC','Information: '); DEFINE('_CONTACT_SEL','Select Contact:'); /** pageNavigation */ DEFINE('_PN_PAGE','Page'); DEFINE('_PN_OF','of'); DEFINE('_PN_START','Start'); DEFINE('_PN_PREVIOUS','Prev'); DEFINE('_PN_NEXT','Next'); DEFINE('_PN_END','End'); DEFINE('_PN_DISPLAY_NR','Display #'); DEFINE('_PN_RESULTS','Results'); /** emailfriend */ DEFINE('_EMAIL_TITLE','E-mail a friend'); DEFINE('_EMAIL_FRIEND','E-mail this to a friend.'); DEFINE('_EMAIL_FRIEND_ADDR','Your friends e-mail:'); DEFINE('_EMAIL_YOUR_NAME','Your name:'); DEFINE('_EMAIL_YOUR_MAIL','Your e-mail:'); DEFINE('_BUTTON_SUBMIT_MAIL','Send e-mail'); DEFINE('_BUTTON_CANCEL','Cancel'); DEFINE('_EMAIL_ERR_NOINFO','You must enter your valid e-mail and the valid e-mail to send to.'); DEFINE('_EMAIL_MSG',' The following page from the "%s" website has been sent to you by %s ( %s ). You can access it at the following url: %s'); DEFINE('_EMAIL_INFO','Item sent by'); DEFINE('_EMAIL_SENT','This item has been sent to'); DEFINE('_PROMPT_CLOSE','Close Window'); /** classes/html/content.php */ DEFINE('_AUTHOR_BY', ' Contributed by'); DEFINE('_WRITTEN_BY', ' Written by'); DEFINE('_LAST_UPDATED', 'Last Updated'); DEFINE('_BACK','[ Back ]'); DEFINE('_LEGEND','Legend'); DEFINE('_DATE','Date'); DEFINE('_HEADER_TITLE','Item Title'); DEFINE('_HEADER_AUTHOR','Author'); DEFINE('_HEADER_SUBMITTED','Submitted'); DEFINE('_HEADER_HITS','Hits'); DEFINE('_E_EDIT','Edit'); DEFINE('_E_ADD','Add'); DEFINE('_E_WARNUSER','Please either Cancel or Save the current change'); DEFINE('_E_WARNTITLE','Content item must have a title'); DEFINE('_E_WARNTEXT','Content item must have intro text'); DEFINE('_E_WARNCAT','Please select a category'); DEFINE('_E_CONTENT','Content'); DEFINE('_E_TITLE','Title:'); DEFINE('_E_CATEGORY','Category:'); DEFINE('_E_INTRO','Intro Text'); DEFINE('_E_MAIN','Main Text'); DEFINE('_E_MOSIMAGE','INSERT {mosimage}'); DEFINE('_E_IMAGES','Images'); DEFINE('_E_GALLERY_IMAGES','Gallery Images'); DEFINE('_E_CONTENT_IMAGES','Content Images'); DEFINE('_E_EDIT_IMAGE','Edit Image'); DEFINE('_E_INSERT','Insert'); DEFINE('_E_UP','Up'); DEFINE('_E_DOWN','Down'); DEFINE('_E_REMOVE','Remove'); DEFINE('_E_SOURCE','Source:'); DEFINE('_E_ALIGN','Align:'); DEFINE('_E_ALT','Alt Text:'); DEFINE('_E_BORDER','Border:'); DEFINE('_E_APPLY','Apply'); DEFINE('_E_PUBLISHING','Publishing'); DEFINE('_E_STATE','State:'); DEFINE('_E_AUTHOR_ALIAS','Author Alias:'); DEFINE('_E_ACCESS_LEVEL','Access Level:'); DEFINE('_E_ORDERING','Ordering:'); DEFINE('_E_START_PUB','Start Publishing:'); DEFINE('_E_FINISH_PUB','Finish Publishing:'); DEFINE('_E_SHOW_FP','Show on Front Page:'); DEFINE('_E_HIDE_TITLE','Hide Item Title:'); DEFINE('_E_METADATA','Metadata'); DEFINE('_E_M_DESC','Description:'); DEFINE('_E_M_KEY','Keywords:'); DEFINE('_E_SUBJECT','Subject:'); DEFINE('_E_EXPIRES','Expiry Date:'); DEFINE('_E_VERSION','Version:'); DEFINE('_E_ABOUT','About'); DEFINE('_E_CREATED','Created:'); DEFINE('_E_LAST_MOD','Last Modified:'); DEFINE('_E_HITS','Hits:'); DEFINE('_E_SAVE','Save'); DEFINE('_E_CANCEL','Cancel'); DEFINE('_E_REGISTERED','Registered Users Only'); DEFINE('_E_ITEM_INFO','Item Information'); DEFINE('_E_ITEM_SAVED','Item succesfully saved.'); DEFINE('_ITEM_PREVIOUS','< Prev'); DEFINE('_ITEM_NEXT','Next >'); /** content.php */ DEFINE('_SECTION_ARCHIVE_EMPTY','There are currently no Archived Entries for this Section, please come back later'); DEFINE('_CATEGORY_ARCHIVE_EMPTY','There are currently no Archived Entries for this Category, please come back later'); DEFINE('_HEADER_SECTION_ARCHIVE','Section Archives'); DEFINE('_HEADER_CATEGORY_ARCHIVE','Category Archives'); DEFINE('_ARCHIVE_SEARCH_FAILURE','There are no Archived entries for %s %s'); // values are month then year DEFINE('_ARCHIVE_SEARCH_SUCCESS','Here are the Archived entries for %s %s'); // values are month then year /** poll.php */ DEFINE('_ALERT_ENABLED','Cookies must be enabled!'); DEFINE('_ALREADY_VOTE','You already voted for this poll today!'); DEFINE('_NO_SELECTION','No selection has been made, please try again'); DEFINE('_THANKS','Thanks for your vote!'); DEFINE('_SELECT_POLL','Select Poll from the list'); /** classes/html/poll.php */ DEFINE('_JAN','January'); DEFINE('_FEB','February'); DEFINE('_MAR','March'); DEFINE('_APR','April'); DEFINE('_MAY','May'); DEFINE('_JUN','June'); DEFINE('_JUL','July'); DEFINE('_AUG','August'); DEFINE('_SEP','September'); DEFINE('_OCT','October'); DEFINE('_NOV','November'); DEFINE('_DEC','December'); DEFINE('_POLL_TITLE','Poll - Results'); DEFINE('_SURVEY_TITLE','Poll Title:'); DEFINE('_NUM_VOTERS','Number of Voters'); DEFINE('_FIRST_VOTE','First Vote'); DEFINE('_LAST_VOTE','Last Vote'); DEFINE('_SEL_POLL','Select Poll:'); DEFINE('_NO_RESULTS','There are no results for this poll.'); /** registration.php */ DEFINE('_ERROR_PASS','Sorry, no corresponding user was found'); DEFINE('_NEWPASS_MSG','The user account $checkusername has this email associated with it.\n' .'A web user from $mosConfig_live_site has just requested that a new password be sent.\n\n' .' Your New Password is: $newpass\n\nIf you didn\'t ask for this, don\'t worry.' .' You are seeing this message, not them. If this was an error just login with your' .' new password and then change your password to what you would like it to be.'); DEFINE('_NEWPASS_SUB','$_sitename :: New password for - $checkusername'); DEFINE('_NEWPASS_SENT','New User Password created and sent!'); DEFINE('_REGWARN_NAME','Please enter your name.'); DEFINE('_REGWARN_UNAME','Please enter a user name.'); DEFINE('_REGWARN_MAIL','Please enter a valid e-mail address.'); DEFINE('_REGWARN_PASS','Please enter a valid password. No spaces, more than 6 characters and contain 0-9,a-z,A-Z'); DEFINE('_REGWARN_VPASS1','Please verify the password.'); DEFINE('_REGWARN_VPASS2','Password and verification do not match, please try again.'); DEFINE('_REGWARN_INUSE','This username/password already in use. Please try another.'); DEFINE('_REGWARN_EMAIL_INUSE', 'This e-mail is already registered. If you forgot the password click on "Lost your Password" and new password will be sent to you.'); DEFINE('_SEND_SUB','Account details for %s at %s'); DEFINE('_USEND_MSG_ACTIVATE', 'Hello %s, Thank you for registering at %s. Your account is created and must be activated before you can use it. To activate the account click on the following link or copy-paste it in your browser: %s After activation you may login to %s using the following username and password: Username - %s Password - %s'); DEFINE('_USEND_MSG', "Hello %s, Thank you for registering at %s. You may now login to %s using the username and password you registered with."); DEFINE('_USEND_MSG_NOPASS','Hello $lm_name,\n\nYou have been added as a user to $mosConfig_live_site.\n' .'You may login to $mosConfig_live_site with the username and password you registered with.\n\n' .'Please do not respond to this message as it is automatically generated and is for information purposes only\n'); DEFINE('_ASEND_MSG','Hello %s, A new user has registered at %s. This email contains their details: Name - %s e-mail - %s Username - %s Please do not respond to this message as it is automatically generated and is for information purposes only'); DEFINE('_REG_COMPLETE_NOPASS','