diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-20 02:09:31 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-20 02:09:31 +0200 |
commit | 7c42e8867699f671edf7dd55de2ce100a182408f (patch) | |
tree | d5e0bbe70c53253d8259ebbb1fdaec96533bac94 /apps/user_ldap/l10n/zh_CN.php | |
parent | 74ec2765b3bea7d81ede23582073a8911e54b2fd (diff) | |
download | nextcloud-server-7c42e8867699f671edf7dd55de2ce100a182408f.tar.gz nextcloud-server-7c42e8867699f671edf7dd55de2ce100a182408f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/zh_CN.php')
-rw-r--r-- | apps/user_ldap/l10n/zh_CN.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/zh_CN.php b/apps/user_ldap/l10n/zh_CN.php new file mode 100644 index 00000000000..5f6200db404 --- /dev/null +++ b/apps/user_ldap/l10n/zh_CN.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Host" => "主机", +"Base DN" => "Base DN", +"You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡里为用户和组指定Base DN", +"User DN" => "User DN", +"Password" => "密码", +"Port" => "端口", +"Help" => "帮助" +); |