2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-08-19 23:14:38 +04:00
|
|
|
|
"The password is wrong. Try again." => "用户名或密码错误!请重试",
|
2012-09-28 04:06:03 +04:00
|
|
|
|
"Password" => "密码",
|
2013-08-19 23:14:38 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "抱歉,此链接已失效",
|
|
|
|
|
"Reasons might be:" => "可能原因是:",
|
|
|
|
|
"the item was removed" => "此项已移除",
|
|
|
|
|
"the link expired" => "链接过期",
|
|
|
|
|
"sharing is disabled" => "共享已禁用",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。",
|
2012-09-28 04:06:03 +04:00
|
|
|
|
"%s shared the folder %s with you" => "%s与您共享了%s文件夹",
|
|
|
|
|
"%s shared the file %s with you" => "%s与您共享了%s文件",
|
|
|
|
|
"Download" => "下载",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "上传",
|
|
|
|
|
"Cancel upload" => "取消上传",
|
2013-06-14 04:52:34 +04:00
|
|
|
|
"No preview available for" => "没有预览"
|
2012-09-28 04:06:03 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|