Index: trunk/phase3/languages/messages/MessagesAr.php |
— | — | @@ -168,6 +168,7 @@ |
169 | 169 | 'noeditsection' => array( '0', '__لاتحريرقسم__', '__NOEDITSECTION__' ), |
170 | 170 | 'noheader' => array( '0', '__لاعنوان__', '__NOHEADER__' ), |
171 | 171 | 'currentmonth' => array( '1', 'شهر_حالي', 'شهر', 'CURRENTMONTH', 'CURRENTMONTH2' ), |
| 172 | + 'currentmonth1' => array( '1', 'شهر_حالي1', 'CURRENTMONTH1' ), |
172 | 173 | 'currentmonthname' => array( '1', 'اسم_الشهر_الحالي', 'اسم_شهر_حالي', 'اسم_شهر', 'CURRENTMONTHNAME' ), |
173 | 174 | 'currentmonthnamegen' => array( '1', 'اسم_الشهر_الحالي_المولد', 'اسم_شهر_حالي_مولد', 'CURRENTMONTHNAMEGEN' ), |
174 | 175 | 'currentmonthabbrev' => array( '1', 'اختصار_الشهر_الحالي', 'اختصار_شهر_حالي', 'CURRENTMONTHABBREV' ), |
— | — | @@ -178,6 +179,7 @@ |
179 | 180 | 'currenttime' => array( '1', 'وقت_حالي', 'وقت', 'CURRENTTIME' ), |
180 | 181 | 'currenthour' => array( '1', 'ساعة_حالية', 'ساعة', 'CURRENTHOUR' ), |
181 | 182 | 'localmonth' => array( '1', 'شهر_محلي', 'LOCALMONTH', 'LOCALMONTH2' ), |
| 183 | + 'localmonth1' => array( '1', 'شهر_محلي1', 'LOCALMONTH1' ), |
182 | 184 | 'localmonthname' => array( '1', 'اسم_الشهر_المحلي', 'اسم_شهر_محلي', 'LOCALMONTHNAME' ), |
183 | 185 | 'localmonthnamegen' => array( '1', 'اسم_الشهر_المحلي_المولد', 'اسم_شهر_محلي_مولد', 'LOCALMONTHNAMEGEN' ), |
184 | 186 | 'localmonthabbrev' => array( '1', 'اختصار_الشهر_المحلي', 'اختصار_شهر_محلي', 'LOCALMONTHABBREV' ), |
— | — | @@ -295,6 +297,7 @@ |
296 | 298 | 'index' => array( '1', '__فهرسة__', '__INDEX__' ), |
297 | 299 | 'noindex' => array( '1', '__لافهرسة__', '__NOINDEX__' ), |
298 | 300 | 'numberingroup' => array( '1', 'عدد_في_المجموعة', 'عدد_في_مجموعة', 'NUMBERINGROUP', 'NUMINGROUP' ), |
| 301 | + 'numberofcontribs' => array( '1', 'عدد_المساهمات', 'مساهمات_المستخدم', 'NUMBEROFCONTRIBS', 'USERCONTRIBS', 'NUMOFCONTRIBS' ), |
299 | 302 | 'staticredirect' => array( '1', '__تحويلة_إستاتيكية__', '__تحويلة_ساكنة__', '__STATICREDIRECT__' ), |
300 | 303 | 'protectionlevel' => array( '1', 'مستوى_الحماية', 'مستوى_حماية', 'PROTECTIONLEVEL' ), |
301 | 304 | 'formatdate' => array( '0', 'تهيئة_التاريخ', 'تهيئة_تاريخ', 'formatdate', 'dateformat' ), |
— | — | @@ -396,7 +399,7 @@ |
397 | 400 | * the first group, and the remainder of the string as the second group. Modified to match |
398 | 401 | * Arabic trails too. |
399 | 402 | */ |
400 | | -$linkTrail = '/^([a-z\x{0600}-\x{06FF}]+)(.*)$/suD'; |
| 403 | +$linkTrail = '/^([a-zء-ي]+)(.*)$/sDu'; |
401 | 404 | |
402 | 405 | $imageFiles = array( |
403 | 406 | 'button-bold' => 'ar/button_bold.png', |