mediawiki-extensions-Catego.../CategoryTree.i18n.eo.php
Siebrand Mazeland a69912f30d Localisation updates from Betawiki.
* Fixes and additions to 27 extensions for bg, br, csb, da, eo, et, frp, gl, hak, hsb.
2007-09-19 14:30:16 +00:00

45 lines
3.8 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Internationalisation file for the CategoryTree extension
*
* @package MediaWiki
* @subpackage Extensions
* @author editors of eo.wikipedia
* @copyright 2006 editors of eo.wikipedia
* @licence GNU Free Documentation License, Version 1.2
*
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".
*/
$messages = array(
'categorytree' => 'Kategoriarbo',
'categorytree-tab' => 'Arbo',
'categorytree-header' => 'Tajpu kategorinomon por vidi ties entenon en arbforma strukturo. Notu ke tio postulas javaskripatajn funkciojn nomitajn AJAX. Se via foliumilo estas tre malnova au se Javaskripto estas malaktivigita, tio ne funkcios.',
'categorytree-category' => 'Kategorio',
'categorytree-go' => 'Montru arbon',
'categorytree-parents' => 'praul(ar)o',
'categorytree-mode-categories' => 'nur kategorioj',
'categorytree-mode-pages' => 'pagoj krom bildpagoj',
'categorytree-mode-all' => 'ciuj pagoj',
'categorytree-collapse' => 'kunfaldu',
'categorytree-expand' => 'etendu',
'categorytree-load' => 'elsutu',
'categorytree-loading' => 'elsutante',
'categorytree-nothing-found' => 'nenio trovita',
'categorytree-no-subcategories' => 'neniu subkategorio',
'categorytree-no-pages' => 'neniu pago o subkategorio',
'categorytree-not-found' => 'La kategorio <i>$1</i> ne estis trovita.',
'categorytree-error' => 'Problemo sargante datojn',
'categorytree-retry' => 'Bonvolu atendi momenton kaj provi denove.',
'categorytree-show-list' => 'Montru listforme',
'categorytree-show-tree' => 'Montru arbforme',
'categorytree-too-many-subcats' => 'Ne eblas montri subkategoriojn arbforme : estas tro multe da ili.',
);