Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/zh_CN.php')
-rw-r--r--apps/files_versions/l10n/zh_CN.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/zh_CN.php b/apps/files_versions/l10n/zh_CN.php
deleted file mode 100644
index 279ec2eff82..00000000000
--- a/apps/files_versions/l10n/zh_CN.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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;";