2006-07-26 07:15:39 +00:00
|
|
|
|
<?php
|
2012-10-03 19:34:49 +00:00
|
|
|
|
/** Abkhazian (Аҧсшәа)
|
2009-04-16 10:17:40 +00:00
|
|
|
|
*
|
2014-06-05 14:06:25 +00:00
|
|
|
|
* To improve a translation please visit https://translatewiki.net
|
2008-07-29 08:41:48 +00:00
|
|
|
|
*
|
WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
2008-05-20 17:13:28 +00:00
|
|
|
|
* @ingroup Language
|
|
|
|
|
|
* @file
|
2008-07-29 08:41:48 +00:00
|
|
|
|
*
|
WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
2008-05-20 17:13:28 +00:00
|
|
|
|
*/
|
2006-07-26 07:15:39 +00:00
|
|
|
|
|
|
|
|
|
|
$fallback = 'ru';
|
2008-07-29 08:41:48 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceNames = [
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_MEDIA => 'Амедиа',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_SPECIAL => 'Цастәи',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_TALK => 'Ахцәажәара',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_USER => 'Алахәыла',
|
|
|
|
|
|
NS_USER_TALK => 'Алахәыла_ахцәажәара',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_PROJECT_TALK => '$1_ахцәажәара',
|
|
|
|
|
|
NS_FILE => 'Афаил',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_FILE_TALK => 'Афаил_ахцәажәара',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_MEDIAWIKI => 'Амедиавики',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_MEDIAWIKI_TALK => 'Амедиавики_ахцәажәара',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_TEMPLATE => 'Ашаблон',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_TEMPLATE_TALK => 'Ашаблон_ахцәажәара',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_HELP => 'Ацхыраара',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_HELP_TALK => 'Ацхыраара_ахцәажәара',
|
2010-05-15 19:04:26 +00:00
|
|
|
|
NS_CATEGORY => 'Акатегориа',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_CATEGORY_TALK => 'Акатегориа_ахцәажәара',
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|
2010-05-15 19:04:26 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceAliases = [
|
2010-08-24 13:54:07 +00:00
|
|
|
|
'Иалахә' => NS_USER,
|
|
|
|
|
|
|
2010-05-15 19:04:26 +00:00
|
|
|
|
// Backward compat. Fallbacks from 'ru'.
|
|
|
|
|
|
'Медиа' => NS_MEDIA,
|
|
|
|
|
|
'Служебная' => NS_SPECIAL,
|
|
|
|
|
|
'Обсуждение' => NS_TALK,
|
|
|
|
|
|
'Участник' => NS_USER,
|
|
|
|
|
|
'Обсуждение_участника' => NS_USER_TALK,
|
|
|
|
|
|
'Обсуждение_$1' => NS_PROJECT_TALK,
|
|
|
|
|
|
'Файл' => NS_FILE,
|
|
|
|
|
|
'Обсуждение_файла' => NS_FILE_TALK,
|
|
|
|
|
|
'MediaWiki' => NS_MEDIAWIKI,
|
|
|
|
|
|
'Обсуждение_MediaWiki' => NS_MEDIAWIKI_TALK,
|
|
|
|
|
|
'Шаблон' => NS_TEMPLATE,
|
|
|
|
|
|
'Обсуждение_шаблона' => NS_TEMPLATE_TALK,
|
|
|
|
|
|
'Справка' => NS_HELP,
|
|
|
|
|
|
'Обсуждение_справки' => NS_HELP_TALK,
|
|
|
|
|
|
'Категория' => NS_CATEGORY,
|
|
|
|
|
|
'Обсуждение_категории' => NS_CATEGORY_TALK
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|
2010-05-15 19:04:26 +00:00
|
|
|
|
|
2012-01-02 22:54:57 +00:00
|
|
|
|
// Remove Russian aliases
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceGenderAliases = [];
|
2012-01-02 22:54:57 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$specialPageAliases = [
|
|
|
|
|
|
'Categories' => [ 'Акатегориақәа' ],
|
|
|
|
|
|
'Mycontributions' => [ 'Архиарақәа' ],
|
|
|
|
|
|
'Mypage' => [ 'Садаҟьа' ],
|
|
|
|
|
|
'Mytalk' => [ 'Сахцәажәара' ],
|
|
|
|
|
|
'Newimages' => [ 'АфаилқәаҾыц' ],
|
|
|
|
|
|
'Newpages' => [ 'АдаҟьақәаҾыц' ],
|
|
|
|
|
|
'Randompage' => [ 'Машәырлатәи' ],
|
|
|
|
|
|
'Recentchanges' => [ 'АрҽеираҾыцқәа' ],
|
|
|
|
|
|
'Search' => [ 'Аҧшаара' ],
|
|
|
|
|
|
'Specialpages' => [ 'ЦастәиАдаҟьақәа' ],
|
|
|
|
|
|
'Upload' => [ 'Аҭагалара' ],
|
|
|
|
|
|
];
|
2010-08-24 12:30:07 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$magicWords = [
|
|
|
|
|
|
'language' => [ '0', '#АБЫЗШӘА:', '#ЯЗЫК:', '#LANGUAGE:' ],
|
|
|
|
|
|
'special' => [ '0', 'цастәи', 'служебная', 'special' ],
|
|
|
|
|
|
'index' => [ '1', '__АИНДЕКС__', '__ИНДЕКС__', '__INDEX__' ],
|
|
|
|
|
|
];
|
2018-04-02 19:15:40 +00:00
|
|
|
|
|
|
|
|
|
|
$linkTrail = '/^([a-zабвгҕдежзӡикқҟлмнопҧрстҭуфхҳцҵчҷҽҿшыҩџьә]+)(.*)$/sDu';
|