summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/zh_CN.GB2312.php
blob: de340d6dc9499818f89fdb5ccb0b0261eee2468b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "无法恢复:%s",
"Versions" => "版本",
"Failed to revert {file} to revision {timestamp}." => "无法恢复文件  {file} 到 版本 {timestamp}。",
"More versions..." => "更多版本",
"No other versions available" => "没有其他可用版本",
"Restore" => "恢复"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";