From e198d5bdbb3b3ddb83a590befccf9768ccabd6b4 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 13 Oct 2008 13:51:14 +0000 Subject: Refs #424: reportedcontent git-svn-id: https://code.elgg.org/elgg/trunk@2243 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/zh.php | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 mod/reportedcontent/languages/zh.php (limited to 'mod/reportedcontent/languages') diff --git a/mod/reportedcontent/languages/zh.php b/mod/reportedcontent/languages/zh.php new file mode 100644 index 000000000..67e85482e --- /dev/null +++ b/mod/reportedcontent/languages/zh.php @@ -0,0 +1,51 @@ + '报告项目', + 'reportedcontent' => '已经报告', + 'reportedcontent:this' => '报告这个', + 'reportedcontent:none' => '没有报告内容', + 'reportedcontent:report' => '报告给管理员', + 'reportedcontent:title' => '页面标题', + 'reportedcontent:deleted' => '报告内容已经删除', + 'reportedcontent:notdeleted' => '我们无法删除报告内容', + 'reportedcontent:delete' => '删除', + 'reportedcontent:areyousure' => '您确认删除吗?', + 'reportedcontent:archive' => '归档', + 'reportedcontent:archived' => '报告已经归档', + 'reportedcontent:visit' => '访问已经报告的项目', + 'reportedcontent:by' => '报告于', + 'reportedcontent:objecttitle' => '对象标题', + 'reportedcontent:objecturl' => '目标URL地址', + 'reportedcontent:reason' => '报告原因', + 'reportedcontent:description' => '您问什么报告这个', + 'reportedcontent:address' => '项目地址', + 'reportedcontent:success' => '您的报告已经发送给了网站管理员', + 'reportedcontent:failing' => '您的报告还没有发送', + + ); + + add_translation("zh",$chinese); +?> \ No newline at end of file -- cgit v1.2.3