MediaWiki REL1_39
|
Arabic (العربية) More...
Go to the source code of this file.
Variables | |
$arabicCombiningDiacritics | |
Regular expression matching the "link trail", e.g. | |
$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. | |
$digitGroupingPattern = "#,##0.###" | |
$digitTransformTable | |
$fallback8bitEncoding = 'windows-1256' | |
$linkPrefixCharset = 'a-zA-Zء-ي' . $arabicCombiningDiacritics | |
$linkPrefixExtension = true | |
$linkTrail = '/^([a-zء-ي' . $arabicCombiningDiacritics . ']+)(.*)$/sDu' | |
$magicWords | |
@phpcs-require-sorted-array | |
$namespaceAliases | |
$namespaceGenderAliases | |
$namespaceNames | |
$rtl = true | |
$separatorTransformTable | |
$specialPageAliases | |
@phpcs-require-sorted-array | |
Arabic (العربية)
To improve a translation please visit https://translatewiki.net
Definition in file MessagesAr.php.
$arabicCombiningDiacritics |
Regular expression matching the "link trail", e.g.
"ed" in [[Toast]]ed, as the first group, and the remainder of the string as the second group. Modified to match Arabic trails too.
Definition at line 461 of file MessagesAr.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 60 of file MessagesAr.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 45 of file MessagesAr.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 23 of file MessagesAr.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 39 of file MessagesAr.php.
$digitGroupingPattern = "#,##0.###" |
Definition at line 475 of file MessagesAr.php.
$digitTransformTable |
Definition at line 86 of file MessagesAr.php.
Referenced by Digit2Html\execute().
$fallback8bitEncoding = 'windows-1256' |
Definition at line 10 of file MessagesAr.php.
$linkPrefixCharset = 'a-zA-Zء-ي' . $arabicCombiningDiacritics |
Definition at line 472 of file MessagesAr.php.
Referenced by ApiQuerySiteinfo\appendGeneralInfo().
$linkPrefixExtension = true |
Definition at line 450 of file MessagesAr.php.
$linkTrail = '/^([a-zء-ي' . $arabicCombiningDiacritics . ']+)(.*)$/sDu' |
Definition at line 471 of file MessagesAr.php.
$magicWords |
@phpcs-require-sorted-array
Definition at line 141 of file MessagesAr.php.
$namespaceAliases |
Definition at line 123 of file MessagesAr.php.
$namespaceGenderAliases |
Definition at line 129 of file MessagesAr.php.
$namespaceNames |
Definition at line 104 of file MessagesAr.php.
$rtl = true |
Definition at line 12 of file MessagesAr.php.
$separatorTransformTable |
Definition at line 99 of file MessagesAr.php.
$specialPageAliases |
@phpcs-require-sorted-array
Definition at line 315 of file MessagesAr.php.