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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-09-13 18:57:41 +0400
committerVolkan Gezer <volkangezer@gmail.com>2014-09-13 18:57:41 +0400
commit4eba81debe58c778fb4a90441e8496c0fb57010d (patch)
tree72f5b10d74627b618e166430db357813f4edb771 /l10n
parent6448c9af6e900ca16e82bd43062ef16acbd3e966 (diff)
remove obsolete language files
Diffstat (limited to 'l10n')
-rw-r--r--l10n/zh_CN.GB2312.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/l10n/zh_CN.GB2312.php b/l10n/zh_CN.GB2312.php
deleted file mode 100644
index 4a0cebdab..000000000
--- a/l10n/zh_CN.GB2312.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Not Found" => "未找到",
-"Permission Denied" => "权限不足",
-"Authentication failure." => "验证错误",
-"Cannot expunge read-only mailbox." => "无法删除只读邮箱",
-"The server does not support the %s extension." => "服务器不支持%s文件扩展",
-"%s not supported on POP3 servers." => "%s不被POP3服务器支持",
-"Cannot convert search query text to new charset" => "无法转换搜索内容的字符编码",
-"Other" => "其他",
-"Error" => "出错",
-"Connect" => "连接",
-"Unknown error" => "未知错误...",
-"To" => "到",
-"Send" => "发送"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";