Patch 9725 Email templates of chinese simplified (Andy Wu)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@413 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-04-04 16:22:00 +00:00
parent be54cb9531
commit a9a082f05c
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<%= @added_to %>
<%= @attachments.size %> files(s) added.
已添加<%= @attachments.size %> 个文件.
<% @attachments.each do |attachment | %>
- <%= attachment.filename %><% end %>

View File

@ -1,4 +1,4 @@
A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
有一个文档已被加入到项目中 <%= @document.project.name %> (<%= @document.category.name %>):
<%= l(:field_title) %>: <%= @document.title %>
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>

View File

@ -1,3 +1,3 @@
Issue #<%= @issue.id %> has been reported.
任务 #<%= @issue.id %> 已报告
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>

View File

@ -1,4 +1,4 @@
Issue #<%= @issue.id %> has been updated.
任务 #<%= @issue.id %> 已更新。
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>

View File

@ -1,3 +1,3 @@
To change your password, use the following link:
请点击下面的链接更改您的口令:
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>

View File

@ -1,3 +1,3 @@
To activate your redMine account, use the following link:
请点击下面的链接激活您的redMine账号
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>