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/polish.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 Kategorie"); DEFINE("EASYFAQ_CAT_GENERAL_DESCRIPTION", "Wybierz ketgoriê:"); DEFINE("EASYFAQ_SUBCAT_GENERAL_DESCRIPTION", "Wybierz kategoriê:"); /** showCopyright **/ DEFINE("EASYFAQ_POWERED_BY", "Powered by"); /** setHelpful **/ DEFINE('EASYFAQ_ALLREADY_HULPFUL', 'Ju¿ odda³e¶ g³os na to FAQ'); DEFINE('EASYFAQ_VOTE_ADDED', 'Twój g³os zosta³ zapisany'); DEFINE('EASYFAQ_USEFUL', 'pomocne'); DEFINE('EASYFAQ_UNUSEFUL', 'nieprzydatne'); DEFINE('EASYFAQ_FOUND_USEFULL', '%s z %s g³osuj±cych uwa¿a to FAQ za pomocne.'); DEFINE('EASYFAQ_I_FOUND', 'Twoim zdaniem to FAQ jest:'); /** editFaq **/ DEFINE("EASYFAQ_EDIT", "Edytuj FAQ"); DEFINE("EASYFAQ_ADD", "Dodaj FAQ"); DEFINE("EASYFAQ_EDIT_FAQ", "Edytuj szczegó³y FAQ"); DEFINE("EASYFAQ_TITLE", "Tytu³"); DEFINE("EASYFAQ_CATEGORIE", "Kategoria"); DEFINE("EASYFAQ_INTROTEXT", "Introtext (wymagane)"); DEFINE("EASYFAQ_MAINTEXT", "Tekst g³ówny (opcjonalnie)"); DEFINE("EASYFAQ_PARAMETERS", "Parametry"); DEFINE("EASYFAQ_PUBLISHED", "Opublikowany"); DEFINE("EASYFAQ_CREATED_BY", "Dodany przez"); DEFINE("EASYFAQ_AUTHOR_ALIAS", "Login autora"); ?>