MediaWiki
REL1_20
|
Persian (فارسی) More...
Go to the source code of this file.
Variables | |
$dateFormats | |
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter). | |
$datePreferenceMigrationMap | |
Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats. | |
$datePreferences | |
A list of date format preference keys which can be selected in user preferences. | |
$defaultDateFormat = 'dmy or mdy' | |
The date format to use for generated dates in the user interface. | |
$digitTransformTable | |
$fallback8bitEncoding = 'windows-1256' | |
$imageFiles | |
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" | |
$magicWords | |
$messages | |
$namespaceAliases | |
$namespaceNames | |
$rtl = true | |
$specialPageAliases |
Persian (فارسی)
See MessagesQqq.php for message documentation incl. usage of parameters To improve a translation please visit http://translatewiki.net
Definition in file MessagesFa.php.
$dateFormats |
array( # Please be cautious not to delete the invisible RLM from the beginning of the strings. 'mdy time' => 'H:i', 'mdy date' => 'n/j/Y میلادی', 'mdy both' => 'n/j/Y میلادی، ساعت H:i', 'dmy time' => 'H:i', 'dmy date' => 'j xg Y', 'dmy both' => 'j xg Y، ساعت H:i', 'ymd time' => 'H:i', 'ymd date' => 'Y/n/j میلادی', 'ymd both' => 'Y/n/j میلادی، ساعت H:i', 'persian time' => 'H:i', 'persian date' => 'xij xiF xiY', 'persian both' => 'xij xiF xiY، ساعت H:i', 'hebrew time' => 'H:i', 'hebrew date' => 'xij xjF xjY', 'hebrew both' => 'H:i, xij xjF xjY', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd', 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns', )
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
Documentation for the format string can be found in Language.php, search for sprintfDate.
This array is automatically inherited by all subclasses. Individual keys can be overridden.
Definition at line 246 of file MessagesFa.php.
$datePreferenceMigrationMap |
array( 'default', 'mdy', 'dmy', 'ymd' )
Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats.
Definition at line 231 of file MessagesFa.php.
$datePreferences |
array( 'default', 'mdy', 'dmy', 'ymd', 'persian', 'hebrew', 'ISO 8601', )
A list of date format preference keys which can be selected in user preferences.
New preference keys can be added, provided they are supported by the language class's timeanddate(). Only the 5 keys listed below are supported by the wikitext converter (DateFormatter.php).
The special key "default" is an alias for either dmy or mdy depending on $wgAmericanDates
Definition at line 209 of file MessagesFa.php.
$defaultDateFormat = 'dmy or mdy' |
The date format to use for generated dates in the user interface.
This may be one of the above date preferences, or the special value "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy if $wgAmericanDates is false.
Definition at line 225 of file MessagesFa.php.
$digitTransformTable |
array( '0' => '۰', # ۰ '1' => '۱', # ۱ '2' => '۲', # ۲ '3' => '۳', # ۳ '4' => '۴', # ۴ '5' => '۵', # ۵ '6' => '۶', # ۶ '7' => '۷', # ۷ '8' => '۸', # ۸ '9' => '۹', # ۹ '%' => '٪', # ٪ '.' => '٫', # ٫ wrong table? ',' => '٬', # ٬ )
Definition at line 179 of file MessagesFa.php.
$fallback8bitEncoding = 'windows-1256' |
Definition at line 195 of file MessagesFa.php.
$imageFiles |
array( 'button-bold' => 'fa/button_bold.png', 'button-italic' => 'fa/button_italic.png', 'button-link' => 'fa/button_link.png', 'button-headline' => 'fa/button_headline.png', 'button-nowiki' => 'fa/button_nowiki.png', )
Definition at line 432 of file MessagesFa.php.
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" |
Definition at line 430 of file MessagesFa.php.
$magicWords |
Definition at line 273 of file MessagesFa.php.
$messages |
Definition at line 440 of file MessagesFa.php.
$namespaceAliases |
array( 'رسانه' => NS_MEDIA, 'رسانهای' => NS_MEDIA, 'تصویر' => NS_FILE, 'بحث_تصویر' => NS_FILE_TALK, )
Definition at line 69 of file MessagesFa.php.
$namespaceNames |
array( NS_MEDIA => 'مدیا', NS_SPECIAL => 'ویژه', NS_MAIN => '', 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 => 'بحث_رده', )
Definition at line 49 of file MessagesFa.php.
$rtl = true |
Definition at line 197 of file MessagesFa.php.
$specialPageAliases |
Definition at line 76 of file MessagesFa.php.