blob: 65d0d284a076f4fe67bcaf7bf2f0902f6c07d66a (
plain)
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" => "点击恢复按钮可将文件恢复到之前的版本"
);
|