mediawiki-extensions-Catego.../CategoryTree.i18n.oc.php

43 lines
2 KiB
PHP
Raw Normal View History

<?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 = array(
'categorytree' => 'Arborescéncia de las categorias',
'categorytree-tab' => 'Arborescéncia',
'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.',
'categorytree-category' => 'Categoria',
'categorytree-go' => 'Mostrar l\'arborescéncia',
'categorytree-parents' => 'Subre-categoria(s)',
'categorytree-mode-categories' => 'pas que las categorias',
'categorytree-mode-pages' => 'paginas sens los imatges',
'categorytree-mode-all' => 'totas las paginas',
'categorytree-collapse' => 'Rebatre',
'categorytree-expand' => 'Desplegar',
'categorytree-load' => 'Dobrir',
'categorytree-loading' => 'dobertura...',
'categorytree-nothing-found' => 'Cap de soscategoria',
'categorytree-no-subcategories' => 'Pas de soscategoria',
'categorytree-no-pages' => 'Pas de pagina o de soscategoria',
'categorytree-not-found' => 'La categoria <i>$1</i> es pas estada trobada.',
'categorytree-show-list' => 'Afichar en lista',
'categorytree-show-tree' => 'Afichar en arborescéncia',
'categorytree-too-many-subcats' => 'Impossible d\'afichar las soscategorias jos forma d\'arbre, n\'i a tròp.',
);