zh_CN.php
1.61 KB
<?php $TRANSLATIONS = array(
"The php-json module is needed by the many applications for inter communications" => "The php-json模块被许多应用用来外部通讯。",
"The php-curl module is needed to fetch the page title when adding a bookmark" => "新增书签时获取网页标题,需要php-curl 模块",
"The php-gd module is needed to create thumbnails of your images" => " php-gd 模块必需,以创建图片的缩略图",
"The php-ldap module is needed connect to your ldap server" => "如要链接到您的LDAP服务器,则php-ldap模块必需。",
"The php-zip module is needed download multiple files at once" => "如要一次下载多个文件 ,php-zip模块必需。",
"The php-mb_multibyte module is needed to manage correctly the encoding." => "php-mb_multibyte 模块用来管理编码。",
"The php-ctype module is needed validate data." => "php-ctype 模块是必备的,用来验证数据",
"The php-xml module is needed to share files with webdav." => "通过webdav共享文件,需要php-xml 模块。",
"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "PHP.ini中的allow_url_fopen 指令应设置为1,以从OCS 服务器中获取knowledge base知识体系 ",
"The php-pdo module is needed to store owncloud data into a database." => "php-pdo 模块是必备的,用来储存owncloud数据到数据库里。",
"The iconv module is needed to convert data into the correct charset." => " iconv 模块是必备的,用来转换数据到正确的编码格式。",
"Dependencies status" => "依赖性状态",
"Used by :" => "被以下使用:"
);