nextcloud/apps/user_ldap/l10n/zh_CN.php

10 lines
295 B
PHP
Raw Normal View History

2012-09-20 04:09:31 +04:00
<?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" => "帮助"
);