英文版竞赛子站完成
This commit is contained in:
parent
42aba52111
commit
372de9932a
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
<!--gcm-->
|
<!--gcm-->
|
||||||
<p>
|
<p>
|
||||||
<span>主办单位:</span>
|
<span><%=l(:label_organizers)%></span>
|
||||||
<span class="footer_text_link"><%= link_to "国防科学技术大学并行与分布处理国家重点实验室","http://www.nudt.edu.cn/ArticleShow.asp?ID=47",:target=>"_blank"%></span>
|
<span class="footer_text_link"><%= link_to l(:label_organizers_information),"http://www.nudt.edu.cn/ArticleShow.asp?ID=47",:target=>"_blank"%></span>
|
||||||
<span class="footer_text_link"><%= link_to "计算机科学与技术系", "http://www.nudt.edu.cn/ArticleShow.asp?ID=41", :target => "_blank" %></span>
|
<span class="footer_text_link"><%= link_to l(:label_organizers_information_institute), "http://www.nudt.edu.cn/ArticleShow.asp?ID=41", :target => "_blank" %></span>
|
||||||
<span id="copyright">版权@2007~2014</span>
|
<span id="copyright"><%=l(:label_copyright)%>@2007~2014</span>
|
||||||
<span id="contact_us" class="footer_text_link"><%= link_to "联系我们","http://forge.trustie.net/projects/2/member", :target=>"_blank" %></span>
|
<span id="contact_us" class="footer_text_link"><%= link_to l(:label_contact_us),"http://forge.trustie.net/projects/2/member", :target=>"_blank" %></span>
|
||||||
<span id="record"class="footer_text_link"><%= link_to "湘ICP备09019772","http://www.miibeian.gov.cn/", :target => "_blank" %></span>
|
<span id="record"class="footer_text_link"><%= link_to l(:label_record),"http://www.miibeian.gov.cn/", :target => "_blank" %></span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div id="logo_link">
|
<div id="logo_link">
|
||||||
|
|
|
@ -1588,7 +1588,7 @@ en:
|
||||||
label_user_location: Location
|
label_user_location: Location
|
||||||
label_requirement_enterprise: Requirements
|
label_requirement_enterprise: Requirements
|
||||||
label_requirement_enterprise_list: Requirements List
|
label_requirement_enterprise_list: Requirements List
|
||||||
label_contest_innovate: Competitions
|
label_contest_innovate: Competition community
|
||||||
label_software_user: Users
|
label_software_user: Users
|
||||||
label_course_practice: Courses
|
label_course_practice: Courses
|
||||||
label_course_all: Teacher
|
label_course_all: Teacher
|
||||||
|
@ -1737,11 +1737,23 @@ en:
|
||||||
label_search_intimation: please input the searching keywords!
|
label_search_intimation: please input the searching keywords!
|
||||||
label_update_time: Update time
|
label_update_time: Update time
|
||||||
label_project_notice: release the notice
|
label_project_notice: release the notice
|
||||||
|
label_no_file_uploaded: No file uploaded
|
||||||
|
label_forum_new: New forum
|
||||||
|
label_memo_new_from_forum: Release memo
|
||||||
|
|
||||||
label_user_grade: Individual score
|
label_user_grade: Individual score
|
||||||
label_active_homework: homework
|
label_active_homework: homework
|
||||||
label_course_term: Semester
|
label_course_term: Semester
|
||||||
label_comment_time: Comment time
|
label_comment_time: Comment time
|
||||||
|
label_bidding_user_studentcode: Student ID
|
||||||
|
|
||||||
|
label_organizers: Organizer
|
||||||
|
label_organizers_information: National Key Laboratory of Parallel and Distributed Processing, NUDT
|
||||||
|
label_organizers_information_institute: Department of Computer Sciencer and Technology
|
||||||
|
label_copyright: Copyright
|
||||||
|
label_contact_us: Contact us
|
||||||
|
label_record: 湘ICP备09019772
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
||||||
# ajax异步验证
|
# ajax异步验证
|
||||||
|
|
|
@ -1980,6 +1980,13 @@ zh:
|
||||||
label_projects_management_platform: 项目托管平台
|
label_projects_management_platform: 项目托管平台
|
||||||
label_courses_management_platform: 课程实践平台
|
label_courses_management_platform: 课程实践平台
|
||||||
label_contests_management_platform: 竞赛托管平台
|
label_contests_management_platform: 竞赛托管平台
|
||||||
|
|
||||||
|
label_organizers: 主办单位
|
||||||
|
label_organizers_information: 国防科学技术大学并行与分布处理国家重点实验室
|
||||||
|
label_organizers_information_institute: 计算机科学与技术系
|
||||||
|
label_copyright: 版权
|
||||||
|
label_contact_us: 联系我们
|
||||||
|
label_record: 湘ICP备09019772
|
||||||
#end
|
#end
|
||||||
|
|
||||||
#end
|
#end
|
||||||
|
|
Loading…
Reference in New Issue