2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2013-06-06 04:21:31 +04:00
" Failed to clear the mappings. " => " 清除映射失败。 " ,
2013-03-17 01:18:26 +04:00
" Failed to delete the server configuration " => " 未能删除服务器配置 " ,
" The configuration is valid and the connection could be established! " => " 配置有效,能够建立连接! " ,
" The configuration is valid, but the Bind failed. Please check the server settings and credentials. " => " 配置有效但绑定失败。请检查服务器设置和认证信息。 " ,
" The configuration is invalid. Please look in the ownCloud log for further details. " => " 配置无效。更多细节请查看 ownCloud 日志。 " ,
2013-02-02 03:08:15 +04:00
" Deletion failed " => " 删除失败 " ,
2013-03-17 01:18:26 +04:00
" Take over settings from recent server configuration? " => " 从近期的服务器配置中导入设置? " ,
" Keep settings? " => " 保留设置吗? " ,
" Cannot add server configuration " => " 无法添加服务器配置 " ,
2013-06-06 04:21:31 +04:00
" mappings cleared " => " 清除映射 " ,
2013-05-18 04:03:28 +04:00
" Success " => " 成功 " ,
" Error " => " 错误 " ,
2013-03-17 01:18:26 +04:00
" Connection test succeeded " => " 连接测试成功 " ,
" Connection test failed " => " 连接测试失败 " ,
" Do you really want to delete the current Server Configuration? " => " 您真的想要删除当前服务器配置吗? " ,
" Confirm Deletion " => " 确认删除 " ,
" <b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it. " => " <b>警告:</b> PHP LDAP 模块未安装,后端将无法工作。请请求您的系统管理员安装该模块。 " ,
" Server configuration " => " 服务器配置 " ,
" Add Server Configuration " => " 添加服务器配置 " ,
2012-09-20 04:09:31 +04:00
" Host " => " 主机 " ,
2012-10-23 04:06:03 +04:00
" You can omit the protocol, except you require SSL. Then start with ldaps:// " => " 可以忽略协议, 但如要使用SSL, 则需以ldaps://开头 " ,
2012-09-20 04:09:31 +04:00
" Base DN " => " Base DN " ,
2013-03-17 01:18:26 +04:00
" One Base DN per line " => " 每行一个基本判别名 " ,
2012-09-20 04:09:31 +04:00
" You can specify Base DN for users and groups in the Advanced tab " => " 您可以在高级选项卡里为用户和组指定Base DN " ,
" User DN " => " User DN " ,
2012-10-23 04:06:03 +04:00
" The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty. " => " 客户端使用的DN必须与绑定的相同, 比如uid=agent,dc=example,dc=com \n 如需匿名访问, 将DN和密码保留为空 " ,
2012-09-20 04:09:31 +04:00
" Password " => " 密码 " ,
2012-10-23 04:06:03 +04:00
" For anonymous access, leave DN and Password empty. " => " 启用匿名访问, 将DN和密码保留为空 " ,
" User Login Filter " => " 用户登录过滤 " ,
" User List Filter " => " 用户列表过滤 " ,
" Group Filter " => " 组过滤 " ,
2013-03-17 01:18:26 +04:00
" Connection Settings " => " 连接设置 " ,
" Configuration Active " => " 现行配置 " ,
" When unchecked, this configuration will be skipped. " => " 当反选后,此配置将被忽略。 " ,
2012-09-20 04:09:31 +04:00
" Port " => " 端口 " ,
2013-03-17 01:18:26 +04:00
" Backup (Replica) Host " => " 备份 (镜像) 主机 " ,
" Give an optional backup host. It must be a replica of the main LDAP/AD server. " => " 给出一个可选的备份主机。它必须为主 LDAP/AD 服务器的一个镜像。 " ,
" Backup (Replica) Port " => " 备份 (镜像) 端口 " ,
" Disable Main Server " => " 禁用主服务器 " ,
2012-10-23 04:06:03 +04:00
" Use TLS " => " 使用TLS " ,
2013-03-17 01:18:26 +04:00
" Do not use it additionally for LDAPS connections, it will fail. " => " 对于 LDAPS 连接不要额外启用它,连接必然失败。 " ,
2012-10-23 04:06:03 +04:00
" Case insensitve LDAP server (Windows) " => " 大小写敏感LDAP服务器(Windows) " ,
" Turn off SSL certificate validation. " => " 关闭SSL证书验证 " ,
2013-03-17 01:18:26 +04:00
" Cache Time-To-Live " => " 缓存存活时间 " ,
2013-02-03 03:06:15 +04:00
" in seconds. A change empties the cache. " => " 以秒计。修改将清空缓存。 " ,
2013-03-17 01:18:26 +04:00
" Directory Settings " => " 目录设置 " ,
2012-10-23 04:06:03 +04:00
" User Display Name Field " => " 用户显示名称字段 " ,
2013-02-03 03:06:15 +04:00
" Base User Tree " => " 基础用户树 " ,
2013-03-17 01:18:26 +04:00
" One User Base DN per line " => " 每行一个用户基准判别名 " ,
" User Search Attributes " => " 用户搜索属性 " ,
" Optional; one attribute per line " => " 可选;每行一个属性 " ,
2012-10-23 04:06:03 +04:00
" Group Display Name Field " => " 组显示名称字段 " ,
2013-02-03 03:06:15 +04:00
" Base Group Tree " => " 基础组树 " ,
2013-03-17 01:18:26 +04:00
" One Group Base DN per line " => " 每行一个群组基准判别名 " ,
" Group Search Attributes " => " 群组搜索属性 " ,
2013-02-03 03:06:15 +04:00
" Group-Member association " => " 组成员关联 " ,
2013-03-17 01:18:26 +04:00
" Special Attributes " => " 特殊属性 " ,
" Quota Field " => " 配额字段 " ,
" Quota Default " => " 默认配额 " ,
2012-10-23 04:06:03 +04:00
" in bytes " => " 字节数 " ,
2013-03-17 01:18:26 +04:00
" Email Field " => " 电邮字段 " ,
" User Home Folder Naming Rule " => " 用户主目录命名规则 " ,
2012-10-23 04:06:03 +04:00
" Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute. " => " 将用户名称留空(默认)。否则指定一个LDAP/AD属性 " ,
2013-06-06 04:21:31 +04:00
" Internal Username " => " 内部用户名 " ,
" Internal Username Attribute: " => " 内部用户名属性: " ,
" Override UUID detection " => " 超越UUID检测 " ,
" Username-LDAP User Mapping " => " 用户名-LDAP用户映射 " ,
" Clear Username-LDAP User Mapping " => " 清除用户-LDAP用户映射 " ,
" Clear Groupname-LDAP Group Mapping " => " 清除组用户-LDAP级映射 " ,
2013-03-17 01:18:26 +04:00
" Test Configuration " => " 测试配置 " ,
2012-09-20 04:09:31 +04:00
" Help " => " 帮助 "
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;