zh_CN.php 411 Bytes
<?php $TRANSLATIONS = array(
"Export this ownCloud instance" => "导出ownCloud实例",
"This will create a compressed file that contains the data of this owncloud instance." => "将会创建一个包含ownCloud实例的压缩文件",
"Please choose the export type:" => "请选择导出类型",
"ownCloud system files" => "ownCloud系统文件",
"Just user files" => "仅用户文件",
"Export" => "导出"
);