mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 17:51:00 +00:00
Localisation updates for extension messages from Betawiki (2008-02-03 22:50 CET)
This commit is contained in:
parent
6bddbad132
commit
a412c359d4
|
@ -1,38 +1,12 @@
|
|||
<?php
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de;
|
||||
Czech version contributed anonymously
|
||||
|
||||
This file is licensed under the GPL and the GFDL:
|
||||
|
||||
|
||||
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".
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
/** Czech (Česky)
|
||||
* @author Danny B.
|
||||
* @author Li-sung
|
||||
*/
|
||||
|
||||
$messages = array(
|
||||
'categorytree' => 'Strom kategorií',
|
||||
'categorytree-tab' => 'Strom',
|
||||
'categorytree-desc' => 'Na Ajaxu založená funkce zobrazující obsah kategorie ve stromové struktuře.',
|
||||
'categorytree-header' => 'Zadejte název kategorie k zobrazení jejího obsahu jako stromové struktury.
|
||||
|
||||
(Tato funkce vyžaduje pokročilé funkce JavaScriptu známé jako Ajax. Jestliže máte velmi starý prohlížeč nebo vypnutý JavaScript, nezobrazí se strom správně nebo vůbec.)',
|
||||
|
@ -56,3 +30,4 @@ $messages = array(
|
|||
'categorytree-show-tree' => 'Zobrazit jako strom',
|
||||
'categorytree-too-many-subcats' => 'Podkategorie není možné zobrazit ve stromové struktuře, protože je jich příliš mnoho.',
|
||||
);
|
||||
|
||||
|
|
|
@ -1,38 +1,11 @@
|
|||
<?php
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de;
|
||||
Hornjoserbsce translation by Michawiki and Dundak.
|
||||
|
||||
This file is licensed under the GPL and the GFDL:
|
||||
|
||||
|
||||
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".
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
/** Upper Sorbian (Hornjoserbsce)
|
||||
* @author Michawiki
|
||||
*/
|
||||
|
||||
$messages = array(
|
||||
'categorytree' => 'Kategorijowy štom',
|
||||
'categorytree-tab' => 'Štom',
|
||||
'categorytree-desc' => 'Přisłušk (gadget) na zakładźe AJAX za zwobraznjenje struktury wikija',
|
||||
'categorytree-header' => 'Zapisaj mjeno kategorije, zo by jeje wobsah jako štomowu strukturu widźał. Wobkedźbuj, zo su za to wěste JavaScriptowe funkcije (AJAX) trjeba. Jeli maš jara stary wobhladowak abo jeli JavaScript je wupinjeny, to snano njebudźe fungować.',
|
||||
'categorytree-category' => 'Kategorija',
|
||||
'categorytree-go' => 'Štom pokazać',
|
||||
|
@ -47,10 +20,11 @@ $messages = array(
|
|||
'categorytree-nothing-found' => 'ničo namakane',
|
||||
'categorytree-no-subcategories' => 'žane podkategorije',
|
||||
'categorytree-no-pages' => 'žane strony abo podkategorije',
|
||||
'categorytree-not-found' => 'Kategorija \'\'$1\'\' njenamakana',
|
||||
'categorytree-not-found' => "Kategorija ''$1'' njenamakana",
|
||||
'categorytree-error' => 'Problem při čitanju datow.',
|
||||
'categorytree-retry' => 'Prošu čakaj wokomik a spytaj potom hišće raz.',
|
||||
'categorytree-show-list' => 'Jako lisćinu zwobraznić',
|
||||
'categorytree-show-tree' => 'Jako štom zwobraznić',
|
||||
'categorytree-too-many-subcats' => 'Njemóžno podkategorije jako štom zwobraznić, je přewjele z nich',
|
||||
);
|
||||
|
||||
|
|
|
@ -1,17 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Internationalisation file for the CategoryTree extension
|
||||
*
|
||||
* @addtogroup Extensions
|
||||
* @author Dutch translation by JePe, Siebrand, and Betawiki users. Source file by Daniel Kinzler, brightbyte.de
|
||||
* @copyright © 2006-2007 Daniel Kinzler, JePe, Siebrand, Betawik users
|
||||
* @licence GNU General Public Licence 2.0 or later
|
||||
/** Dutch (Nederlands)
|
||||
* @author Siebrand
|
||||
* @author SPQRobin
|
||||
*/
|
||||
|
||||
$messages = array(
|
||||
'categorytree' => 'Categorieboom',
|
||||
'categorytree-tab' => 'Boom',
|
||||
'categorytree-desc' => 'AJAX-gebaseerde uitbreiding om de categoriestructuur van een wiki te tonen',
|
||||
'categorytree-header' => 'Geef een categorienaam in om de inhoud als een boomstructuur te bekijken.
|
||||
Let op: deze functie gebruikt JavaScript-functionaliteit die bekend staat als AJAX.
|
||||
Als u een erg verouderde browser heeft of JavaScript staat uitgeschakeld, dan werkt deze functie niet.',
|
||||
|
@ -20,18 +15,19 @@ Als u een erg verouderde browser heeft of JavaScript staat uitgeschakeld, dan we
|
|||
'categorytree-parents' => 'Bovenliggende categorieën',
|
||||
'categorytree-mode-categories' => 'alleen categorieën',
|
||||
'categorytree-mode-pages' => 'geen afbeeldingen',
|
||||
'categorytree-mode-all' => 'alle pagina\'s',
|
||||
'categorytree-mode-all' => "alle pagina's",
|
||||
'categorytree-collapse' => 'inklappen',
|
||||
'categorytree-expand' => 'uitklappen',
|
||||
'categorytree-load' => 'laden',
|
||||
'categorytree-loading' => 'aan het laden',
|
||||
'categorytree-nothing-found' => 'Deze categorie heeft geen ondercategorieën.',
|
||||
'categorytree-no-subcategories' => 'Geen ondercategorieën.',
|
||||
'categorytree-no-pages' => 'Geen pagina\'s of ondercategorieën.',
|
||||
'categorytree-not-found' => 'Categorie \'\'$1\'\' niet gevonden',
|
||||
'categorytree-no-pages' => "Geen pagina's of ondercategorieën.",
|
||||
'categorytree-not-found' => "Categorie ''$1'' niet gevonden",
|
||||
'categorytree-error' => 'Probleem bij het laden van de gegevens.',
|
||||
'categorytree-retry' => 'Wacht alstublieft even en probeer het dan opnieuw.',
|
||||
'categorytree-show-list' => 'Toon als lijst',
|
||||
'categorytree-show-tree' => 'Toon als boomstructuur',
|
||||
'categorytree-too-many-subcats' => 'Kan de ondercategorieën niet als boomstructuur tonen, er zijn er te veel.',
|
||||
);
|
||||
|
||||
|
|
15
CategoryTree.i18n.pam.php
Normal file
15
CategoryTree.i18n.pam.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/** Pampanga (Kapampangan)
|
||||
* @author SPQRobin
|
||||
*/
|
||||
$messages = array(
|
||||
'categorytree-mode-pages' => 'bulung liban kareng larawan',
|
||||
'categorytree-mode-all' => 'Eganaganang bulung',
|
||||
'categorytree-collapse' => 'ilati',
|
||||
'categorytree-expand' => 'paragulan',
|
||||
'categorytree-load' => 'lulan',
|
||||
'categorytree-loading' => 'Lululan',
|
||||
'categorytree-nothing-found' => 'alang meyakit',
|
||||
'categorytree-show-list' => 'Pakit ya antimong listaan o talaan',
|
||||
);
|
||||
|
|
@ -1,42 +1,14 @@
|
|||
<?php
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
|
||||
This file is licensed under the GPL and the GFDL:
|
||||
|
||||
|
||||
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".
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** Portuguese (Português)
|
||||
* @author Waldir Pimenta
|
||||
* @author Lugusto
|
||||
* @author 555
|
||||
* @author Malafaya
|
||||
*/
|
||||
$messages = array(
|
||||
'categorytree' => 'Árvore de categorias',
|
||||
'categorytree-tab' => 'Árvore',
|
||||
'categorytree-desc' => 'Acessório (gadget) baseado em AJAX que apresenta a estrutura de um wiki',
|
||||
'categorytree-header' => 'Insira o nome de uma categoria para ver seu conteúdo como uma estrutura de "árvore".
|
||||
Note que isso requer funcionalidades avançadas de JavaScript (como, por exemplo, AJAX).
|
||||
Caso o seu navegador seja razoavelmente antigo, ou, caso JavaScript esteja desabilitado em seu navegador, isto não funcionará.
|
||||
|
@ -61,3 +33,4 @@ Caso o seu navegador seja razoavelmente antigo, ou, caso JavaScript esteja desab
|
|||
'categorytree-show-tree' => 'Exibir como árvore',
|
||||
'categorytree-too-many-subcats' => 'Não é possível exibir as subcategorias no modo de árvore, existem muitas subcategorias.',
|
||||
);
|
||||
|
||||
|
|
24
CategoryTree.i18n.st.php
Normal file
24
CategoryTree.i18n.st.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/** Southern Sotho (Sesotho)
|
||||
* @author SPQRobin
|
||||
*/
|
||||
$messages = array(
|
||||
'categorytree' => 'Lenane le Mekga',
|
||||
'categorytree-tab' => 'Lenane',
|
||||
'categorytree-category' => 'Mokga',
|
||||
'categorytree-go' => 'Mpontshe lenane',
|
||||
'categorytree-mode-categories' => 'mekga feela',
|
||||
'categorytree-mode-pages' => 'maqephe ntle le ditshwantsho',
|
||||
'categorytree-collapse' => 'Nyenyefatsa',
|
||||
'categorytree-expand' => 'Hodisa',
|
||||
'categorytree-load' => 'jara',
|
||||
'categorytree-loading' => 'le ntse le jarwa',
|
||||
'categorytree-nothing-found' => 'Ha ho a fumanwa letho',
|
||||
'categorytree-no-subcategories' => 'ntle le mekgana',
|
||||
'categorytree-no-pages' => 'ntle le maqephe le mekgana',
|
||||
'categorytree-not-found' => 'Mokga wa <i>$1</i> ha o a fumanwa',
|
||||
'categorytree-show-list' => 'E hlahise e le lethathama',
|
||||
'categorytree-show-tree' => 'E hlahise e le lenane',
|
||||
'categorytree-too-many-subcats' => 'Mekgana e ka se hlahiswe e le lenane hobane e mengata ha holo',
|
||||
);
|
||||
|
|
@ -1,35 +1,4 @@
|
|||
<?php
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Swedish Translation Copyright (C) 2006, by Joakim Larsson
|
||||
|
||||
This file is licensed under the GPL and the GFDL:
|
||||
|
||||
|
||||
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".
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** Swedish (Svenska)
|
||||
* @author Joakim Larsson
|
||||
* @author Lejonel
|
||||
|
@ -37,6 +6,7 @@ Swedish Translation Copyright (C) 2006, by Joakim Larsson
|
|||
$messages = array(
|
||||
'categorytree' => 'Kategoriträd',
|
||||
'categorytree-tab' => 'Träd',
|
||||
'categorytree-desc' => 'AJAX-baserat verktyg som visar kategoristrukturen på en wiki',
|
||||
'categorytree-header' => 'Ange en kategori för att se dess innehåll som en trädstruktur.
|
||||
Notera att detta kräver stöd för AJAX, en avancerad form av JavaScript.
|
||||
Därför fungerar funktionen inte i mycket gamla webbläsare eller om JavaScript är avaktiverat.',
|
||||
|
@ -60,3 +30,4 @@ Därför fungerar funktionen inte i mycket gamla webbläsare eller om JavaScript
|
|||
'categorytree-show-tree' => 'Visa träd',
|
||||
'categorytree-too-many-subcats' => 'Underkategorierna kan inte visas som ett träd, det finns för många av dem.',
|
||||
);
|
||||
|
||||
|
|
9
CategoryTree.i18n.zu.php
Normal file
9
CategoryTree.i18n.zu.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/** Zulu (isiZulu)
|
||||
* @author SPQRobin
|
||||
*/
|
||||
$messages = array(
|
||||
'categorytree-collapse' => 'Nciphisa',
|
||||
'categorytree-expand' => 'Khulisa',
|
||||
);
|
||||
|
Loading…
Reference in a new issue