%
'Language Files Feb.18, 2002
'English file
'***************************************************************************
'The following is for your customizable ERROR MESSAGE
Dim javascriptBackDesc:javascriptBackDesc = "go back?"
Dim javascriptCloseWindow:javascriptCloseWindow = "close window?"
Dim RightViolationMessage: RightViolationMessage = _
"Either the feature is disabled, or you do not have sufficient permission.
"
Dim IPBlockedMessage:IPBlockedMessage = _
"Client IP address ""%ip%"" is banned.
"&_
"You may contact
Forum Administrator
for more information.
"
Dim SubscriptionErrorMessage:SubscriptionErrorMessage = _
"Subscription is disabled for this forum.
"
Dim SiteWideSubscriptionDisabledMessage:SiteWideSubscriptionDisabledMessage = _
"All Subscriptions are disabled at this moment.
"
Dim PrivateRightViolationMessage:PrivateRightViolationMessage = _
"Access is Denied.
You either don't have the right to access or have attempted to access private area."&_
"
Please login with sufficient credential or "& _
"click here to go back to forum's home page."
'***************************************************************************
'button value
Dim buttonSubmitValue:buttonSubmitValue = " OK "
Dim buttonCloseWindowValue:buttonCloseWindowValue = "Cancel"
Dim buttonApplyValue:buttonApplyValue = "Apply"
'''' March 4, 2002 >> poll
Dim buttonDoneValue:buttonDoneValue = "Done"
'***************************************************************************
'default.asp
Dim ActiveUserTitle:ActiveUserTitle = "Active Users: "
Dim LoggedInAsTitle:LoggedInAsTitle = "Logged in as: "
Dim ForumTitleDesc:ForumTitleDesc = "Forum Description"
Dim TopicTitleDesc:TopicTitleDesc = "Topics"
Dim PostTitleDesc:PostTitleDesc = "Posts"
Dim LastTitleDesc:LastTitleDesc = "Last Post"
Dim ModeratorTitleDesc:ModeratorTitleDesc = "Moderators"
Dim guestRightDesc:guestRightDesc = "Guest: "
Dim memberRightDesc:memberRightDesc = "Member: "
Dim privateRightDesc:privateRightDesc = "Private Member: "
Dim noAccessRightDesc:noAccessRightDesc = "No Access"
Dim postRightDesc:postRightDesc = "Post"
Dim replyRightDesc:replyRightDesc = "Reply"
Dim readRightDesc:readRightDesc = "Read-Only"
Dim expandAllCat:expandAllCat = "Expand All Categories"
'***************************************************************************
'pgdOnline.asp (included in default.asp)
Dim ActiveUserDesc:ActiveUserDesc = _
"Active Users: There are #memberCount# members and #guestCount# guests."
Dim onlineDoViewHomePage:onlineDoViewHomePage = "Viewing forum homepage"
Dim onlineDoEditMessage:onlineDoEditMessage = "Editing own message"
Dim onlineDoForwardMessage:onlineDoForwardMessage = "Forwarding a message"
Dim onlineDoPostMessage:onlineDoPostMessage = "Posting a message"
Dim onlineDoViewProfile:onlineDoViewProfile = "Viewing a user's profile"
Dim onlineDoEditProfile:onlineDoEditProfile = "Editing own profile"
Dim onlineDoRegister:onlineDoRegister = "Trying to register a new account"
Dim onlineDoSearch:onlineDoSearch = "Searching for messages"
Dim onlineDoViewSubscription:onlineDoViewSubscription = "Viewing own subscription"
Dim onlineDoUpload:onlineDoUpload = "Uploading a file"
Dim onlineDoViewMessage:onlineDoViewMessage = "Viewing a message"
Dim onlineDoViewMessageList:onlineDoViewMessageList = "Viewing message list"
Dim onlineDoSomethingElse:onlineDoSomethingElse = "Doing something else"
'***************************************************************************
'header.asp and footer.asp
Dim regDesc:regDesc = "Register"
Dim loginDesc:loginDesc = "Login"
Dim myProfileDesc:myProfileDesc = "My Profile"
Dim searchDesc:searchDesc = "Search"
Dim contactAdminDesc:contactAdminDesc = "Contact Admin"
Dim logoutDesc:logoutDesc = "Log Out"
Dim newMessageDesc:newMessageDesc = "New Messages"
Dim oldMessageDesc:oldMessageDesc = "No New Messages"
Dim adminPictureAlt:adminPictureAlt = "Administrator Control Panel" 'also used in tt.asp and tm.asp
'***************************************************************************
'tt.asp and tm.asp, also used in tree.asp and m.asp
Dim allForumDesc:allForumDesc = "All Forums"
Dim currentNoMessageDesc:currentNoMessageDesc = "There is currently no message in this forum"
Dim subscribeDesc:subscribeDesc = "Subscribe"
Dim postDesc:postDesc = "Post New Thread"
Dim replyDesc:replyDesc = "Reply to Message"
Dim editDesc:editDesc = "Edit Message"
Dim lockedThreadNoReplyDesc:lockedThreadNoReplyDesc = "This thread is locked"
Dim ttTopic:ttTopic = "Topic"
Dim ttReplies:ttReplies = "Replies"
Dim ttAuthor:ttAuthor = "Thread Starter"
Dim ttViews:ttViews = "Hits"
Dim ttLastPost:ttLastPost = "Last Post"
Dim tmName:tmName = "Login "
Dim tmPostCountOfAuthor:tmPostCountOfAuthor = "Posts: "
Dim tmViewProfileDesc:tmViewProfileDesc = "View User's Profile"
Dim tmSubject:tmSubject = "Subject: "
Dim tmEmail:tmEmail = "E-mail "
Dim tmDate:tmDate = "Date "
Dim tmEdit:tmEdit = "Edit"
Dim tmForward:tmForward = "Forward"
Dim tmReply:tmReply = "Reply"
Dim tmBookMark:tmBookMark = "Bookmark"
Dim tmAttachedFile:tmAttachedFile = "Attachment"
Dim mNoReplyDesc:mNoReplyDesc = "No replies."
Dim pageDesc:pageDesc = "Page: "
Dim pageNext:pageNext = "next"
Dim pagePrev:pagePrev = "prev"
Dim adminLockDesc:adminLockDesc = "Lock this message"
Dim adminUnLockDesc:adminUnLockDesc = "Unlock this message"
Dim adminMoveDesc:adminMoveDesc = "Move to another forum"
Dim adminDeleteDesc:adminDeleteDesc = "Delete"
Dim adminPinDesc:adminPinDesc = "Pin this message to top"
Dim adminUnPinDesc:adminUnPinDesc = "Unpin this message"
'''''Feb. 22, 2002 after first International version
Dim ttLatestMsg:ttLatestMsg = "Go to latest post!"
Dim tt24hr:tt24hr = "Posts within last 24 hours"
Dim ttHotTopic:ttHotTopic = "Hot Topic!"
Dim ttToptopic:ttToptopic = "Top: "
Dim MessageUnavailableMessage: MessageUnavailableMessage = _
"This message has been deleted or moved, and therefore not available.
"&_
"
"& javascriptBackDesc &""
'***************************************************************************
'js/jumpMenu.asp
Dim jumpMenuTitle:jumpMenuTitle = "Jump to: "
Dim jumpMenuSelectAForum:jumpMenuSelectAForum = "Select a Forum"
'***************************************************************************
'post/post.asp (also edit/edit.asp)
Dim quotePrefix:quotePrefix = "ORIGINAL: "
Dim emptyTextBoxWarning:emptyTextBoxWarning = "Please enter something into body and subject field!"
Dim illegalWindowOpenWarning:illegalWindowOpenWarning = "Operation Not Supported"
Dim includeEmailCheckBoxDesc:includeEmailCheckBoxDesc = "include my e-mail in this message"
Dim notifyViaEmailDesc:notifyViaEmailDesc = "Notify me via e-mail when someone replies"
Dim replySubjectPrefix:replySubjectPrefix = "RE: "
Dim bodyFieldDesc:bodyFieldDesc = "Message"
Dim uploadFieldDesc:uploadFieldDesc = "File"
Dim uploadLinkDesc:uploadLinkDesc = "Click here to upload!"
Dim uploadAnotherFileDesc:uploadAnotherFileDesc = "Upload More Files?"
Dim deleteUploadedFile:deleteUploadedFile = "Delete?"
Dim pgdCodeDesc:pgdCodeDesc = "Open pgdCode help window!"
Dim signatureDesc:signatureDesc = "Add signature"
Dim quoteDesc:quoteDesc = "Quote original"
Dim editByDesc:editByDesc = "Message edited by"
'***************************************************************************
'forward.asp
Dim emailNotAllowedDesc:emailNotAllowedDesc = "E-mail function is disabled."
Dim emptyEmailFieldWarning:emptyEmailFieldWarning = "Please enter something in the To: field"
Dim emailInstructionDesc:emailInstructionDesc = "To: separate each recipient's address with " ; " (a@b.c ; b@d.e)"
Dim emailCopyToSelfDesc:emailCopyToSelfDesc = "Check here to send a copy to myself."
Dim emailSuccessfulDesc:emailSuccessfulDesc = "Message has been forwarded successfully !"
'***************************************************************************
'profile/... numerous asp files + register.asp
Dim noProfileForGuestDesc:noProfileForGuestDesc = "No profile available for Guest."
Dim viewMyPictureDesc:viewMyPictureDesc = "View My Avatar!"
Dim memberProfileTitle:memberProfileTitle = "Member Profile"
Dim memberSinceDesc:memberSinceDesc = "Joined: "
Dim memberTotalPostDesc:memberTotalPostDesc = "Total Posts: "
Dim memberIsOnlineDesc:memberIsOnlineDesc = "Member is currently"
Dim memberOnlineDesc:memberOnlineDesc = "online"
Dim memberOfflineDesc:memberOfflineDesc = "offline"
Dim memberHomepageDesc:memberHomepageDesc = "Homepage "
Dim memberFromDesc:memberFromDesc = "From: "
Dim memberICQDesc:memberICQDesc = "ICQ: "
Dim memberYahooDesc:memberYahooDesc = "Yahoo: "
Dim memberAOLDesc:memberAOLDesc = "AOL: "
Dim memberSigDesc:memberSigDesc = "Signature"
Dim memberSayDesc:memberSayDesc = "I want to say"
Dim memberInterestDesc:memberInterestDesc = "Interests: "
Dim memberOccupation:memberOccupation = "Occupation: "
Dim memberMostRecentPost:memberMostRecentPost = "Most Recent Posts"
Dim profSigTooLong:profSigTooLong = "Your Signature is too long!"
Dim profSayTooLong:profSayTooLong = "You say too much!"
Dim profAllFieldReq:profAllFieldReq = "Missing Required Fields!"
Dim profPassNotMatch:profPassNotMatch = "Your passwords do not match!"
Dim profIncorrectEmail:profIncorrectEmail = "Incorrect E-mail Syntax"
Dim profLinkToSubscriptionDesc:profLinkToSubscriptionDesc = "My Subscription"
Dim profTitleDesc:profTitleDesc = "My Profile"
Dim profFName:profFName = "First Name"
Dim profLName:profLName = "Last Name"
Dim profAllowViewEmailDesc:profAllowViewEmailDesc = "Allow others to send you e-mail?"
Dim profPass:profPass = "Password"
Dim profPassConfirm:profPassConfirm = "Password confirm"
Dim profViewType:profViewType = "Viewing Preference"
Dim profSelfPic:profSelfPic = "My avatar"
Dim profSelfPicUploadDesc:profSelfPicUploadDesc = "Upload my picture (will replace the existing one)"
Dim profSaveCookied:profSaveCookied = "Save as Cookie"
Dim profSaveCookieDesc:profSaveCookieDesc = "Save my login and password as Cookie?"
'''''Feb. 24, 2002 after delete the frames
Dim profStyleTree:profStyleTree = "Tree Style"
Dim profStyleFlat:profStyleFlat = "Flat Style"
'***************************************************************************
'register/ numerous asp files
Dim regForumAgreeWarning:regForumAgreeWarning = "You have to agree with the forum agreement first!"
Dim regLoginWarning:regLoginWarning = "For Login name, please use at least one non-numeric character!"
Dim regRestrictionDesc:regRestrictionDesc = "Registration Restriction:"
Dim regNoRestrictDesc:regNoRestrictDesc = "No Restriction."
Dim regEmailReqDesc:regEmailReqDesc = "E-mail Confirmation Required."
Dim regAdminReqDesc:regAdminReqDesc = "Administrator Approval Required."
Dim regStep1Desc:regStep1Desc = "Step 1: Forum Agreement"
Dim regStep1Detail:regStep1Detail = "Type ""YES"" (without quote) to indicate that you have agreed with the Forum Agreement."
Dim regStep2Desc:regStep2Desc = "Step 2: Enter your personal information. * indicates required field."
Dim regStep3Desc:regStep3Desc = "Step 3: Choose a password, and then enter it again."
Dim regStep4Desc:regStep4Desc = "Step 4: Choose whether to save your login as cookies"
Dim regLoginDenied:regLoginDenied = "Your login name is not allowed."
Dim regEmailLoginChosen:regEmailLoginChosen = "Your Login or Email has been chosen, please try again"
Dim regAdminEmailResponseSubject:regAdminEmailResponseSubject = "Admin, Registration Notification From: "
Dim regAdminEmailResponseBody:regAdminEmailResponseBody = "Admin, You can click on the link below to approve: "
Dim regNoRestrictResponse:regNoRestrictResponse = "You have successfully registered. You may now use your password and login name to login."
Dim regEmailResponse:regEmailResponse = "You have successfully registered, and a password was generated for you. An e-mail has been sent to you to confirm your e-mail address."
Dim regAdminResponse:regAdminResponse = "You have successfully registered. Administrator will approve your registration in a while."
Dim logTitleDesc:logTitleDesc = "Login"
Dim logForgetEmailbutton:logForgetEmailbutton = "Forgot your password?"
Dim logSuccessfulMsg:logSuccessfulMsg = "Login Successful!"
Dim logFailMsg:logFailMsg = "No such member found!"
Dim lostPassButton:lostPassButton = "Send me my account info"
Dim lostPassEmailNotFound: lostPassEmailNotFound = "E-mail not found in our database!
Try again?"
Dim lostPassSentDesc:lostPassSentDesc = "Password has been sent to: "
Dim regConfirmError:regConfirmError = "The e-mail can not be confirmed."
Dim regConfirmSuccess:regConfirmSuccess = "You have successfully confirmed your e-mail address.
You may now use your password and login name to login."
Dim regConfirmAdmin:regConfirmAdmin = "The e-mail has been approved.
An E-mail has been sent to notify the user about the approval."
Dim regConfirmResp:regConfirmResp = "Go to Forum Now?"
Dim regResultDesc:regResultDesc = "Registration Result"
'***************************************************************************
'upload.asp, uploadpro.asp
Dim upFileTypeErr:upFileTypeErr = "is not supported" 'singular
Dim upFileTypeSupport:upFileTypeSupport = "are supported" 'plural
Dim upFileDesc:upFileDesc = "Select a file to upload: "
Dim upFileTooLarge:upFileTooLarge = "File is too large!"
Dim upFileSuccessfulResp:upFileSuccessfulResp = "File Uploaded Successfully."
Dim UploadErrorMessage:UploadErrorMessage = "There was an error saving the file to disk."
'***************************************************************************
'subscription.asp
'Dim subsLinkToProf:subsLinkToProf = "Manage My Profile"
Dim subsForumDesc:subsForumDesc = "Subscribed Forums: "
Dim subsThreadDesc:subsThreadDesc = "Subscribed Threads: "
Dim subsRemoveDesc:subsRemoveDesc = "Remove?"
Dim subsNoThreadYet:subsNoThreadYet = "You haven't subscribed to any thread yet."
Dim subsNoForumYet:subsNoForumYet = "You haven't subscribed to any forum yet."
'***************************************************************************
'search.asp
Dim srTermTooShort:srTermTooShort = "Please provide a valid search string!"
Dim srNameTooShort:srNameTooShort = "Please provide a longer name string!"
Dim srTitleDesc:srTitleDesc = "Search"
Dim srTermDesc:srTermDesc = "Search Term"
Dim srForumDesc:srForumDesc = "Search in Forum"
Dim srForumAllDesc:srForumAllDesc = "Search All Forums"
Dim srTorRDesc:srTorRDesc = "Search only"
Dim srTopics:srTopics = "Topics"
Dim srReplies:srReplies = "Replies"
Dim srTAndR:srTAndR = "Topics and Replies"
Dim srSuborBoDesc:srSuborBoDesc = "Search terms found in"
Dim srSubject:srSubject = "Subject"
Dim srBody:srBody = "Body"
Dim srSubAndBo:srSubAndBo = "Subject or Body"
Dim srByNameDesc:srByNameDesc = "By Author"
Dim srByNameWildCard:srByNameWildCard = "(you can use wildcard after author name, e.g. sam%, but not %sam) "
Dim srTermLangDesc:srTermLangDesc = "Search terms are"
Dim srTermWest:srTermWest = "single-byte characters (e.g. Western) "
Dim srTermAsian:srTermAsian = "double-byte characters (e.g. Asian)"
Dim srReturnDesc:srReturnDesc = "Return"
Dim srTop10:srTop10 = "Top 10"
Dim srTop20:srTop20 = "Top 20"
Dim srTop50:srTop50 = "Top 50"
Dim srTop100:srTop100 = "Top 100"
Dim srReturnCirteriaDesc:srReturnCirteriaDesc = "results that match"
Dim srRCAllWord:srRCAllWord = "all words"
Dim srRCOrWord:srRCOrWord = "any words"
Dim srRCExactPhrase:srRCExactPhrase = "the exact phrase"
Dim srProResultDesc:srProResultDesc = "Search Results"
Dim srProCriteriaDesc:srProCriteriaDesc = "Search for records that match #criteria# in [ #srTerms# ] by author ""#author#"""
Dim srProNoFoundDesc:srProNoFoundDesc = "No record matches the search criteria."
'***************************************************************************
'''' March 4, 2002 >> poll
Dim postPollDesc:postPollDesc = "Post New Poll"
Dim ttPollTopic:ttPollTopic = "[Poll] "
Dim tmPollVoteDesc:tmPollVoteDesc = "Submit Vote"
Dim tmPollShowDesc:tmPollShowDesc = "Show Results"
Dim tmPollEditDesc:tmPollEditDesc = "Edit Poll"
Dim tmPollLastVote:tmPollLastVote = "last vote on "
Dim tmVoterViewDesc:tmVoterViewDesc = "View Voters"
Dim tmStripPollDesc:tmStripPollDesc = "Strip Poll" ' Admin and moderator can strip poll and convert poll to a normal message
Dim pollQDesc:pollQDesc = "Poll Question:"
Dim pollOptionDesc:pollOptionDesc = "Poll Options:"
Dim pollAllowMulDesc:pollAllowMulDesc = "Allow Multiple Selection?"
Dim pollDelDesc:pollDelDesc = "delete"
Dim pollEditDesc:pollEditDesc = "edit"
Dim pollQEditSuccess:pollQEditSuccess = "Poll Question edited successfully"
'***************************************************************************
'''' March 16, 2002 >> forum tracking, avatar, messageIcons, new Search
Dim UserBrowseDesc:UserBrowseDesc = "Users viewing this forum: "
Dim UserBrowseMDesc:UserBrowseMDesc = "Users viewing this topic: "
Dim avatarBrowseDesc:avatarBrowseDesc = "Click to choose avatars"
Dim avatarChooseDesc:avatarChooseDesc = "Click on the avatar you like"
Dim avatarUpDesc:avatarUpDesc = "Up one level"
Dim avatarSelectDesc:avatarSelectDesc = "Choose"
Dim srForumProDesc:srForumProDesc = "Forum"
'***************************************************************************
'''' 1.38.09
Dim PreviewDesc:PreviewDesc = " Preview "
Dim memberLastPostOn:memberLastPostOn = "Last Post"
Dim memberLastLogin:memberLastLogin = "Last Login"
Dim memberStats:memberStats = "Member Stats"
Dim memberDetails:memberDetails = "Member Details"
Dim memberPostNewest:memberPostNewest = "Newest "
Dim tmNewerDesc:tmNewerDesc = "Newer Topic"
Dim tmOlderDesc:tmOlderDesc = "Older Topic"
Dim ttNewsetMsg:ttNewsetMsg = "Go to first unread post"
'***************************************************************************
'''' 1.40.10
Dim timeFilterDesc:timeFilterDesc = "Display topics from last: "
Dim MemberListDesc:MemberListDesc = "Member List"
Dim MyControlPanel:MyControlPanel = "My Control Panel"
Dim MyAddBookDesc:MyAddBookDesc = "My Address Book"
Dim MyInBox:MyInBox = "My InBox"
Dim profAlwaysSig:profAlwaysSig = "Always attach signature in posts"
Dim profPMDesc:profPMDesc = "Private Message"
Dim profAcceptPM:profAcceptPM = "Allow others to send you Private Message?"
Dim profPMNotify:profPMNotify = "E-mail notification of new Private Message?"
Dim profPMPopup:profPMPopup = "Pop-up notification of new Private Message?"
Dim memListContact:memListContact = "Contact"
Dim memListPM:memListPM = "Send Private Message"
Dim memListQuick:memListQuick = "Quick Find"
Dim AddressDesc:AddressDesc = "Address Book"
Dim AddressBlock:AddressBlock = "Block List"
Dim AddressGroup:AddressGroup = "Address Groups"
Dim AddressGroupAddDesc:AddressGroupAddDesc = "Add Group"
Dim AddressGroupEditDesc:AddressGroupEditDesc = "Edit Group"
Dim AddressNoMember:AddressNoMember = "There is no member in your address group"
Dim PMSendTo:PMSendTo = "To"
Dim PMFrom:PMFrom = "From"
Dim PMDateSent:PMDateSent = "Date"
Dim PMSubject:PMSubject = "Subject"
Dim PMSaveCopy:PMSaveCopy = "Save a copy to sent folder?"
Dim PMInbox:PMInbox = "Inbox"
Dim PMSentBox:PMSentBox = "Sent"
Dim PMNoMsg:PMNoMsg = "There is no message in your folder"
Dim PMFolder:PMFolder = "PM Folders"
Dim PMCheckRead:PMCheckRead = "Checking PM Read Status"
Dim PMCheckUnable:PMCheckUnable = "Message has been deleted by recipients, and thus unable to check read status"
'***************************************************************************
'''' 1.41.11 - 1.42.13
Dim onlineDoPMsging:onlineDoPMsging = "Viewing Private Message"
Dim onlineDoViewMemList:onlineDoViewMemList = "Viewing Member List"
Dim onlineDoViewAddress:onlineDoViewAddress = "Viewing Address Book"
Dim postFloodControl:postFloodControl = "You can't post two consecutive messages within such a short amount of time."
'***************************************************************************
'''' 1.50.14
' The following text strings were not translated in our previous versions.
' Thanks Saud (sgalasfoor@taqadum.com) for his help
' found in js/timefilter.asp
Dim TimeFilterAllTopics:TimeFilterAllTopics = "All Topics"
Dim TimeFilterDay:TimeFilterDay = "Day"
Dim TimeFilterDays:TimeFilterDays = "Days"
Dim TimeFilterWeeks:TimeFilterWeeks = "Weeks"
Dim TimeFilterMonth:TimeFilterMonth = "Month"
Dim TimeFilterMonths:TimeFilterMonths = "Months"
Dim TimeFilterYear:TimeFilterYear = "Year"
' found in tm.asp
Dim tmPrintableVersion:tmPrintableVersion = "Printable Version" ' also in m.asp
' found in js/postinterface.asp
Dim PostInterfaceFontSize:PostInterfaceFontSize = "Font Size"
Dim PostInterfaceSize:PostInterfaceSize = "Size="
' found in memberlist.asp
Dim MemListThereAre:MemListThereAre = "There are a total of "
Dim MemListPages:MemListPages = " pages"
Dim MemListMembers:MemListMembers = " members"
Dim MemListMemMatch:MemListMemMatch = " members match your search criteria (excluding banned members)"
Dim MemListAddToList:MemListAddToList = "Add Member To Contact List"
' found in pm.asp, address.asp
Dim PMEdit:PMEdit = "Edit"
Dim PMDelete:PMDelete = "Delete"
Dim PMMove:PMMove = "Move"
Dim PMReply:PMReply = "Reply"
Dim PMStatus:PMStatus = "PM Status"
Dim PMReadStatus:PMReadStatus = "Read"
' found in editprofile.asp, upload.asp
Dim forumMax:forumMax = "Max. "
' found in pgdonline.asp
Dim pdgOnlineAT:pdgOnlineAT = " at "
' found in pgd_poll.asp
Dim pgdPollTotalVotes:pgdPollTotalVotes = "Total Votes : "
' found in pgd_edit.asp
Dim pgdPollAddOption:pgdPollAddOption = "Add Option"
' found in default.asp
Dim DefForumStatDesc:DefForumStatDesc = "Forum Statistics"
Dim DefForumStat:DefForumStat = "#totalusers# Registered users have made #totalposts# posts in #totalforums# forums. There are currently #totaltopics# topics."
Dim DefWelcomeNewUser:DefWelcomeNewUser = "Please welcome our newest member: "
Dim DefLatestPostMade:DefLatestPostMade = "The latest post was made by "
Dim DefLatestPostOn:DefLatestPostOn = " on "
Dim DefSearchYouCanClick:DefSearchYouCanClick = "You can click here to see"
Dim DefSearchTodaysPosts:DefSearchTodaysPosts = "Today's Posts"
Dim DefSearchMostActive:DefSearchMostActive = "Most Active Topics"
Dim DefSearchLastVisit:DefSearchLastVisit = "Posts Since Last Visit"
Dim DefItTookASPPG:DefItTookASPPG = "It took ASPPlayground.NET #secgen# seconds to generate this page"
'found in upload.asp
Dim uploadAllFormat:uploadAllFormat = "All formats"
'found in searchpro.asp
Dim searchRecordReturned:searchRecordReturned = " record(s) returned"
Dim searchOpenNewWin:searchOpenNewWin = "open new window"
'found in js/showtime.asp
Dim PMPopMsg:PMPopMsg = "You have at least 1 new private message.\n\nWould you like to go to your inbox now?"
'***************************************************************************
Dim paletteDesc:paletteDesc = "Click on a color"
Dim ttSortByDesc:ttSortByDesc = "Filter:"
Dim embedPicDesc:embedPicDesc = "Embed picture in post"
Dim tmPostDelDesc:tmPostDelDesc = "Delete My Own Post"
Dim tmThreadDelDesc:tmThreadDelDesc = "Delete My Own Thread"
Dim tmReportDesc:tmReportDesc = "Report Abuse"
Dim profOnlineHide:profOnlineHide = "Hide from online user list?"
Dim PMFolderAddDesc:PMFolderAddDesc = "Add Folder"
'***************************************************************************
'''' 1.55.15
Dim DefDelCookies:DefDelCookies = "Delete All Cookies"
Dim DefMarkRead:DefMarkRead = "Mark All Forums read"
Dim profPhoto:profPhoto = "Set up profile photo"
Dim profPhotoURLDesc:profPhotoURLDesc = "Enter URL:"
Dim profUseSigPicDesc:profUseSigPicDesc = "Use your avatar as Profile Photo"
Dim viewMyProfPhoto:viewMyProfPhoto = "View My Profile Photo"
Dim ttRateTimes:ttRateTimes = "votes"
Dim ttAwaitMode:ttAwaitMode = "[Awaiting Approval]"
Dim adminApproveDesc:adminApproveDesc = "Approve it!"
Dim tmRateDesc:tmRateDesc = "Rate Posts"
Dim tmScoreDesc:tmScoreDesc = "Score:"
Dim ttRating:ttRating = "Rating"
Dim tmRateThisDesc:tmRateThisDesc = "Rate this post!"
Dim rateViewDesc:rateViewDesc = "View"
Dim rateViewNullDesc:rateViewNullDesc = "No one has rated this post yet."
Dim rateErrorDesc:rateErrorDesc = "Our Record indicates that you have rated this message."
'***************************************************************************
'''' 1.55.15 SP1
Dim rateErrorSelfDesc:rateErrorSelfDesc = "You can't rate your own post"
Dim srByTimeDesc:srByTimeDesc = "Time filter"
Dim srBefore:srBefore = "before"
Dim srAfter:srAfter = "within"
'***************************************************************************
'''' 1.70.17
Dim ttWaitState:ttWaitState = "Loading....Please wait"
Dim mExpTreeDesc:mExpTreeDesc = "Click to expand tree"
Dim mCloseTreeDesc:mCloseTreeDesc = "Click to close tree"
Dim mExpTreeAlways:mExpTreeAlways = "Always expand tree?"
Dim ttManageDesc:ttManageDesc = "Management"
Dim manaSuccessmsg:manaSuccessmsg = "Operation Successful"
Dim manaDonemsg:manaDonemsg = "Close and Refresh"
Dim defPostNLocked:defPostNLocked = "Locked w/ New Messages"
Dim defPostLocked:defPostLocked = "Locked w/o New Messages"
Dim defHotNPost:defHotNPost = "Hot Topic w/ New Messages"
Dim defHotPost:defHotPost = "Hot Topic w/o New Messages"
Dim profEditHisProfile:profEditHisProfile = "Edit his profile"
Dim profSpeedDesc:profSpeedDesc = "Speed Options"
Dim profSpNoSmile:profSpNoSmile = "Don't Show Smiley Faces in posts"
Dim profSpNoImage:profSpNoImage = "Don't Show Image in posts"
Dim profSpNoAvatar:profSpNoAvatar = "Don't Show member's Avatar in posts"
Dim pmbuddyList:pmbuddyList = "Online Buddy List"
Dim defCurrentTime:defCurrentTime = "Current Server Time: "
Dim defAnnounceDesc:defAnnounceDesc = "General Announcements"
'***************************************************************************
'''' 1.80.18
Dim PMReplyAll:PMReplyAll = "Reply All"
Dim ProfAlwaysSavePM:ProfAlwaysSavePM = "Always save PM to sent folder"
Dim regConfirmTempPassDesc:regConfirmTempPassDesc = "Temporary Password: "
Dim regConfirmDoResetDesc:regConfirmDoResetDesc = "Registration confirmation required again due to E-mail address change.
A letter has been sent to your new E-mail address."
Dim regConfirmAgainDesc:regConfirmAgainDesc = "Please confirm the e-mail address by filling out the e-mail + temporary password."
Dim regConfirmSubject:regConfirmSubject = "Registration Confirmation Letter from "
Dim subNotifyMailerName:subNotifyMailerName = "Subscription notification from "
Dim pmNotifyMailerName:pmNotifyMailerName = "PM notification from "
Dim subNotifyMailerSubject:subNotifyMailerSubject = " just posted a message on our forum!"
Dim pmNotifyMailerSubject:pmNotifyMailerSubject = " just sent you a private message!"
Dim lostpassMailerSubject:lostpassMailerSubject = "Password request for "
Dim AbuseToAdmin:AbuseToAdmin = "Report to Forum Admins"
Dim AbuseToMod:AbuseToMod = "Report to Forum Moderators"
Dim ttFAQTopic:ttFAQTopic = "[FAQ] "
Dim sortMenybyPoll:sortMenybyPoll = "Show Polls only"
Dim sortMenybyFAQ:sortMenybyFAQ = "Show FAQs only"
Dim adminFAQDesc:adminFAQDesc = "Make it an FAQ"
Dim adminUnFAQDesc:adminUnFAQDesc = "Remove FAQ Status"
Dim NoIMGinSigsDesc:NoIMGinSigsDesc = "Image Code disabled in signature"
Dim NoIMGinPostsDesc:NoIMGinPostsDesc = "Image Code disabled"
Dim srcDoFuzzyDesc:srcDoFuzzyDesc = "less precise match"
Dim srcFAQOnlyDesc:srcFAQOnlyDesc = "search messages that are marked as FAQ's only"
Dim srcRankDesc:srcRankDesc = "Rank"
Dim srcMinRankDesc:srcMinRankDesc = "minimum rank: "
'***************************************************************************
'''' 1.9X.XX - the last version of ASPPlayground.NET
Dim postNoMsgOrLocked:postNoMsgOrLocked = "The thread you are trying to reply to does not accept new reply"
Dim postMsgReplyTo:postMsgReplyTo = "in reply to "
Dim profStyleSimple:profStyleSimple = "Simplified Flat Style"
Dim memberMostRecentThread:memberMostRecentThread = "view threads only"
Dim uploadErrorMsg:uploadErrorMsg = "Upload requires at least {0} posts."
Dim downloadErrorMsg:downloadErrorMsg = "Download requires at least {0} posts."
Dim tmRevision:tmRevision = "Revisions: "
Dim postExtraDesc:postExtraDesc = "Extras"
Dim EditRevDesc:EditRevDesc = "Add Revision?"
Dim RevisionDesc:RevisionDesc = "View Revision"
Dim MemListBlock:MemListBlock = "Block this guy and hide his messages"
Dim MemListUnblock:MemListUnblock = "Un-block this guy"
Dim tmMsgBlockedDesc:tmMsgBlockedDesc = _
"This user is on your "block" list and the message has been blocked. " & vbcrlf & _
"Click here to unblock this user and view this post.
"
Dim tmSubBlockedDesc:tmSubBlockedDesc = "*** IGNORED ***"
Dim regReApproveResponse:regReApproveResponse = "You have just changed your e-mail address. Admin will approve this change in a while."
Dim profTimeDiffDesc:profTimeDiffDesc = "Time Adjustment (in hour)"
Dim impersonateDesc:impersonateDesc = "Impersonate: "
Dim impersonateHeadDesc:impersonateHeadDesc = "Impersonating"
Dim impersonateStopDesc:impersonateStopDesc = "Stop impersonating"
Dim impersonateWarn:impersonateWarn = "Please do not close this window while you impersonate!"
'***************************************************************************
'''' 1.99 - the last version of ASPPlayground.NET
Dim sigDivider:sigDivider = "
_____________________________
"
Dim jumpMenuSelectATop:jumpMenuSelectATop = "#"
Dim memberMSNMsgerDesc:memberMSNMsgerDesc = "MSN:"
Dim PostInterfaceFontFace:PostInterfaceFontFace = "Font Face"
Dim sortMenuNormal:sortMenuNormal = "Show all messages"
Dim searchTopDesc:searchTopDesc = "Top "
Dim srPostDate:srPostDate = "Date"
Dim srTCombinedR:srTCombinedR = "Combine topics and replies"
Dim FAQDesc:FAQDesc = "FAQ"
Dim FAQGeneral:FAQGeneral = "General Board Usage FAQ"
Dim FAQSrDesc:FAQSrDesc = "Search forum posts marked as FAQ's"
Dim FAQListAllDesc:FAQListAllDesc = "All FAQ's"
Dim onlineDoViewFAQ:onlineDoViewFAQ = "Viewing FAQ's"
'***************************************************************************
'''' 1.99.24 service release 2
Dim regLoginCharNotAllowed:regLoginCharNotAllowed = "A login name cannot contain any of the following characters:"
Dim regDisapproveSubject:regDisapproveSubject = "#login#, your registration has been disapproved."
'***************************************************************************
'''' 1.99.24 service release 3
Dim ManageLeaveTraceDesc:ManageLeaveTraceDesc = "Leave a trace in the original forum?"
Dim profEmailHidden:profEmailHidden = "hidden"
Dim userBrowseNoneDesc:userBrowseNoneDesc = "none"
Dim regAgreeToAgreement:regAgreeToAgreement = "I agree to the FORUM AGREEMENT:"
'***************************************************************************
'''' 1.99.24 service release 4
Dim pmFullPreWarnDesc:pmFullPreWarnDesc = "Remember to delete your old messages. Once the status bar reaches 100% you won't be able to get any new private messages."
Dim pmFullWarnDesc:pmFullWarnDesc = "Your private message storage is full. You won't be able to receive any more messages. Please delete some messages to free up the space."
'***************************************************************************
'''' 2.00.00 Advanced Edition
Dim logNewUser:logNewUser = "New User?"
Dim lostPassDesc:lostPassDesc = "Please enter your e-mail:"
Dim regDomainBanned:regDomainBanned = "The e-mail domain you entered has been banned.\n\n Please use your other e-mail account to complete the form."
Dim regNameBanned:regNameBanned = "The login name you entered has been banned. \n\n Please use another login name to complete the form."
Dim groupWelcomeMsgName:groupWelcomeMsgName = "Group Welcome Mailer from "
Dim pageFirst:pageFirst = "first"
Dim pageLast:pageLast = "last"
Dim subsGetMailDesc:subsGetMailDesc = "Get Mail"
Dim adminDeleteOptionDesc:adminDeleteOptionDesc = "Deletion Confirmation"
Dim adminRestoreDesc:adminRestoreDesc = "Restore Post"
Dim adminRecycleDesc:adminRecycleDesc = "Move to the Recycle Bin"
Dim adminPermanentDelete:adminPermanentDelete = "Permanently Delete (irreversible)"
Dim recyleReasonDesc:recyleReasonDesc = "Add a reason (optional; max. 150 characters)"
Dim ttDeletedTopic:ttDeletedTopic = "[Deleted]"
Dim ttTmMsgRecycledDesc:ttTmMsgRecycledDesc = "Post has been moved to the Recycle Bin at {deletetime}"
Dim tmRecycledReason:tmRecycledReason = "
Reason for deletion: "
Dim tmPostRestoreDesc:tmPostRestoreDesc = "
Click here to restore the post."
Dim srSearchForPoll:srSearchForPoll = "All Polls"
Dim srSearchForRecycle:srSearchForRecycle = "All Posts in the Recycle Bin"
Dim srSearchForApproval:srSearchForApproval = "All Posts awaiting approval"
Dim srSearchForDesc:srSearchForDesc = "Search For"
Dim srSearchForInForumDesc:srSearchForInForumDesc = "in"
Dim pgdLinkDesc:pgdLinkDesc = "Add a link"
Dim pgdLinkTypeDesc:pgdLinkTypeDesc = "Type"
Dim pgdLinkURLDesc:pgdLinkURLDesc = "URL *"
Dim pgdLinkNameDesc:pgdLinkNameDesc = "URL Name"
Dim buttonEditAddPoll:buttonEditAddPoll = "Add poll"
Dim lanProfileDesc:lanProfileDesc = "Forum Language"
Dim pmSendingProblem:pmSendingProblem = "Undeliverable PM: "
Dim pmSendingSuccess:pmSendingSuccess = "PM delivered successfully to "
Dim pmError_1:pmError_1 = " blocked the sender"
Dim pmError_2:pmError_2 = " cannot or chooses not to enable PM"
Dim pmError_3:pmError_3 = "'s PM storage is full"
Dim profBirthday:profBirthday = "Birthday"
Dim profDay:profDay = "Day"
Dim profMonth:profMonth = "Month"
Dim profYear:profYear = "Year"
Dim profHideAge:profHideAge = "Hide Age"
Dim profHideProfile:profHideProfile = "Hide Profile"
Dim profNotViewable:profNotViewable = "Member chose not to disclose his profile."
Dim profViewMineDesc:profViewMineDesc = "View My Profile"
Dim profPrivacyDesc:profPrivacyDesc = "Privacy Setting:"
Dim calDesc:calDesc = "Calendars"
Dim calAddEventDesc:calAddEventDesc = "Add an Event"
Dim calAddCalendar:calAddCalendar = "Add a Calendar"
Dim calSubscribeDesc:calSubscribeDesc = "Subscribe to this Calendar"
Dim calRemSubscriptionDesc:calRemSubscriptionDesc = "Remove Subscription"
Dim calSubsSuccessful:calSubsSuccessful = "Subscription Staus Changed Successfully!"
Dim calSignUpSuccessful:calSignUpSuccessful = "Sign-up Status for This Event Changed Successfully!"
Dim calSubscriptionList:calSubscriptionList = "Subscribed"
Dim calSignupsList:calSignupsList = "Signup Events"
Dim calMoreEvents:calMoreEvents = "more..."
Dim calJoinDiscuss:calJoinDiscuss = "Join Discussion"
Dim calDiscussPrefix:calDiscussPrefix = "[Event] "
Dim calSignup:calSignup = "Sign up"
Dim calWhoSignedUp:calWhoSignedUp = "View who signed up"
Dim calSignupList:calSignupList = "Signup List"
Dim calSigupListEmpty:calSigupListEmpty = "The List is currently Empty"
Dim calSignupSendUpdate:calSignupSendUpdate = "Contact"
Dim calRemoveSignup:calRemoveSignup = "Remove?"
Dim calMonthName(12)
calMonthName(1) = "January"
calMonthName(2) = "February"
calMonthName(3) = "March"
calMonthName(4) = "April"
calMonthName(5) = "May"
calMonthName(6) = "June"
calMonthName(7) = "July"
calMonthName(8) = "August"
calMonthName(9) = "September"
calMonthName(10) = "October"
calMonthName(11) = "November"
calMonthName(12) = "December"
Dim calMonthNameShort(12)
calMonthNameShort(1) = "Jan."
calMonthNameShort(2) = "Feb."
calMonthNameShort(3) = "Mar."
calMonthNameShort(4) = "Apr."
calMonthNameShort(5) = "May"
calMonthNameShort(6) = "Jun."
calMonthNameShort(7) = "Jul."
calMonthNameShort(8) = "Aug."
calMonthNameShort(9) = "Sep."
calMonthNameShort(10) = "Oct."
calMonthNameShort(11) = "Nov."
calMonthNameShort(12) = "Dec."
Dim calWeekdayName(7)
calWeekdayName(1) = "Sunday"
calWeekdayName(2) = "Monday"
calWeekdayName(3) = "Tuesday"
calWeekdayName(4) = "Wednesday"
calWeekdayName(5) = "Thursday"
calWeekdayName(6) = "Friday"
calWeekdayName(7) = "Saturday"
Dim calMonthlyOrdinal(6)
calMonthlyOrdinal(1) = "1st"
calMonthlyOrdinal(2) = "2nd"
calMonthlyOrdinal(3) = "3rd"
calMonthlyOrdinal(4) = "4th"
calMonthlyOrdinal(5) = "5th"
Dim calViewPermissionDesc:calViewPermissionDesc = "View Permission"
Dim calAddEventTitle:calAddEventTitle = "Add an Event in Calendar: "
Dim calEventDesc:calEventDesc = "Description"
Dim calEventNameDesc:calEventNameDesc = "Title"
Dim calPrivateDesc:calPrivateDesc = "Private Calendar"
Dim calRecurEventDesc:calRecurEventDesc = "Recurring Event"
Dim calPermission(10)
calPermission(1) = "Group Manager: "
calPermission(2) = "Read Calendar: "
calPermission(3) = "Add Recurring Events: "
calPermission(4) = "Add Events: "
calPermission(5) = "Discuss Events: "
calPermission(6) = "Calendar Moderator: "
calPermission(7) = "Upload Size Allowed: "
calPermission(8) = "Upload Format Allowed: "
calPermission(9) = "Delete Event: "
calPermission(10) = "Subscribe Calendar: "
Dim calAddYear:calAddYear = "-Year-"
Dim calAddMonth:calAddMonth = "-Month-"
Dim calAddDay:calAddDay = "-Day-"
Dim calAddHour:calAddHour = "-Hour-"
Dim calAddMin:calAddMin = "-Min-"
Dim calLastDayOrdinal:calLastDayOrdinal = "Last"
Dim calAddStart:calAddStart = "Start:"
Dim calAddEnd:calAddEnd = "End:"
Dim calEvenTypeDesc:calEvenTypeDesc = "Event Type:"
Dim calEventAllDay:calEventAllDay = "All day Event?"
Dim calEventAllTime:calEventAllTime = "Occurs indefinitely"
Dim calPeriodicCodeDay:calPeriodicCodeDay = "day (s)"
Dim calPeriodicCodeMonth:calPeriodicCodeMonth = "month (s)"
Dim calPeriodicCodeQuarter:calPeriodicCodeQuarter = "quarter (s)"
Dim calPeriodicCodeWeek:calPeriodicCodeWeek = "week (s)"
Dim calPeriodicCodeYear:calPeriodicCodeYear = "year (s)"
Dim calEventTypeOneTime:calEventTypeOneTime = "One-time Event "
Dim calEventTypePeriodic:calEventTypePeriodic = "Periodic Event - Repeat every "
Dim calEventTypeMonthlyLogicalStart:calEventTypeMonthlyLogicalStart = "Monthly Event - Repeat on the "
Dim calEventTypeMonthlyLogicalEnd:calEventTypeMonthlyLogicalEnd = " of the month."
Dim calEventTypeMonthlyActualStart:calEventTypeMonthlyActualStart = "Monthly Event - Repeat on day "
Dim calEventTypeMonthlyActualEnd:calEventTypeMonthlyActualEnd = "of every %input% month."
Dim calEventTypeAnniversary:calEventTypeAnniversary = "Anniversary - Repeat on this date: "
Dim calAddErrorPeriodic:calAddErrorPeriodic = "Invalid Periodic Event!"
Dim calAddErrorDate:calAddErrorDate = "Invalid Date Specified!"
Dim calAddErrorInvalidRange:calAddErrorInvalidRange = "Event End Time Must Be Later than Start Time!"
Dim calDayBy:calDayBy = "By Member: "
Dim calMonthView:calMonthView = "Month View"
Dim calDayView:calDayView = "Day View"
Dim calTodayHasNoEvent:calTodayHasNoEvent = "There is no event scheduled for today."
Dim calNoBirthdaysToday:calNoBirthdaysToday = "No birthdays for today."
Dim calNoAnnouncementsToday:calNoAnnouncementsToday = "No announcements for today."
Dim memGroupDesc(3)
memGroupDesc(1) = "Hidden Group"
memGroupDesc(2) = "Private Group"
memGroupDesc(3) = "Public Group"
Dim memViewAll:memViewAll = "ALL"
Dim memViewAllGroup:memViewAllGroup = "View All Groups"
Dim memNoGroupFilter:memNoGroupFilter = "No Group Filter"
Dim memGroupNameDesc:memGroupNameDesc = "Group Name"
Dim memGroupDescDesc:memGroupDescDesc = "Group Description"
Dim memGroupWelcomeMsg:memGroupWelcomeMsg = "Welcome Message"
Dim memGroupWelcomeEnable:memGroupWelcomeEnable = "Enable Welcome Message?"
Dim memGroupWelcomeMsgQ:memGroupWelcomeMsgQ = "Use the parameters on the left to customize the welcome message (e-mail).\n\n"&_
"The first line you input in the textbox will be used as the subject of the welcome message.\n\n"&_
"Welcome message will be sent to members when you approve their applications."
Dim memGroupAllowApplication:memGroupAllowApplication = "Allow membership application?"
Dim memGroupManagerDesc:memGroupManagerDesc = "Group Manager"
Dim memGroupEditError:memGroupEditError = "*Duplicate Group Name!"
Dim memGroupNameEmptyError:memGroupNameEmptyError = "Group Name cannot be empty!"
Dim memGroupJoinDesc:memGroupJoinDesc = "Join"
Dim memGroupJoinDenied:memGroupJoinDenied = "Group member application is disabled!"
Dim memGroupJoinPending:memGroupJoinPending = "You already applied for membership.\n\nSend a message again to the group manager?"
Dim memGroupJoinAlreadyMember:memGroupJoinAlreadyMember = "You already is a member of this group!"
Dim memGroupJoinSuccess:memGroupJoinSuccess = "Application Submitted!\n\nYou can send a message to the Group Manager to expedite the application process. \n\nSend a message?"
Dim memGroupJoinSubject:memGroupJoinSubject = "Please approve my membership application."
Dim memGroupViewDesc:memGroupViewDesc = "Group View"
Dim memGroupNoGroupDesc:memGroupNoGroupDesc="There is no user group defined."
Dim memGroupIsMember:memGroupIsMember = "Already a member"
Dim memGroupIsNotMember:memGroupIsNotMember = "Not a member yet"
Dim memGroupViewMember:memGroupViewMember = "View Group Member"
Dim memGroupEditGroup:memGroupEditGroup = "Edit Group Property"
Dim memGroupPendingMember:memGroupPendingMember = "Pending Members"
Dim memGroupPendingDate:memGroupPendingDate = "Date Submitted"
Dim memGroupGMHeader:memGroupGMHeader = "Description"
Dim memGroupJoinPendingDesc:memGroupJoinPendingDesc = "pending"
Dim memGroupPendingDesc:memGroupPendingDesc = "Group Manager will approve your application in a while."
Dim memGroupGMOption:memGroupGMOption = "Please review application: "
Dim memGroupApprove:memGroupApprove = "Approve!"
Dim memGroupDisapprove:memGroupDisapprove = "Disapprove!"
Dim memGroupApproveSuccess:memGroupApproveSuccess = "The member has been added to the group successfully!"
Dim memGroupDisapproveSuccess:memGroupDisapproveSuccess = "The member has been removed from the pending list\n\nDo you wish to send a reason?"
Dim memGroupDisapproveSubject:memGroupDisapproveSubject = "Sorry, I cannot approve your application."
Dim onlineViewCalendar:onlineViewCalendar = "Viewing Calendar"
Dim onlinePostEvent:onlinePostEvent = "Posting Events"
Dim memGroupInfo:memGroupInfo = "Group Membership"
Dim memNotInAnyGroup:memNotInAnyGroup = "This person is not in any user group"
'***************************************************************************
'''' 2.01.01
Dim upfileDelDesc:upfileDelDesc = "Delete Files"
Dim upfileMaxNumReached:upfileMaxNumReached = "You can only upload {num} files per message."
Dim moresmileyDesc:moresmileyDesc = "more smileys"
Dim previewGoBack:previewGoBack = "Go back to post"
Dim previewSubmit:previewSubmit = "Submit the post"
Dim profRealName:profRealName = "Real Name"
Dim profChangePass:profChangePass = "Change password"
Dim changePassOld:changePassOld = "Old password"
Dim changePassNew:changePassNew = "New password"
Dim changePassConfirm:changePassConfirm = "New password again"
Dim changePassSuccess:changePassSuccess = "Password is changed successfully."
Dim changePassFail:changePassFail = "Password change failed."
Dim fakeFullDesc:fakeFullDesc = "Full Version"
Dim fakeTextDesc:fakeTextDesc = "Text Version"
Dim profMyPref:profMyPref = "My Preference"
Dim profAdditional:profAdditional = "Additional Info"
Dim profAdditionalHide:profAdditionalHide = "Hide this field?"
Dim profAdditionalForAdminOnly:profAdditionalForAdminOnly = "Only Admins can view this data"
'***************************************************************************
'''' 2.0.5
Dim lostpassConfirmed:lostpassConfirmed = "Your password has been reset. An e-mail containing your username and the NEW password has also been sent to you.
Please note, your old password will not work from now on."
Dim regConfirmPassDesc:regConfirmPassDesc = "Please confirm your request to reset your password by filling out the e-mail + temporary password."
Dim loginFailedReason(5)
loginFailedReason(1) = "Your account has been banned.
If you believe this is a mistake, you can contact forum admin for more information."
loginFailedReason(2) = "
There is no such user in our database
You can click here to register an account."
loginFailedReason(3) = "
The password you input was incorrect.
Note: password is case-sensitive.
You can either try again or reset your password."
loginFailedReason(4) = "
Your account has not been activated.
You need to find out the registeration confirmation e-mail sent to you when you registered and then follow the instruction to activate your account."
loginFailedReason(5) = "
Your account has not been activated.
The forum administrator did not approve your registration/change of e-mail address."
%>
<%
'### new language interface ###'
'The new language interface allows you to add one additional language with the software
'syntax = lanProfile(1stDim,2ndDim)
'1stDim : 0 = characterset; 1 = name of the language (shown in user's profile)
'2ndDim : default is 1 (supports 2 languages), you can modify it to support additional languages
'If you choose to add more languages, make sure you have the corresponding language files,
'and then follow the code below to add additional interfaces.
'Additional languages will slow down the compilation time of the ASP script.
'By default, we disable the language interface.
Dim lanProfile(1,1) ' ## you can add language interface here by increasing the second dimension
Dim lanCookie:lanCookie = request.cookies(dbName&"lanProfile")&""
lanProfile(0,0) = forumDefaultCharSet
lanProfile(1,0) = "English"
'lanProfile(0,1) = "Big5"
'lanProfile(1,1) = "Chinese"
If lanCookie = lanProfile(1,1) and lanCookie<>"" and not isEmpty(lanProfile(1,1)) then
response.charset = lanProfile(0,1)
'/!--#include file ="language_1.asp"--> move this line below, between the ASP delimiters
%>
<%
'Elseif lanCookie = lanProfile(1,2) and lanCookie<>"" and not isEmpty(lanProfile(1,2)) then
' ## If you have additional languages, include the language file below between the ASP delimiters
%>
<%
end if
'### end of new language interface ###'
%>