MediaWiki  1.23.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
 

Detailed Description

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.

Variable Documentation

◆ $dateFormats

$dateFormats
Initial value:
'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 62 of file MessagesAr.php.

◆ $datePreferenceMigrationMap

$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

$datePreferences
Initial value:
'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 26 of file MessagesAr.php.

◆ $defaultDateFormat

$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

$digitTransformTable
Initial value:
'0' => '٠', # ٠
'1' => '١', # ١
'2' => '٢', # ٢
'3' => '٣', # ٣
'4' => '٤', # ٤
'5' => '٥', # ٥
'6' => '٦', # ٦
'7' => '٧', # ٧
'8' => '٨', # ٨
'9' => '٩', # ٩
'.' => '٫', # ٫ wrong table ?
',' => '٬', # ٬
)

Definition at line 84 of file MessagesAr.php.

Referenced by Digit2Html\execute().

◆ $fallback8bitEncoding

$fallback8bitEncoding = 'windows-1256'

Definition at line 13 of file MessagesAr.php.

◆ $imageFiles

$imageFiles
Initial value:
'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 413 of file MessagesAr.php.

◆ $linkPrefixExtension

$linkPrefixExtension = true

Definition at line 12 of file MessagesAr.php.

◆ $linkTrail

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

◆ $magicWords

$magicWords

Definition at line 135 of file MessagesAr.php.

◆ $namespaceAliases

$namespaceAliases
Initial value:
'وسائط' => NS_MEDIA,
'صورة' => NS_FILE,
'نقاش_الصورة' => NS_FILE_TALK,
)

Definition at line 118 of file MessagesAr.php.

◆ $namespaceGenderAliases

$namespaceGenderAliases
Initial value:
'male' => 'مستخدم',
'female' => 'مستخدمة'
),
'male' => 'نقاش_المستخدم',
'female' => 'نقاش_المستخدمة'
),
)

Definition at line 124 of file MessagesAr.php.

◆ $namespaceNames

$namespaceNames
Initial value:
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 99 of file MessagesAr.php.

◆ $rtl

$rtl = true

Definition at line 15 of file MessagesAr.php.

◆ $specialPageAliases

$specialPageAliases

Definition at line 300 of file MessagesAr.php.

NS_HELP
const NS_HELP
Definition: Defines.php:91
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:90
NS_FILE
const NS_FILE
Definition: Defines.php:85
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:89
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:68
table
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global then executing the whole list after the page is displayed We don t do anything smart like collating updates to the same table or such because the list is almost always going to have just one item on if so it s not worth the trouble Since there is a job queue in the jobs table
Definition: deferred.txt:11
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:88
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:93
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:82
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:67
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:84
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:92
NS_USER
const NS_USER
Definition: Defines.php:81
NS_TALK
const NS_TALK
Definition: Defines.php:80
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:87
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:86
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:94