Blame view

sources/apps/admin_migrate/l10n/zh_CN.GB2312.php 433 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?php $TRANSLATIONS = array(
  "Export this ownCloud instance" => "导出此 ownClound 实例",
  "This will create a compressed file that contains the data of this owncloud instance." => "这将创建一个包含此 ownClound 实例数据的压缩文件。",
  "Please choose the export type:" => "请选择导出类型:",
  "ownCloud system files" => "ownCloud 系统文件",
  "Just user files" => "用户文件",
  "Export" => "导出"
  );