2006-01-22 00:40:23 +00:00
|
|
|
<?php
|
2008-02-23 22:03:00 +00:00
|
|
|
/** Tamil (தமிழ்)
|
2006-07-26 07:15:39 +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
|
|
|
* @file
|
2022-06-22 22:37:31 +00:00
|
|
|
* @ingroup Languages
|
2008-02-23 22:03:00 +00:00
|
|
|
*
|
2012-03-01 22:21:50 +00:00
|
|
|
* @author Aswn
|
2012-08-09 19:21:24 +00:00
|
|
|
* @author Balajijagadesh
|
|
|
|
|
* @author Caliberoviv
|
2013-03-18 20:27:06 +00:00
|
|
|
* @author ElangoRamanujam
|
2013-08-22 19:46:27 +00:00
|
|
|
* @author Jayarathina
|
2012-01-27 20:44:55 +00:00
|
|
|
* @author Kaganer
|
2010-06-01 18:33:40 +00:00
|
|
|
* @author Kanags
|
2010-10-03 19:25:07 +00:00
|
|
|
* @author Karthi.dr
|
2011-10-03 18:58:08 +00:00
|
|
|
* @author Krishnaprasaths
|
2011-10-24 20:02:53 +00:00
|
|
|
* @author Logicwiki
|
2010-08-06 22:24:01 +00:00
|
|
|
* @author Mahir78
|
2008-02-23 22:03:00 +00:00
|
|
|
* @author Mayooranathan
|
2009-05-26 20:13:39 +00:00
|
|
|
* @author Naveen
|
2012-06-05 22:58:54 +00:00
|
|
|
* @author Planemad
|
2013-05-28 06:42:04 +00:00
|
|
|
* @author Sank
|
2011-12-11 20:35:30 +00:00
|
|
|
* @author Shanmugamp7
|
2013-12-14 20:42:14 +00:00
|
|
|
* @author Shirayuki
|
2010-09-22 21:05:23 +00:00
|
|
|
* @author Sodabottle
|
2008-04-13 13:56:37 +00:00
|
|
|
* @author Sundar
|
2010-07-20 18:54:08 +00:00
|
|
|
* @author Surya Prakash.S.A.
|
2010-08-10 19:34:11 +00:00
|
|
|
* @author TRYPPN
|
2010-12-19 21:29:55 +00:00
|
|
|
* @author Theni.M.Subramani
|
2008-08-10 10:16:19 +00:00
|
|
|
* @author Trengarasu
|
2009-01-01 23:40:20 +00:00
|
|
|
* @author Ulmo
|
2008-10-19 10:30:24 +00:00
|
|
|
* @author Urhixidur
|
2008-07-31 21:50:17 +00:00
|
|
|
* @author לערי ריינהארט
|
2012-02-24 21:11:11 +00:00
|
|
|
* @author கோபி
|
2013-06-25 19:42:40 +00:00
|
|
|
* @author கௌசிக் பிரபு
|
2010-09-25 19:37:18 +00:00
|
|
|
* @author செல்வா
|
2012-03-19 21:21:48 +00:00
|
|
|
* @author மதனாஹரன்
|
2010-06-01 18:33:40 +00:00
|
|
|
* @author බිඟුවා
|
2006-07-26 07:15:39 +00:00
|
|
|
*/
|
2006-01-22 00:40:23 +00:00
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$namespaceNames = [
|
2009-02-17 17:57:25 +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
|
|
|
];
|
2006-07-26 07:15:39 +00:00
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$namespaceAliases = [
|
2006-07-26 07:15:39 +00:00
|
|
|
'விக்கிபீடியா' => NS_PROJECT,
|
|
|
|
|
'விக்கிபீடியா_பேச்சு' => NS_PROJECT_TALK,
|
2008-12-01 17:14:30 +00:00
|
|
|
'உருவப்_பேச்சு' => NS_FILE_TALK
|
2016-02-17 09:09:32 +00:00
|
|
|
];
|
2009-02-17 17:57:25 +00:00
|
|
|
|
2021-03-03 17:33:55 +00:00
|
|
|
/** @phpcs-require-sorted-array */
|
2016-02-17 09:09:32 +00:00
|
|
|
$magicWords = [
|
2021-03-03 17:33:55 +00:00
|
|
|
'img_bottom' => [ '1', 'கீழ்', 'bottom' ],
|
|
|
|
|
'img_center' => [ '1', 'மையம்', 'center', 'centre' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'img_left' => [ '1', 'இடது', 'left' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
'img_middle' => [ '1', 'மத்தியில்', 'middle' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'img_none' => [ '1', 'ஒன்றுமில்லை', 'none' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
'img_right' => [ '1', 'வலது', 'right' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'img_top' => [ '1', 'மேல்', 'top' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
'pagesize' => [ '1', 'பக்க_அளவு', 'PAGESIZE' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'plural' => [ '0', 'பன்மை', 'PLURAL:' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
'redirect' => [ '0', '#வழிமாற்று', '#REDIRECT' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'special' => [ '0', 'சிறப்பு', 'special' ],
|
|
|
|
|
'url_path' => [ '0', 'வழி', 'PATH' ],
|
|
|
|
|
'url_wiki' => [ '0', 'விக்கி', 'WIKI' ],
|
|
|
|
|
];
|
2009-02-17 17:57:25 +00:00
|
|
|
|
2017-10-07 00:26:23 +00:00
|
|
|
$linkTrail = "/^([\u{0B80}-\u{0BFF}]+)(.*)$/sDu";
|
2006-07-26 07:15:39 +00:00
|
|
|
|
2017-06-02 08:42:28 +00:00
|
|
|
$digitGroupingPattern = "#,##,##0.###";
|