OSDN Git Service

Patch 9725 Email templates of chinese simplified (Andy Wu)
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Apr 2007 16:22:00 +0000 (16:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 4 Apr 2007 16:22:00 +0000 (16:22 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@413 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/mailer/attachments_add_zh.rhtml
app/views/mailer/document_add_zh.rhtml
app/views/mailer/issue_add_zh.rhtml
app/views/mailer/issue_edit_zh.rhtml
app/views/mailer/lost_password_zh.rhtml
app/views/mailer/register_zh.rhtml

index 81e2974..a87fb42 100644 (file)
@@ -1,5 +1,5 @@
 <%= @added_to %>
-<%= @attachments.size %> files(s) added.
+ÒÑÌí¼Ó<%= @attachments.size %> ¸öÎļþ.
 <% @attachments.each do |attachment | %>
 - <%= attachment.filename %><% end %>
 
index 67648de..d4fe9d1 100644 (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 %>
\ No newline at end of file
index 823de2c..f3e8f96 100644 (file)
@@ -1,3 +1,3 @@
-Issue #<%= @issue.id %> has been reported.
+ÈÎÎñ #<%= @issue.id %> Òѱ¨¸æ
 ----------------------------------------
 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file
index 7a9ca16..1d543ed 100644 (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) %>
index 332ddeb..c630f1b 100644 (file)
@@ -1,3 +1,3 @@
-To change your password, use the following link:
+Çëµã»÷ÏÂÃæµÄÁ´½Ó¸ü¸ÄÄúµÄ¿ÚÁ
 
 http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file
index 64477fe..0e6dd7f 100644 (file)
@@ -1,3 +1,3 @@
-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