mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 01:20:10 +00:00
Localisation updates for core and extension messages from translatewiki.net (2011-01-17 18:14:00 UTC)
This commit is contained in:
parent
9213e55132
commit
38404aa709
10
RSS.i18n.php
10
RSS.i18n.php
|
@ -496,3 +496,13 @@ $messages['zh-hans'] = array(
|
||||||
'rss-parse-error' => 'RSS 的解析 XML 时出现错误',
|
'rss-parse-error' => 'RSS 的解析 XML 时出现错误',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/** Traditional Chinese (中文(繁體))
|
||||||
|
* @author Mark85296341
|
||||||
|
*/
|
||||||
|
$messages['zh-hant'] = array(
|
||||||
|
'rss-error' => '自 $1:$2 載入 RSS 失敗',
|
||||||
|
'rss-empty' => '自 $1 載入 RSS 失敗',
|
||||||
|
'rss-invalid-url' => '不是有效的網址:$1',
|
||||||
|
'rss-parse-error' => 'RSS 解析 XML 時出現錯誤',
|
||||||
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue