aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/zh/zh.profile.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
commit6834f913fe7ce7d4274a9757661589e9a222b71c (patch)
treec2eb6345bfad6ebabbe31cb1de319037119be404 /mod/languages/languages/zh/zh.profile.php
parente58937426578eac71d1447c38ae3f93cbc331bf1 (diff)
parent0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68 (diff)
downloadelgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.gz
elgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.bz2
Add 'mod/languages/' from commit '0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68'
git-subtree-dir: mod/languages git-subtree-mainline: e58937426578eac71d1447c38ae3f93cbc331bf1 git-subtree-split: 0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68
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);
+