Blame view

sources/apps/files_versions/l10n/zh_CN.php 563 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Could not revert: %s" => "无法恢复: %s",
  "success" => "成功",
  "File %s was reverted to version %s" => "文件 %s 已被恢复到历史版本 %s",
  "failure" => "失败",
  "File %s could not be reverted to version %s" => "文件 %s 无法被恢复到历史版本 %s",
  "No old versions available" => "该文件没有历史版本",
  "No path specified" => "未指定路径",
  "Versions" => "版本",
  "Revert a file to a previous version by clicking on its revert button" => "点击恢复按钮可将文件恢复到之前的版本"
  );