Add author info

This commit is contained in:
Meno25 2008-09-07 09:07:05 +00:00
parent 06d0da1bfa
commit b571cc3f14
Notes: Yaron Koren 2009-07-20 18:49:29 +00:00

View file

@ -13,12 +13,16 @@ $aliases['en'] = array(
'ReplaceText' => array( 'ReplaceText' ),
);
/** Arabic (العربية) */
/** Arabic (العربية)
* @author Meno25
*/
$aliases['ar'] = array(
'ReplaceText' => array( 'استبدال_نص' ),
);
/** Egyptian Spoken Arabic (مصرى) */
/** Egyptian Spoken Arabic (مصرى)
* @author Meno25
*/
$aliases['arz'] = array(
'ReplaceText' => array( 'استبدال_نص' ),
);