|
MediaWiki master
|
Pashto (پښتو) 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' | |
| $jsDateFormats | |
| $linkTrail = "/^([ابپتټثجچحخځڅدډذرړږژزسښشصضطظعغفقکګگلمنڼوهءیيېۍئ]+)(.*)$/sDu" | |
| $magicWords | |
| $namespaceAliases | |
| $namespaceGenderAliases | |
| $namespaceNames | |
| $numberingSystem = 'arabext' | |
| $rtl = true | |
| $separatorTransformTable | |
| $specialPageAliases | |
Pashto (پښتو)
Definition in file MessagesPs.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 88 of file MessagesPs.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 73 of file MessagesPs.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 50 of file MessagesPs.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 67 of file MessagesPs.php.
| $digitTransformTable |
Definition at line 20 of file MessagesPs.php.
| $fallback8bitEncoding = 'windows-1256' |
Definition at line 16 of file MessagesPs.php.
| $jsDateFormats |
Definition at line 119 of file MessagesPs.php.
| $linkTrail = "/^([ابپتټثجچحخځڅدډذرړږژزسښشصضطظعغفقکګگلمنڼوهءیيېۍئ]+)(.*)$/sDu" |
Definition at line 495 of file MessagesPs.php.
| $magicWords |
Definition at line 308 of file MessagesPs.php.
| $namespaceAliases |
Definition at line 150 of file MessagesPs.php.
| $namespaceGenderAliases |
Definition at line 160 of file MessagesPs.php.
| $namespaceNames |
Definition at line 131 of file MessagesPs.php.
| $numberingSystem = 'arabext' |
Definition at line 39 of file MessagesPs.php.
| $rtl = true |
Definition at line 18 of file MessagesPs.php.
| $separatorTransformTable |
Definition at line 34 of file MessagesPs.php.
| $specialPageAliases |
Definition at line 172 of file MessagesPs.php.