diff options
Diffstat (limited to 'apps/files_versions/l10n/zh_CN.GB2312.php')
-rw-r--r-- | apps/files_versions/l10n/zh_CN.GB2312.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/files_versions/l10n/zh_CN.GB2312.php b/apps/files_versions/l10n/zh_CN.GB2312.php index e5f4733da8d..de340d6dc94 100644 --- a/apps/files_versions/l10n/zh_CN.GB2312.php +++ b/apps/files_versions/l10n/zh_CN.GB2312.php @@ -1,4 +1,10 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Could not revert: %s" => "无法恢复:%s", -"Versions" => "版本" +"Versions" => "版本", +"Failed to revert {file} to revision {timestamp}." => "无法恢复文件 {file} 到 版本 {timestamp}。", +"More versions..." => "更多版本", +"No other versions available" => "没有其他可用版本", +"Restore" => "恢复" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |