MediaWiki REL1_39
|
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' | |
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" | |
$magicWords | |
@phpcs-require-sorted-array | |
$namespaceAliases | |
$namespaceNames | |
$rtl = true | |
$separatorTransformTable | |
$specialPageAliases | |
@phpcs-require-sorted-array | |
Persian (فارسی)
To improve a translation please visit https://translatewiki.net
Definition in file MessagesFa.php.
$dateFormats |
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 405 of file MessagesFa.php.
$datePreferenceMigrationMap |
Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats.
Definition at line 390 of file MessagesFa.php.
$datePreferences |
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 368 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 384 of file MessagesFa.php.
$digitTransformTable |
Definition at line 340 of file MessagesFa.php.
$fallback8bitEncoding = 'windows-1256' |
Definition at line 11 of file MessagesFa.php.
$linkTrail = "/^([ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهیآأئؤة]+)(.*)$/sDu" |
Definition at line 434 of file MessagesFa.php.
$magicWords |
@phpcs-require-sorted-array
Definition at line 174 of file MessagesFa.php.
$namespaceAliases |
Definition at line 32 of file MessagesFa.php.
$namespaceNames |
Definition at line 13 of file MessagesFa.php.
$rtl = true |
Definition at line 10 of file MessagesFa.php.
$separatorTransformTable |
Definition at line 354 of file MessagesFa.php.
$specialPageAliases |
@phpcs-require-sorted-array
Definition at line 40 of file MessagesFa.php.