// -------------------------
// --------- title ---------
// -------------------------
// admin page
// #########
$title_1001 = "Administrator Login";
$title_1002 = "Administrator Area";
$title_1003 = "Add a Category";
$title_1004 = "View Categories";
$title_1005 = "Modify a Category";
$title_1006 = "Delete Categories";
$title_1011 = "Add a Link";
$title_1012 = "View Links";
$title_1013 = "Modify a Link";
$title_1014 = "Delete Links";
$title_1015 = "Validate a Link";
$title_1016 = "Modify a Link before validation";
$title_1017 = "Delete a Links before validation";
$title_1018 = "Find Duplicate Links";
$title_1019 = "Search Links";
$title_1021 = "Validate a Review";
$title_1022 = "Modify a Review before validation";
$title_1031 = "View Search Log";
$title_1041 = "Application Setup";
$title_1051 = "Create Tables";
$title_1052 = "Verify Tables";
$title_1053 = "Drop Tables";
$title_1054 = "Import Tables";
$title_1055 = "Export Tables";
// ----------------------------------
// --------- error messages ---------
// ----------------------------------
// main page
// #########
// add and edit review
$error_msg_051 = "Name field is required";
$error_msg_052 = "Email field is required";
$error_msg_053 = "Invalid email pattern";
$error_msg_054 = "Review field is required";
$error_msg_055 = "Rating field is required";
// modify link
$error_msg_071 = "Url field can not be empty, please enter your url";
$error_msg_072 = "Your url is not found. If you are certain your link exists try to add or remove the www extension when entering your site url.";
// login
$error_msg_1001 = "Username field is required";
$error_msg_1002 = "Password is required";
$error_msg_1003 = "Login failed";
// add category
$error_msg_1051 = "Category name is required";
// modify category
$error_msg_1100 = "Category name is required";
// add & modify link
$error_msg_1150 = "Title field is required";
$error_msg_1151 = "Url field is required";
$error_msg_1152 = "Description field is required";
$error_msg_1153 = "Contact name field is required";
$error_msg_1154 = "Email field is required";
$error_msg_1155 = "Invalid email pattern";
$error_msg_1156 = "Category field is required";
$error_msg_1157 = "Bid value must be in currency format";
$error_msg_1158 = "Incorrect password";
// application setup
$error_msg_1201 = "Executable files not found in base path";
$error_msg_1202 = "Template files not found in template path";
// ----------------------------------
// --------- other messages ---------
// ----------------------------------
// admin page - delete category - process list
$msg_1001 = "<%category_name%> .... failed : There're links inside this category
";
$msg_1002 = "<%category_name%> .... deleted
";
// add new category
$msg_1003 = "New category has been added";
// edit category
$msg_1004 = "Category has been changed";
// delete category
$msg_1005 = "There is no category deleted";
// add new link
$msg_1006 = "New link has been added";
// edit link
$msg_1007 = "Link has been changed";
// delete link
$msg_1008 = "There is no link deleted";
$msg_1009 = "Link has been deleted";
// admin page - validate link
$msg_1011 = "New";
$msg_1012 = "Modify";
// link approved
$msg_1013 = "<%title%> .... Approved
";
// link rejected
$msg_1014 = "<%title%> .... Rejected
";
// nothing approved nor rejected
$msg_1015 = "There's no link approved nor rejected";
// edit link validation
$msg_1018 = "Link Validation has been changed";
// admin page - display 'Top' at view and modify category
$msg_1016 = "Home";
// admin page - display 'Main Category' at pulldown category list at add and modify category
$msg_1017 = "Main Category";
// display category header in search result
//$msg_1020 = "
';
$msg_1102 = "hot";
$msg_1103 = "top rated";
$msg_1104 = "premium!";
// icon for rating
$msg_1111 = "Poor";
$msg_1112 = "Fair";
$msg_1113 = "Good";
$msg_1114 = "Very Good";
$msg_1115 = "Excellent!";
$msg_1116 = "n/a";
// email subject - add link - to link owner
$msg_2001 = "Your new link submission in ADD YOUR SITE FREE SUBMIT";
// email from - add link - to link owner
$msg_2002 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - add link - to administrator
$msg_2003 = "Someone has submit a new link";
// email from - add link - to administrator
$msg_2004 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - modify link - to link owner
$msg_2005 = "Your modify link submission";
// email from - modify link - to link owner
$msg_2006 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - modify link - to administrator
$msg_2007 = "Someone has submit a modify link in INDEXU";
// email from - modify link - to administrator
$msg_2008 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - new link approved - to link owner
$msg_2009 = "Your new link submission has been accepted";
// email from - new link approved - to link owner
$msg_2010 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - modify link approved - to link owner
$msg_2011 = "Your modify link submission has been accepted";
// email from - new modify approved - to link owner
$msg_2012 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - link rejected - to link owner
$msg_2013 = "Your link has been rejected";
// email from - link rejected - to link owner
$msg_2014 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - send password - to link owner
$msg_2015 = "Your password";
// email from - send password - to link owner
$msg_2016 = "ADD YOUR SITE FREE SUBMIT X-Mailer <$admin_email>";
// email subject - review link - to link owner
$msg_2017 = "Someone has submit a review link";
// email from - review link - to link owner
$msg_2018 = "ADD YOUR SITE FREE SUBMIT <$admin_email>";
// admin page - verifying tables
$msg_1031 = "Verifying table : <%table_name%> ... OkDONE.";
// admin page - droping tables
$msg_1034 = "Droping table : <%table_name%> ... Ok
";
$msg_1035 = "Droping table : <%table_name%> ... Failed
";
// admin page - droping tables
$msg_1036 = "Creating table : <%table_name%> ... Ok
";
$msg_1037 = "Creating table : <%table_name%> ... Failed
";
// admin page - importing tables
$msg_1038 = "Bad data structure or duplicate entry (key) in line <%line%>
";
?>