MediaWiki  1.27.2
MessagesAr.php File Reference

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). More...
 
 $datePreferenceMigrationMap
 Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats. More...
 
 $datePreferences
 A list of date format preference keys which can be selected in user preferences. More...
 
 $defaultDateFormat = 'dmy or mdy'
 The date format to use for generated dates in the user interface. More...
 
 $digitTransformTable
 
 $fallback8bitEncoding = 'windows-1256'
 
 $imageFiles
 
 $linkPrefixExtension = true
 
 $linkTrail = '/^([a-zء-ي]+)(.*)$/sDu'
 Regular expression matching the "link trail", e.g. More...
 
 $magicWords
 
 $namespaceAliases
 
 $namespaceGenderAliases
 
 $namespaceNames
 
 $rtl = true
 
 $specialPageAliases
 
 NS_SPECIAL
 
wrong table => '٬', # &#x066c
 

Detailed Description

Arabic (العربية)

To improve a translation please visit https://translatewiki.net

Definition in file MessagesAr.php.

Variable Documentation

$dateFormats
Initial value:
= [
'mdy time' => 'H:i'

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 62 of file MessagesAr.php.

$datePreferenceMigrationMap
Initial value:
= [
'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 47 of file MessagesAr.php.

$datePreferences
Initial value:
= [
'default',
'mdy',
'dmy',
'ymd',
'hijri',
'ISO 8601',
'jMY',
]

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 25 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 41 of file MessagesAr.php.

$digitTransformTable
Initial value:
= [
'0' => '٠'

Definition at line 88 of file MessagesAr.php.

Referenced by Digit2Html\execute().

$fallback8bitEncoding = 'windows-1256'

Definition at line 12 of file MessagesAr.php.

$imageFiles
Initial value:
= [
'button-bold' => 'ar/button_bold.png'

Definition at line 429 of file MessagesAr.php.

$linkPrefixExtension = true

Definition at line 11 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 427 of file MessagesAr.php.

$magicWords
Initial value:
= [
'redirect' => [ '0', '#تحويل', '#REDIRECT' ]

Definition at line 139 of file MessagesAr.php.

$namespaceAliases
Initial value:
= [
'وسائط' => NS_MEDIA
const NS_MEDIA
Definition: Defines.php:57

Definition at line 122 of file MessagesAr.php.

$namespaceGenderAliases
Initial value:
= [
NS_USER => [
'male' => 'مستخدم'

Definition at line 128 of file MessagesAr.php.

$namespaceNames
Initial value:
= [
NS_MEDIA => 'ميديا'
const NS_MEDIA
Definition: Defines.php:57

Definition at line 103 of file MessagesAr.php.

$rtl = true

Definition at line 14 of file MessagesAr.php.

$specialPageAliases
Initial value:
= [
'Activeusers' => [ 'مستخدمون_نشطون' ]

Definition at line 308 of file MessagesAr.php.

NS_SPECIAL
Initial value:
=> 'خاص',
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 => 'نقاش_التصنيف',
]
const NS_TEMPLATE
Definition: Defines.php:79
const NS_MEDIAWIKI_TALK
Definition: Defines.php:78
const NS_PROJECT_TALK
Definition: Defines.php:74
const NS_CATEGORY
Definition: Defines.php:83
const NS_FILE
Definition: Defines.php:75
const NS_FILE_TALK
Definition: Defines.php:76
const NS_MEDIAWIKI
Definition: Defines.php:77
const NS_CATEGORY_TALK
Definition: Defines.php:84
const NS_HELP
Definition: Defines.php:81
const NS_HELP_TALK
Definition: Defines.php:82
const NS_TALK
Definition: Defines.php:70
const NS_USER_TALK
Definition: Defines.php:72
const NS_TEMPLATE_TALK
Definition: Defines.php:80

Definition at line 105 of file MessagesAr.php.

wrong table => '٬', # &#x066c

Definition at line 100 of file MessagesAr.php.