aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/zh/zh.profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/languages/languages/zh/zh.profile.php')
-rw-r--r--mod/languages/languages/zh/zh.profile.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/languages/languages/zh/zh.profile.php b/mod/languages/languages/zh/zh.profile.php
new file mode 100644
index 000000000..940ab2058
--- /dev/null
+++ b/mod/languages/languages/zh/zh.profile.php
@@ -0,0 +1,8 @@
+<?php
+$zh = array (
+ 'profile' => '档案',
+ 'profile:notfound' => '对不起;我们没有找到指定的个人资料。',
+);
+
+add_translation("zh", $zh);
+