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/norwegian.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", " Spørsmål og svar"); /** showCat **/ DEFINE("EASYFAQ_FAQ_CATEGORIES", "FAQ Kategorier"); DEFINE("EASYFAQ_CAT_GENERAL_DESCRIPTION", "Vennligst velg en av kategoriene under:"); DEFINE("EASYFAQ_SUBCAT_GENERAL_DESCRIPTION", "Vennligst velg en av kategoriene under:"); /** showCopyright **/ DEFINE("EASYFAQ_POWERED_BY", "Powered by"); /** setHelpful **/ DEFINE('EASYFAQ_ALLREADY_HULPFUL', 'Du har allerede stemt'); DEFINE('EASYFAQ_VOTE_ADDED', 'Din stemme er registrert'); DEFINE('EASYFAQ_USEFUL', 'nyttig'); DEFINE('EASYFAQ_UNUSEFUL', 'unyttig'); DEFINE('EASYFAQ_FOUND_USEFULL', '%s av %s fant dette nyttig,'); DEFINE('EASYFAQ_I_FOUND', 'Jeg syns dette var'); /** 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"); ?>