<? // PHP Simple FAQ English language include v1.0 // // Original English by hide@address.com // admin.php $administration_lang = "Administration"; $bad_password_lang = "Your password was incorrect."; $was_not_listed_lang = "Your email address is not listed."; $area_select_lang = "Select area"; $your_email_lang = "Your email"; $your_password_lang = "Your password"; $add_faq_lang = "Add or Remove FAQs"; $add_category_lang = "Add or Remove Categories"; $add_question_lang = "Remove Questions"; $add_answer_lang = "Remove Answers"; $add_user_lang = "Add Users"; $submit_button_lang = "Submit"; $install_warn_lang = "Please <b>rename or remove</b> install.php."; $available_lang = "is now available"; // manage_faq.php - admin_answer.inc.php $question_category_lang = "Question / Category"; $delete_lang = "Delete"; $manage_answers_lang = "Manage the answers"; $ans_deleted_lang = "The answer has been deleted."; $noans_lang = "No answers to this question."; // manage_faq.php - admin_faq.inc.php $manage_thefaqs_lang = "Manage the FAQs"; $faq_title_lang = "FAQ title"; $addnew_faq_lang = "Add a new FAQ"; $addnew_faq_but_lang = "Add FAQ"; $creator_addfaq_lang = "Creator / Add FAQ"; $faq_created_lang = "The FAQ has been created"; $faq_deleted_lang = "The FAQ has been deleted"; $faq_empty_lang = "The FAQ name is empty"; // manage_faq.php - admin_question.inc.php $manage_questions_lang = "Manage the questions"; $question_category_lang = "Category / Question"; $quesiton_deleted_lang = "The question has been deleted"; // manage_faq.php - admin_category.inc.php $add_category_but_lang = "Add category"; $new_category_lang = "New category"; $manage_categories_lang = "Manage the categories"; $faq_lang = "FAQ"; $category_lang = "Category"; $creator_lang = "Creator"; $cat_created_lang = "The category has been created."; $cat_deleted_lang = "The category has been deleted."; // manage_faq.php - admin_user.inc.php $user_name_lang = "User Name"; $user_password_lang = "User Password"; $confirm_user_lang = "Confirm Password"; $is_admin_lang = "Administrator?"; $user_email_lang = "User email"; $add_user_button_lang = "Add User"; $add_new_user_lang = "Add a new user"; $sucess_lang = "Account created. You may enter another if you wish."; $user_error1_lang = "Passwords do not match or some values are blank."; // install.php $password_check_error = "Passwords do not match or some values are blank."; $config_check_lang = "Be sure you have configured PHP Simple Faq in the file"; $admin_name_lang = "Admin Name"; $admin_password_lang = "Admin Password"; $admin_confirm_lang = "Confirm Password"; $admin_email_lang = "Admin Email"; $install_button_lang = "Install"; $installation_lang = "installation"; $the_table_lang = "The table"; $the_database_lang = "The database"; $has_been_lang = "has been created."; $remove_lang = "Please <b>rename or remove</b> this script after installation."; $proceed_lang = "You will need to add some FAQs now -- proceed to the"; // index.php - faq_fullpage.inc.php $answer_this_lang = "Answer this"; $add_question2_lang = "Add a question"; $no_questions_lang = "No questions in this category"; // index.php - faq_qa.inc.php $add_question3_lang = "Add a question to this category"; $name_check_lang = "Your name or nick"; $view_faq_lang = "View entire FAQ"; $answer_lang = "Answer"; $answers_lang = "Answers"; $question_title_lang = "Question"; $posted_by_lang = "Posted by"; // index.php - faq_index.inc.php $add_category2_lang = "Add a category to this FAQ"; $duplicate_question_lang = "That question has already been entered."; $blank_question_lang = "Your question is blank."; $question_lang = "Question"; $questions_lang = "Questions"; $name_nick_lang = "Your name or nick"; // index.php - faq_answer.inc.php $add_answer2_lang = "Add an answer to this question"; $answer_from_lang = "Answer from"; $duplicate_answer_lang = "That answer has already been entered."; $blank_answer_lang = "Your answer is blank."; $answer_lang = "Answer"; $answers_lang = "Answers"; $asked_by_lang = "Asked by"; $on_lang = "on"; $viewed_lang = "Viewed"; $time_lang = "time"; $times_lang = "times"; // footer.inc.php $admin_index = "Admin Index"; // Email functions $email_question_lang = "A new question has been entered."; $email_answer_lang = "A new answer has been entered."; ?>