You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zh_CN.php 492B

123456789101112131415
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "无法彻底删除文件%s",
  4. "Couldn't restore %s" => "无法恢复%s",
  5. "Deleted files" => "已删除文件",
  6. "Error" => "错误",
  7. "Deleted Files" => "已删除文件",
  8. "restored" => "已恢复",
  9. "Nothing in here. Your trash bin is empty!" => "这里没有东西. 你的回收站是空的!",
  10. "Name" => "名称",
  11. "Restore" => "恢复",
  12. "Deleted" => "已删除",
  13. "Delete" => "删除"
  14. );
  15. $PLURAL_FORMS = "nplurals=1; plural=0;";