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

51 lines
1.9 KiB
PHP

<?php
/**
* Internationalisation file for the CategoryTree extension
*
* @package MediaWiki
* @subpackage Extensions
* @author editors of is.wikipedia
* @copyright 2006 editors of is.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']= 'Flokkatré';
$messages['categorytree-tab']= 'Tré';
$messages['categorytree-header']=
"Enter a category name to see its contents as a tree structure.
Note that this requires advanced JavaScript functionality known as AJAX.
If you have a very old browser, or have JavaScript disabled, it will not work.
";
$messages['categorytree-category']= 'Flokkur';
$messages['categorytree-go']= 'Sýna tré';
$messages['categorytree-parents']= 'Parents';
$messages['categorytree-mode-categories']= 'categories only';
$messages['categorytree-mode-pages']= 'pages except images';
$messages['categorytree-mode-all']= 'all pages';
$messages['categorytree-collapse']= 'fela';
$messages['categorytree-expand']= 'sýna';
$messages['categorytree-load']= 'load';
$messages['categorytree-loading']= 'loading';
$messages['categorytree-nothing-found']= 'nothing found';
$messages['categorytree-no-subcategories']= 'no subcategories';
$messages['categorytree-no-pages']= 'no pages or subcategories';
$messages['categorytree-not-found']= "Category <i>$1</i> not found";
$messages['categorytree-show-list'] = "Sýna sem lista";
$messages['categorytree-show-tree'] = "Sýna sem tré";
$messages['categorytree-too-many-subcats'] = "Get ekki sýnt undirflokka sem tré, eir eru of margir.";
?>