Update for magic words and special pages localisation for extensions from http://translatewiki.net.

This commit is contained in:
Siebrand Mazeland 2011-09-13 13:33:40 +00:00
parent 142af41182
commit c03f0d642e
Notes: Siebrand Mazeland 2011-09-13 13:33:40 +00:00

View file

@ -63,11 +63,16 @@ $specialPageAliases['ml'] = array(
'Captcha' => array( 'ക്യാപ്ച' ),
);
/** Serbian Cyrillic ekavian (‪Српски (ћирилица)) */
/** Serbian (Cyrillic script) (‪Српски (ћирилица)) */
$specialPageAliases['sr-ec'] = array(
'Captcha' => array( отврдни_код' ),
);
/** Cantonese (粵語) */
$specialPageAliases['yue'] = array(
'Captcha' => array( '驗證碼' ),
);
/** Simplified Chinese (‪中文(简体)) */
$specialPageAliases['zh-hans'] = array(
'Captcha' => array( '验证码' ),