Permalink
Cannot retrieve contributors at this time
<?php | |
/*"****************************************************************************************************** | |
* (c) 2004-2006 by MulchProductions, www.mulchprod.de * | |
* (c) 2007-2016 by Kajona, www.kajona.de * | |
* Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt * | |
*-------------------------------------------------------------------------------------------------------* | |
* $Id$ * | |
********************************************************************************************************/ | |
//Edited with Kajona Language Editor GUI, see www.kajona.de and www.mulchprod.de for more information | |
//Kajona Language Editor Core Build 385 | |
//editable entries | |
$lang["_faqs_search_resultpage_"] = "Result page"; | |
$lang["_faqs_search_resultpage_hint"] = "This page shows the FAQs which where found by the search."; | |
$lang["delete_faq_question"] = "Do you really want to delete the FAQ "<b>%%element_name%%</b>"?"; | |
$lang["faq_titel_faq"] = "FAQ"; | |
$lang["form_faqs_answer"] = "Answer"; | |
$lang["form_faqs_question"] = "Question"; | |
$lang["form_faqs_cats"] = "Category"; | |
$lang["kat_anzeigen"] = "Show category"; | |
$lang["kat_ausblenden"] = "Show/hide categories"; | |
$lang["modul_titel"] = "FAQs"; | |
$lang["modul_titel_cat"] = "FAQ-category"; | |
$lang["modul_titel_faq"] = "FAQ"; | |
$lang["action_new_faq"] = "Create FAQ"; | |
$lang["quickhelp_edit_cat"] = "At the moment you just can define the title of a category."; | |
$lang["quickhelp_edit_faq"] = "You can edit the basic data of a FAQ by creating or editing it. The basic data contains the question and the answer. Furthermore the belongings to the categories can be changed here."; | |
$lang["quickhelp_list"] = "All FAQs and categories are listed here.<br />The first part contains the categories, the second one the FAQs.<br />To show all FAQs for a specific category you can choose it by clicking on '".$lang["kat_anzeigen"]."'."; | |
$lang["quickhelp_new_cat"] = "At the moment you just can define the title of a category."; | |
$lang["quickhelp_new_faq"] = "You can edit the basic data of a FAQ by creating or editing it. The basic data contains the question and the answer. Furthermore the belongings to the categories can be changed here."; | |
//non-editable entries | |
$lang["permissions_header"] = array(0 => "View", 1 => "Edit", 2 => "Delete", 3 => "Permissions", 4 => "Rating", 5 => "", 6 => "", 7 => "", 8 => ""); |