OSDN Git Service

Swedish mail templates added (Thomas Habets)
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jun 2007 16:56:37 +0000 (16:56 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jun 2007 16:56:37 +0000 (16:56 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@563 e93f8b46-1217-0410-a6f0-8f06a7374b81

12 files changed:
app/views/mailer/attachments_add_pt-br.rhtml
app/views/mailer/attachments_add_sv.rhtml [new file with mode: 0644]
app/views/mailer/document_add_pt-br.rhtml
app/views/mailer/document_add_sv.rhtml [new file with mode: 0644]
app/views/mailer/issue_add_pt-br.rhtml
app/views/mailer/issue_add_sv.rhtml [new file with mode: 0644]
app/views/mailer/issue_edit_pt-br.rhtml
app/views/mailer/issue_edit_sv.rhtml [new file with mode: 0644]
app/views/mailer/lost_password_pt-br.rhtml
app/views/mailer/lost_password_sv.rhtml [new file with mode: 0644]
app/views/mailer/register_pt-br.rhtml
app/views/mailer/register_sv.rhtml [new file with mode: 0644]

index d0cad54..eccc481 100644 (file)
@@ -1,6 +1,6 @@
-<%= @added_to %>\r
-<%= @attachments.size %> arquivo(s) adicionado.\r
-<% @attachments.each do |attachment | %>\r
-- <%= attachment.filename %><% end %>\r
-\r
+<%= @added_to %>
+<%= @attachments.size %> arquivo(s) adicionado.
+<% @attachments.each do |attachment | %>
+- <%= attachment.filename %><% end %>
+
 <%= @url %>
\ No newline at end of file
diff --git a/app/views/mailer/attachments_add_sv.rhtml b/app/views/mailer/attachments_add_sv.rhtml
new file mode 100644 (file)
index 0000000..14a093e
--- /dev/null
@@ -0,0 +1,6 @@
+<%= @added_to %>
+<%= @attachments.size %> fil(er) tillagda.
+<% @attachments.each do |attachment | %>
+- <%= attachment.filename %><% end %>
+
+<%= @url %>
\ No newline at end of file
index 809883a..3ea2f97 100644 (file)
@@ -1,4 +1,4 @@
-Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):\r
-<%= l(:field_title) %>: <%= @document.title %>\r
-\r
+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 %>
\ No newline at end of file
diff --git a/app/views/mailer/document_add_sv.rhtml b/app/views/mailer/document_add_sv.rhtml
new file mode 100644 (file)
index 0000000..367b8d0
--- /dev/null
@@ -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 %>
\ No newline at end of file
index 9fc87b9..0a13fac 100644 (file)
@@ -1,3 +1,3 @@
-Tarefa #<%= @issue.id %> foi incluída.\r
-----------------------------------------\r
+Tarefa #<%= @issue.id %> foi incluída.
+----------------------------------------
 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file
diff --git a/app/views/mailer/issue_add_sv.rhtml b/app/views/mailer/issue_add_sv.rhtml
new file mode 100644 (file)
index 0000000..c25cc9b
--- /dev/null
@@ -0,0 +1,3 @@
+Brist #<%= @issue.id %> har rapporterats.
+----------------------------------------
+<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
\ No newline at end of file
index 8f7c5ea..39108da 100644 (file)
@@ -1,8 +1,8 @@
-Tarefa #<%= @issue.id %> foi alterada.\r
-<%= @journal.user.name %>\r
-<% for detail in @journal.details %>\r
-<%= show_detail(detail, true) %>\r
-<% end %>\r
-<%= @journal.notes if @journal.notes? %>\r
-----------------------------------------\r
+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 } %>
\ No newline at end of file
diff --git a/app/views/mailer/issue_edit_sv.rhtml b/app/views/mailer/issue_edit_sv.rhtml
new file mode 100644 (file)
index 0000000..a368dad
--- /dev/null
@@ -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 } %>
\ No newline at end of file
index 3a32a96..1c71d90 100644 (file)
@@ -1,3 +1,3 @@
-Para mudar sua senha, clique no link abaixo:\r
-\r
+Para mudar sua senha, clique no link abaixo:
+
 http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file
diff --git a/app/views/mailer/lost_password_sv.rhtml b/app/views/mailer/lost_password_sv.rhtml
new file mode 100644 (file)
index 0000000..ca7b21b
--- /dev/null
@@ -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 %>
\ No newline at end of file
index f4a47a8..6b7d4b1 100644 (file)
@@ -1,3 +1,3 @@
-Para ativar sua conta do redMine, clique no link abaixo:\r
-\r
+Para ativar sua conta do redMine, clique no link abaixo:
+
 http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
\ No newline at end of file
diff --git a/app/views/mailer/register_sv.rhtml b/app/views/mailer/register_sv.rhtml
new file mode 100644 (file)
index 0000000..c7e6d46
--- /dev/null
@@ -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 %>
\ No newline at end of file