summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/zh_CN.GB2312.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/zh_CN.GB2312.php')
-rw-r--r--apps/files_versions/l10n/zh_CN.GB2312.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/zh_CN.GB2312.php b/apps/files_versions/l10n/zh_CN.GB2312.php
index d9e788033aa..a5285180e6c 100644
--- a/apps/files_versions/l10n/zh_CN.GB2312.php
+++ b/apps/files_versions/l10n/zh_CN.GB2312.php
@@ -1,5 +1,11 @@
<?php $TRANSLATIONS = array(
-"History" => "历史",
-"Files Versioning" => "文件版本",
-"Enable" => "启用"
+"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" => "请点击“恢复”按钮把文件恢复到早前的版本"
);