MediaWiki  REL1_22
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).
 $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

Detailed Description

Arabic (العربية)

See MessagesQqq.php for message documentation incl. usage of parameters To improve a translation please visit http://translatewiki.net

Author:
;Hiba;1
Abanima
Achraf94
AhmadSherif
Aiman titi
Alexknight12
Ali1
Alnokta
Antime
Arjanizary
Asaifm
Avocato
Bachounda
Bassem JARKAS
Chaos
Ciphers
DRIHEM
DrFO.Tn
Elmondo21st
Elmoro
Gharbeia
Hakeem
Histolo2
Houcinee1
Jak
Khaledhosny
Lord Anubis
MK
Majid Al-Dharrab
Malhargan
Menasim
Meno25
Mido
Mimouni
Mo7amedsalim
Nemo bis
Obayd
OsamaK
Ouda
Oxydo
Rami.Awad
Reedy
Riadismet
Samer
Sami Lab
TTMTT
Tarawneh
TheEgyptian
Tux-tn
Uwe a
Zack wadghiri
Zanatos
أحمد
ترجمان05
خالد حسني
روخو
زكريا
عصام بايزيدي
عمرو
محمد الجداوي
مشعل الحربي
نصوح
وهراني

Definition in file MessagesAr.php.


Variable Documentation

$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',
)

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

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

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

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

Definition at line 147 of file MessagesAr.php.

Referenced by Digit2Html\execute().

$fallback8bitEncoding = 'windows-1256'

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

$linkPrefixExtension = true

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

$magicWords

Definition at line 198 of file MessagesAr.php.

Definition at line 477 of file MessagesAr.php.

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

Definition at line 181 of file MessagesAr.php.

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

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

$rtl = true

Definition at line 78 of file MessagesAr.php.

$specialPageAliases

Definition at line 360 of file MessagesAr.php.