Blame view
sources/apps/admin_migrate/l10n/zh_CN.php
411 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?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" => "导出" ); |