MediaWiki
REL1_19
|
Arabic (العربية) 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' | |
$imageFiles | |
$linkPrefixExtension = true | |
$linkTrail = '/^([a-zء-ي]+)(.*)$/sDu' | |
Regular expression matching the "link trail", e.g. | |
$magicWords | |
$messages | |
$namespaceAliases | |
$namespaceGenderAliases | |
$namespaceNames | |
$rtl = true | |
$specialPageAliases |
Arabic (العربية)
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 |
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', )
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 121 of file MessagesAr.php.
$datePreferenceMigrationMap |
array( 'default', 'mdy', 'dmy', 'ymd' )
Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats.
Definition at line 106 of file MessagesAr.php.
$datePreferences |
array( 'default', 'mdy', 'dmy', 'ymd', 'hijri', 'ISO 8601', )
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 85 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 100 of file MessagesAr.php.
$digitTransformTable |
array( '0' => '٠', # ٠ '1' => '١', # ١ '2' => '٢', # ٢ '3' => '٣', # ٣ '4' => '٤', # ٤ '5' => '٥', # ٥ '6' => '٦', # ٦ '7' => '٧', # ٧ '8' => '٨', # ٨ '9' => '٩', # ٩ '.' => '٫', # ٫ wrong table ? ',' => '٬', # ٬ )
Definition at line 143 of file MessagesAr.php.
Referenced by Digit2Html\execute().
$fallback8bitEncoding = 'windows-1256' |
Definition at line 72 of file MessagesAr.php.
$imageFiles |
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 457 of file MessagesAr.php.
$linkPrefixExtension = true |
Definition at line 71 of file MessagesAr.php.
$linkTrail = '/^([a-zء-ي]+)(.*)$/sDu' |
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 455 of file MessagesAr.php.
$magicWords |
Definition at line 194 of file MessagesAr.php.
$messages |
Definition at line 465 of file MessagesAr.php.
$namespaceAliases |
array( 'وسائط' => NS_MEDIA, 'صورة' => NS_FILE, 'نقاش_الصورة' => NS_FILE_TALK, )
Definition at line 177 of file MessagesAr.php.
$namespaceGenderAliases |
array( NS_USER => array( 'male' => 'مستخدم', 'female' => 'مستخدمة' ), NS_USER_TALK => array( 'male' => 'نقاش_المستخدم', 'female' => 'نقاش_المستخدمة' ), )
Definition at line 183 of file MessagesAr.php.
$namespaceNames |
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 158 of file MessagesAr.php.
$rtl = true |
Definition at line 74 of file MessagesAr.php.
Referenced by Language\getDirMark().
$specialPageAliases |
Definition at line 349 of file MessagesAr.php.