* (bug 11120) Update Chinese extension translations

Patches by Shinjiman
This commit is contained in:
Raimond Spekking 2007-08-30 10:55:14 +00:00
parent c58914fce2
commit 9748f5e3b2
Notes: Raimond Spekking 2010-04-07 18:54:28 +00:00

View file

@ -18,12 +18,12 @@ function efSpecialEditcountMessages() {
),
/* Arabic (Meno25) */
'ar' => array(
'editcount' => 'عداد المساهمات',
'editcount_username' => 'مستخدم:',
'editcount_submit' => 'تنفيذ',
'editcount_total' => 'الإجمالي',
),
'ar' => array(
'editcount' => 'عداد المساهمات',
'editcount_username' => 'مستخدم:',
'editcount_submit' => 'تنفيذ',
'editcount_total' => 'الإجمالي',
),
// German by Leon Weber
'de' => array(
@ -154,6 +154,7 @@ function efSpecialEditcountMessages() {
);
/* Chinese defaults, fallback to zh-hans or zh-hant */
$messages['zh'] = $messages['zh-hans'];
$messages['zh-cn'] = $messages['zh-hans'];
$messages['zh-hk'] = $messages['zh-hant'];
$messages['zh-cn'] = $messages['zh-hans'];