Localisation updates from Betawiki.

* Fixes and additions to 6 extensions for ar.
This commit is contained in:
Siebrand Mazeland 2007-09-09 18:47:23 +00:00
parent 564bcd9e6b
commit eefbeec779
1 changed files with 24 additions and 0 deletions

24
ContactPage.i18n.ar.php Normal file
View File

@ -0,0 +1,24 @@
<?php
/**
* Internationalisation file for the ContactPage extension
*
* @package MediaWiki
* @subpackage Extensions
* @author Daniel Kinzler, brightbyte.de
* @copyright © 2007 Daniel Kinzler, Filipinayzd
* @licence GNU General Public Licence 2.0 or later
*/
$messages = array(
'contact' => 'صفحة الاتصال',
'contactpage' => 'صفحة الاتصال',
'contactpage-title' => 'اتصل',
'contactpage-pagetext' => 'من فضلك استخدم الاستمارة بالأسفل للاتصال بنا.',
'contactpage-defsubject' => 'رسالة الاتصال',
'contactpage-subject-and-sender' => '$1 (من $2)',
'contactpage-fromname' => 'اسمك *',
'contactpage-fromaddress' => 'بريدك الإلكتروني **',
'contactpage-formfootnotes' => '* اختياري<br/>
** اختياري لكن ضروري لو أردت إجابة',
);