2007-01-05 01:39:47 +00:00
|
|
|
|
<?php
|
2009-10-12 20:26:16 +00:00
|
|
|
|
/** Mazanderani (مازِرونی)
|
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
|
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-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';
|
|
|
|
|
|
|
2007-01-05 01:39:47 +00:00
|
|
|
|
$linkPrefixExtension = true;
|
|
|
|
|
|
$fallback8bitEncoding = 'windows-1256';
|
|
|
|
|
|
|
|
|
|
|
|
$rtl = true;
|
|
|
|
|
|
|
2009-08-10 23:23:13 +00:00
|
|
|
|
$namespaceNames = array(
|
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 => 'رج_گپ',
|
2009-08-10 23:23:13 +00:00
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$namespaceAliases = array(
|
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,
|
2010-02-16 22:54:16 +00:00
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
$magicWords = array(
|
2012-08-26 11:55:25 +00:00
|
|
|
|
'redirect' => array( '0', '#بور', '#تغییرمسیر', '#تغییر_مسیر', '#REDIRECT' ),
|
|
|
|
|
|
'notoc' => array( '0', '__بیفهرست__', '__NOTOC__' ),
|
|
|
|
|
|
'nogallery' => array( '0', '__بینگارخنه__', '__بینگارخانه__', '__NOGALLERY__' ),
|
|
|
|
|
|
'forcetoc' => array( '0', '__بافهرست__', '__FORCETOC__' ),
|
|
|
|
|
|
'toc' => array( '0', '__فهرست__', '__TOC__' ),
|
|
|
|
|
|
'noeditsection' => array( '0', '__بیبخش__', '__NOEDITSECTION__' ),
|
|
|
|
|
|
'currentmonth' => array( '1', 'ماه', 'ماهکنونی', 'ماه_کنونی', 'ماهکنونی۲', 'ماه_اسایی۲', 'ماه_کنونی۲', 'CURRENTMONTH', 'CURRENTMONTH2' ),
|
|
|
|
|
|
'currentmonth1' => array( '1', 'ماه۱', 'ماهکنونی۱', 'ماه_کنونی۱', 'CURRENTMONTH1' ),
|
|
|
|
|
|
'currentmonthname' => array( '1', 'نامماه', 'نام_ماه', 'نامماهکنونی', 'نام_ماه_کنونی', 'CURRENTMONTHNAME' ),
|
|
|
|
|
|
'currentmonthnamegen' => array( '1', 'نامماهاضافه', 'نام_ماه_اضافه', 'نامماهکنونیاضافه', 'نام_ماه_کنونی_اضافه', 'CURRENTMONTHNAMEGEN' ),
|
|
|
|
|
|
'currentmonthabbrev' => array( '1', 'مخففنامماه', 'مخفف_نام_ماه', 'CURRENTMONTHABBREV' ),
|
|
|
|
|
|
'currentday' => array( '1', 'روز', 'روزکنونی', 'روز_کنونی', 'CURRENTDAY' ),
|
|
|
|
|
|
'currentday2' => array( '1', 'روز۲', 'روز_۲', 'CURRENTDAY2' ),
|
|
|
|
|
|
'currentdayname' => array( '1', 'نامروز', 'نام_روز', 'CURRENTDAYNAME' ),
|
|
|
|
|
|
'currentyear' => array( '1', 'سال', 'سالکنونی', 'سال_کنونی', 'CURRENTYEAR' ),
|
|
|
|
|
|
'currenttime' => array( '1', 'زمانکنونی', 'زمان_کنونی', 'CURRENTTIME' ),
|
|
|
|
|
|
'currenthour' => array( '1', 'ساعت', 'ساعتکنونی', 'ساعت_کنونی', 'CURRENTHOUR' ),
|
|
|
|
|
|
'localmonth' => array( '1', 'ماهمحلی', 'ماه_محلی', 'ماهمحلی۲', 'ماه_محلی۲', 'LOCALMONTH', 'LOCALMONTH2' ),
|
|
|
|
|
|
'localmonth1' => array( '1', 'ماهمحلی۱', 'ماه_محلی۱', 'LOCALMONTH1' ),
|
|
|
|
|
|
'localmonthname' => array( '1', 'نامماهمحلی', 'نام_ماه_محلی', 'LOCALMONTHNAME' ),
|
|
|
|
|
|
'localmonthnamegen' => array( '1', 'نامماهمحلیاضافه', 'نام_ماه_محلی_اضافه', 'LOCALMONTHNAMEGEN' ),
|
|
|
|
|
|
'localmonthabbrev' => array( '1', 'مخففماهمحلی', 'مخفف_ماه_محلی', 'LOCALMONTHABBREV' ),
|
|
|
|
|
|
'localday' => array( '1', 'روزمحلی', 'روز_محلی', 'LOCALDAY' ),
|
|
|
|
|
|
'localday2' => array( '1', 'روزمحلی۲', 'روز_محلی_۲', 'LOCALDAY2' ),
|
|
|
|
|
|
'localdayname' => array( '1', 'نامروزمحلی', 'نام_روز_محلی', 'LOCALDAYNAME' ),
|
|
|
|
|
|
'localyear' => array( '1', 'سالمحلی', 'سال_محلی', 'LOCALYEAR' ),
|
|
|
|
|
|
'localtime' => array( '1', 'زمون_محلی', 'زمان_محلی', 'زمانمحلی', 'LOCALTIME' ),
|
|
|
|
|
|
'localhour' => array( '1', 'ساعتمحلی', 'ساعت_محلی', 'LOCALHOUR' ),
|
|
|
|
|
|
'numberofpages' => array( '1', 'تعدادصفحهها', 'تعداد_صفحهها', 'ولگئون_نمره', 'وألگئون_نومره', 'NUMBEROFPAGES' ),
|
|
|
|
|
|
'numberofarticles' => array( '1', 'تعدادمقالهها', 'NUMBEROFARTICLES' ),
|
|
|
|
|
|
'numberoffiles' => array( '1', 'تعدادپروندهها', 'NUMBEROFFILES' ),
|
|
|
|
|
|
'numberofusers' => array( '1', 'تعدادکارورون', 'تعدادکاربران', 'NUMBEROFUSERS' ),
|
|
|
|
|
|
'numberofactiveusers' => array( '1', 'کارورون_فعال', 'کاربران_فعال', 'کاربرانفعال', 'NUMBEROFACTIVEUSERS' ),
|
|
|
|
|
|
'numberofedits' => array( '1', 'تعداددچییهئون', 'تعدادویرایشها', 'NUMBEROFEDITS' ),
|
|
|
|
|
|
'pagename' => array( '1', 'نامصفحه', 'نام_صفحه', 'PAGENAME' ),
|
|
|
|
|
|
'pagenamee' => array( '1', 'نامصفحهکد', 'نام_صفحه_کد', 'PAGENAMEE' ),
|
|
|
|
|
|
'namespace' => array( '1', 'فضاینام', 'فضای_نام', 'NAMESPACE' ),
|
|
|
|
|
|
'namespacee' => array( '1', 'فضاینامکد', 'فضای_نام_کد', 'NAMESPACEE' ),
|
|
|
|
|
|
'talkspace' => array( '1', 'فضایگپ', 'فضای_گپ', 'فضایبحث', 'فضای_بحث', 'TALKSPACE' ),
|
|
|
|
|
|
'talkspacee' => array( '1', 'فضایگپ_کد', 'فضای_گپ_کد', 'فضایبحثکد', 'فضای_بحث_کد', 'TALKSPACEE' ),
|
|
|
|
|
|
'subjectspace' => array( '1', 'فضایموضوع', 'فضایمقاله', 'فضای_موضوع', 'فضای_مقاله', 'SUBJECTSPACE', 'ARTICLESPACE' ),
|
|
|
|
|
|
'int' => array( '0', 'ترجمه:', 'INT:' ),
|
|
|
|
|
|
'sitename' => array( '1', 'ناموبگاه', 'نام_وبگاه', 'SITENAME' ),
|
|
|
|
|
|
'ns' => array( '0', 'فن:', 'NS:' ),
|
|
|
|
|
|
'nse' => array( '0', 'فنک:', 'NSE:' ),
|
|
|
|
|
|
'localurl' => array( '0', 'نشونی:', 'نشانی:', 'LOCALURL:' ),
|
|
|
|
|
|
'grammar' => array( '0', 'دستور_زبون:', 'دستور_زوون:', 'دستورزبان:', 'دستور_زبان:', 'GRAMMAR:' ),
|
|
|
|
|
|
'gender' => array( '0', 'جنسیت:', 'جنس:', 'GENDER:' ),
|
2009-08-10 23:23:13 +00:00
|
|
|
|
);
|
2008-11-27 22:46:44 +00:00
|
|
|
|
|