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:
Jean-Philippe Lang 2007-06-13 16:56:37 +00:00
parent 2dbb397818
commit ff1343882a
12 changed files with 48 additions and 21 deletions

View File

@ -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 %>

View File

@ -0,0 +1,6 @@
<%= @added_to %>
<%= @attachments.size %> fil(er) tillagda.
<% @attachments.each do |attachment | %>
- <%= attachment.filename %><% end %>
<%= @url %>

View File

@ -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 %>

View File

@ -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 %>

View File

@ -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 } %>

View File

@ -0,0 +1,3 @@
Brist #<%= @issue.id %> har rapporterats.
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>

View File

@ -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 } %>

View File

@ -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 } %>

View File

@ -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 %>

View File

@ -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 %>

View File

@ -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 %>

View File

@ -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 %>