2006-07-26 07:15:39 +00:00
|
|
|
|
<?php
|
2008-02-23 22:03:00 +00:00
|
|
|
|
/** Lao (ລາວ)
|
|
|
|
|
|
*
|
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
|
|
|
|
*
|
2008-07-05 20:06:18 +00:00
|
|
|
|
* @author Passawuth
|
2008-08-10 10:16:19 +00:00
|
|
|
|
* @author Tuinui
|
2008-02-23 22:03:00 +00:00
|
|
|
|
*/
|
|
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceNames = [
|
2008-11-18 22:18:31 +00:00
|
|
|
|
NS_MEDIA => 'ສື່',
|
|
|
|
|
|
NS_SPECIAL => 'ພິເສດ',
|
|
|
|
|
|
NS_TALK => 'ສົນທະນາ',
|
|
|
|
|
|
NS_USER => 'ຜູ້ໃຊ້',
|
|
|
|
|
|
NS_USER_TALK => 'ສົນທະນາຂອງຜູ້ໃຊ້',
|
|
|
|
|
|
NS_PROJECT_TALK => 'ສົນທະນາກ່ຽວກັບ$1',
|
2008-12-01 17:14:30 +00:00
|
|
|
|
NS_FILE => 'ຮູບ',
|
|
|
|
|
|
NS_FILE_TALK => 'ສົນທະນາກ່ຽວກັບຮູບ',
|
2008-11-18 22:18:31 +00:00
|
|
|
|
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
|
|
|
|
];
|
2008-11-18 22:18:31 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceAliases = [
|
2008-11-18 22:18:31 +00:00
|
|
|
|
'ສື່ອ' => NS_MEDIA,
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|
2008-02-15 08:14:45 +00:00
|
|
|
|
|
2020-10-30 08:59:17 +00:00
|
|
|
|
/** @phpcs-require-sorted-array */
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$specialPageAliases = [
|
|
|
|
|
|
'Allpages' => [ 'ໜ້າທັງໝົດ' ],
|
|
|
|
|
|
'BrokenRedirects' => [ 'ໂອນເສຍ' ],
|
|
|
|
|
|
'Categories' => [ 'ໝວດ' ],
|
|
|
|
|
|
'ChangePassword' => [ 'ປ່ຽນລະຫັດຜ່ານ' ],
|
|
|
|
|
|
'Contributions' => [ 'ການປະກອບສ່ວນ' ],
|
|
|
|
|
|
'CreateAccount' => [ 'ສ້າງບັນຊີ' ],
|
|
|
|
|
|
'Deadendpages' => [ 'ໜ້າທີ່ບໍ່ມີໜ້າໃດໂຍງມາ' ],
|
|
|
|
|
|
'DoubleRedirects' => [ 'ໂອນຊ້ອນ' ],
|
|
|
|
|
|
'Listadmins' => [ 'ລາຍຊື່ຜູ້ບໍລິຫານລະບົບ' ],
|
|
|
|
|
|
'Listbots' => [ 'ລາຍຊື່ບອຕ' ],
|
|
|
|
|
|
'Listfiles' => [ 'ລາຍຊື່ຮູບ' ],
|
|
|
|
|
|
'Listusers' => [ 'ລາຍຊື່ຜູ້ໃຊ້' ],
|
|
|
|
|
|
'Longpages' => [ 'ໜ້າຍາວ' ],
|
|
|
|
|
|
'Movepage' => [ 'ຍ້າຍ' ],
|
|
|
|
|
|
'Mycontributions' => [ 'ປະກອບສ່ວນຂອງຂ້ອຍ' ],
|
|
|
|
|
|
'Mypage' => [ 'ໜ້າຂອງຂ້ອຍ' ],
|
|
|
|
|
|
'Mytalk' => [ 'ສົນທະນາຂອງຂ້ອຍ' ],
|
|
|
|
|
|
'Newimages' => [ 'ຮູບໃໝ່' ],
|
|
|
|
|
|
'Newpages' => [ 'ໜ້າໃໝ່' ],
|
|
|
|
|
|
'Preferences' => [ 'ຕັ້ງຄ່າ' ],
|
|
|
|
|
|
'Protectedpages' => [ 'ໜ້າທີ່ຖຶກປົກປ້ອງ' ],
|
|
|
|
|
|
'Protectedtitles' => [ 'ຊື່ທີ່ຖຶກປົກປ້ອງ' ],
|
|
|
|
|
|
'Randompage' => [ 'ບົດຄວາມໃດໜຶ່ງ' ],
|
|
|
|
|
|
'Randomredirect' => [ 'ໜ້າໂອນໃດໜຶ່ງ' ],
|
|
|
|
|
|
'Recentchanges' => [ 'ການດັດແກ້ຫຼ້າສຸດ' ],
|
|
|
|
|
|
'Search' => [ 'ຊອກຫາ' ],
|
|
|
|
|
|
'Shortpages' => [ 'ໜ້າທີ່ສັ້ນ' ],
|
|
|
|
|
|
'Specialpages' => [ 'ໜ້າພິເສດ' ],
|
|
|
|
|
|
'Statistics' => [ 'ສະຖິຕິ' ],
|
|
|
|
|
|
'Uncategorizedcategories' => [ 'ໝວດທີ່ບໍ່ມີໝວດ' ],
|
|
|
|
|
|
'Uncategorizedimages' => [ 'ຮູບທີ່ບໍ່ມີໝວດ' ],
|
|
|
|
|
|
'Uncategorizedpages' => [ 'ໜ້າທີ່ບໍ່ມີໝວດ' ],
|
|
|
|
|
|
'Uncategorizedtemplates' => [ 'ແມ່ແບບທີ່ບໍ່ມີໝວດ' ],
|
|
|
|
|
|
'Unusedcategories' => [ 'ໝວດທີ່ບໍ່ໄດ້ໃຊ້' ],
|
|
|
|
|
|
'Unusedimages' => [ 'ຮູບທີ່ບໍ່ໄດ້ໃຊ້' ],
|
|
|
|
|
|
'Unusedtemplates' => [ 'ແມ່ແບບທີ່ບໍ່ໄດ້ໃຊ້' ],
|
|
|
|
|
|
'Upload' => [ 'ອັປໂຫຼດໄຟລ໌' ],
|
|
|
|
|
|
'Userlogin' => [ 'ເຊັນເຂົ້າ' ],
|
|
|
|
|
|
'Userlogout' => [ 'ເຊັນອອກ' ],
|
|
|
|
|
|
'Wantedcategories' => [ 'ໝວດທີ່ຕ້ອງການ' ],
|
|
|
|
|
|
'Wantedpages' => [ 'ໜ້າທີ່ຕ້ອງການ', 'ລິງກ໌ທີ່້ເສຍ' ],
|
|
|
|
|
|
'Watchlist' => [ 'ຕິດຕາມ' ],
|
|
|
|
|
|
'Whatlinkshere' => [ 'ໜ້າທີ່ເຊື່ອມຕໍ່ມາ' ],
|
|
|
|
|
|
];
|
2008-10-19 14:00:10 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$digitTransformTable = [
|
2018-10-01 10:24:00 +00:00
|
|
|
|
'0' => '໐', # U+0ED0
|
|
|
|
|
|
'1' => '໑', # U+0ED1
|
|
|
|
|
|
'2' => '໒', # U+0ED2
|
|
|
|
|
|
'3' => '໓', # U+0ED3
|
|
|
|
|
|
'4' => '໔', # U+0ED4
|
|
|
|
|
|
'5' => '໕', # U+0ED5
|
|
|
|
|
|
'6' => '໖', # U+0ED6
|
|
|
|
|
|
'7' => '໗', # U+0ED7
|
|
|
|
|
|
'8' => '໘', # U+0ED8
|
|
|
|
|
|
'9' => '໙', # U+0ED9
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|