Localisation updates from Betawiki.
* Fixes and additions to 6 extensions for ar.
This commit is contained in:
parent
564bcd9e6b
commit
eefbeec779
|
@ -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/>
|
||||
** اختياري لكن ضروري لو أردت إجابة',
|
||||
);
|
Loading…
Reference in New Issue