Commit a9a082f0 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Patch 9725 Email templates of chinese simplified (Andy Wu)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@413 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent be54cb95
<%= @added_to %>
<%= @attachments.size %> files(s) added.
<%= @attachments.size %> ļ.
<% @attachments.each do |attachment | %>
- <%= attachment.filename %><% end %>
......
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 %>
\ No newline at end of file
Issue #<%= @issue.id %> has been reported.
#<%= @issue.id %> ѱ
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file
Issue #<%= @issue.id %> has been updated.
#<%= @issue.id %> Ѹ¡
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
......
To change your password, use the following link:
请点击下面的链接更改您的口令:
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file
To activate your redMine account, use the following link:
请点击下面的链接激活您的redMine账号
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment