2007-01-05 01:39:47 +00:00
|
|
|
|
<?php
|
2009-10-12 20:26:16 +00:00
|
|
|
|
/** Mazanderani (مازِرونی)
|
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-08-06 22:00:53 +00:00
|
|
|
|
*
|
2009-05-24 21:56:54 +00:00
|
|
|
|
* @author Ali1986
|
2011-07-09 20:12:43 +00:00
|
|
|
|
* @author Ebraminio
|
2009-07-24 15:53:09 +00:00
|
|
|
|
* @author Firuz
|
2012-05-11 22:11:54 +00:00
|
|
|
|
* @author Mehdi
|
2011-09-04 19:01:32 +00:00
|
|
|
|
* @author Mjbmr
|
2011-09-05 16:03:31 +00:00
|
|
|
|
* @author Parthava (on mzn.wikipedia.org)
|
2008-11-27 22:46:44 +00:00
|
|
|
|
* @author Spacebirdy
|
2010-03-16 20:10:23 +00:00
|
|
|
|
* @author محک
|
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
|
|
|
|
*/
|
2007-01-05 01:39:47 +00:00
|
|
|
|
|
2009-08-10 23:23:13 +00:00
|
|
|
|
$fallback = 'fa';
|
|
|
|
|
|
|
2021-02-06 15:49:51 +00:00
|
|
|
|
$rtl = true;
|
|
|
|
|
|
|
2007-01-05 01:39:47 +00:00
|
|
|
|
$linkPrefixExtension = true;
|
|
|
|
|
|
$fallback8bitEncoding = 'windows-1256';
|
|
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceNames = [
|
2011-12-25 23:58:49 +00:00
|
|
|
|
NS_MEDIA => 'مدیا',
|
2009-08-10 23:23:13 +00:00
|
|
|
|
NS_SPECIAL => 'شا',
|
|
|
|
|
|
NS_TALK => 'گپ',
|
|
|
|
|
|
NS_USER => 'کارور',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_USER_TALK => 'کارور_گپ',
|
|
|
|
|
|
NS_PROJECT_TALK => '$1_گپ',
|
2009-08-10 23:23:13 +00:00
|
|
|
|
NS_FILE => 'پرونده',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_FILE_TALK => 'پرونده_گپ',
|
2011-12-25 23:58:49 +00:00
|
|
|
|
NS_MEDIAWIKI => 'مدیاویکی',
|
|
|
|
|
|
NS_MEDIAWIKI_TALK => 'مدیاویکی_گپ',
|
2009-08-10 23:23:13 +00:00
|
|
|
|
NS_TEMPLATE => 'شابلون',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_TEMPLATE_TALK => 'شابلون_گپ',
|
2011-12-25 23:58:49 +00:00
|
|
|
|
NS_HELP => 'رانما',
|
|
|
|
|
|
NS_HELP_TALK => 'رانما_گپ',
|
2009-08-10 23:23:13 +00:00
|
|
|
|
NS_CATEGORY => 'رج',
|
2010-08-24 13:54:07 +00:00
|
|
|
|
NS_CATEGORY_TALK => 'رج_گپ',
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|
2009-08-10 23:23:13 +00:00
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
|
$namespaceAliases = [
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'مهدیا' => NS_MEDIA,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'مدیا' => NS_MEDIA,
|
|
|
|
|
|
'ویژه' => NS_SPECIAL,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'بحث' => NS_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'کاربر' => NS_USER,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'بحث_کاربر' => NS_USER_TALK,
|
|
|
|
|
|
'بحث_$1' => NS_PROJECT_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'تصویر' => NS_FILE,
|
|
|
|
|
|
'پرونده' => NS_FILE,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'بحث_تصویر' => NS_FILE_TALK,
|
|
|
|
|
|
'بحث_پرونده' => NS_FILE_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'مدیاویکی' => NS_MEDIAWIKI,
|
2015-05-12 20:16:47 +00:00
|
|
|
|
'مهدیا_ویکی' => NS_MEDIAWIKI,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'مهدیاویکی' => NS_MEDIAWIKI,
|
|
|
|
|
|
'مهدیاویکی_گپ' => NS_MEDIAWIKI_TALK,
|
|
|
|
|
|
'بحث_مدیاویکی' => NS_MEDIAWIKI_TALK,
|
2015-05-12 20:16:47 +00:00
|
|
|
|
'مهدیا_ویکی_گپ' => NS_MEDIAWIKI_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'الگو' => NS_TEMPLATE,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'بحث_الگو' => NS_TEMPLATE_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'راهنما' => NS_HELP,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'رانهما' => NS_HELP,
|
|
|
|
|
|
'رانهمائه_گپ' => NS_HELP_TALK,
|
|
|
|
|
|
'بحث_راهنما' => NS_HELP_TALK,
|
2015-05-12 20:16:47 +00:00
|
|
|
|
'رانهمای_گپ' => NS_HELP_TALK,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
'رده' => NS_CATEGORY,
|
2011-12-25 23:58:49 +00:00
|
|
|
|
'بحث_رده' => NS_CATEGORY_TALK,
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|
2010-02-16 22:54:16 +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
|
|
|
|
'currentday' => [ '1', 'روز', 'روزکنونی', 'روز_کنونی', 'CURRENTDAY' ],
|
|
|
|
|
|
'currentday2' => [ '1', 'روز۲', 'روز_۲', 'CURRENTDAY2' ],
|
|
|
|
|
|
'currentdayname' => [ '1', 'نامروز', 'نام_روز', 'CURRENTDAYNAME' ],
|
|
|
|
|
|
'currenthour' => [ '1', 'ساعت', 'ساعتکنونی', 'ساعت_کنونی', 'CURRENTHOUR' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'currentmonth' => [ '1', 'ماه', 'ماهکنونی', 'ماه_کنونی', 'ماهکنونی۲', 'ماه_اسایی۲', 'ماه_کنونی۲', 'CURRENTMONTH', 'CURRENTMONTH2' ],
|
|
|
|
|
|
'currentmonth1' => [ '1', 'ماه۱', 'ماهکنونی۱', 'ماه_کنونی۱', 'CURRENTMONTH1' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'currentmonthabbrev' => [ '1', 'مخففنامماه', 'مخفف_نام_ماه', 'CURRENTMONTHABBREV' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'currentmonthname' => [ '1', 'نامماه', 'نام_ماه', 'نامماهکنونی', 'نام_ماه_کنونی', 'CURRENTMONTHNAME' ],
|
|
|
|
|
|
'currentmonthnamegen' => [ '1', 'نامماهاضافه', 'نام_ماه_اضافه', 'نامماهکنونیاضافه', 'نام_ماه_کنونی_اضافه', 'CURRENTMONTHNAMEGEN' ],
|
|
|
|
|
|
'currenttime' => [ '1', 'زمانکنونی', 'زمان_کنونی', 'CURRENTTIME' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'currentyear' => [ '1', 'سال', 'سالکنونی', 'سال_کنونی', 'CURRENTYEAR' ],
|
|
|
|
|
|
'forcetoc' => [ '0', '__بافهرست__', '__FORCETOC__' ],
|
|
|
|
|
|
'gender' => [ '0', 'جنسیت:', 'جنس:', 'GENDER:' ],
|
|
|
|
|
|
'grammar' => [ '0', 'دستور_زبون:', 'دستور_زوون:', 'دستورزبان:', 'دستور_زبان:', 'GRAMMAR:' ],
|
|
|
|
|
|
'int' => [ '0', 'ترجمه:', 'INT:' ],
|
|
|
|
|
|
'localday' => [ '1', 'روزمحلی', 'روز_محلی', 'LOCALDAY' ],
|
|
|
|
|
|
'localday2' => [ '1', 'روزمحلی۲', 'روز_محلی_۲', 'LOCALDAY2' ],
|
|
|
|
|
|
'localdayname' => [ '1', 'نامروزمحلی', 'نام_روز_محلی', 'LOCALDAYNAME' ],
|
|
|
|
|
|
'localhour' => [ '1', 'ساعتمحلی', 'ساعت_محلی', 'LOCALHOUR' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'localmonth' => [ '1', 'ماهمحلی', 'ماه_محلی', 'ماهمحلی۲', 'ماه_محلی۲', 'LOCALMONTH', 'LOCALMONTH2' ],
|
|
|
|
|
|
'localmonth1' => [ '1', 'ماهمحلی۱', 'ماه_محلی۱', 'LOCALMONTH1' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'localmonthabbrev' => [ '1', 'مخففماهمحلی', 'مخفف_ماه_محلی', 'LOCALMONTHABBREV' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'localmonthname' => [ '1', 'نامماهمحلی', 'نام_ماه_محلی', 'LOCALMONTHNAME' ],
|
|
|
|
|
|
'localmonthnamegen' => [ '1', 'نامماهمحلیاضافه', 'نام_ماه_محلی_اضافه', 'LOCALMONTHNAMEGEN' ],
|
|
|
|
|
|
'localtime' => [ '1', 'زمون_محلی', 'زمان_محلی', 'زمانمحلی', 'LOCALTIME' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'localurl' => [ '0', 'نشونی:', 'نشانی:', 'LOCALURL:' ],
|
|
|
|
|
|
'localyear' => [ '1', 'سالمحلی', 'سال_محلی', 'LOCALYEAR' ],
|
|
|
|
|
|
'namespace' => [ '1', 'فضاینام', 'فضای_نام', 'NAMESPACE' ],
|
|
|
|
|
|
'namespacee' => [ '1', 'فضاینامکد', 'فضای_نام_کد', 'NAMESPACEE' ],
|
|
|
|
|
|
'noeditsection' => [ '0', '__بیبخش__', '__NOEDITSECTION__' ],
|
|
|
|
|
|
'nogallery' => [ '0', '__بینگارخنه__', '__بینگارخانه__', '__NOGALLERY__' ],
|
|
|
|
|
|
'notoc' => [ '0', '__بیفهرست__', '__NOTOC__' ],
|
|
|
|
|
|
'ns' => [ '0', 'فن:', 'NS:' ],
|
|
|
|
|
|
'nse' => [ '0', 'فنک:', 'NSE:' ],
|
|
|
|
|
|
'numberofactiveusers' => [ '1', 'کارورون_فعال', 'کاربران_فعال', 'کاربرانفعال', 'NUMBEROFACTIVEUSERS' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'numberofarticles' => [ '1', 'تعدادمقالهها', 'NUMBEROFARTICLES' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'numberofedits' => [ '1', 'تعداددچییهئون', 'تعدادویرایشها', 'NUMBEROFEDITS' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'numberoffiles' => [ '1', 'تعدادپروندهها', 'NUMBEROFFILES' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'numberofpages' => [ '1', 'تعدادصفحهها', 'تعداد_صفحهها', 'ولگئون_نمره', 'وألگئون_نومره', 'NUMBEROFPAGES' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'numberofusers' => [ '1', 'تعدادکارورون', 'تعدادکاربران', 'NUMBEROFUSERS' ],
|
|
|
|
|
|
'pagename' => [ '1', 'نامصفحه', 'نام_صفحه', 'PAGENAME' ],
|
|
|
|
|
|
'pagenamee' => [ '1', 'نامصفحهکد', 'نام_صفحه_کد', 'PAGENAMEE' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'redirect' => [ '0', '#بور', '#تغییرمسیر', '#تغییر_مسیر', '#REDIRECT' ],
|
|
|
|
|
|
'sitename' => [ '1', 'ناموبگاه', 'نام_وبگاه', 'SITENAME' ],
|
|
|
|
|
|
'subjectspace' => [ '1', 'فضایموضوع', 'فضایمقاله', 'فضای_موضوع', 'فضای_مقاله', 'SUBJECTSPACE', 'ARTICLESPACE' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
'talkspace' => [ '1', 'فضایگپ', 'فضای_گپ', 'فضایبحث', 'فضای_بحث', 'TALKSPACE' ],
|
|
|
|
|
|
'talkspacee' => [ '1', 'فضایگپ_کد', 'فضای_گپ_کد', 'فضایبحثکد', 'فضای_بحث_کد', 'TALKSPACEE' ],
|
2021-03-03 17:33:55 +00:00
|
|
|
|
'toc' => [ '0', '__فهرست__', '__TOC__' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
|
];
|