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_trashbin/l10n/zh_TW.php')
-rw-r--r--apps/files_trashbin/l10n/zh_TW.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/zh_TW.php b/apps/files_trashbin/l10n/zh_TW.php
deleted file mode 100644
index 014527083e3..00000000000
--- a/apps/files_trashbin/l10n/zh_TW.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Couldn't delete %s permanently" => "無法永久刪除 %s",
-"Couldn't restore %s" => "無法還原 %s",
-"Deleted files" => "回收桶",
-"Restore" => "還原",
-"Error" => "錯誤",
-"restored" => "已還原",
-"Nothing in here. Your trash bin is empty!" => "您的回收桶是空的!",
-"Name" => "名稱",
-"Deleted" => "已刪除",
-"Delete" => "刪除"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";