Your IP : 172.28.240.42


Current Path : /var/www/html/clients/kampol.e-nk.ru/OLD/components/com_easyfaq/language/
Upload File :
Current File : /var/www/html/clients/kampol.e-nk.ru/OLD/components/com_easyfaq/language/dutch.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 Categorieën");
DEFINE("EASYFAQ_CAT_GENERAL_DESCRIPTION", "Selecteer een van de categorieën hieronder:");
DEFINE("EASYFAQ_SUBCAT_GENERAL_DESCRIPTION", "Selecteer een van de categorieën hieronder:");

/** showCopyright **/
DEFINE("EASYFAQ_POWERED_BY", "Powered by");

/** setHelpful **/
DEFINE('EASYFAQ_ALLREADY_HULPFUL', 'Je hebt je mening voor deze FAQ al een keer gegeven');
DEFINE('EASYFAQ_VOTE_ADDED', 'Je mening is opgeslagen');
DEFINE('EASYFAQ_USEFUL', 'nuttig');
DEFINE('EASYFAQ_UNUSEFUL', 'niet nuttig');
DEFINE('EASYFAQ_FOUND_USEFULL', '%s van %s stemmers vond dit artikel nuttig,');
DEFINE('EASYFAQ_I_FOUND', 'ik vond dit artikel');

/** editFaq **/
DEFINE("EASYFAQ_EDIT", "FAQ bewerken");
DEFINE("EASYFAQ_ADD", "FAQ toevoegen");
DEFINE("EASYFAQ_EDIT_FAQ", "Bewerk FAQ details");
DEFINE("EASYFAQ_TITLE", "Titel");
DEFINE("EASYFAQ_CATEGORIE", "Categorie");
DEFINE("EASYFAQ_INTROTEXT", "Introtext (vereist)");
DEFINE("EASYFAQ_MAINTEXT", "Maintext (optioneel)");
DEFINE("EASYFAQ_PARAMETERS", "Parameters");
DEFINE("EASYFAQ_PUBLISHED", "Gepubliceerd");
DEFINE("EASYFAQ_CREATED_BY", "Aangemaakt door");
DEFINE("EASYFAQ_AUTHOR_ALIAS", "Auteur alias");
?>