2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2012-09-18 04:04:26 +04:00
" Help " => " 帮助 " ,
" Personal " => " 私人 " ,
" Settings " => " 设置 " ,
" Users " => " 用户 " ,
" Admin " => " 管理员 " ,
2013-07-06 04:08:38 +04:00
" web services under your control " => " 您控制的网络服务 " ,
2012-09-18 04:04:26 +04:00
" 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. " => " 会话过期。请刷新页面。 " ,
2012-10-25 04:11:53 +04:00
" Files " => " 文件 " ,
" Text " => " 文本 " ,
2012-11-09 03:03:49 +04:00
" Images " => " 图片 " ,
2013-04-08 04:18:28 +04:00
" 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>。 " ,
2012-09-18 04:04:26 +04:00
" seconds ago " => " 秒前 " ,
2013-08-16 09:32:30 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " %n 分钟以前 " ),
" _%n hour ago_::_%n hours ago_ " => array ( " %n 小时以前 " ),
2012-09-18 04:04:26 +04:00
" today " => " 今天 " ,
" yesterday " => " 昨天 " ,
2013-08-16 09:32:30 +04:00
" _%n day go_::_%n days ago_ " => array ( " %n 天以前 " ),
2012-09-18 04:04:26 +04:00
" last month " => " 上个月 " ,
2013-08-16 09:32:30 +04:00
" _%n month ago_::_%n months ago_ " => array ( " %n 个月以前 " ),
2012-09-18 04:04:26 +04:00
" last year " => " 去年 " ,
2013-04-28 04:01:38 +04:00
" years ago " => " 年前 "
2012-09-18 04:04:26 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;