From 4acf5f3f06844361683d6f8070085ab673936800 Mon Sep 17 00:00:00 2001 From: chenmin <19763783@qq.com> Date: Thu, 14 Aug 2014 11:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=A1=B5=E9=9D=A2=E5=85=83=E7=B4=A0=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/locales/zh.yml | 4 ++++ public/file_not_found.html | 4 ++-- public/file_not_found.html.erb | 42 ++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 public/file_not_found.html.erb diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 619fcd0d4..d106ed3d2 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -2104,4 +2104,8 @@ zh: lable_school_no_course: 该学校未开设任何课程,您可以查看其他学校课程 lable_school_less_course: 该学校开设课程较少,您可以查看其他学校课程 + + lable_file_not_found: 对不起,该文件现在不能下载! + lable_goto_homepage: 返回主页 + lable_trustie_team: Trustie开发团队 \ No newline at end of file diff --git a/public/file_not_found.html b/public/file_not_found.html index 38d022c09..74b2013e7 100644 --- a/public/file_not_found.html +++ b/public/file_not_found.html @@ -27,11 +27,11 @@

对不起,该文件现在不能下载!

-

Goto Home page

+

返回主页

-

Trustie Team.

+

Trustie开发团队.

+ +

<%= l(:lable_file_not_found) %>

+

<%= l(:lable_goto_homepage) %>

+ +
+
+

<%= l(:lable_trustie_team) %>

+
+
+ +
+ +