mediawiki-extensions-Catego.../CategoryTree.i18n.sk.php
2007-01-23 17:18:36 +00:00

62 lines
2.7 KiB
PHP

<?php
/*
Internationalisation file for the CategoryTree extension
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
Slovak translation by Helix84
This file is licensed under the GPL and the GFDL:
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled "GNU
Free Documentation License".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
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. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
$messages['categorytree']= 'Strom kategórií';
$messages['categorytree-tab']= 'Strom';
$messages['categorytree-header']=
'Zadajte názov kategórie, ktorej obsah sa má zobraziť ako stromová štruktúra.
Majte na pamäti, že táto funkcia vyžaduje JavaScriptovú funkcionalitu známu ako AJAX.
Ak máte veľmi starý prehliadač alebo máte vypnutý JavaScrpt, nebude fungovať.
';
$messages['categorytree-category']= 'Kategória';
$messages['categorytree-go']= 'Spustiť';
$messages['categorytree-parents']= 'Nadradená kategória';
$messages['categorytree-mode-categories']= 'ukáž iba kategórie';
$messages['categorytree-mode-pages']= 'stránky okrem obrázkov';
$messages['categorytree-mode-all']= 'všetky stránky';
$messages['categorytree-collapse']= 'zbaliť';
$messages['categorytree-expand']= 'rozbaliť';
$messages['categorytree-load']= 'načítať';
$messages['categorytree-loading']= 'načítava sa';
$messages['categorytree-nothing-found']= 'nebolo nič nájdené';
$messages['categorytree-no-subcategories']= 'žiadne podkategórie.';
$messages['categorytree-no-pages']= 'žiadne stránky ani podkategórie.';
$messages['categorytree-not-found']= "Kategória <i>$1</i> nenájdená";
$messages['categorytree-show-list'] = "Zobraziť ako zoznam";
$messages['categorytree-ahow-tree'] = "Zobraziť ako strom";
$messages['categorytree-too-many-subcats'] = "Nemôžem zobraziť podkategórie ako strom, je ich príliš veľa.";
?>