##// END OF EJS Templates
Patch 9725 Email templates of chinese simplified (Andy Wu)...
Jean-Philippe Lang -
r410:a9a082f05cc3
parent child
Show More
@@ -1,5 +1,5
1 <%= @added_to %>
1 <%= @added_to %>
2 <%= @attachments.size %> files(s) added.
2 �����<%= @attachments.size %> ���ļ�.
3 <% @attachments.each do |attachment | %>
3 <% @attachments.each do |attachment | %>
4 - <%= attachment.filename %><% end %>
4 - <%= attachment.filename %><% end %>
5
5
@@ -1,4 +1,4
1 A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
1 ��һ���ĵ��ѱ����뵽��Ŀ�� <%= @document.project.name %> (<%= @document.category.name %>):
2 <%= l(:field_title) %>: <%= @document.title %>
2 <%= l(:field_title) %>: <%= @document.title %>
3
3
4 http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file
4 http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
@@ -1,3 +1,3
1 Issue #<%= @issue.id %> has been reported.
1 ���� #<%= @issue.id %> �ѱ���
2 ----------------------------------------
2 ----------------------------------------
3 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file
3 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
@@ -1,4 +1,4
1 Issue #<%= @issue.id %> has been updated.
1 ���� #<%= @issue.id %> �Ѹ��¡�
2 <%= @journal.user.name %>
2 <%= @journal.user.name %>
3 <% for detail in @journal.details %>
3 <% for detail in @journal.details %>
4 <%= show_detail(detail, true) %>
4 <%= show_detail(detail, true) %>
@@ -1,3 +1,3
1 To change your password, use the following link:
1 ������������Ӹ������Ŀ��
2
2
3 http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> No newline at end of file
3 http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
@@ -1,3 +1,3
1 To activate your redMine account, use the following link:
1 ������������Ӽ�������redMine�˺�
2
2
3 http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> No newline at end of file
3 http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
General Comments 0
You need to be logged in to leave comments. Login now