summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-12 16:28:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-12 16:28:06 +0000
commit4b3ff7af50ccb8f2ce0262ab7f9f1df5d6a19c13 (patch)
tree3e79e3b1931e5e3cb9449d46d23c268868db5112
parent65e05d822acd6d9cd4cd77ac83e885cba2e52a3c (diff)
downloadredmine-4b3ff7af50ccb8f2ce0262ab7f9f1df5d6a19c13.tar.gz
redmine-4b3ff7af50ccb8f2ce0262ab7f9f1df5d6a19c13.zip
Moved translated strings of 'register' and 'lost password' mail templates to lang files.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@832 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/mailer/lost_password.rhtml3
-rw-r--r--app/views/mailer/lost_password_bg.rhtml3
-rw-r--r--app/views/mailer/lost_password_de.rhtml3
-rw-r--r--app/views/mailer/lost_password_fr.rhtml3
-rw-r--r--app/views/mailer/lost_password_it.rhtml3
-rw-r--r--app/views/mailer/lost_password_ja.rhtml3
-rw-r--r--app/views/mailer/lost_password_nl.rhtml3
-rw-r--r--app/views/mailer/lost_password_pl.rhtml3
-rw-r--r--app/views/mailer/lost_password_pt-br.rhtml3
-rw-r--r--app/views/mailer/lost_password_pt.rhtml3
-rw-r--r--app/views/mailer/lost_password_sv.rhtml3
-rw-r--r--app/views/mailer/register.rhtml3
-rw-r--r--app/views/mailer/register_bg.rhtml3
-rw-r--r--app/views/mailer/register_de.rhtml3
-rw-r--r--app/views/mailer/register_fr.rhtml3
-rw-r--r--app/views/mailer/register_it.rhtml3
-rw-r--r--app/views/mailer/register_ja.rhtml3
-rw-r--r--app/views/mailer/register_nl.rhtml3
-rw-r--r--app/views/mailer/register_pl.rhtml3
-rw-r--r--app/views/mailer/register_pt-br.rhtml3
-rw-r--r--app/views/mailer/register_pt.rhtml3
-rw-r--r--app/views/mailer/register_sv.rhtml3
-rw-r--r--lang/bg.yml2
-rw-r--r--lang/cs.yml2
-rw-r--r--lang/de.yml2
-rw-r--r--lang/en.yml6
-rw-r--r--lang/es.yml2
-rw-r--r--lang/fr.yml2
-rw-r--r--lang/it.yml2
-rw-r--r--lang/ja.yml2
-rw-r--r--lang/nl.yml2
-rw-r--r--lang/pl.yml2
-rw-r--r--lang/pt-br.yml2
-rw-r--r--lang/pt.yml2
-rw-r--r--lang/ro.yml2
-rw-r--r--lang/sv.yml2
-rw-r--r--lang/zh.yml2
37 files changed, 34 insertions, 66 deletions
diff --git a/app/views/mailer/lost_password.rhtml b/app/views/mailer/lost_password.rhtml
index 430e14bec..ea2e58abb 100644
--- a/app/views/mailer/lost_password.rhtml
+++ b/app/views/mailer/lost_password.rhtml
@@ -1,3 +1,2 @@
-To change your password, use the following link:
-
+<%= l(:mail_body_lost_password) %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_bg.rhtml b/app/views/mailer/lost_password_bg.rhtml
deleted file mode 100644
index b981f27e5..000000000
--- a/app/views/mailer/lost_password_bg.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-За да смените паролата си, използвайте следния линк:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml
deleted file mode 100644
index 1607e29a6..000000000
--- a/app/views/mailer/lost_password_de.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Benutzen Sie folgenden Link, um das Password zu ändern:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_fr.rhtml b/app/views/mailer/lost_password_fr.rhtml
deleted file mode 100644
index 944852b5c..000000000
--- a/app/views/mailer/lost_password_fr.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Pour changer votre mot de passe, utilisez le lien suivant:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_it.rhtml b/app/views/mailer/lost_password_it.rhtml
deleted file mode 100644
index 69814b01a..000000000
--- a/app/views/mailer/lost_password_it.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Per cambiare la password, usate il seguente collegamento:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_ja.rhtml b/app/views/mailer/lost_password_ja.rhtml
deleted file mode 100644
index 3c7ddd1dd..000000000
--- a/app/views/mailer/lost_password_ja.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-パスワードを変更するには、以下のリンクをたどってください:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_nl.rhtml b/app/views/mailer/lost_password_nl.rhtml
deleted file mode 100644
index 22b067c29..000000000
--- a/app/views/mailer/lost_password_nl.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Gebruik de volgende link om Uw wachtwoord te wijzigen:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_pl.rhtml b/app/views/mailer/lost_password_pl.rhtml
deleted file mode 100644
index 6320f72dc..000000000
--- a/app/views/mailer/lost_password_pl.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-W celu zmiany swojego hasła użyj poniższego odnośnika:
-
-http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> \ No newline at end of file
diff --git a/app/views/mailer/lost_password_pt-br.rhtml b/app/views/mailer/lost_password_pt-br.rhtml
deleted file mode 100644
index 0cb1f7ff0..000000000
--- a/app/views/mailer/lost_password_pt-br.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Para mudar sua senha, clique no link abaixo:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_pt.rhtml b/app/views/mailer/lost_password_pt.rhtml
deleted file mode 100644
index 0cb1f7ff0..000000000
--- a/app/views/mailer/lost_password_pt.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Para mudar sua senha, clique no link abaixo:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/lost_password_sv.rhtml b/app/views/mailer/lost_password_sv.rhtml
deleted file mode 100644
index 1394e7321..000000000
--- a/app/views/mailer/lost_password_sv.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-För att ändra lösenord, följ denna länk:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'lost_password', :token => @token.value %>
diff --git a/app/views/mailer/register.rhtml b/app/views/mailer/register.rhtml
index 1c93098dc..7e4f95f46 100644
--- a/app/views/mailer/register.rhtml
+++ b/app/views/mailer/register.rhtml
@@ -1,3 +1,2 @@
-To activate your redMine account, use the following link:
-
+<%= l(:mail_body_register) %>
<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_bg.rhtml b/app/views/mailer/register_bg.rhtml
deleted file mode 100644
index adf4f5aaf..000000000
--- a/app/views/mailer/register_bg.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-За да активирате акаунта си използвайте следния линк:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_de.rhtml b/app/views/mailer/register_de.rhtml
deleted file mode 100644
index 1d0452bb2..000000000
--- a/app/views/mailer/register_de.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Um Ihren Account zu aktivieren, benutzen Sie folgenden Link:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_fr.rhtml b/app/views/mailer/register_fr.rhtml
deleted file mode 100644
index 054df5d37..000000000
--- a/app/views/mailer/register_fr.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Pour activer votre compte sur redMine, utilisez le lien suivant:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_it.rhtml b/app/views/mailer/register_it.rhtml
deleted file mode 100644
index d117a96ed..000000000
--- a/app/views/mailer/register_it.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Per attivare la vostra utenza redMine, usate il seguente collegamento:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_ja.rhtml b/app/views/mailer/register_ja.rhtml
deleted file mode 100644
index 520d52fd2..000000000
--- a/app/views/mailer/register_ja.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-redMine アカウントをアクティブにするには、以下のリンクをたどってください:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_nl.rhtml b/app/views/mailer/register_nl.rhtml
deleted file mode 100644
index 966ef6010..000000000
--- a/app/views/mailer/register_nl.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Gebruik de volgende link om Uw redMine account te activeren:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_pl.rhtml b/app/views/mailer/register_pl.rhtml
deleted file mode 100644
index ab20d4e64..000000000
--- a/app/views/mailer/register_pl.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-W celu aktywacji Twojego konta w redMine, użyj poniższego odnośnika:
-
-http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> \ No newline at end of file
diff --git a/app/views/mailer/register_pt-br.rhtml b/app/views/mailer/register_pt-br.rhtml
deleted file mode 100644
index fcf3f02ed..000000000
--- a/app/views/mailer/register_pt-br.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Para ativar sua conta do redMine, clique no link abaixo:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_pt.rhtml b/app/views/mailer/register_pt.rhtml
deleted file mode 100644
index fcf3f02ed..000000000
--- a/app/views/mailer/register_pt.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-Para ativar sua conta do redMine, clique no link abaixo:
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/app/views/mailer/register_sv.rhtml b/app/views/mailer/register_sv.rhtml
deleted file mode 100644
index e7bdd227f..000000000
--- a/app/views/mailer/register_sv.rhtml
+++ /dev/null
@@ -1,3 +0,0 @@
-För att aktivera ditt redMine-konto, använd följande länk.
-
-<%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'register', :token => @token.value %>
diff --git a/lang/bg.yml b/lang/bg.yml
index 9f0c14acd..f6492c14a 100644
--- a/lang/bg.yml
+++ b/lang/bg.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Вашата парола
+mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:'
mail_subject_register: Активация на акаунт
+mail_body_register: 'За да активирате акаунта си използвайте следния линк:'
gui_validation_error: 1 грешка
gui_validation_error_plural: %d грешки
diff --git a/lang/cs.yml b/lang/cs.yml
index 4392a0d5f..428fa31e8 100644
--- a/lang/cs.yml
+++ b/lang/cs.yml
@@ -75,7 +75,9 @@ notice_email_error: Při odesílání emailu nastala chyba (%s)
notice_feeds_access_key_reseted: Váš klíč pro přístup k RSS byl resetován.
mail_subject_lost_password: Vaše heslo
+mail_body_lost_password: 'To change your Redmine password, click on the following link:'
mail_subject_register: aktivace účtu
+mail_body_register: 'To activate your Redmine account, click on the following link:'
gui_validation_error: 1 chyba
gui_validation_error_plural: %d chyb(y)
diff --git a/lang/de.yml b/lang/de.yml
index 9c44b92a9..ddb920fb1 100644
--- a/lang/de.yml
+++ b/lang/de.yml
@@ -75,7 +75,9 @@ notice_email_error: Beim Senden einer E-Mail ist ein Fehler aufgetreten (%s).
notice_feeds_access_key_reseted: Ihr RSS-Zugriffsschlüssel wurde zurückgesetzt.
mail_subject_lost_password: Ihr Redmine Kennwort
+mail_body_lost_password: 'Benutzen Sie folgenden Link, um das Password zu Ãndern:'
mail_subject_register: Redmine Kontoaktivierung
+mail_body_register: 'Um Ihren Account zu aktivieren, benutzen Sie folgenden Link:'
gui_validation_error: 1 Fehler
gui_validation_error_plural: %d Fehler
diff --git a/lang/en.yml b/lang/en.yml
index d48456172..bc6a51c8e 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -76,8 +76,10 @@ notice_feeds_access_key_reseted: Your RSS access key was reseted.
notice_failed_to_save_issues: "Failed to save %d issue(s) on %d selected: %s."
notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
-mail_subject_lost_password: Your redMine password
-mail_subject_register: redMine account activation
+mail_subject_lost_password: Your Redmine password
+mail_body_lost_password: 'To change your Redmine password, click on the following link:'
+mail_subject_register: Redmine account activation
+mail_body_register: 'To activate your Redmine account, click on the following link:'
gui_validation_error: 1 error
gui_validation_error_plural: %d errors
diff --git a/lang/es.yml b/lang/es.yml
index d90bb1dd6..bd0caad2a 100644
--- a/lang/es.yml
+++ b/lang/es.yml
@@ -72,7 +72,9 @@ notice_scm_error: La entrada y/o la revisión no existe en el depósito.
notice_not_authorized: No tiene autorización para acceder a esta página.
mail_subject_lost_password: Tu contraseña del CIYAT - Gestor de Solicitudes
+mail_body_lost_password: 'To change your Redmine password, click on the following link:'
mail_subject_register: Activación de la cuenta del CIYAT - Gestor de Solicitudes
+mail_body_register: 'To activate your Redmine account, click on the following link:'
gui_validation_error: 1 error
gui_validation_error_plural: %d errores
diff --git a/lang/fr.yml b/lang/fr.yml
index 03c77b6b4..7a8e48313 100644
--- a/lang/fr.yml
+++ b/lang/fr.yml
@@ -77,7 +77,9 @@ notice_failed_to_save_issues: "%d demande(s) sur les %d sélectionnées n'ont pa
notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour."
mail_subject_lost_password: Votre mot de passe redMine
+mail_body_lost_password: 'Pour changer votre mot de passe Redmine, cliquez sur le lien suivant:'
mail_subject_register: Activation de votre compte redMine
+mail_body_register: 'Pour activer votre compte Redmine, cliquez sur le lien suivant:'
gui_validation_error: 1 erreur
gui_validation_error_plural: %d erreurs
diff --git a/lang/it.yml b/lang/it.yml
index 17b75d925..1a41a8d50 100644
--- a/lang/it.yml
+++ b/lang/it.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Password redMine
+mail_body_lost_password: 'Per cambiare la password, usate il seguente collegamento:'
mail_subject_register: Attivazione utenza redMine
+mail_body_register: 'Per attivare la vostra utenza Redmine, usate il seguente collegamento:'
gui_validation_error: 1 errore
gui_validation_error_plural: %d errori
diff --git a/lang/ja.yml b/lang/ja.yml
index 6450d0b20..c5795f2aa 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -76,7 +76,9 @@ notice_email_error: メール送信中にエラーが発生しました (%s)
notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。
mail_subject_lost_password: redMineパスワード
+mail_body_lost_password: 'パスワードを変更するには、以下のリンクをたどってください:'
mail_subject_register: redMineアカウントが有効になりました
+mail_body_register: 'Redmine アカウントをアクティブにするには、以下のリンクをたどってください:'
gui_validation_error: 1件のエラー
gui_validation_error_plural: %d件のエラー
diff --git a/lang/nl.yml b/lang/nl.yml
index 5d9efed9a..f86dee657 100644
--- a/lang/nl.yml
+++ b/lang/nl.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Uw redMine wachtwoord
+mail_body_lost_password: 'Gebruik de volgende link om Uw wachtwoord te wijzigen:'
mail_subject_register: redMine account activatie
+mail_body_register: 'Gebruik de volgende link om Uw Redmine account te activeren:'
gui_validation_error: 1 fout
gui_validation_error_plural: %d fouten
diff --git a/lang/pl.yml b/lang/pl.yml
index e74d4f36e..58a77cdcb 100644
--- a/lang/pl.yml
+++ b/lang/pl.yml
@@ -72,7 +72,9 @@ notice_scm_error: Wejście i/lub zmiana nie istnieje w repozytorium.
notice_not_authorized: Nie jesteś autoryzowany by zobaczyć stronę.
mail_subject_lost_password: Twoje hasło do redMine
+mail_body_lost_password: 'W celu zmiany swojego hasła użyj poniższego odnośnika:'
mail_subject_register: Aktywacja konta w redMine
+mail_body_register: 'W celu aktywacji Twojego konta w Redmine, użyj poniższego odnośnika:'
gui_validation_error: 1 błąd
gui_validation_error_plural: %d błędów
diff --git a/lang/pt-br.yml b/lang/pt-br.yml
index b988ac532..e2031f302 100644
--- a/lang/pt-br.yml
+++ b/lang/pt-br.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Sua senha do redMine.
+mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
mail_subject_register: Ativacao de conta do redMine.
+mail_body_register: 'Para ativar sua conta do Redmine, clique no link abaixo:'
gui_validation_error: 1 erro
gui_validation_error_plural: %d erros
diff --git a/lang/pt.yml b/lang/pt.yml
index f624e3805..e6ae7fba6 100644
--- a/lang/pt.yml
+++ b/lang/pt.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Sua senha do redMine.
+mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
mail_subject_register: Ativação de conta do redMine.
+mail_body_register: 'Para ativar sua conta do Redmine, clique no link abaixo:'
gui_validation_error: 1 erro
gui_validation_error_plural: %d erros
diff --git a/lang/ro.yml b/lang/ro.yml
index d02b0be09..81d850e0e 100644
--- a/lang/ro.yml
+++ b/lang/ro.yml
@@ -75,7 +75,9 @@ notice_email_error: Eroare in trimiterea e-mailului (%s)
notice_feeds_access_key_reseted: Parola de acces RSS a fost resetat.
mail_subject_lost_password: Parola clair.ro|PM
+mail_body_lost_password: 'To change your Redmine password, click on the following link:'
mail_subject_register: Activare cont clair.ro|PM
+mail_body_register: 'To activate your Redmine account, click on the following link:'
gui_validation_error: 1 eroare
gui_validation_error_plural: %d erori
diff --git a/lang/sv.yml b/lang/sv.yml
index 1a494ea70..791292539 100644
--- a/lang/sv.yml
+++ b/lang/sv.yml
@@ -75,7 +75,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: Ditt redMine lösenord
+mail_body_lost_password: 'För att ändra lösenord, följ denna länk:'
mail_subject_register: redMine kontoaktivering
+mail_body_register: 'För att aktivera ditt Redmine-konto, använd följande länk.'
gui_validation_error: 1 fel
gui_validation_error_plural: %d fel
diff --git a/lang/zh.yml b/lang/zh.yml
index d6c20b5de..d0d8490f9 100644
--- a/lang/zh.yml
+++ b/lang/zh.yml
@@ -78,7 +78,9 @@ notice_email_error: An error occurred while sending mail (%s)
notice_feeds_access_key_reseted: Your RSS access key was reseted.
mail_subject_lost_password: 您的redMine口令
+mail_body_lost_password: 'To change your Redmine password, click on the following link:'
mail_subject_register: redMine帐户激活
+mail_body_register: 'To activate your Redmine account, click on the following link:'
gui_validation_error: 1 个错误
gui_validation_error_plural: %d 个错误