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