2007-04-02 06:47:52 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
/** Nepali (नेपाली)
|
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-02-04 22:51:50 +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-02-04 22:51:50 +00:00
|
|
|
|
*
|
2011-05-08 19:45:53 +00:00
|
|
|
|
* @author Bhawani Gautam
|
2010-10-31 17:55:47 +00:00
|
|
|
|
* @author Bhawani Gautam Rhk
|
2010-09-29 20:04:42 +00:00
|
|
|
|
* @author Ganesh
|
2012-03-05 21:20:53 +00:00
|
|
|
|
* @author Ganesh Paudel
|
2010-11-24 21:26:50 +00:00
|
|
|
|
* @author Indiver
|
2012-01-27 20:44:55 +00:00
|
|
|
|
* @author Kaganer
|
2014-01-16 22:59:11 +00:00
|
|
|
|
* @author Krish Dulal
|
2010-10-20 19:23:57 +00:00
|
|
|
|
* @author Lkhatiwada
|
2014-01-26 15:54:15 +00:00
|
|
|
|
* @author Nirmal Dulal
|
2010-10-02 19:58:17 +00:00
|
|
|
|
* @author RajeshPandey
|
2011-01-02 21:18:06 +00:00
|
|
|
|
* @author Reedy
|
2008-07-15 00:35:27 +00:00
|
|
|
|
* @author ne.wikipedia.org sysops
|
2009-08-11 20:52:08 +00:00
|
|
|
|
* @author सरोज कुमार ढकाल
|
2008-02-04 22:51:50 +00:00
|
|
|
|
*/
|
2007-04-02 06:47:52 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceNames = [
|
2010-11-07 20:18:41 +00:00
|
|
|
|
NS_MEDIA => 'मीडिया',
|
|
|
|
|
|
NS_SPECIAL => 'विशेष',
|
|
|
|
|
|
NS_TALK => 'वार्तालाप',
|
|
|
|
|
|
NS_USER => 'प्रयोगकर्ता',
|
|
|
|
|
|
NS_USER_TALK => 'प्रयोगकर्ता_वार्ता',
|
|
|
|
|
|
NS_PROJECT_TALK => '$1_वार्ता',
|
|
|
|
|
|
NS_FILE => 'चित्र',
|
|
|
|
|
|
NS_FILE_TALK => 'चित्र_वार्ता',
|
|
|
|
|
|
NS_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-11-07 20:18:41 +00:00
|
|
|
|
|
2020-10-30 08:59:17 +00:00
|
|
|
|
/** @phpcs-require-sorted-array */
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$specialPageAliases = [
|
|
|
|
|
|
'Activeusers' => [ 'सक्रिय_प्रयोगकर्ताहरु' ],
|
|
|
|
|
|
'Listgrouprights' => [ 'प्रयोगकर्ता_समूह_अधिकार' ],
|
|
|
|
|
|
];
|
2015-01-29 19:11:58 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$digitTransformTable = [
|
2018-10-01 10:24:00 +00:00
|
|
|
|
'0' => '०', # U+0966
|
|
|
|
|
|
'1' => '१', # U+0967
|
|
|
|
|
|
'2' => '२', # U+0968
|
|
|
|
|
|
'3' => '३', # U+0969
|
|
|
|
|
|
'4' => '४', # U+096A
|
|
|
|
|
|
'5' => '५', # U+096B
|
|
|
|
|
|
'6' => '६', # U+096C
|
|
|
|
|
|
'7' => '७', # U+096D
|
|
|
|
|
|
'8' => '८', # U+096E
|
|
|
|
|
|
'9' => '९', # U+096F
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|