Current Path : /var/www/html/clients/kampol.e-nk.ru/OLD/components/com_easyfaq/language/ |
Current File : /var/www/html/clients/kampol.e-nk.ru/OLD/components/com_easyfaq/language/english.php |
<?php /** * @package Easyfaq * @copyright (C) 2006 Joomla-addons.org * @author Websmurf * * -------------------------------------------------------------------------------- * All rights reserved. Easy FAQ Component for Joomla! * * This program is free software; you can redistribute it and/or * modify it under the terms of the Creative Commons - Attribution-NoDerivs 2.5 * license as published by the Creative Commons Organisation * http://creativecommons.org/licenses/by-nd/2.5/. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * -------------------------------------------------------------------------------- **/ defined( '_VALID_MOS' ) or die( 'Restricted access' ); /** other **/ DEFINE("EASYFAQ_GENERAL", ""); /** showFaqByCat **/ DEFINE("EASYFAQ_CAT_TITLE_PREPEND", " FAQ"); /** showCat **/ DEFINE("EASYFAQ_FAQ_CATEGORIES", "FAQ Categories"); DEFINE("EASYFAQ_CAT_GENERAL_DESCRIPTION", "Please select one of the categories below:"); DEFINE("EASYFAQ_SUBCAT_GENERAL_DESCRIPTION", "Please select one of the categories below:"); /** showCopyright **/ DEFINE("EASYFAQ_POWERED_BY", "Powered by"); /** setHelpful **/ DEFINE('EASYFAQ_ALLREADY_HULPFUL', 'You\'ve allready voted for this FAQ item'); DEFINE('EASYFAQ_VOTE_ADDED', 'You\'re opinion has been noted'); DEFINE('EASYFAQ_USEFUL', 'useful'); DEFINE('EASYFAQ_UNUSEFUL', 'not useful'); DEFINE('EASYFAQ_FOUND_USEFULL', '%s of %s voters found this FAQ useful,'); DEFINE('EASYFAQ_I_FOUND', 'I found this FAQ'); /** editFaq **/ DEFINE("EASYFAQ_EDIT", "Edit FAQ"); DEFINE("EASYFAQ_ADD", "Add FAQ"); DEFINE("EASYFAQ_EDIT_FAQ", "Edit FAQ Details"); DEFINE("EASYFAQ_TITLE", "Title"); DEFINE("EASYFAQ_CATEGORIE", "Categorie"); DEFINE("EASYFAQ_INTROTEXT", "Introtext (required)"); DEFINE("EASYFAQ_MAINTEXT", "Maintext (optional)"); DEFINE("EASYFAQ_PARAMETERS", "Parameters"); DEFINE("EASYFAQ_PUBLISHED", "Published"); DEFINE("EASYFAQ_CREATED_BY", "Created by"); DEFINE("EASYFAQ_AUTHOR_ALIAS", "Author alias"); ?>