Swedish mail templates added (Thomas Habets)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@563 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2dbb397818
commit
ff1343882a
|
@ -1,6 +1,6 @@
|
|||
<%= @added_to %>
|
||||
<%= @attachments.size %> arquivo(s) adicionado.
|
||||
<% @attachments.each do |attachment | %>
|
||||
- <%= attachment.filename %><% end %>
|
||||
|
||||
<%= @added_to %>
|
||||
<%= @attachments.size %> arquivo(s) adicionado.
|
||||
<% @attachments.each do |attachment | %>
|
||||
- <%= attachment.filename %><% end %>
|
||||
|
||||
<%= @url %>
|
|
@ -0,0 +1,6 @@
|
|||
<%= @added_to %>
|
||||
<%= @attachments.size %> fil(er) tillagda.
|
||||
<% @attachments.each do |attachment | %>
|
||||
- <%= attachment.filename %><% end %>
|
||||
|
||||
<%= @url %>
|
|
@ -1,4 +1,4 @@
|
|||
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
||||
<%= l(:field_title) %>: <%= @document.title %>
|
||||
|
||||
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
||||
<%= l(:field_title) %>: <%= @document.title %>
|
||||
|
||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
|
@ -0,0 +1,4 @@
|
|||
Ett dokument har lagts till i <%= @document.project.name %> (<%= @document.category.name %>):
|
||||
<%= l(:field_title) %>: <%= @document.title %>
|
||||
|
||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
|
@ -1,3 +1,3 @@
|
|||
Tarefa #<%= @issue.id %> foi incluída.
|
||||
----------------------------------------
|
||||
Tarefa #<%= @issue.id %> foi incluída.
|
||||
----------------------------------------
|
||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
@ -0,0 +1,3 @@
|
|||
Brist #<%= @issue.id %> har rapporterats.
|
||||
----------------------------------------
|
||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
@ -1,8 +1,8 @@
|
|||
Tarefa #<%= @issue.id %> foi alterada.
|
||||
<%= @journal.user.name %>
|
||||
<% for detail in @journal.details %>
|
||||
<%= show_detail(detail, true) %>
|
||||
<% end %>
|
||||
<%= @journal.notes if @journal.notes? %>
|
||||
----------------------------------------
|
||||
Tarefa #<%= @issue.id %> foi alterada.
|
||||
<%= @journal.user.name %>
|
||||
<% for detail in @journal.details %>
|
||||
<%= show_detail(detail, true) %>
|
||||
<% end %>
|
||||
<%= @journal.notes if @journal.notes? %>
|
||||
----------------------------------------
|
||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
@ -0,0 +1,8 @@
|
|||
Brist #<%= @issue.id %> har uppdaterats.
|
||||
<%= @journal.user.name %>
|
||||
<% for detail in @journal.details %>
|
||||
<%= show_detail(detail, true) %>
|
||||
<% end %>
|
||||
<%= @journal.notes if @journal.notes? %>
|
||||
----------------------------------------
|
||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
@ -1,3 +1,3 @@
|
|||
Para mudar sua senha, clique no link abaixo:
|
||||
|
||||
Para mudar sua senha, clique no link abaixo:
|
||||
|
||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
|
@ -0,0 +1,3 @@
|
|||
För att ändra lösenord, följ denna länk:
|
||||
|
||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
|
@ -1,3 +1,3 @@
|
|||
Para ativar sua conta do redMine, clique no link abaixo:
|
||||
|
||||
Para ativar sua conta do redMine, clique no link abaixo:
|
||||
|
||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
|
@ -0,0 +1,3 @@
|
|||
FÃr att aktivera ditt redMine-konto, använd följande länk.
|
||||
|
||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
Loading…
Reference in New Issue