Removed hard-coded URLs in mail templates.
Untranslated templates were deleted. git-svn-id: http://redmine.rubyforge.org/svn/trunk@641 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7379d4e2d0
commit
c4239a4fd2
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
<%= issue.description %>
|
<%= issue.description %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/issues/show/<%= issue.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'issues', :action => 'show', :id => issue %>
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
<%= @added_to %>
|
|
||||||
<%= @attachments.size %> files(s) added.
|
|
||||||
<% @attachments.each do |attachment | %>
|
|
||||||
- <%= attachment.filename %><% end %>
|
|
||||||
|
|
||||||
<%= @url %>
|
|
|
@ -1,4 +1,4 @@
|
||||||
A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
|
A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Добавен е документ в <%= @document.project.name %> (<%= @document.category.name %>):
|
Добавен е документ в <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Ein Dokument wurde hinzugefügt: <%= @document.project.name %> (<%= @document.category.name %>):
|
Ein Dokument wurde hinzugefügt: <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
|
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
|
|
@ -1,4 +1,4 @@
|
||||||
Un document a été ajouté à <%= @document.project.name %> (<%= @document.category.name %>):
|
Un document a été ajouté à <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Un documento e' stato aggiunto a <%= @document.project.name %> (<%= @document.category.name %>):
|
Un documento e' stato aggiunto a <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
文書が <%= @document.project.name %> (<%= @document.category.name %>) に追加されました:
|
文書が <%= @document.project.name %> (<%= @document.category.name %>) に追加されました:
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Een document is toegevoegd aan <%= @document.project.name %> (<%= @document.category.name %>):
|
Een document is toegevoegd aan <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
Um documento foi adicionado no projeto <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Ett dokument har lagts till i <%= @document.project.name %> (<%= @document.category.name %>):
|
Ett dokument har lagts till i <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
有一个文档已被加入到项目中 <%= @document.project.name %> (<%= @document.category.name %>):
|
<EFBFBD><EFBFBD>һ<EFBFBD><EFBFBD><EFBFBD>ĵ<EFBFBD><EFBFBD>ѱ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>뵽<EFBFBD><EFBFBD>Ŀ<EFBFBD><EFBFBD> <%= @document.project.name %> (<%= @document.category.name %>):
|
||||||
<%= l(:field_title) %>: <%= @document.title %>
|
<%= l(:field_title) %>: <%= @document.title %>
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/documents/show/<%= @document.id %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'documents', :action => 'show', :id => @document %>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
Issue #<%= @issue.id %> has been reported.
|
|
||||||
----------------------------------------
|
|
||||||
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
|
@ -1,8 +0,0 @@
|
||||||
Issue #<%= @issue.id %> has been updated.
|
|
||||||
<%= @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 @@
|
||||||
To change your password, use the following link:
|
To change your password, use the following link:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
За да смените паролата си, използвайте следния линк:
|
За да смените паролата си, използвайте следния линк:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Benutzen Sie folgenden Link, um das Password zu ändern:
|
Benutzen Sie folgenden Link, um das Password zu ändern:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
To change your password, use the following link:
|
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
|
|
@ -1,3 +1,3 @@
|
||||||
Pour changer votre mot de passe, utilisez le lien suivant:
|
Pour changer votre mot de passe, utilisez le lien suivant:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Per cambiare la password, usate il seguente collegamento:
|
Per cambiare la password, usate il seguente collegamento:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
パスワードを変更するには、以下のリンクをたどってください:
|
パスワードを変更するには、以下のリンクをたどってください:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Gebruik de volgende link om Uw wachtwoord te wijzigen:
|
Gebruik de volgende link om Uw wachtwoord te wijzigen:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -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 %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -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 %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
För att ändra lösenord, följ denna länk:
|
För att ändra lösenord, följ denna länk:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
请点击下面的链接更改您的口令:
|
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %>
|
|
|
@ -1,3 +1,3 @@
|
||||||
To activate your redMine account, use the following link:
|
To activate your redMine account, use the following link:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
За да активирате акаунта си използвайте следния линк:
|
За да активирате акаунта си използвайте следния линк:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Um Ihren Account zu aktivieren, benutzen Sie folgenden Link:
|
Um Ihren Account zu aktivieren, benutzen Sie folgenden Link:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
To activate your redMine account, use the following link:
|
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
|
|
@ -1,3 +1,3 @@
|
||||||
Pour activer votre compte sur redMine, utilisez le lien suivant:
|
Pour activer votre compte sur redMine, utilisez le lien suivant:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Per attivare la vostra utenza redMine, usate il seguente collegamento:
|
Per attivare la vostra utenza redMine, usate il seguente collegamento:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
redMine アカウントをアクティブにするには、以下のリンクをたどってください:
|
redMine アカウントをアクティブにするには、以下のリンクをたどってください:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Gebruik de volgende link om Uw redMine account te activeren:
|
Gebruik de volgende link om Uw redMine account te activeren:
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :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 %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :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 %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FÃr att aktivera ditt redMine-konto, använd följande länk.
|
För att aktivera ditt redMine-konto, använd följande länk.
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
请点击下面的链接激活您的redMine账号
|
|
||||||
|
|
||||||
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %>
|
|
|
@ -1 +1,3 @@
|
||||||
This is a test email sent by Redmine.
|
This is a test email sent by Redmine.
|
||||||
|
|
||||||
|
Redmine URL: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'welcome' %>
|
||||||
|
|
Loading…
Reference in New Issue