Go to the source code of this file.
Variables | |
$namespaceNames | |
$namespaceAliases | |
$specialPageAliases | |
$digitTransformTable | |
$fallback8bitEncoding = 'windows-1256' | |
$rtl = true | |
$defaultUserOptionOverrides | |
$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. | |
$datePreferenceMigrationMap | |
Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats. | |
$dateFormats | |
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter). | |
$magicWords | |
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" | |
$imageFiles | |
$messages |
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 |
Initial value:
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', )
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 211 of file MessagesFa.php.
$datePreferenceMigrationMap |
Initial value:
array( 'default', 'mdy', 'dmy', 'ymd' )
Definition at line 196 of file MessagesFa.php.
$datePreferences |
Initial value:
array( 'default', 'mdy', 'dmy', 'ymd', 'persian', 'hebrew', 'ISO 8601', )
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 174 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 190 of file MessagesFa.php.
$defaultUserOptionOverrides |
Initial value:
array( # Swap sidebar to right side by default 'quickbar' => 2, # Underlines seriously harm legibility. Force off: 'underline' => 0, )
Definition at line 157 of file MessagesFa.php.
$digitTransformTable |
Initial value:
array( '0' => '۰', # ۰ '1' => '۱', # ۱ '2' => '۲', # ۲ '3' => '۳', # ۳ '4' => '۴', # ۴ '5' => '۵', # ۵ '6' => '۶', # ۶ '7' => '۷', # ۷ '8' => '۸', # ۸ '9' => '۹', # ۹ '%' => '٪', # ٪ '.' => '٫', # ٫ wrong table? ',' => '٬', # ٬ )
Definition at line 138 of file MessagesFa.php.
$fallback8bitEncoding = 'windows-1256' |
Definition at line 154 of file MessagesFa.php.
$imageFiles |
Initial value:
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 384 of file MessagesFa.php.
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" |
Definition at line 382 of file MessagesFa.php.
$magicWords |
Definition at line 239 of file MessagesFa.php.
$messages |
Definition at line 392 of file MessagesFa.php.
$namespaceAliases |
Initial value:
array( 'تصویر' => NS_FILE, 'بحث_تصویر' => NS_FILE_TALK, )
Definition at line 41 of file MessagesFa.php.
$namespaceNames |
Initial value:
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 21 of file MessagesFa.php.
$rtl = true |
Definition at line 156 of file MessagesFa.php.
$specialPageAliases |
Definition at line 46 of file MessagesFa.php.