CategoryTree.i18n.bs.php #1

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

/**
 * Internationalisation file for the CategoryTree extension
 *
 * @package MediaWiki
 * @subpackage Extensions
 * @author editors of wikipedia
 * @copyright  2006 editors of bs.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']= 'Stablo kategorije';
$messages['categorytree-tab']= 'Stablo';
$messages['categorytree-header']= "Unesite ime kategorije da vidite njen sadržaj kao strukturno stablo. Ovo zahtijeva proširenu JavaScript funkcionalnost kao AJAX. Ako imate neki stariji Internet preglednik, ili ste iskljucili JavaScript, ovo nece raditi.";

$messages['categorytree-category']= 'Kategorija';
$messages['categorytree-go']= 'Prikaži stablo';
$messages['categorytree-parents']= 'Nadkategorije';

$messages['categorytree-mode-categories']= 'samo kategorije';
$messages['categorytree-mode-pages']= 'stranice umjesto slika';
$messages['categorytree-mode-all']= 'sve stranice';

$messages['categorytree-collapse']= 'sakrij';
$messages['categorytree-expand']= 'proširi';
$messages['categorytree-load']= 'ucitaj';
$messages['categorytree-loading']= 'ucitavam';
$messages['categorytree-nothing-found']= 'nema podkategorija';
$messages['categorytree-no-subcategories']= 'nema podkategorija';
$messages['categorytree-no-pages']= 'nema podkategorija ili clanaka';
$messages['categorytree-not-found']= "Category <i>$1</i> not found";

$messages['categorytree-show-list'] = "Prikaži kao listu";
$messages['categorytree-show-tree'] = "Prikaži kao stablo";
$messages['categorytree-too-many-subcats'] = "Ne mogu prikazati podkategorije, previše ih je.";


# 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.bs.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.