diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-27 01:27:05 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-27 01:27:05 +0200 |
commit | c9123263ab5a108dcb0b1b7412367f0d7eaf6595 (patch) | |
tree | 968aaf7a67c444175db52979be9534dc9a101d8f /lib | |
parent | 7d141656ee837199f58d6a29033ded7d5c2a4632 (diff) | |
download | nextcloud-server-c9123263ab5a108dcb0b1b7412367f0d7eaf6595.tar.gz nextcloud-server-c9123263ab5a108dcb0b1b7412367f0d7eaf6595.zip |
kill zh_CN.GB2312
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/zh_CN.GB2312.php | 32 | ||||
-rw-r--r-- | lib/updater.php | 4 |
2 files changed, 4 insertions, 32 deletions
diff --git a/lib/l10n/zh_CN.GB2312.php b/lib/l10n/zh_CN.GB2312.php deleted file mode 100644 index bc81ff8fe1b..00000000000 --- a/lib/l10n/zh_CN.GB2312.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Help" => "帮助", -"Personal" => "私人", -"Settings" => "设置", -"Users" => "用户", -"Admin" => "管理员", -"web services under your control" => "您控制的网络服务", -"ZIP download is turned off." => "ZIP 下载已关闭", -"Files need to be downloaded one by one." => "需要逐个下载文件。", -"Back to Files" => "返回到文件", -"Selected files too large to generate zip file." => "选择的文件太大而不能生成 zip 文件。", -"Application is not enabled" => "应用未启用", -"Authentication error" => "验证错误", -"Token expired. Please reload page." => "会话过期。请刷新页面。", -"Files" => "文件", -"Text" => "文本", -"Images" => "图片", -"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "因WebDAV接口故障,您的网络服务器好像并未允许文件同步。", -"Please double check the <a href='%s'>installation guides</a>." => "请双击<a href='%s'>安装向导</a>。", -"seconds ago" => "秒前", -"_%n minute ago_::_%n minutes ago_" => array("%n 分钟以前"), -"_%n hour ago_::_%n hours ago_" => array("%n 小时以前"), -"today" => "今天", -"yesterday" => "昨天", -"_%n day go_::_%n days ago_" => array("%n 天以前"), -"last month" => "上个月", -"_%n month ago_::_%n months ago_" => array("%n 个月以前"), -"last year" => "去年", -"years ago" => "年前" -); -$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/lib/updater.php b/lib/updater.php index df7332a96a9..ae742787269 100644 --- a/lib/updater.php +++ b/lib/updater.php @@ -127,6 +127,10 @@ class Updater extends BasicEmitter { '); $result = $query->execute(); } catch (\Exception $e) { + $this->emit('\OC\Updater', 'filecacheProgress', array(10)); + $this->emit('\OC\Updater', 'filecacheProgress', array(20)); + $this->emit('\OC\Updater', 'filecacheProgress', array(30)); + $this->emit('\OC\Updater', 'filecacheProgress', array(40)); return; } $users = $result->fetchAll(); |