mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 17:51:00 +00:00
Added internationalization files for CategoryTree extension (plus a typo fix and a change to the schema of the i18n files)
Most translations are only for half the messages. They come from the translations provided by users for the external CategoryTree tool. Translators are attributed in each file.
This commit is contained in:
parent
5a5f823367
commit
a445867cd9
55
CategoryTree.i18n.ca.php
Normal file
55
CategoryTree.i18n.ca.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de;
|
||||
Catalan by Martorell
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Categoria';
|
||||
$messages['categorytree-go']= 'Carregueu';
|
||||
$messages['categorytree-parents']= 'Parent categories';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'mostra només categories';
|
||||
#$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']= 'no se\'n ha trobat cap';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.cs.php
Normal file
55
CategoryTree.i18n.cs.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategorie';
|
||||
$messages['categorytree-go']= 'Nahraj';
|
||||
$messages['categorytree-parents']= 'Nadřízené kategorie';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'ukaž pouze kategorie';
|
||||
#$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']= 'bohužel nebylo nic nalezeno';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.da.php
Normal file
55
CategoryTree.i18n.da.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Danish translation by Barklund
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategori';
|
||||
$messages['categorytree-go']= 'Henter';
|
||||
$messages['categorytree-parents']= 'Overkategorier';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'vis kun kategorier';
|
||||
#$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']= 'Ikke fundet, desværre.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
53
CategoryTree.i18n.de.php
Normal file
53
CategoryTree.i18n.de.php
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
$messages['categorytree']= 'CategoryTree';
|
||||
$messages['categorytree-tab']= 'Baum';
|
||||
$messages['categorytree-header']=
|
||||
'Zeigt für die angegebene Kategorie die Unterkategorien in einer Baumstruktur.
|
||||
Diese Seite benötigt bestimte [[:de:JavaScript|JavaScript]]-Funktionen ([[:de:AJAX|AJAX]]).
|
||||
In sehr alten Browsern, oder wenn JavaScript abgeschaltet ist, kann diese Seite nicht richtig funktionieren.
|
||||
';
|
||||
|
||||
$messages['categorytree-category']= 'Kategorie';
|
||||
$messages['categorytree-go']= 'Laden';
|
||||
$messages['categorytree-parents']= 'Oberkategorien';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'nur Kategorien';
|
||||
$messages['categorytree-mode-pages']= 'Seiten außer Bilder';
|
||||
$messages['categorytree-mode-all']= 'alle Seiten';
|
||||
|
||||
$messages['categorytree-collapse']= 'einklappen';
|
||||
$messages['categorytree-expand']= 'ausklappen';
|
||||
$messages['categorytree-load']= 'laden';
|
||||
$messages['categorytree-loading']= 'laden...';
|
||||
$messages['categorytree-nothing-found']= 'Nichts gefunden, sorry.';
|
||||
$messages['categorytree-not-found']= "Kategorie ''\$1'' nicht gefunden";
|
||||
?>
|
55
CategoryTree.i18n.es.php
Normal file
55
CategoryTree.i18n.es.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Spanish by Colegota.
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Categoría';
|
||||
$messages['categorytree-go']= 'Cargar';
|
||||
$messages['categorytree-parents']= 'Categorías superiores';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'mostrar sólo categorías';
|
||||
#$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']= 'Lo sentimos, no se ha encontrado nada';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.fr.php
Normal file
55
CategoryTree.i18n.fr.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
French by LeBron and Pyb
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Catégorie';
|
||||
$messages['categorytree-go']= 'charger';
|
||||
$messages['categorytree-parents']= 'Sur catégorie';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'seulement les catégories';
|
||||
#$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']= 'Pas trouvé, désolé.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.hr.php
Normal file
55
CategoryTree.i18n.hr.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Croatian translation by Ivo Veletić (E.coli)
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategorija';
|
||||
$messages['categorytree-go']= 'Učitaj';
|
||||
$messages['categorytree-parents']= 'Rodne kategorije';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'pokaži samo kategorije';
|
||||
#$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']= 'Nije pronađena nijedna stavka.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
53
CategoryTree.i18n.hu.php
Normal file
53
CategoryTree.i18n.hu.php
Normal file
|
@ -0,0 +1,53 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategória';
|
||||
$messages['categorytree-go']= 'Mehet';
|
||||
$messages['categorytree-parents']= 'Szülő kategóriák';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'csak kategóriák';
|
||||
#$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']= 'nincs találat';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.it.php
Normal file
55
CategoryTree.i18n.it.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Italian translation by User:Lp
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Categoria';
|
||||
$messages['categorytree-go']= 'Carica';
|
||||
$messages['categorytree-parents']= 'Categorie';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'mostra solo le categorie';
|
||||
#$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']= 'nessun risultato';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.nl.php
Normal file
55
CategoryTree.i18n.nl.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de;
|
||||
Dutch translation by JePe
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Categorie';
|
||||
$messages['categorytree-go']= 'Laden';
|
||||
$messages['categorytree-parents']= 'Bovenliggende categorieën';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'alleen categorieën';
|
||||
#$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']= 'Niets gevonden, sorry.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.no.php
Normal file
55
CategoryTree.i18n.no.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Norwegian (bokmål) by BjørnN
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategori';
|
||||
$messages['categorytree-go']= 'Vis';
|
||||
$messages['categorytree-parents']= 'Overkategorier';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'bare kategorier';
|
||||
#$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']= 'Ingen resultater funnet.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.pl.php
Normal file
55
CategoryTree.i18n.pl.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
PLTranslation v.0.1. 2006, MonteChristof for WikiMedia Foundation
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategoria';
|
||||
$messages['categorytree-go']= 'Ładuj kategorię';
|
||||
$messages['categorytree-parents']= 'Kategorie główne';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'pokaż tylko kategorie';
|
||||
#$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']= 'nic nie znaleziono, spróbuj ponownie';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.pt.php
Normal file
55
CategoryTree.i18n.pt.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Portuguese by Waldir Pimenta.
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Categoria';
|
||||
$messages['categorytree-go']= 'Carregar';
|
||||
$messages['categorytree-parents']= 'Categorias superiores';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'mostrar só categorias';
|
||||
#$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']= 'Sentimos muito, não se encontrou nada';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.ru.php
Normal file
55
CategoryTree.i18n.ru.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Original Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Russian translation Copyright (C) 2006, Shtriter Andrew, http://meta.wikimedia.org/wiki/User:Shtriter
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Категория';
|
||||
$messages['categorytree-go']= 'Загрузить';
|
||||
$messages['categorytree-parents']= 'Родительские категории';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'только категории';
|
||||
#$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']= 'Извините, но по вашему запросу ничего не найдено';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.sk.php
Normal file
55
CategoryTree.i18n.sk.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Slovak translation by Helix84
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategória';
|
||||
$messages['categorytree-go']= 'Nahraj';
|
||||
$messages['categorytree-parents']= 'Nadradená kategória';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'ukáž iba kategórie';
|
||||
#$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']= 'bohužiaľ nebolo nič nájdené';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.sq.php
Normal file
55
CategoryTree.i18n.sq.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Shqip translation by Edit
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Category';
|
||||
$messages['categorytree-go']= 'Laden';
|
||||
$messages['categorytree-parents']= 'Kryekategoritë';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'vetëm kategoritë';
|
||||
#$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']= 'Nuk u gjet asgjë, na falni.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.sv.php
Normal file
55
CategoryTree.i18n.sv.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategori';
|
||||
$messages['categorytree-go']= 'Sök';
|
||||
$messages['categorytree-parents']= 'Föräldrarkategorier';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'visa bara kategorier';
|
||||
#$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']= 'hittade igenting';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.th.php
Normal file
55
CategoryTree.i18n.th.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Thai translation by Manop
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'หมวดหมู่';
|
||||
$messages['categorytree-go']= 'โหลด';
|
||||
$messages['categorytree-parents']= 'หมวดหมู่ใหญ่';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'แสดงเฉพาะหมวดหมู่';
|
||||
#$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']= 'ไม่พบที่ต้องการ';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.tr.php
Normal file
55
CategoryTree.i18n.tr.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Turkish by Deniz Utku
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Kategori';
|
||||
$messages['categorytree-go']= 'Yükle';
|
||||
$messages['categorytree-parents']= 'Üst kategoriler';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'sadece kategorileri göster';
|
||||
#$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']= 'maalesef, sonuç yok';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.vi.php
Normal file
55
CategoryTree.i18n.vi.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de;
|
||||
Vietnamese by Minh Nguyen aka Mxn
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= 'Thể loại';
|
||||
$messages['categorytree-go']= 'Hiển thị';
|
||||
$messages['categorytree-parents']= 'Các thể loại mẹ';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'Chỉ liệt kê các thể loại';
|
||||
#$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']= 'Không có gì.';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.zh-cn.php
Normal file
55
CategoryTree.i18n.zh-cn.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Simplified Chinese by Bean.zj and Shinjiman
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= '分类';
|
||||
$messages['categorytree-go']= '装载';
|
||||
$messages['categorytree-parents']= '上级分类';
|
||||
|
||||
$messages['categorytree-mode-categories']= '只显示分类';
|
||||
#$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']= '搜索结果为空,抱歉';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.zh-yue.php
Normal file
55
CategoryTree.i18n.zh-yue.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Cantonese by Shinjiman
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= '分類';
|
||||
$messages['categorytree-go']= '載入';
|
||||
$messages['categorytree-parents']= '父分類';
|
||||
|
||||
$messages['categorytree-mode-categories']= '只顯示分類';
|
||||
#$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']= '搵唔到任何項目,對唔住';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
55
CategoryTree.i18n.zh.php
Normal file
55
CategoryTree.i18n.zh.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?
|
||||
/*
|
||||
Internationalisation file for the CategoryTree extension
|
||||
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
|
||||
Traditional Chinese by Shinjiman
|
||||
|
||||
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.
|
||||
*/
|
||||
|
||||
#$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 [[:en:JavaScript|JavaScript]] functionality known as [[:en:AJAX|AJAX]].
|
||||
#If you have a very old browser, or have JavaScript disabled, it will not work.
|
||||
#';
|
||||
|
||||
$messages['categorytree-category']= '分類';
|
||||
$messages['categorytree-go']= '載入';
|
||||
$messages['categorytree-parents']= '父分類';
|
||||
|
||||
$messages['categorytree-mode-categories']= '只顯示分類';
|
||||
#$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']= '找不到任何項目,抱歉';
|
||||
#$messages['categorytree-not-found']= "Category ''\$1'' not found";
|
||||
?>
|
|
@ -28,7 +28,7 @@ define('CT_MODE_ALL', 20);
|
|||
* Abort if AJAX is not enabled
|
||||
**/
|
||||
if ( !$wgUseAjax ) {
|
||||
wgDebug( 'CategoryTree: Ajax is not enabled, aborting extension setup.' );
|
||||
wfDebug( 'CategoryTree: Ajax is not enabled, aborting extension setup.' );
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -160,7 +160,7 @@ function efLoadCategoryTreeMessages() {
|
|||
$f= dirname( __FILE__ ) . '/CategoryTree.i18n.php';
|
||||
include( $f );
|
||||
|
||||
$f= dirname( __FILE__ ) . '/CategoryTree-' . $wgLanguageCode . '.i18n.php';
|
||||
$f= dirname( __FILE__ ) . '/CategoryTree.i18n.' . $wgLanguageCode . '.php';
|
||||
if ( file_exists( $f ) ) include( $f );
|
||||
|
||||
return $messages;
|
||||
|
|
Loading…
Reference in a new issue