MediaWiki master
MessagesApc.php
Go to the documentation of this file.
1<?php
8$fallback = 'ar';
9
10$rtl = true;
11
13 NS_MEDIA => 'ميديا',
14 NS_SPECIAL => 'مميز',
15 NS_TALK => 'نقاش',
16 NS_USER => 'مستخدم',
17 NS_USER_TALK => 'نقاش_المستخدم',
18 NS_PROJECT_TALK => 'نقاش_$1',
19 NS_FILE => 'فايل',
20 NS_FILE_TALK => 'نقاش_الفايل',
21 NS_MEDIAWIKI => 'ميدياويكي',
22 NS_MEDIAWIKI_TALK => 'نقاش_ميدياويكي',
23 NS_TEMPLATE => 'قالب',
24 NS_TEMPLATE_TALK => 'نقاش_القالب',
25 NS_HELP => 'مساعدة',
26 NS_HELP_TALK => 'نقاش_المساعدة',
27 NS_CATEGORY => 'تصنيف',
28 NS_CATEGORY_TALK => 'نقاش_التصنيف',
29];
30
32 NS_USER => [
33 'male' => 'مستخدم',
34 'female' => 'مستخدمة'
35 ],
36 NS_USER_TALK => [
37 'male' => 'نقاش_المستخدم',
38 'female' => 'نقاش_المستخدمة'
39 ],
40];
41
52 'default',
53 'mdy',
54 'dmy',
55 'ymd',
56 'hijri',
57 'ISO 8601',
58 'jMY',
59];
60
70 'mdy time' => 'H:i',
71 'mdy date' => 'xg j، Y', # Arabic comma
72 'mdy both' => 'H:i، xg j، Y', # Arabic comma
73
74 'dmy time' => 'H:i',
75 'dmy date' => 'j xg Y',
76 'dmy both' => 'H:i، j xg Y', # Arabic comma
77
78 'ymd time' => 'H:i',
79 'ymd date' => 'Y xg j',
80 'ymd both' => 'H:i، Y xg j', # Arabic comma
81
82 'hijri time' => 'H:i',
83 'hijri date' => 'xmj xmF xmY',
84 'hijri both' => 'H:i، xmj xmF xmY',
85
86 'ISO 8601 time' => 'xnH:xni:xns',
87 'ISO 8601 date' => 'xnY-xnm-xnd',
88 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
89
90 'jMY time' => 'H:i',
91 'jMY date' => 'j M Y',
92 'jMY both' => 'H:i، j M Y', # Arabic comma
93];
94
96 '0' => '٠', # U+0660
97 '1' => '١', # U+0661
98 '2' => '٢', # U+0662
99 '3' => '٣', # U+0663
100 '4' => '٤', # U+0664
101 '5' => '٥', # U+0665
102 '6' => '٦', # U+0666
103 '7' => '٧', # U+0667
104 '8' => '٨', # U+0668
105 '9' => '٩', # U+0669
106];
107
109 '.' => '٫', # U+066B
110 ',' => '٬', # U+066C
111];
112
114 NS_MEDIA => 'ميديا',
115 NS_SPECIAL => 'خاص',
116 NS_TALK => 'نقاش',
117 NS_USER => 'مستخدم',
118 NS_USER_TALK => 'نقاش_المستخدم',
119 NS_PROJECT_TALK => 'نقاش_$1',
120 NS_FILE => 'ملف',
121 NS_FILE_TALK => 'نقاش_الملف',
122 NS_MEDIAWIKI => 'ميدياويكي',
123 NS_MEDIAWIKI_TALK => 'نقاش_ميدياويكي',
124 NS_TEMPLATE => 'قالب',
125 NS_TEMPLATE_TALK => 'نقاش_القالب',
126 NS_HELP => 'مساعدة',
127 NS_HELP_TALK => 'نقاش_المساعدة',
128 NS_CATEGORY => 'تصنيف',
129 NS_CATEGORY_TALK => 'نقاش_التصنيف',
130];
131
133 NS_USER => [
134 'male' => 'مستخدم',
135 'female' => 'مستخدمة'
136 ],
137 NS_USER_TALK => [
138 'male' => 'نقاش_المستخدم',
139 'female' => 'نقاش_المستخدمة'
140 ],
141];
142
144
150// The prefix set also needs to include diacritics, as these can be added
151// to letters, but keep them as letters.
152// These are from the "Extend" group in Unicode:
153// https://www.unicode.org/Public/13.0.0/ucd/auxiliary/WordBreakProperty.txt
155 '\\x{0610}-\\x{061A}' .
156 '\\x{064B}-\\x{065F}' .
157 '\\x{0670}' .
158 '\\x{06D6}-\\x{06DC}' .
159 '\\x{06DF}-\\x{06E4}' .
160 '\\x{06E7}' .
161 '\\x{06E8}' .
162 '\\x{06EA}-\\x{06ED}';
163
164$linkTrail = '/^([a-zء-ي' . $arabicCombiningDiacritics . ']+)(.*)$/sDu';
167
const NS_HELP
Definition Defines.php:77
const NS_USER
Definition Defines.php:67
const NS_FILE
Definition Defines.php:71
const NS_MEDIAWIKI_TALK
Definition Defines.php:74
const NS_PROJECT_TALK
Definition Defines.php:70
const NS_MEDIAWIKI
Definition Defines.php:73
const NS_TEMPLATE
Definition Defines.php:75
const NS_SPECIAL
Definition Defines.php:54
const NS_FILE_TALK
Definition Defines.php:72
const NS_HELP_TALK
Definition Defines.php:78
const NS_CATEGORY_TALK
Definition Defines.php:80
const NS_MEDIA
Definition Defines.php:53
const NS_TALK
Definition Defines.php:66
const NS_USER_TALK
Definition Defines.php:68
const NS_CATEGORY
Definition Defines.php:79
const NS_TEMPLATE_TALK
Definition Defines.php:76
$linkPrefixExtension
$fallback
$namespaceGenderAliases
$dateFormats
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
$linkPrefixCharset
$linkTrail
$datePreferences
A list of date format preference keys which can be selected in user preferences.
$namespaceNames
$separatorTransformTable
$digitGroupingPattern
$arabicCombiningDiacritics
Regular expression matching the "link trail", e.g.
$digitTransformTable
$rtl