@@ -0,0 +1,6 | |||||
|
1 | <%= @added_to %> | |||
|
2 | <%= @attachments.size %> fil(er) tillagda. | |||
|
3 | <% @attachments.each do |attachment | %> | |||
|
4 | - <%= attachment.filename %><% end %> | |||
|
5 | ||||
|
6 | <%= @url %> No newline at end of file |
@@ -0,0 +1,4 | |||||
|
1 | Ett dokument har lagts till i <%= @document.project.name %> (<%= @document.category.name %>): | |||
|
2 | <%= l(:field_title) %>: <%= @document.title %> | |||
|
3 | ||||
|
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | Brist #<%= @issue.id %> har rapporterats. | |||
|
2 | ---------------------------------------- | |||
|
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
@@ -0,0 +1,8 | |||||
|
1 | Brist #<%= @issue.id %> har uppdaterats. | |||
|
2 | <%= @journal.user.name %> | |||
|
3 | <% for detail in @journal.details %> | |||
|
4 | <%= show_detail(detail, true) %> | |||
|
5 | <% end %> | |||
|
6 | <%= @journal.notes if @journal.notes? %> | |||
|
7 | ---------------------------------------- | |||
|
8 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | För att ändra lösenord, följ denna länk: | |||
|
2 | ||||
|
3 | http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> No newline at end of file |
@@ -0,0 +1,3 | |||||
|
1 | F�r att aktivera ditt redMine-konto, använd följande länk. | |||
|
2 | ||||
|
3 | http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> No newline at end of file |
@@ -1,6 +1,6 | |||||
1 | <%= @added_to %> |
|
1 | <%= @added_to %> | |
2 | <%= @attachments.size %> arquivo(s) adicionado. |
|
2 | <%= @attachments.size %> arquivo(s) adicionado. | |
3 | <% @attachments.each do |attachment | %> |
|
3 | <% @attachments.each do |attachment | %> | |
4 | - <%= attachment.filename %><% end %> |
|
4 | - <%= attachment.filename %><% end %> | |
5 |
|
5 | |||
6 | <%= @url %> No newline at end of file |
|
6 | <%= @url %> |
@@ -1,4 +1,4 | |||||
1 | Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>): |
|
1 | Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>): | |
2 | <%= l(:field_title) %>: <%= @document.title %> |
|
2 | <%= l(:field_title) %>: <%= @document.title %> | |
3 |
|
3 | |||
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> No newline at end of file |
|
4 | http://<%= Setting.host_name %>/documents/show/<%= @document.id %> |
@@ -1,3 +1,3 | |||||
1 | Tarefa #<%= @issue.id %> foi incluída. |
|
1 | Tarefa #<%= @issue.id %> foi incluída. | |
2 | ---------------------------------------- |
|
2 | ---------------------------------------- | |
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
|
3 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |
@@ -1,8 +1,8 | |||||
1 | Tarefa #<%= @issue.id %> foi alterada. |
|
1 | Tarefa #<%= @issue.id %> foi alterada. | |
2 | <%= @journal.user.name %> |
|
2 | <%= @journal.user.name %> | |
3 | <% for detail in @journal.details %> |
|
3 | <% for detail in @journal.details %> | |
4 | <%= show_detail(detail, true) %> |
|
4 | <%= show_detail(detail, true) %> | |
5 | <% end %> |
|
5 | <% end %> | |
6 | <%= @journal.notes if @journal.notes? %> |
|
6 | <%= @journal.notes if @journal.notes? %> | |
7 | ---------------------------------------- |
|
7 | ---------------------------------------- | |
8 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> No newline at end of file |
|
8 | <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> |
@@ -1,3 +1,3 | |||||
1 | Para mudar sua senha, clique no link abaixo: |
|
1 | Para mudar sua senha, clique no link abaixo: | |
2 |
|
2 | |||
3 | http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> No newline at end of file |
|
3 | http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> |
@@ -1,3 +1,3 | |||||
1 | Para ativar sua conta do redMine, clique no link abaixo: |
|
1 | Para ativar sua conta do redMine, clique no link abaixo: | |
2 |
|
2 | |||
3 | http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> No newline at end of file |
|
3 | http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> |
General Comments 0
You need to be logged in to leave comments.
Login now