<?php
$s_menu_faq_link = "FAQ";
$s_plugin_FAQ_add_faq = "Add FAQ";
$s_plugin_FAQ_add_faq_title = "New FAQ";
$s_plugin_FAQ_post_faq_button = "Promote to FAQ";
$s_plugin_FAQ_question = "Question";
$s_plugin_FAQ_answere = "Answer";
$s_plugin_FAQ_delete_faq_sure_msg = "Really delete this FAQ? ";
$s_plugin_FAQ_delete_faq_item_button = "Deletee FAQ";
$s_plugin_FAQ_edit_faq_title = "Edit FAQ";
$s_plugin_FAQ_update_faq_button = "Update FAQ";
$s_plugin_FAQ_import_faq = "Promote to FAQ";
$s_plugin_FAQ_search_string = "Search whole string";
$s_plugin_FAQ_close_window = "Close Window";
// config section
$s_plugin_FAQ_plugin_format_title = "Mantis FAQ";
$s_plugin_FAQ_plugin_format_config = "Configuration";
$s_plugin_FAQ_plugin_format_promote_text = "Issues can be promoted to FAQ's";
$s_plugin_FAQ_plugin_format_project_text = "Save FAQ by project";
$s_plugin_FAQ_plugin_format_threshold_text = "Minimum treshold to create FAQ";
$s_plugin_FAQ_faq_view_check = "Maintain FAQ before promoting";
$s_plugin_FAQ_faq_view_threshold = "Minimum treshold for viewing FAQ's";
$s_plugin_FAQ_faq_view_window = "Open FAQ's in new window";
$s_plugin_FAQ_plugin_format_enabled = "On";
$s_plugin_FAQ_plugin_format_disabled = "Off";