aboutsummaryrefslogtreecommitdiff
path: root/mod/guidtool/languages/zh.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 13:50:24 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 13:50:24 +0000
commit374f01957c794f4660945a5d41d773c93afd7d2b (patch)
tree2f9582753fc03987cb5355774339b6a9fea2ba46 /mod/guidtool/languages/zh.php
parent529c06c594d78b7f8c4053d47cf960c66803a302 (diff)
downloadelgg-374f01957c794f4660945a5d41d773c93afd7d2b.tar.gz
elgg-374f01957c794f4660945a5d41d773c93afd7d2b.tar.bz2
Refs #424: guidtool, groups, river
git-svn-id: https://code.elgg.org/elgg/trunk@2242 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/guidtool/languages/zh.php')
-rw-r--r--mod/guidtool/languages/zh.php37
1 files changed, 37 insertions, 0 deletions
diff --git a/mod/guidtool/languages/zh.php b/mod/guidtool/languages/zh.php
new file mode 100644
index 000000000..87bb11de2
--- /dev/null
+++ b/mod/guidtool/languages/zh.php
@@ -0,0 +1,37 @@
+<?php
+ /**
+ * Elgg GUID Tool
+ *
+ * @package ElggGUIDTool
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+ /**
+ * Chinese Language Package
+ *
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @translator Cosmo Mao
+ * @copyright cOSmoCommerce.com 2008
+ * @link http://www.elggsns.cn/
+ * @version 0.1
+ */
+ $chinese = array(
+
+ /**
+ * Menu items and titles
+ */
+
+ 'guidtool' => 'GUID同工具',
+ 'guidtool:browse' => '浏览 GUIDs',
+ 'guidtool:import' => '导入',
+ 'guidtool:import:desc' => '粘贴您想导入的数据到窗口中,文件格式必须是 "%s" 的。',
+
+ 'guidtool:pickformat' => '请选择想要导入或者导出的格式。',
+
+ 'guidbrowser:export' => '导出',
+ );
+
+ add_translation("zh",$chinese);
+?> \ No newline at end of file