Index: trunk/phase3/skins/common/images/button_bold_ar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/button_bold_ar.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/phase3/skins/common/images/button_italic_ar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/button_italic_ar.png |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + image/png |
Index: trunk/phase3/skins/common/images/button_headline_ar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/button_headline_ar.png |
___________________________________________________________________ |
Added: svn:mime-type |
3 | 3 | + image/png |
Index: trunk/phase3/skins/common/images/button_link_ar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/button_link_ar.png |
___________________________________________________________________ |
Added: svn:mime-type |
4 | 4 | + image/png |
Index: trunk/phase3/skins/common/images/button_nowiki_ar.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/button_nowiki_ar.png |
___________________________________________________________________ |
Added: svn:mime-type |
5 | 5 | + image/png |
Index: trunk/phase3/languages/messages/MessagesAr.php |
— | — | @@ -362,6 +362,14 @@ |
363 | 363 | 'Invalidateemail' => array( 'تعطيل_البريد_الإلكتروني' ), |
364 | 364 | ); |
365 | 365 | |
| 366 | +$imageFiles = array( |
| 367 | + 'button-bold' => 'button_bold_ar.png', |
| 368 | + 'button-italic' => 'button_italic_ar.png', |
| 369 | + 'button-link' => 'button_link_ar.png', |
| 370 | + 'button-headline' => 'button_headline_ar.png', |
| 371 | + 'button-nowiki' => 'button_nowiki_ar.png', |
| 372 | +); |
| 373 | + |
366 | 374 | $messages = array( |
367 | 375 | # User preference toggles |
368 | 376 | 'tog-underline' => 'ضع خطًا تحت الوصلات:', |