Go to the source code of this file.
Variables | |
$linkPrefixExtension = true | |
$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). | |
$digitTransformTable | |
$namespaceNames | |
$namespaceAliases | |
$magicWords | |
$specialPageAliases | |
$linkTrail = '/^([a-z\x{0600}-\x{06FF}]+)(.*)$/suD' | |
Regular expression matching the "link trail", e.g. | |
$imageFiles | |
$messages |
See MessagesQqq.php for message documentation incl. usage of parameters To improve a translation please visit http://translatewiki.net
Definition in file MessagesAr.php.
$dateFormats |
Initial value:
array( 'mdy time' => 'H:i', 'mdy date' => 'xg j، Y', # Arabic comma 'mdy both' => 'H:i، xg j، Y', # Arabic comma 'dmy time' => 'H:i', 'dmy date' => 'j xg Y', 'dmy both' => 'H:i، j xg Y', # Arabic comma 'ymd time' => 'H:i', 'ymd date' => 'Y xg j', 'ymd both' => 'H:i، Y xg j', # Arabic comma 'hijri time' => 'H:i', 'hijri date' => 'xmj xmF xmY', 'hijri both' => 'H:i، xmj xmF xmY', '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 86 of file MessagesAr.php.
$datePreferenceMigrationMap |
Initial value:
array( 'default', 'mdy', 'dmy', 'ymd' )
Definition at line 71 of file MessagesAr.php.
$datePreferences |
Initial value:
array( 'default', 'mdy', 'dmy', 'ymd', 'hijri', '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 50 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 65 of file MessagesAr.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 34 of file MessagesAr.php.
$digitTransformTable |
Initial value:
array( '0' => '٠', # ٠ '1' => '١', # ١ '2' => '٢', # ٢ '3' => '٣', # ٣ '4' => '٤', # ٤ '5' => '٥', # ٥ '6' => '٦', # ٦ '7' => '٧', # ٧ '8' => '٨', # ٨ '9' => '٩', # ٩ '.' => '٫', # ٫ wrong table ? ',' => '٬', # ٬ )
Definition at line 108 of file MessagesAr.php.
$fallback8bitEncoding = 'windows-1256' |
Definition at line 31 of file MessagesAr.php.
$imageFiles |
Initial value:
array( 'button-bold' => 'ar/button_bold.png', 'button-italic' => 'ar/button_italic.png', 'button-link' => 'ar/button_link.png', 'button-headline' => 'ar/button_headline.png', 'button-nowiki' => 'ar/button_nowiki.png', )
Definition at line 385 of file MessagesAr.php.
$linkPrefixExtension = true |
Definition at line 30 of file MessagesAr.php.
$linkTrail = '/^([a-z\x{0600}-\x{06FF}]+)(.*)$/suD' |
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 383 of file MessagesAr.php.
$magicWords |
Definition at line 148 of file MessagesAr.php.
$messages |
Definition at line 393 of file MessagesAr.php.
$namespaceAliases |
Initial value:
array( 'وسائط' => NS_MEDIA, 'صورة' => NS_FILE, 'نقاش_الصورة' => NS_FILE_TALK, )
Definition at line 142 of file MessagesAr.php.
$namespaceNames |
Initial value:
array( NS_MEDIA => 'ميديا', NS_SPECIAL => 'خاص', 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 123 of file MessagesAr.php.
$rtl = true |
Definition at line 33 of file MessagesAr.php.
Referenced by OutputPage::headElement(), and PreferencesForm::mainPrefsForm().
$specialPageAliases |
Definition at line 288 of file MessagesAr.php.