CategoryTree.i18n.php #1

  • //
  • guest/
  • matt_attaway/
  • mediawiki/
  • extensions/
  • CategoryTree/
  • CategoryTree.i18n.php
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<?php

/**
 * Internationalisation file for the CategoryTree extension
 *
 * @addtogroup Extensions
 * @author Daniel Kinzler, brightbyte.de
 * @copyright © 2006 Daniel Kinzler
 * @licence GNU General Public Licence 2.0 or later
 */

$messages['categorytree']= 'CategoryTree';
$messages['categorytree-tab']= 'Tree';
$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']= 'Category';
$messages['categorytree-go']= 'Show Tree';
$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']= 'collapse';
$messages['categorytree-expand']= 'expand';
$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-error'] = 'Problem loading data.';
$messages['categorytree-retry'] = 'Please wait a moment and try again.';

$messages['categorytree-show-list'] = "Show as list";
$messages['categorytree-show-tree'] = "Show as tree";
$messages['categorytree-too-many-subcats'] = "Can't show subcategories as a tree, there's too many of them.";


# Change User Description Committed
#1 8318 Matt Attaway Get the latest changes from @sam_stafford's version of the Mediawiki plugin
//guest/sam_stafford/mediawiki/extensions/CategoryTree/CategoryTree.i18n.php
#1 6192 Sam Stafford A handful of Mediawiki extensions, skins, and whatnot.
 Not all of
these are authored by me, but I want them all in one place and I need
to keep track of any tweaks made.