<?php
// $Id: main.php,v 1.2 2003/12/17 09:42:25 gij Exp $
//%%%%%% Module Name phpBB %%%%%
define("_MD_XHNEWBB_UPDATE","Update");
define("_MD_XHNEWBB_UPDATED","Updated");
//functions.php
define("_MD_XHNEWBB_ERROR","Error");
define("_MD_XHNEWBB_NOPOSTS","No Posts");
define("_MD_XHNEWBB_GO","Go");
//index.php
define("_MD_XHNEWBB_FORUM","Forum");
define("_MD_XHNEWBB_WELCOME","Welcome to %s Forum.");
define("_MD_XHNEWBB_TOPICS","Topics");
define("_MD_XHNEWBB_POSTS","Posts");
define("_MD_XHNEWBB_LASTPOST","Last Post");
define("_MD_XHNEWBB_MODERATOR","Moderator");
define("_MD_XHNEWBB_NEWPOSTS","New posts");
define("_MD_XHNEWBB_NONEWPOSTS","No new posts");
define("_MD_XHNEWBB_PRIVATEFORUM","Private forum");
define("_MD_XHNEWBB_BY","by"); // Posted by
define("_MD_XHNEWBB_TOSTART","To start viewing messages, select the forum that you want to visit from the selection below.");
define("_MD_XHNEWBB_TOTALTOPICSC","Total Topics: ");
define("_MD_XHNEWBB_TOTALPOSTSC","Total Posts: ");
define("_MD_XHNEWBB_TIMENOW","The time now is %s");
define("_MD_XHNEWBB_LASTVISIT","You last visited: %s");
define("_MD_XHNEWBB_ADVSEARCH","Advanced Search");
define("_MD_XHNEWBB_POSTEDON","Posted on: ");
define("_MD_XHNEWBB_SUBJECT","Subject");
//page_header.php
define("_MD_XHNEWBB_MODERATEDBY","Moderated by");
define("_MD_XHNEWBB_SEARCH","Search");
define("_MD_XHNEWBB_SEARCHRESULTS","Search Results");
define("_MD_XHNEWBB_FORUMINDEX","Forum Index");
define("_MD_XHNEWBB_ALLTOPICSINDEX","Topic Index");
define("_MD_XHNEWBB_POSTNEW","Post New Message");
define("_MD_XHNEWBB_REGTOPOST","Register To Post");
//search.php
define("_MD_XHNEWBB_KEYWORDS","Keywords:");
define("_MD_XHNEWBB_SEARCHANY","Search for ANY of the terms");
define("_MD_XHNEWBB_SEARCHALL","Search for ALL of the terms");
define("_MD_XHNEWBB_SEARCHALLFORUMS","Search All Forums");
define("_MD_XHNEWBB_FORUMC","Forum");
define("_MD_XHNEWBB_SORTBY","Sort by");
define("_MD_XHNEWBB_DATE","Date");
define("_MD_XHNEWBB_TOPIC","Topic");
define("_MD_XHNEWBB_USERNAME","Username");
define("_MD_XHNEWBB_SEARCHIN","Search in");
define("_MD_XHNEWBB_BODY","Body");
define("_MD_XHNEWBB_NOMATCH","No records match that query. Please broaden your search.");
define("_MD_XHNEWBB_POSTTIME","Post Time");
//viewforum.php
define("_MD_XHNEWBB_LATESTPOST","latest");
define("_MD_XHNEWBB_REPLIES","Replies");
define("_MD_XHNEWBB_POSTER","Poster");
define("_MD_XHNEWBB_VIEWS","Views");
define("_MD_XHNEWBB_MORETHAN","New posts [ Popular ]");
define("_MD_XHNEWBB_MORETHAN2","No New posts [ Popular ]");
define("_MD_XHNEWBB_TOPICSTICKY","Topic is Sticky");
define("_MD_XHNEWBB_TOPICLOCKED","Topic is Locked");
define("_MD_XHNEWBB_LEGEND","Legend");
define("_MD_XHNEWBB_NEXTPAGE","Next Page");
define("_MD_XHNEWBB_SORTEDBY","Sorted by");
define("_MD_XHNEWBB_FORUMNAME","forum name");
define("_MD_XHNEWBB_TOPICTITLE","topic title");
define("_MD_XHNEWBB_NUMBERREPLIES","number of replies");
define("_MD_XHNEWBB_TOPICPOSTER","topic poster");
define("_MD_XHNEWBB_LASTPOSTTIME","last post time");
define("_MD_XHNEWBB_ASCENDING","Ascending order");
define("_MD_XHNEWBB_DESCENDING","Descending order");
define("_MD_XHNEWBB_FROMLASTDAYS","From last %s days");
define("_MD_XHNEWBB_THELASTYEAR","From the last year");
define("_MD_XHNEWBB_BEGINNING","From the beginning");
define("_MD_XHNEWBB_WHRSOLVED","Status:");
define("_MD_XHNEWBB_SOLVEDNO","UnSolved");
define("_MD_XHNEWBB_SOLVEDYES","Solved");
define("_MD_XHNEWBB_SOLVEDBOTH","Both");
//viewtopic.php
define("_MD_XHNEWBB_AUTHOR","Author");
define("_MD_XHNEWBB_LOCKTOPIC","Lock this topic");
define("_MD_XHNEWBB_UNLOCKTOPIC","Unlock this topic");
define("_MD_XHNEWBB_STICKYTOPIC","Make this topic Sticky");
define("_MD_XHNEWBB_UNSTICKYTOPIC","Make this topic UnSticky");
define("_MD_XHNEWBB_MOVETOPIC","Move this topic");
define("_MD_XHNEWBB_DELETETOPIC","Delete this topic");
define("_MD_XHNEWBB_TOP","Top");
define("_MD_XHNEWBB_PARENT","Parent");
define("_MD_XHNEWBB_PREVTOPIC","Previous Topic");
define("_MD_XHNEWBB_NEXTTOPIC","Next Topic");
define("_MD_XHNEWBB_MARK_TURNON","mark this topic");
define("_MD_XHNEWBB_MARK_TURNOFF","unmark this topic");
define("_MD_XHNEWBB_UPPERTOPIC","top of the posts"); //jidaikobo
define("_MD_XHNEWBB_LOWERTOPIC","bottom of the posts"); //jidaikobo
//forumform.inc
define("_MD_XHNEWBB_ABOUTPOST","About Posting");
define("_MD_XHNEWBB_ANONCANPOST","<b>Anonymous</b> users can post new topics and replies to this forum");
define("_MD_XHNEWBB_PRIVATE","This is a <b>Private</b> forum.<br />Only users with special access can post new topics and replies to this forum");define("_MD_XHNEWBB_REGCANPOST","All <b>Registered</b> users can post new topics and replies to this forum");
define("_MD_XHNEWBB_MODSCANPOST","Only <B>Moderators and Administrators</b> can post new topics and replies to this forum");
define("_MD_XHNEWBB_PREVPAGE","Previous Page");
define("_MD_XHNEWBB_QUOTE","Quote");
// ERROR messages
define("_MD_XHNEWBB_ERRORFORUM","ERROR: Forum not selected!");
define("_MD_XHNEWBB_ERRORPOST","ERROR: Post not selected!");
define("_MD_XHNEWBB_NORIGHTTOPOST","You don't have the right to post in this forum.");
define("_MD_XHNEWBB_NORIGHTTOACCESS","You don't have the right to access this forum.");
define("_MD_XHNEWBB_ERRORTOPIC","ERROR: Topic not selected!");
define("_MD_XHNEWBB_ERRORCONNECT","ERROR: Could not connect to the forums database.");
define("_MD_XHNEWBB_ERROREXIST","ERROR: The forum you selected does not exist. Please go back and try again.");
define("_MD_XHNEWBB_ERROROCCURED","An Error Occured");
define("_MD_XHNEWBB_COULDNOTQUERY","Could not query the forums database.");
define("_MD_XHNEWBB_FORUMNOEXIST","Error - The forum/topic you selected does not exist. Please go back and try again.");
define("_MD_XHNEWBB_USERNOEXIST","That user does not exist. Please go back and search again.");
define("_MD_XHNEWBB_COULDNOTREMOVE","Error - Could not remove posts from the database!");
define("_MD_XHNEWBB_COULDNOTREMOVETXT","Error - Could not remove post texts!");
//reply.php
define("_MD_XHNEWBB_ON","on"); //Posted on
define("_MD_XHNEWBB_USERWROTE","%s wrote:"); // %s is username
//post.php
define("_MD_XHNEWBB_FORMTITLEINPREVIEW","Post from preview");
define("_MD_XHNEWBB_EDITNOTALLOWED","You're not allowed to edit this post!");
define("_MD_XHNEWBB_EDITEDBY","Edited by");
define("_MD_XHNEWBB_ANONNOTALLOWED","Anonymous user not allowed to post.<br>Please register.");
define("_MD_XHNEWBB_THANKSSUBMIT","Thanks for your submission!");
define("_MD_XHNEWBB_THANKSEDIT","The post is modified");
define("_MD_XHNEWBB_REPLYPOSTED","A reply to your topic has been posted.");
define("_MD_XHNEWBB_HELLO","Hello %s,");
define("_MD_XHNEWBB_URRECEIVING","You are receiving this email because a message you posted on %s forums has been replied to."); // %s is your site name
define("_MD_XHNEWBB_CLICKBELOW","Click on the link below to view the thread:");
define("_MD_XHNEWBB_FMT_GUESTSPOSTHEADER","Post from %s as a guest\n---\n\n");
//forumform.inc
define("_MD_XHNEWBB_YOURNAME","Your Name");
define("_MD_XHNEWBB_LOGOUT","Logout");
define("_MD_XHNEWBB_REGISTER","Register");
define("_MD_XHNEWBB_SUBJECTC","Subject");
define("_MD_XHNEWBB_EDITMODEC","Edit Mode");
define("_MD_XHNEWBB_UNAMEC","Poster");
define("_MD_XHNEWBB_FMT_UNAME","%s");
define("_MD_XHNEWBB_MESSAGEICON","Message Icon");
define("_MD_XHNEWBB_SOLVEDCHECKBOX","Solved");
define("_MD_XHNEWBB_MESSAGEC","Message");
define("_MD_XHNEWBB_OPTIONS","Options");
define("_MD_XHNEWBB_DISABLESMILEY","Disable Smiley");
define("_MD_XHNEWBB_DISABLEHTML","Disable html");
define("_MD_XHNEWBB_NEWPOSTNOTIFY", "Notify me of new posts in this thread");
define("_MD_XHNEWBB_ATTACHSIG","Attach Signature");
define("_MD_XHNEWBB_POST","Post");
define("_MD_XHNEWBB_SUBMIT","Submit");
define("_MD_XHNEWBB_CANCELPOST","Cancel Post");
// forumuserpost.php
define("_MD_XHNEWBB_ADD","Add");
define("_MD_XHNEWBB_REPLY","Reply");
// topicmanager.php
define("_MD_XHNEWBB_YANTMOTFTYCPTF","You are not the moderator of this forum therefore you cannot perform this function.");
define("_MD_XHNEWBB_TTHBRFTD","The topic has been removed from the database.");
define("_MD_XHNEWBB_RETURNTOTHEFORUM","Return to the forum");
define("_MD_XHNEWBB_RTTFI","Return to the forum index");
define("_MD_XHNEWBB_EPGBATA","Error - Please go back and try again.");
define("_MD_XHNEWBB_TTHBM","The topic has been moved.");
define("_MD_XHNEWBB_VTUT","View the updated topic");
define("_MD_XHNEWBB_TTHBL","The topic has been locked.");
define("_MD_XHNEWBB_TTHBS","The topic has been Stickyed.");
define("_MD_XHNEWBB_TTHBUS","The topic has been unStickyed.");
define("_MD_XHNEWBB_VIEWTHETOPIC","View the topic");
define("_MD_XHNEWBB_TTHBU","The topic has been unlocked.");
define("_MD_XHNEWBB_OYPTDBATBOTFTTY","Once you press the delete button at the bottom of this form the topic you have selected, and all its related posts, will be <b>permanently</b> removed.");
define("_MD_XHNEWBB_OYPTMBATBOTFTTY","Once you press the move button at the bottom of this form the topic you have selected, and its related posts, will be moved to the forum you have selected.");
define("_MD_XHNEWBB_OYPTLBATBOTFTTY","Once you press the lock button at the bottom of this form the topic you have selected will be locked. You may unlock it at a later time if you like.");
define("_MD_XHNEWBB_OYPTUBATBOTFTTY","Once you press the unlock button at the bottom of this form the topic you have selected will be unlocked. You may lock it again at a later time if you like.");
define("_MD_XHNEWBB_OYPTSBATBOTFTTY","Once you press the Sticky button at the bottom of this form the topic you have selected will be Stickyed. You may unSticky it again at a later time if you like.");
define("_MD_XHNEWBB_OYPTTBATBOTFTTY","Once you press the unSticky button at the bottom of this form the topic you have selected will be unStickyed. You may Sticky it again at a later time if you like.");
define("_MD_XHNEWBB_MOVETOPICTO","Move Topic To:");
define("_MD_XHNEWBB_NOFORUMINDB","No Forums in DB");
define("_MD_XHNEWBB_DATABASEERROR","Database Error");
define("_MD_XHNEWBB_DELTOPIC","Delete Topic");
// delete.php
define("_MD_XHNEWBB_DELNOTALLOWED","Sorry, but you're not allowed to delete this post.");
define("_MD_XHNEWBB_DELTIMELIMITED","Sorry, it has been expired to delete this post");
define("_MD_XHNEWBB_DELCHILDEXISTS","Sorry, any parent posts cannot be removed.");
define("_MD_XHNEWBB_AREUSUREDEL","Are you sure you want to delete this post and all its child posts?");
define("_MD_XHNEWBB_AREUSUREDELONE","Are you sure you want to delete this post?");
define("_MD_XHNEWBB_POSTSDELETED","Selected post and all its child posts deleted.");
// definitions moved from global.
define("_MD_XHNEWBB_THREAD","Thread");
define("_MD_XHNEWBB_FROM","From");
define("_MD_XHNEWBB_JOINED","Joined");
define("_MD_XHNEWBB_ONLINE","Online");
define("_MD_XHNEWBB_BOTTOM","Bottom");
// cut&paste posts
define('_MD_XHNEWBB_CUTPASTEPOSTS','Cut and paste posts') ;
define('_MD_XHNEWBB_ERROR_PIDLOOP','parent/child loop error') ;
define('_MD_XHNEWBB_CHILDREN_COUNT','child posts') ;
define('_MD_XHNEWBB_CUTPASTEPOSTS_DEST','destinati on post_id') ;
define('_MD_XHNEWBB_CUTPASTEPOSTSDSC','Specify post_id to be parent of this post. 0 means creating a new topic.') ;
define('_MD_XHNEWBB_CUTPASTESUCCESS','The post has been cut and/or pasted successfully') ;
// icon meanings
define('_MD_XHNEWBB_ALT_ICON1','normal') ;
define('_MD_XHNEWBB_ALT_ICON2','unhappy') ;
define('_MD_XHNEWBB_ALT_ICON3','happy') ;
define('_MD_XHNEWBB_ALT_ICON4','raise it') ;
define('_MD_XHNEWBB_ALT_ICON5','lower it') ;
define('_MD_XHNEWBB_ALT_ICON6','report') ;
define('_MD_XHNEWBB_ALT_ICON7','question') ;
define('_MD_XHNEWBB_ALT_SOLVED','(solved)') ;
define('_MD_XHNEWBB_ALT_UNSOLVED','(unsolved)') ;
?>