Blame view

sources/apps/files_versions/l10n/zh_CN.php 370 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Could not revert: %s" => "无法恢复: %s",
03e52840d   Kload   Init
4
  "Versions" => "版本",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
7
  "Failed to revert {file} to revision {timestamp}." => "无法恢复 {file} 到 {timestamp} 的版本。",
  "More versions..." => "更多版本...",
  "No other versions available" => "无其他版本可用",
31b7f2792   Kload   Upgrade to ownclo...
8
  "Restore" => "恢复"
03e52840d   Kload   Init
9
  );
31b7f2792   Kload   Upgrade to ownclo...
10
  $PLURAL_FORMS = "nplurals=1; plural=0;";