From 38404aa70957800c8fd2735d3074a54ec35d6c73 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 17 Jan 2011 19:48:22 +0000 Subject: [PATCH] Localisation updates for core and extension messages from translatewiki.net (2011-01-17 18:14:00 UTC) --- RSS.i18n.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RSS.i18n.php b/RSS.i18n.php index 07961a5..1e117a1 100644 --- a/RSS.i18n.php +++ b/RSS.i18n.php @@ -496,3 +496,13 @@ $messages['zh-hans'] = array( '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 時出現錯誤', +); +