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/l10n/zh_HK.php')
-rw-r--r--apps/files/l10n/zh_HK.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php
deleted file mode 100644
index 8868bd21c8d..00000000000
--- a/apps/files/l10n/zh_HK.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Unknown error" => "不明錯誤",
-"Files" => "文件",
-"All files" => "所有文件",
-"Share" => "分享",
-"Delete" => "刪除",
-"Unshare" => "取消分享",
-"Rename" => "重新命名",
-"Error" => "錯誤",
-"Name" => "名稱",
-"Size" => "大小",
-"_%n folder_::_%n folders_" => array(""),
-"_%n file_::_%n files_" => array(""),
-"_Uploading %n file_::_Uploading %n files_" => array(""),
-"{dirs} and {files}" => "{dirs} 和 {files}",
-"Save" => "儲存",
-"WebDAV" => "WebDAV",
-"New" => "新增",
-"New folder" => "新資料夾",
-"Folder" => "資料夾",
-"Download" => "下載"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";