mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-12 01:15:49 +00:00
Localisation updates for extensions from Betawiki (2007-12-21 23:45 CET)
This commit is contained in:
parent
0133dd2b10
commit
e2fdecb769
|
@ -8,14 +8,14 @@
|
|||
* @author Betawiki editors
|
||||
* @copyright 2007 Betawiki editors
|
||||
* @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".
|
||||
Free Documentation License".
|
||||
*/
|
||||
|
||||
$messages = array(
|
||||
|
|
30
CategoryTree.i18n.my.php
Normal file
30
CategoryTree.i18n.my.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Internationalisation file for the CategoryTree extension
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @author Betawiki editors
|
||||
* @copyright 2007 Betawiki editors
|
||||
* @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".
|
||||
*/
|
||||
|
||||
/** Burmese (Myanmasa) */
|
||||
$messages = array(
|
||||
'categorytree-tab' => 'વૃક્ષ',
|
||||
'categorytree-go' => 'ઝાડ બતાવવું',
|
||||
'categorytree-parents' => 'માતાઓ-પિતાઓ',
|
||||
'categorytree-mode-all' => 'બધા પાનાં',
|
||||
'categorytree-nothing-found' => 'કઈ ન મળ્યું',
|
||||
'categorytree-show-list' => 'સૂચીના રૂપમાં',
|
||||
'categorytree-show-tree' => 'ઝાડના રૂપમાં',
|
||||
);
|
|
@ -5,59 +5,58 @@
|
|||
Russian translation Copyright
|
||||
(C) 2006, Shtriter Andrew, http://meta.wikimedia.org/wiki/User:Shtriter
|
||||
(C) 2006, Alexander Sigachov, http://meta.wikimedia.org/wiki/User:Ajvol
|
||||
|
||||
|
||||
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']= 'Дерево категорий';
|
||||
$messages['categorytree-tab']= 'Дерево';
|
||||
$messages['categorytree-header']=
|
||||
'Введите имя категории, и она будет показана в виде дерева.
|
||||
|
||||
/** Russian (Русский) */
|
||||
$messages = array(
|
||||
'categorytree' => 'Дерево категорий',
|
||||
'categorytree-tab' => 'Дерево',
|
||||
'categorytree-header' => 'Введите имя категории, и она будет показана в виде дерева.
|
||||
Эта возможность доступна, только если ваш браузер поддерживает AJAX.
|
||||
Если у вас старая версия браузера или отключен JavaScript, показ подкатегорий в виде дерева недоступен.
|
||||
';
|
||||
|
||||
$messages['categorytree-category']= 'Категория';
|
||||
$messages['categorytree-go']= 'Загрузить';
|
||||
$messages['categorytree-parents']= 'Родительские категории';
|
||||
|
||||
$messages['categorytree-mode-categories']= 'только категории';
|
||||
$messages['categorytree-mode-pages']= 'кроме изображений';
|
||||
$messages['categorytree-mode-all']= 'все страницы';
|
||||
|
||||
$messages['categorytree-collapse']= 'свернуть';
|
||||
$messages['categorytree-expand']= 'развернуть';
|
||||
$messages['categorytree-load']= 'загрузить';
|
||||
$messages['categorytree-loading']= 'загрузка…';
|
||||
$messages['categorytree-nothing-found']= 'Данная категория не содержит подкатегорий.';
|
||||
$messages['categorytree-no-subcategories']= 'нет подкатегорий.';
|
||||
$messages['categorytree-no-pages']= 'нет статей и подкатегорий.';
|
||||
$messages['categorytree-not-found']= "Категория «$1» не найдена.";
|
||||
|
||||
$messages['categorytree-show-list'] = "Список";
|
||||
$messages['categorytree-show-tree'] = "Дерево";
|
||||
$messages['categorytree-too-many-subcats'] = "Невозможно показать подкатегории в виде дерева — их слишком много.";
|
||||
|
||||
',
|
||||
'categorytree-category' => 'Категория',
|
||||
'categorytree-go' => 'Загрузить',
|
||||
'categorytree-parents' => 'Родительские категории',
|
||||
'categorytree-mode-categories' => 'только категории',
|
||||
'categorytree-mode-pages' => 'кроме изображений',
|
||||
'categorytree-mode-all' => 'все страницы',
|
||||
'categorytree-collapse' => 'свернуть',
|
||||
'categorytree-expand' => 'развернуть',
|
||||
'categorytree-load' => 'загрузить',
|
||||
'categorytree-loading' => 'загрузка…',
|
||||
'categorytree-nothing-found' => 'Данная категория не содержит подкатегорий.',
|
||||
'categorytree-no-subcategories' => 'нет подкатегорий.',
|
||||
'categorytree-no-pages' => 'нет статей и подкатегорий.',
|
||||
'categorytree-not-found' => 'Категория «$1» не найдена.',
|
||||
'categorytree-error' => 'Ошибка загрузки данных.',
|
||||
'categorytree-retry' => 'Пожалуйста, подождите и попробуйте ещё раз.',
|
||||
'categorytree-show-list' => 'Список',
|
||||
'categorytree-show-tree' => 'Дерево',
|
||||
'categorytree-too-many-subcats' => 'Невозможно показать подкатегории в виде дерева — их слишком много.',
|
||||
);
|
||||
|
|
47
CategoryTree.i18n.sdc.php
Normal file
47
CategoryTree.i18n.sdc.php
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Internationalisation file for the CategoryTree extension
|
||||
*
|
||||
* @package MediaWiki
|
||||
* @subpackage Extensions
|
||||
* @author Betawiki editors
|
||||
* @copyright 2007 Betawiki editors
|
||||
* @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".
|
||||
*/
|
||||
|
||||
/** Sassarese (Sassarese)
|
||||
* @author Felis
|
||||
*/
|
||||
$messages = array(
|
||||
'categorytree' => "Sthruttura ad'àiburu di li categuri",
|
||||
'categorytree-tab' => 'Àiburu',
|
||||
'categorytree-header' => "Insirì l'innommu di la categuria di la quari si vó vidé lu cuntinuddu attrabessu la sthruttura ad'àiburu. Amminta chi la pàgina vó li funzionariddai abanzaddi di JavaScript ciamaddi AJAX; s'ài un nabiggddori vécciu o cu' li funzioni JavaScript disàbiritaddi, chistha pàgina nò funziunerà.",
|
||||
'categorytree-category' => 'Categuria',
|
||||
'categorytree-go' => 'Carrigga',
|
||||
'categorytree-parents' => 'Categuri superiori',
|
||||
'categorytree-mode-categories' => 'musthra soru li categuri',
|
||||
'categorytree-mode-pages' => "tutti li pàgini, eschrusi l'immàgini",
|
||||
'categorytree-mode-all' => 'tutti li pàgini',
|
||||
'categorytree-collapse' => 'cumprimi',
|
||||
'categorytree-expand' => 'ippaglia',
|
||||
'categorytree-load' => 'carrigga',
|
||||
'categorytree-loading' => 'carrigghendi...',
|
||||
'categorytree-nothing-found' => 'nisciun risulthaddu',
|
||||
'categorytree-no-subcategories' => 'nisciuna sottucateguria.',
|
||||
'categorytree-no-pages' => 'nisciuna bozi ni sottucateguria.',
|
||||
'categorytree-not-found' => "Categuria ''$1'' nò acciappadda",
|
||||
'categorytree-error' => "Probrema i' lu carriggamentu di li dati.",
|
||||
'categorytree-retry' => "Pa piazeri aisetta un'àttimu e poi torra a prubà.",
|
||||
'categorytree-show-list' => 'Listha',
|
||||
'categorytree-show-tree' => "Sthruttura ad'àiburu",
|
||||
'categorytree-too-many-subcats' => "Li sottucateguri sò troppi pa assé visuarizzaddi attrabessu la sthruttura ad'àiburu.",
|
||||
);
|
Loading…
Reference in a new issue