commit
ea446544ef
@ -1,6 +0,0 @@
|
||||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Saving..." => "保存中...",
|
||||
"Encryption" => "加密"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
@ -1,28 +0,0 @@
|
||||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Access granted" => "已授予权限",
|
||||
"Error configuring Dropbox storage" => "配置 Dropbox 存储出错",
|
||||
"Grant access" => "授予权限",
|
||||
"Please provide a valid Dropbox app key and secret." => "请提供一个有效的 Dropbox app key 和 secret。",
|
||||
"Error configuring Google Drive storage" => "配置 Google Drive 存储失败",
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>注意:</b>“SMB客户端”未安装。CIFS/SMB分享不可用。请向您的系统管理员请求安装该客户端。",
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>注意:</b>PHP的FTP支持尚未启用或未安装。FTP分享不可用。请向您的系统管理员请求安装。",
|
||||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHP 的 Curl 支持没有安装或打开。挂载 ownCloud、WebDAV 或 Google Drive 的功能将不可用。请询问您的系统管理员去安装它。",
|
||||
"External Storage" => "外部存储",
|
||||
"Folder name" => "文件夹名",
|
||||
"External storage" => "外部存储",
|
||||
"Configuration" => "配置",
|
||||
"Options" => "选项",
|
||||
"Applicable" => "可应用",
|
||||
"Add storage" => "扩容",
|
||||
"None set" => "未设置",
|
||||
"All Users" => "所有用户",
|
||||
"Groups" => "群组",
|
||||
"Users" => "用户",
|
||||
"Delete" => "删除",
|
||||
"Enable User External Storage" => "启用用户外部存储",
|
||||
"Allow users to mount their own external storage" => "允许用户挂载他们的外部存储",
|
||||
"SSL root certificates" => "SSL 根证书",
|
||||
"Import Root Certificate" => "导入根证书"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
@ -1,12 +0,0 @@
|
||||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Error" => "出错",
|
||||
"Delete permanently" => "永久删除",
|
||||
"Name" => "名称",
|
||||
"_%n folder_::_%n folders_" => array("%n 个文件夹"),
|
||||
"_%n file_::_%n files_" => array("%n 个文件"),
|
||||
"Restore" => "恢复",
|
||||
"Delete" => "删除",
|
||||
"Deleted Files" => "删除的文件"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Could not revert: %s" => "无法恢复:%s",
|
||||
"Versions" => "版本",
|
||||
"Failed to revert {file} to revision {timestamp}." => "无法恢复文件 {file} 到 版本 {timestamp}。",
|
||||
"More versions..." => "更多版本",
|
||||
"No other versions available" => "没有其他可用版本",
|
||||
"Restore" => "恢复"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
@ -1,31 +0,0 @@
|
||||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Deletion failed" => "删除失败",
|
||||
"Success" => "成功",
|
||||
"Error" => "出错",
|
||||
"Host" => "主机",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "您可以忽略协议,除非您需要 SSL。然后用 ldaps:// 开头",
|
||||
"Base DN" => "基本判别名",
|
||||
"You can specify Base DN for users and groups in the Advanced tab" => "您可以在高级选项卡中为用户和群组指定基本判别名",
|
||||
"User DN" => "用户判别名",
|
||||
"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." => "客户机用户的判别名,将用于绑定,例如 uid=agent, dc=example, dc=com。匿名访问请留空判别名和密码。",
|
||||
"Password" => "密码",
|
||||
"For anonymous access, leave DN and Password empty." => "匿名访问请留空判别名和密码。",
|
||||
"User Login Filter" => "用户登录过滤器",
|
||||
"User List Filter" => "用户列表过滤器",
|
||||
"Group Filter" => "群组过滤器",
|
||||
"Port" => "端口",
|
||||
"Use TLS" => "使用 TLS",
|
||||
"Case insensitve LDAP server (Windows)" => "大小写不敏感的 LDAP 服务器 (Windows)",
|
||||
"Turn off SSL certificate validation." => "关闭 SSL 证书校验。",
|
||||
"in seconds. A change empties the cache." => "以秒计。修改会清空缓存。",
|
||||
"User Display Name Field" => "用户显示名称字段",
|
||||
"Base User Tree" => "基本用户树",
|
||||
"Group Display Name Field" => "群组显示名称字段",
|
||||
"Base Group Tree" => "基本群组树",
|
||||
"Group-Member association" => "群组-成员组合",
|
||||
"in bytes" => "以字节计",
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "用户名请留空 (默认)。否则,请指定一个 LDAP/AD 属性。",
|
||||
"Help" => "帮助"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|
||||
@ -1,176 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-21 08:10-0400\n"
|
||||
"PO-Revision-Date: 2013-08-19 19:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: ajax/adminrecovery.php:29
|
||||
msgid "Recovery key successfully enabled"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/adminrecovery.php:34
|
||||
msgid ""
|
||||
"Could not enable recovery key. Please check your recovery key password!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/adminrecovery.php:48
|
||||
msgid "Recovery key successfully disabled"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/adminrecovery.php:53
|
||||
msgid ""
|
||||
"Could not disable recovery key. Please check your recovery key password!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changeRecoveryPassword.php:49
|
||||
msgid "Password successfully changed."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/changeRecoveryPassword.php:51
|
||||
msgid "Could not change the password. Maybe the old password was not correct."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/updatePrivateKeyPassword.php:51
|
||||
msgid "Private key password successfully updated."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/updatePrivateKeyPassword.php:53
|
||||
msgid ""
|
||||
"Could not update the private key password. Maybe the old password was not "
|
||||
"correct."
|
||||
msgstr ""
|
||||
|
||||
#: files/error.php:7
|
||||
msgid ""
|
||||
"Your private key is not valid! Likely your password was changed outside the "
|
||||
"ownCloud system (e.g. your corporate directory). You can update your private"
|
||||
" key password in your personal settings to recover access to your encrypted "
|
||||
"files."
|
||||
msgstr ""
|
||||
|
||||
#: hooks/hooks.php:41
|
||||
msgid "Missing requirements."
|
||||
msgstr ""
|
||||
|
||||
#: hooks/hooks.php:42
|
||||
msgid ""
|
||||
"Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL "
|
||||
"together with the PHP extension is enabled and configured properly. For now,"
|
||||
" the encryption app has been disabled."
|
||||
msgstr ""
|
||||
|
||||
#: hooks/hooks.php:249
|
||||
msgid "Following users are not set up for encryption:"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings-admin.js:11
|
||||
msgid "Saving..."
|
||||
msgstr "保存中..."
|
||||
|
||||
#: templates/invalid_private_key.php:5
|
||||
msgid ""
|
||||
"Your private key is not valid! Maybe the your password was changed from "
|
||||
"outside."
|
||||
msgstr ""
|
||||
|
||||
#: templates/invalid_private_key.php:7
|
||||
msgid "You can unlock your private key in your "
|
||||
msgstr ""
|
||||
|
||||
#: templates/invalid_private_key.php:7
|
||||
msgid "personal settings"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:5 templates/settings-personal.php:4
|
||||
msgid "Encryption"
|
||||
msgstr "加密"
|
||||
|
||||
#: templates/settings-admin.php:10
|
||||
msgid ""
|
||||
"Enable recovery key (allow to recover users files in case of password loss):"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:14
|
||||
msgid "Recovery key password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:21 templates/settings-personal.php:54
|
||||
msgid "Enabled"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:29 templates/settings-personal.php:62
|
||||
msgid "Disabled"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:34
|
||||
msgid "Change recovery key password:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:41
|
||||
msgid "Old Recovery key password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:48
|
||||
msgid "New Recovery key password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-admin.php:53
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:11
|
||||
msgid "Your private key password no longer match your log-in password:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:14
|
||||
msgid "Set your old private key password to your current log-in password."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:16
|
||||
msgid ""
|
||||
" If you don't remember your old password you can ask your administrator to "
|
||||
"recover your files."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:24
|
||||
msgid "Old log-in password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:30
|
||||
msgid "Current log-in password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:35
|
||||
msgid "Update Private Key Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:45
|
||||
msgid "Enable password recovery:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:47
|
||||
msgid ""
|
||||
"Enabling this option will allow you to reobtain access to your encrypted "
|
||||
"files in case of password loss"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:63
|
||||
msgid "File recovery settings updated"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:64
|
||||
msgid "Could not update file recovery"
|
||||
msgstr ""
|
||||
@ -1,124 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# hyy0591 <yangyu.huang@gmail.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-07-23 01:55-0400\n"
|
||||
"PO-Revision-Date: 2013-07-23 05:05+0000\n"
|
||||
"Last-Translator: hyy0591 <yangyu.huang@gmail.com>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: js/dropbox.js:7 js/dropbox.js:28 js/google.js:16 js/google.js:34
|
||||
msgid "Access granted"
|
||||
msgstr "已授予权限"
|
||||
|
||||
#: js/dropbox.js:30 js/dropbox.js:96 js/dropbox.js:102
|
||||
msgid "Error configuring Dropbox storage"
|
||||
msgstr "配置 Dropbox 存储出错"
|
||||
|
||||
#: js/dropbox.js:65 js/google.js:66
|
||||
msgid "Grant access"
|
||||
msgstr "授予权限"
|
||||
|
||||
#: js/dropbox.js:101
|
||||
msgid "Please provide a valid Dropbox app key and secret."
|
||||
msgstr "请提供一个有效的 Dropbox app key 和 secret。"
|
||||
|
||||
#: js/google.js:36 js/google.js:93
|
||||
msgid "Error configuring Google Drive storage"
|
||||
msgstr "配置 Google Drive 存储失败"
|
||||
|
||||
#: lib/config.php:447
|
||||
msgid ""
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||
"is not possible. Please ask your system administrator to install it."
|
||||
msgstr "<b>注意:</b>“SMB客户端”未安装。CIFS/SMB分享不可用。请向您的系统管理员请求安装该客户端。"
|
||||
|
||||
#: lib/config.php:450
|
||||
msgid ""
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||
" of FTP shares is not possible. Please ask your system administrator to "
|
||||
"install it."
|
||||
msgstr "<b>注意:</b>PHP的FTP支持尚未启用或未安装。FTP分享不可用。请向您的系统管理员请求安装。"
|
||||
|
||||
#: lib/config.php:453
|
||||
msgid ""
|
||||
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. "
|
||||
"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask "
|
||||
"your system administrator to install it."
|
||||
msgstr "<b>警告:</b> PHP 的 Curl 支持没有安装或打开。挂载 ownCloud、WebDAV 或 Google Drive 的功能将不可用。请询问您的系统管理员去安装它。"
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
msgstr "外部存储"
|
||||
|
||||
#: templates/settings.php:9 templates/settings.php:28
|
||||
msgid "Folder name"
|
||||
msgstr "文件夹名"
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid "External storage"
|
||||
msgstr "外部存储"
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "Configuration"
|
||||
msgstr "配置"
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "Options"
|
||||
msgstr "选项"
|
||||
|
||||
#: templates/settings.php:13
|
||||
msgid "Applicable"
|
||||
msgstr "可应用"
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Add storage"
|
||||
msgstr "扩容"
|
||||
|
||||
#: templates/settings.php:90
|
||||
msgid "None set"
|
||||
msgstr "未设置"
|
||||
|
||||
#: templates/settings.php:91
|
||||
msgid "All Users"
|
||||
msgstr "所有用户"
|
||||
|
||||
#: templates/settings.php:92
|
||||
msgid "Groups"
|
||||
msgstr "群组"
|
||||
|
||||
#: templates/settings.php:100
|
||||
msgid "Users"
|
||||
msgstr "用户"
|
||||
|
||||
#: templates/settings.php:113 templates/settings.php:114
|
||||
#: templates/settings.php:149 templates/settings.php:150
|
||||
msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
#: templates/settings.php:129
|
||||
msgid "Enable User External Storage"
|
||||
msgstr "启用用户外部存储"
|
||||
|
||||
#: templates/settings.php:130
|
||||
msgid "Allow users to mount their own external storage"
|
||||
msgstr "允许用户挂载他们的外部存储"
|
||||
|
||||
#: templates/settings.php:141
|
||||
msgid "SSL root certificates"
|
||||
msgstr "SSL 根证书"
|
||||
|
||||
#: templates/settings.php:159
|
||||
msgid "Import Root Certificate"
|
||||
msgstr "导入根证书"
|
||||
@ -1,82 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-16 01:29-0400\n"
|
||||
"PO-Revision-Date: 2013-08-15 10:40+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: ajax/delete.php:42
|
||||
#, php-format
|
||||
msgid "Couldn't delete %s permanently"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/undelete.php:42
|
||||
#, php-format
|
||||
msgid "Couldn't restore %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:7 js/trash.js:100
|
||||
msgid "perform restore operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:20 js/trash.js:48 js/trash.js:118 js/trash.js:146
|
||||
msgid "Error"
|
||||
msgstr "出错"
|
||||
|
||||
#: js/trash.js:36
|
||||
msgid "delete file permanently"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:127
|
||||
msgid "Delete permanently"
|
||||
msgstr "永久删除"
|
||||
|
||||
#: js/trash.js:182 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr "名称"
|
||||
|
||||
#: js/trash.js:183 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:191
|
||||
msgid "%n folder"
|
||||
msgid_plural "%n folders"
|
||||
msgstr[0] "%n 个文件夹"
|
||||
|
||||
#: js/trash.js:197
|
||||
msgid "%n file"
|
||||
msgid_plural "%n files"
|
||||
msgstr[0] "%n 个文件"
|
||||
|
||||
#: lib/trash.php:819 lib/trash.php:821
|
||||
msgid "restored"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:20 templates/index.php:22
|
||||
msgid "Restore"
|
||||
msgstr "恢复"
|
||||
|
||||
#: templates/index.php:30 templates/index.php:31
|
||||
msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
#: templates/part.breadcrumb.php:9
|
||||
msgid "Deleted Files"
|
||||
msgstr "删除的文件"
|
||||
@ -1,44 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# aivier <iaivier@126.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-16 01:29-0400\n"
|
||||
"PO-Revision-Date: 2013-08-15 11:00+0000\n"
|
||||
"Last-Translator: aivier <iaivier@126.com>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: ajax/rollbackVersion.php:13
|
||||
#, php-format
|
||||
msgid "Could not revert: %s"
|
||||
msgstr "无法恢复:%s"
|
||||
|
||||
#: js/versions.js:7
|
||||
msgid "Versions"
|
||||
msgstr "版本"
|
||||
|
||||
#: js/versions.js:53
|
||||
msgid "Failed to revert {file} to revision {timestamp}."
|
||||
msgstr "无法恢复文件 {file} 到 版本 {timestamp}。"
|
||||
|
||||
#: js/versions.js:79
|
||||
msgid "More versions..."
|
||||
msgstr "更多版本"
|
||||
|
||||
#: js/versions.js:116
|
||||
msgid "No other versions available"
|
||||
msgstr "没有其他可用版本"
|
||||
|
||||
#: js/versions.js:149
|
||||
msgid "Restore"
|
||||
msgstr "恢复"
|
||||
@ -1,406 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-19 15:06-0400\n"
|
||||
"PO-Revision-Date: 2013-08-19 19:07+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: ajax/clearMappings.php:34
|
||||
msgid "Failed to clear the mappings."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:36
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:39
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:43
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr "删除失败"
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:111
|
||||
msgid "mappings cleared"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:112
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
#: js/settings.js:117
|
||||
msgid "Error"
|
||||
msgstr "出错"
|
||||
|
||||
#: js/settings.js:141
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:146
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:156
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:157
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:9
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
" experience unexpected behavior. Please ask your system administrator to "
|
||||
"disable one of them."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid ""
|
||||
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
|
||||
"work. Please ask your system administrator to install it."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Host"
|
||||
msgstr "主机"
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr "您可以忽略协议,除非您需要 SSL。然后用 ldaps:// 开头"
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid "Base DN"
|
||||
msgstr "基本判别名"
|
||||
|
||||
#: templates/settings.php:41
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:42
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr "您可以在高级选项卡中为用户和群组指定基本判别名"
|
||||
|
||||
#: templates/settings.php:44
|
||||
msgid "User DN"
|
||||
msgstr "用户判别名"
|
||||
|
||||
#: templates/settings.php:46
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr "客户机用户的判别名,将用于绑定,例如 uid=agent, dc=example, dc=com。匿名访问请留空判别名和密码。"
|
||||
|
||||
#: templates/settings.php:47
|
||||
msgid "Password"
|
||||
msgstr "密码"
|
||||
|
||||
#: templates/settings.php:50
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr "匿名访问请留空判别名和密码。"
|
||||
|
||||
#: templates/settings.php:51
|
||||
msgid "User Login Filter"
|
||||
msgstr "用户登录过滤器"
|
||||
|
||||
#: templates/settings.php:54
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action. Example: \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:55
|
||||
msgid "User List Filter"
|
||||
msgstr "用户列表过滤器"
|
||||
|
||||
#: templates/settings.php:58
|
||||
msgid ""
|
||||
"Defines the filter to apply, when retrieving users (no placeholders). "
|
||||
"Example: \"objectClass=person\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:59
|
||||
msgid "Group Filter"
|
||||
msgstr "群组过滤器"
|
||||
|
||||
#: templates/settings.php:62
|
||||
msgid ""
|
||||
"Defines the filter to apply, when retrieving groups (no placeholders). "
|
||||
"Example: \"objectClass=posixGroup\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:66
|
||||
msgid "Connection Settings"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:68
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:68
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:69
|
||||
msgid "Port"
|
||||
msgstr "端口"
|
||||
|
||||
#: templates/settings.php:70
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:70
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:71
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:72
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:72
|
||||
msgid "Only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:73
|
||||
msgid "Use TLS"
|
||||
msgstr "使用 TLS"
|
||||
|
||||
#: templates/settings.php:73
|
||||
msgid "Do not use it additionally for LDAPS connections, it will fail."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:74
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr "大小写不敏感的 LDAP 服务器 (Windows)"
|
||||
|
||||
#: templates/settings.php:75
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr "关闭 SSL 证书校验。"
|
||||
|
||||
#: templates/settings.php:75
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Not recommended, use it for testing only! If connection only works with this"
|
||||
" option, import the LDAP server's SSL certificate in your %s server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:76
|
||||
msgid "Cache Time-To-Live"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:76
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr "以秒计。修改会清空缓存。"
|
||||
|
||||
#: templates/settings.php:78
|
||||
msgid "Directory Settings"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:80
|
||||
msgid "User Display Name Field"
|
||||
msgstr "用户显示名称字段"
|
||||
|
||||
#: templates/settings.php:80
|
||||
msgid "The LDAP attribute to use to generate the user's display name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:81
|
||||
msgid "Base User Tree"
|
||||
msgstr "基本用户树"
|
||||
|
||||
#: templates/settings.php:81
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:82
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:82 templates/settings.php:85
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:83
|
||||
msgid "Group Display Name Field"
|
||||
msgstr "群组显示名称字段"
|
||||
|
||||
#: templates/settings.php:83
|
||||
msgid "The LDAP attribute to use to generate the groups's display name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:84
|
||||
msgid "Base Group Tree"
|
||||
msgstr "基本群组树"
|
||||
|
||||
#: templates/settings.php:84
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:85
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:86
|
||||
msgid "Group-Member association"
|
||||
msgstr "群组-成员组合"
|
||||
|
||||
#: templates/settings.php:88
|
||||
msgid "Special Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:90
|
||||
msgid "Quota Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:91
|
||||
msgid "Quota Default"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:91
|
||||
msgid "in bytes"
|
||||
msgstr "以字节计"
|
||||
|
||||
#: templates/settings.php:92
|
||||
msgid "Email Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:93
|
||||
msgid "User Home Folder Naming Rule"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:93
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr "用户名请留空 (默认)。否则,请指定一个 LDAP/AD 属性。"
|
||||
|
||||
#: templates/settings.php:98
|
||||
msgid "Internal Username"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:99
|
||||
msgid ""
|
||||
"By default the internal username will be created from the UUID attribute. It"
|
||||
" makes sure that the username is unique and characters do not need to be "
|
||||
"converted. The internal username has the restriction that only these "
|
||||
"characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced "
|
||||
"with their ASCII correspondence or simply omitted. On collisions a number "
|
||||
"will be added/increased. The internal username is used to identify a user "
|
||||
"internally. It is also the default name for the user home folder. It is also"
|
||||
" a part of remote URLs, for instance for all *DAV services. With this "
|
||||
"setting, the default behavior can be overridden. To achieve a similar "
|
||||
"behavior as before ownCloud 5 enter the user display name attribute in the "
|
||||
"following field. Leave it empty for default behavior. Changes will have "
|
||||
"effect only on newly mapped (added) LDAP users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:100
|
||||
msgid "Internal Username Attribute:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:101
|
||||
msgid "Override UUID detection"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:102
|
||||
msgid ""
|
||||
"By default, the UUID attribute is automatically detected. The UUID attribute"
|
||||
" is used to doubtlessly identify LDAP users and groups. Also, the internal "
|
||||
"username will be created based on the UUID, if not specified otherwise "
|
||||
"above. You can override the setting and pass an attribute of your choice. "
|
||||
"You must make sure that the attribute of your choice can be fetched for both"
|
||||
" users and groups and it is unique. Leave it empty for default behavior. "
|
||||
"Changes will have effect only on newly mapped (added) LDAP users and groups."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:103
|
||||
msgid "UUID Attribute:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:104
|
||||
msgid "Username-LDAP User Mapping"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:105
|
||||
msgid ""
|
||||
"Usernames are used to store and assign (meta) data. In order to precisely "
|
||||
"identify and recognize users, each LDAP user will have a internal username. "
|
||||
"This requires a mapping from username to LDAP user. The created username is "
|
||||
"mapped to the UUID of the LDAP user. Additionally the DN is cached as well "
|
||||
"to reduce LDAP interaction, but it is not used for identification. If the DN"
|
||||
" changes, the changes will be found. The internal username is used all over."
|
||||
" Clearing the mappings will have leftovers everywhere. Clearing the mappings"
|
||||
" is not configuration sensitive, it affects all LDAP configurations! Never "
|
||||
"clear the mappings in a production environment, only in a testing or "
|
||||
"experimental stage."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:106
|
||||
msgid "Clear Username-LDAP User Mapping"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:106
|
||||
msgid "Clear Groupname-LDAP Group Mapping"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:108
|
||||
msgid "Test Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:108
|
||||
msgid "Help"
|
||||
msgstr "帮助"
|
||||
@ -1,34 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# aivier <iaivier@126.com>, 2013
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-08-16 01:29-0400\n"
|
||||
"PO-Revision-Date: 2013-08-15 10:30+0000\n"
|
||||
"Last-Translator: aivier <iaivier@126.com>\n"
|
||||
"Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN.GB2312\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "WebDAV Authentication"
|
||||
msgstr "WebDAV 验证"
|
||||
|
||||
#: templates/settings.php:4
|
||||
msgid "Address: "
|
||||
msgstr "地址:"
|
||||
|
||||
#: templates/settings.php:7
|
||||
msgid ""
|
||||
"The user credentials will be sent to this address. This plugin checks the "
|
||||
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
|
||||
"credentials, and all other responses as valid credentials."
|
||||
msgstr ""
|
||||
Loading…
Reference in New Issue