From 529c06c594d78b7f8c4053d47cf960c66803a302 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 13 Oct 2008 13:47:02 +0000 Subject: Refs #424: Diagnostics, logbrowser, updateclient git-svn-id: https://code.elgg.org/elgg/trunk@2241 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/updateclient/languages/zh.php | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 mod/updateclient/languages/zh.php (limited to 'mod/updateclient') diff --git a/mod/updateclient/languages/zh.php b/mod/updateclient/languages/zh.php new file mode 100644 index 000000000..7a199f7c9 --- /dev/null +++ b/mod/updateclient/languages/zh.php @@ -0,0 +1,42 @@ + '核心', + 'updateclient:label:plugins' => '插件', + + 'updateclient:settings:days' => '检查更新每', + 'updateclient:days' => '天', + + 'updateclient:settings:server' => '更新服务器', + + 'updateclient:message:title' => '新版本系统发布了!', + 'updateclient:message:body' => '新的Elgg系统 (%s %s) 代号 "%s" 发布了! + +下载地址: %s + +或者查看发布记录: + +%s', + ); + + add_translation("zh", $chinese); +?> \ No newline at end of file -- cgit v1.2.3