mediawiki-extensions-Catego.../CategoryTree.i18n.oc.php
Raimond Spekking 55cc2cbdb5 Encoding fixes for r20619
Removing wikilinks to Wikipedia pages
2007-03-22 16:15:53 +00:00

47 lines
2.1 KiB
PHP

<?php
/**
* Internationalisation file for the CategoryTree extension
*
* @package MediaWiki
* @subpackage Extensions
* @author editors of oc.wikipedia
* @copyright 2006 editors of oc.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['categorytree']= 'Arborescéncia de las categorias';
$messages['categorytree-tab']= 'Arbre';
$messages['categorytree-header']= "Picatz un nom de categoria per veire son contengut en estructura arborescenta. Notatz qu'aquò utiliza de foncionalitats JavaScript avançadas conegudas jol nom d'AJAX. S'avètz un navigaire fòrt vièlh o qu'avètz pas activat lo JavaScript, aquò foncionarà pas.";
$messages['categorytree-category']= 'Categoria';
$messages['categorytree-go']= 'Cargar';
$messages['categorytree-parents']= 'Subre-categoria(s)';
$messages['categorytree-mode-categories']= 'pas que las categorias';
$messages['categorytree-mode-pages']= 'paginas sens los imatges';
$messages['categorytree-mode-all']= 'totas las categorias';
$messages['categorytree-collapse']= 'Rebatre';
$messages['categorytree-expand']= 'Desplegar';
$messages['categorytree-load']= 'Dobrir';
$messages['categorytree-loading']= 'dobertura...';
$messages['categorytree-nothing-found']= 'Cap de soscategoria';
$messages['categorytree-no-subcategories']= 'Pas de soscategoria';
$messages['categorytree-no-pages']= 'Pas de pagina o de soscategoria';
$messages['categorytree-not-found']= "La categoria <i>$1</i> es pas estada trobada.";
$messages['categorytree-show-list'] = "Afichar en lista";
$messages['categorytree-show-tree'] = "Afichar en arborescéncia";
$messages['categorytree-too-many-subcats'] = "Impossible d'afichar las soscategorias jos forma d'arbre, n'i a tròp.";
?>