<% 'Different error messages CONST STR_ERROR = "Error" 'Errors that are almost never used: CONST STR_ERROR_DISABLED = "Disabled" CONST STR_ERROR_LOGIN = "You need to log on to use this function" CONST STR_ERROR_MESSAGE_NONEXSISTANT = "The message has been deleted or has never existed" CONST STR_ERROR_NA_FOR_TEST_MESSAGE = "This function is not allowed for test messages" CONST STR_ERROR_NA_FOR_ARCHIVED_MESSAGE = "This function is not allowed for archived messages" CONST STR_ERROR_NA_FOR_TEST_ACCOUNT = "This function is not available for a test user account" CONST STR_ERROR_ONLY_OWN_MESSAGE = "This function is only available for messages you have posted yourself" CONST STR_ERROR_MESSAGE_APPROVED = "This function is not available because the message has been approved" CONST STR_ERROR_TIMELIMIT = "The timelimit for using this function has been exceeded" CONST STR_ERROR_UNKNOWN_ID = "The ID specified does not exist" CONST STR_ERROR_REPLY_POSTED = "You can not use this function for this message because a reply has been posted (this restriction applies even though the reply might have been deleted again)" CONST STR_ERROR_SELECT_GROUP = "There is no discussion group selected" CONST STR_ERROR_SELECT_BOARD = "There is no message board selected" CONST STR_ERROR_UNKNOWN_UPLOAD_METHOD = "Unknown upload method:" CONST STR_ERROR_WITH_THREAD_SUBSCRIPTION = "Can't modify thread email subsctiption status" CONST STR_ERROR_WITH_GROUP_SUBSCRIPTION = "Can't modify group email subsctiption status" CONST STR_ERROR_CANT_FIND_PARENT = "Can't find parent in tree!" CONST STR_ERROR_SESSION_COOKIE = "Please enable session cookies in your browser." CONST STR_ERROR_UNKNOWN_DATATYPE = "Unknown datatype in CacheSettings:" CONST STR_ERROR_EMAIL_UNKNOWN = "Unknown" CONST STR_ERROR_EMAIL = "Email error:" CONST STR_ERROR_UNKNOW_EMAIL_COMPONENT = "Unknown email component:" CONST STR_ERROR_NO_FRAMES = "Your browser does not support frames. This messageboard needs a browser that supports frames" CONST STR_ERROR_FILE_DOES_NOT_EXIST = "The file does not exist" CONST STR_ERROR_ATTACHMENT_DOES_NOT_EXIST = "The attachment does not exist" 'Form submission errors CONST STR_ERROR_PERMISSION_DENIED = "Permission denied" CONST STR_ERROR_NAME_TOO_SHORT = "Name too short" CONST STR_ERROR_NAME_TOO_LONG = "Name too long" CONST STR_ERROR_SUBJECT_TOO_SHORT = "The subject is too short" CONST STR_ERROR_SUBJECT_TOO_LONG = "The subject is too long" CONST STR_ERROR_MESSAGE_TOO_SHORT = "The message is too short" CONST STR_ERROR_MESSAGE_TOO_LONG = "Your message is too long, maximum is:" CONST STR_ERROR_POSTING_TOO_FAST = "You are posting too fast. Please wait a while before posting another message." CONST STR_ERROR_POSTING_TOO_FAST_GUIDE = "If you are using a shared IP address (firewall or other proxy) you should register as a user to avoid this error." CONST STR_ERROR_PASSWORD_TOO_SHORT = "The password is too short" CONST STR_ERROR_PASSWORD_TOO_LONG = "The password is too long" CONST STR_ERROR_PASSWORDS_NOT_EQUAL = "The two passwords do not match" CONST STR_ERROR_EMAIL_TOO_SHORT = "The email is too short" CONST STR_ERROR_EMAIL_TOO_LONG = "The email is too long" CONST STR_ERROR_EMAIL_OR_NAME_REGISTRED = "That email and/or name is already registered" CONST STR_ERROR_IN_EMAIL = "Error in email" CONST STR_ERROR_EMAIL_OR_PASSWORD = "There is an error in the email or password" CONST STR_ERROR_SIGNATURE_TOO_LONG = "The signature is too long" CONST STR_ERROR_BANNED = "You have been banned from this forum" CONST STR_ERROR_ATTACHMENT_TOO_LARGE = "Attached file is too large, files are maximum allowed to be:" CONST STR_ERROR_ZERO_LENGTH_ATTACHMENT = "Can't attach zero-lenght file" CONST STR_ERROR_ATTACHMENT_EXTENSION = "Only files with these extensions are allowed:" CONST STR_ERROR_TOO_MANY_MESSAGES = "There are too many messages in the discussion thread
Please post your message as a new message instead" CONST STR_ERROR_ALREADY_REGISTERED = "You are already registered" CONST STR_ERROR_SELECT_FILE_TO_UPLOAD = "Please select a file to upload" CONST STR_ERROR_SEARCHWORD_TOO_SHORT = "The searchstring is too short" CONST STR_ERROR_SEARCH_ACTIVE_OR_ARCHIVE = "Please select to search either active messages, archived messages or both" CONST STR_ERROR_SEARCH_SELECT = "Please select where to search (Subjects, Authors and/or Bodies)" CONST STR_ERROR_SEARCH_NO_GROUPS = "You can view no discussion groups on this message board, there is nothing to search" CONST STR_SEARCH_NO_MESSAGES_FOUND = "Found no messages matching your search for:" 'General Buttons CONST STR_CANCEL_BUTTON = "Cancel" CONST STR_RESET_BUTTON = "Reset" CONST STR_SUBMIT_BUTTON = "Submit" CONST STR_YES_BUTTON = "Yes" CONST STR_OK_BUTTON = "OK" CONST STR_DELETE_BUTTON = "Delete" CONST STR_CREATE_BUTTON = "Create" CONST STR_ARCHIVE_BUTTON = "Archive" CONST STR_MOVE_BUTTON = "Move" 'General Labels - used in forms CONST STR_NAME_LABEL = "Name" CONST STR_EMAIL_LABEL = "Email" CONST STR_PASSWORD_LABEL = "Password" CONST STR_PASSWORD_AGAIN_LABEL = "Password again" CONST STR_SUBJECT_LABEL = "Subject" CONST STR_MESSAGE_LABEL = "Message" CONST STR_FOREIGN_ID_LABEL = "ForeignID" 'General Functions (also used as alternative texts for icons) CONST STR_EDIT = "Edit" CONST STR_DELETE = "Delete" CONST STR_HELP = "Help" CONST STR_BACK_TO_FORUM = "Back to forum" CONST STR_ADMIN = "Admin" CONST STR_SEARCH = "Search" CONST STR_EXIT_BOARD = "Exit board" CONST STR_ARCHIVE = "Archive" 'bl/s.asp CONST STR_SUBSCRIBED_TO_THREAD = "You now subscribe to the message thread.
You will recieve email notification when new messages are posted by other users." CONST STR_UNSUBSCRIBED_FROM_THREAD = "You no longer subscribe to the message thread.
You will not recieve email notification when new messages are posted." 'bl/sg.asp CONST STR_SUBSCRIBED_TO_GROUP = "You now subscribe to the discussion group.
You will recieve email notification when there are new messages." CONST STR_UNSUBSCRIBED_FROM_GROUP = "You no longer subscribe to the discussion group.
You will not recieve email notification when there are new messages." 'functions/io/forms/ForwardForm.asp CONST STR_FORWARD_BUTTON = "Forward" CONST STR_EMAIL_TO_FORWARD_TO = "Email to forward to" 'functions/io/forms/LogonForm.asp CONST STR_LOG_ON_BUTTON = "Log on" 'functions/io/forms/LogonForm.asp & functions/io/RegisterForm.asp CONST STR_REMEMBER_NAME_AND_EMAIL = "Remember name and email" CONST STR_AUTOLOGON = "Autologon (remember password)" 'functions/io/forms/RegisterForm.asp CONST STR_USED_FOR_LOGGIN_ON = "(used for logging on)" 'the email address CONST STR_PASSWORDS_CASE_SENSITIVE = "Note: passwords are case sensitive" CONST STR_SUBMIT_PROFILE_CHANGES_BUTTON = "Submit changes" CONST STR_REGISTER_BUTTON = "Register" 'functions/io/forms/LostPasswordForm.asp CONST STR_EMAIL_PASSWORD_BUTTON = "Email me my password" 'functions/io/forms/MessageForm.asp CONST STR_THREAD_EMAIL_SUBSCRIPTION_LABEL = "Subscription" CONST STR_SEND_EMAIL_CHECK = "Send me an email when there are new messages in this discussion-thread" CONST STR_OPTIONAL_FILE_ATTACHMENTS = "Optional file attachments" CONST STR_ADD_SIGNATURE_BUTTON = "Add signature" 'functions/io/forms/OptionsForm.asp CONST STR_ALLOW_OTHERS_TO_SEE_EMAIL = "Allow others to see your email" CONST STR_COLLAPSE_GROUPED_MESSAGES = "Collapse grouped messages" CONST STR_SIGNATURE = "Signature" CONST STR_ALLWAYS_ADD_SIGNATURE = "Always add signature" 'functions/io/forms/SearchForm.asp CONST STR_FOR_THE_STRING = "For" CONST STR_SEARCH_IN = "Search in" CONST STR_SUBJECTS = "Subjects" CONST STR_AUTHOR_NAMES = "Author names" CONST STR_MESSAGE_BODIES = "Message bodies" CONST STR_SEARCH_MESSAGES_THAT_ARE = "Search messages that are" CONST STR_ACTIVE = "Active" CONST STR_ARCHIVED = "Archived" CONST STR_SEARCH_THE_GROUPS = "Search the group(s)" CONST STR_SEARCH_ALL_GROUPS = "Search all groups" CONST STR_SEARCH_ONLY_THESE_GROUPS = "Search only these groups" 'functions/io/forms/UploadForm.asp CONST STR_BROWSER_YOUR_HARDDISK = "Browse your harddisk for a file to attach
or type the filename and path directly." CONST STR_FILE_LABEL = "File: " CONST STR_ATTACH_FILE_BUTTON = "Attach file" CONST STR_MAX_ATTACHMENT_SIZE = "The maximum attachment size is:" CONST STR_EXTENSIONS_ALLOWED = "Only files with the following extentions are allowed:" 'functions/io/BodyFunctionBar.asp CONST STR_REPLY_FUNCTION = "Reply" CONST STR_REPLY_W_QUOTE_FUNCTION = "Reply w. quote" CONST STR_EMAIL_FORWARD_FUNCTION = "Email forward" CONST STR_PREVIOUS_DISCUSSION_THREAD = "Previous discussion thread" CONST STR_PREVIOUS_MESSAGE = "Previous message" CONST STR_NEXT_MESSAGE = "Next message" CONST STR_NEXT_DISCUSSION_THREAD = "Next discussion thread" CONST STR_MESSAGE_VIEW = "Messsage" CONST STR_THREAD_VIEW = "Thread" 'functions/io/BodyFunctionBar.asp & functions/io/MessageFunctionBar.asp CONST STR_VIEW = "View" CONST STR_NEW_MESSAGE_FUNCTION = "New message" 'functions/io/MessageFunctionBar.asp CONST STR_EXPAND_ALL_THREADS = "Expand all threads" CONST STR_COLLAPSE_ALL_THREADS = "Collapse all threads" CONST STR_VIEW_NORMAL = "Normal" CONST STR_VIEW_NORMAL_TITLE = "View all messages not in archive" CONST STR_VIEW_UNREAD = "Unread" CONST STR_VIEW_UNREAD_TITLE = "View unread messages not in archive" CONST STR_VIEW_ARCHIVE = "Archive" CONST STR_VIEW_ARCHIVE_TITLE = "View archived messages" 'functions/io/OrderFunction.asp CONST STR_ASCENDING = "Ascending" CONST STR_DESCENDING = "Descending" 'functions/io/FormatDate.asp & functions/io/FormatSimpleDate.asp CONST STR_JAN = "Jan" CONST STR_FEB = "Feb" CONST STR_MAR = "Mar" CONST STR_APR = "Apr" CONST STR_MAY = "May" CONST STR_JUN = "Jun" CONST STR_JUL = "Jul" CONST STR_AUG = "Aug" CONST STR_SEP = "Sep" CONST STR_OCT = "Oct" CONST STR_NOV = "Nov" CONST STR_DEC = "Dec" CONST STR_TODAY = "today" CONST STR_YESTERDAY = "yesterday" CONST STR_MONDAY = "Monday" CONST STR_TUESDAY = "Tuesday" CONST STR_WEDNESDAY = "Wednesday" CONST STR_THURSDAY = "Thursday" CONST STR_FRIDAY = "Friday" CONST STR_SATURDAY = "Saturday" CONST STR_SUNDAY = "Sunday" 'functions/misc/form-io/WriteDateToForm.asp CONST STR_YEAR = "Year" CONST STR_MONTH = "Month" CONST STR_DAY = "Day" CONST STR_HOUR = "Hour" CONST STR_MIN = "Min" CONST STR_SEC = "Sec" 'functions/io/DataSize.asp CONST STR_BYTES = "Bytes" CONST STR_KILO_BYTES = "KB" CONST STR_MEGA_BYTES = "MB" CONST STR_GIGA_BYTES = "GB" 'functions/io/MessageCountStr.asp CONST STR_COUNT_UNREAD = "unread" CONST STR_COUNT_MESSAGES = "messages" 'functions/io/UserFunctions.asp CONST STR_REGISTER = "Register" CONST STR_LOG_ON = "Log on" CONST STR_LOG_OUT = "Log out" CONST STR_EDIT_PROFILE = "Edit Profile" CONST STR_OPTIONS = "Options" 'functions/io/WriteAttachments.asp CONST STR_ATTACHMENTS = "Attachments" CONST STR_ATTACHMENT_RIGHT_CLICK = "Right click and choose 'Save Target As...' to download file" CONST STR_DELETE_ATTACHMENT = "Delete attachment" 'functions/io/WriteGroupsTree.asp CONST STR_GROUP_EMAIL_SUBSCRIPTION = "Email subscription" CONST STR_MARK_GROUP_READ = "Mark all messages in group as read" CONST STR_CURRENTLY_NO_GROUPS = "There are currently no groups on this board." 'functions/io/WriteLinedMessageTree.asp CONST STR_TREE_SUBJECT = "Subject" CONST STR_TREE_FROM = "From" CONST STR_TREE_SENT = "Sent" CONST STR_TREE_FUNCTIONS = "Functions" CONST STR_THREAD_EMAIL_SUBSCRIPTION = "Email subscription" CONST STR_LOCKED = "Locked" CONST STR_MARK_THREAD_READ = "Mark thread read" CONST STR_ATTCHMENT_ALT = "Attach" CONST STR_NO_MESSAGES_TO_DISPLAY = "No messages to display" CONST STR_SHOW_READ_MESSAGES = "Show read messages" CONST STR_EXIT_ARCHIVE = "Exit archive" 'functions/io/WriteMessage.asp CONST STR_UNSUBSCRIBE_FROM_THREAD = "Unsubscribe from thread" CONST STR_SUBSCRIBE_TO_THREAD = "Subscribe to thread" CONST STR_ATTACH_FILE_TO_MESSAGE = "Attach file to message" CONST STR_POSTED_FROM_IP = "Posted from IP:" CONST STR_IP_ONLY_SEEN_BY_ADMIN = "(IP is only seen by administrator)" 'functions/io/WritePaging.asp CONST STR_PREVIOUS = "Previous" CONST STR_NEXT = "Next" 'functions/misc/VntToString.asp CONST STR_UNKNOWN_DATATYPE_IN_VNTTOSTRING = "Unknown datatype in VntToString:" 'The following constants are used when quoting a message to write a string like: ' "STR_QUOTE1 <> STR_QUOTE2 <> STR_QUOTE3" ' for example: ' "on 22 May 2002 16:45 Allan Ebdrup wrote:" CONST STR_QUOTE1 = "on" CONST STR_QUOTE2 = "" CONST STR_QUOTE3 = "wrote:" 'The following constant defins what prefix replies have by default. 'For example when set to "Re: " the reply to a message with the subject "Messagesubject" 'would have the default subject named "Re: Messagesubject" CONST STR_REPLY_SUBJECT_PREFIX = "Re: " 'a.asp CONST STR_ADD_ATTACHMENT = "Add attachment to message" 'b.asp CONST STR_MESSAGE = "Message" 'boards.asp CONST STR_MESSAGE_BOARDS = "Message boards" CONST STR_NO_MESSAGE_BOARDS = "There are no message boards" CONST STR_ADMINISTRATION = "Administration" CONST STR_NEWEST_MESSAGES = "Newest messages" CONST STR_NONE = "None" 'deleteAttachment.asp CONST STR_DELETE_ATTACHMENT_TITLE = "Delete attachment" CONST STR_SURE_YOU_WANT_TO_DELETE_ATTACHMENT = "Are you sure you want to delete the attachment (can't be undone)?" 'deleteMessage.asp CONST STR_DELETE_MESSAGE = "Delete message" CONST STR_SURE_YOU_WANT_TO_DELETE_MESSAGE1 = "Are you sure you want to delete the message:" CONST STR_SURE_YOU_WANT_TO_DELETE_MESSAGE2 = "(can't be undone)?" 'editMessage.asp CONST STR_EDIT_MESSAGE = "Edit message" CONST STR_SUBMIT_CHANGES_BUTTON = "Submit changes" 'editOptions.asp CONST STR_CHANGE_YOUR_PERSONAL_OPTIONS = "Change your personal options" CONST STR_YOU_HAVE_EDITED_YOUR_OPTIONS = "You have edited your options" 'editProfile.asp CONST STR_EDIT_YOUR_PROFILE = "Edit your profile" CONST STR_YOU_HAVE_EDITED_YOUR_PROFILE = "You have edited your profile" 'forward.asp CONST STR_FORWARD_MESSAGE_VIA_EMAIL = "Forward message via email" CONST STR_YOU_HAVE_FORWARDED_THE_MESSAGE = "You have forwarded the message to:" 'groups.asp CONST STR_GROUPS_TITLE = "Groups" CONST STR_GROUPS_ARCHVE = "(archive)" 'loginerror.asp CONST STR_ERROR_NOT_LOGGED_IN = "Error, you are not logged in" CONST STR_LOGIN_ERROR = "Error:" CONST STR_YOU_SHOULD_TRY_TO_LOG_ON1 = "You should try to" CONST STR_YOU_SHOULD_TRY_TO_LOG_ON2 = "log on" CONST STR_YOU_ARE_NOT_LOGGED_ON = "You are not logged on" 'logon.asp CONST STR_LOG_ON_TITLE = "Log on" CONST STR_NOT_REGISTRED1 = "If you are not already registred you should" CONST STR_NOT_REGISTRED2 = "register" CONST STR_LOST_PASSWORD1 = "If you have lost your password you can" CONST STR_LOST_PASSWORD2 = "have it send to your email" 'logout.asp CONST STR_LOGGED_OUT = "Logged out" CONST STR_YOU_HAVE_LOGGED_OUT = "You have logged out" 'm.asp CONST STR_MESSAGES = "Messages" CONST STR_NO_GROUP_SELECTED = "No group selected" 'markGroupRead.asp CONST STR_MARK_GROUP_READ_TITLE = "Mark group read" CONST STR_MARKED_GROUP_READ = "You have marked all messages in the discussion group as read" 'messagenotapproved.asp CONST STR_MESSAGE_NOT_APPROVED_TITLE = "Message is not approved" CONST STR_MESSAGE_NOT_APPROVED = "This message has not been approved by the moderator yet, the message will not appear on the discussion forum before a moderator has approved it.
The message is in queue for approval." 'nogroupselected.asp CONST STR_NO_GROUP_SELECTED_TEXT = "No group selected" CONST STR_PLEASE_SELECT_A_GROUP = "Please select a group" 'offline CONST STR_OFFLINE = "Offline" CONST STR_OFFLINE_FOR_SERVICING = "The forum is currently offline for servicing" 'post.asp CONST STR_NEW_MESSAGE_HEADER = "New message" CONST STR_SEND_MESSAGE_BUTTON = "Send message" 'r.asp CONST STR_MARKED_MESSAGE_READ = "Marked message as read" CONST STR_MARKED_MESSAGE_UNREAD = "Marked message as unread" 'register.asp CONST STR_REGISTER_TITLE = "Register" CONST STR_LOGON1 = "If you have registered already you can" CONST STR_LOGON2 = "log on" 'reply.asp CONST STR_NEW_REPLY = "New reply" 'rt.asp CONST STR_MARK_DISCUSSION_THREAD_AS_READ = "Mark discussion thread as read" CONST STR_MARKED_DISCUSSION_THREAD_READ = "You have marked the entire discussion thread as read" 's.asp & sg.asp CONST STR_SUBSCRIPTION = "Subscription" 'search.asp CONST STR_SEARCH_TITLE = "Search" CONST STR_EXIT_SEARCH = "Exit search" CONST STR_NEW_SEARCH = "New search" CONST STR_PERFORMED_SEARCH1 = "Performed search for:" CONST STR_PERFORMED_SEARCH2 = "and found" CONST STR_PERFORMED_SEARCH3 = "messages" CONST STR_SEARCH_ARCHIVED = "archived" 'sendLostPassword.asp CONST STR_LOST_PASSWORD = "Lost password" CONST STR_TYPE_IN_EMIAL = "Type in the email you are registered with" CONST STR_YOUR_PASSWORD_HAS_BEEN_SEND1 = "Your password has been sent to your email, the mail should arrive shortly." CONST STR_YOUR_PASSWORD_HAS_BEEN_SEND2 = "Use it to" CONST STR_YOUR_PASSWORD_HAS_BEEN_SEND3 = "log on" 'thread.asp CONST STR_DISCUSSION_THREAD = "Discussion thread" '*************************************************************** '* EMAIL TEXT - Use vbNewLine to make linechanges in this text * '*************************************************************** 'EMAIL lost/forgotten password CONST STR_EMAIL_LOST_PASSWORD_SUBJECT = "Your lost/forgotten password" CONST STR_EMAIL_LOST_PASSWORD_EMAIL = "Email:" CONST STR_EMAIL_LOST_PASSWORD_PASSWORD = "Password:" 'EMAIL Forward message CONST STR_EMAIL_FORWARD_SUBJECT_PREFIX = "FW: " CONST STR_EMAIL_FORWARD_BODY1 = "The following message was forwarded to you by" CONST STR_EMAIL_FORWARD_BODY2 = "from the discussion forum at" CONST STR_EMAIL_FORWARD_BODY3 = "You can find an online version of the message here:" 'EMAIL Notification of new message CONST STR_EMAIL_NOTIFICATION_SUBJECT = "New message" CONST STR_EMAIL_NOTIFICATION_BODY1 = "A new message has arrived at the discussion forum at:" CONST STR_EMAIL_NOTIFICATION_BODY2 = "You can view the message:" CONST STR_EMAIL_NOTIFICATION_BODY3 = "here:" CONST STR_EMAIL_NOTIFICATION_BODY4 = "Unsubscribe for emailnotifications from this group here:" CONST STR_EMAIL_NOTIFICATION_BODY5 = "Unsubscribe for emailnotifications from this thread here:" %>