summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-23 08:13:33 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-03-23 08:13:33 +0000
commit5108a9c6fea159adfc2ac6e519fe2faa82374d07 (patch)
treef0316c9896497b957fd0d0c5c49e8a6f0fad06b2 /app/views/mailer
parent6e98df0e28ffad0ba9669f8aeaea718eb8edadaa (diff)
downloadredmine-5108a9c6fea159adfc2ac6e519fe2faa82374d07.tar.gz
redmine-5108a9c6fea159adfc2ac6e519fe2faa82374d07.zip
german translation improved (thanks to Daniel Weinand)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@361 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r--app/views/mailer/document_add_de.rhtml2
-rw-r--r--app/views/mailer/issue_add_de.rhtml2
-rw-r--r--app/views/mailer/issue_edit_de.rhtml2
-rw-r--r--app/views/mailer/lost_password_de.rhtml2
-rw-r--r--app/views/mailer/register_de.rhtml2
5 files changed, 5 insertions, 5 deletions
diff --git a/app/views/mailer/document_add_de.rhtml b/app/views/mailer/document_add_de.rhtml
index 67648de15..fab485cd1 100644
--- a/app/views/mailer/document_add_de.rhtml
+++ b/app/views/mailer/document_add_de.rhtml
@@ -1,4 +1,4 @@
-A document has been added to <%= @document.project.name %> (<%= @document.category.name %>):
+Ein Dokument wurde hinzugefügt: <%= @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/issue_add_de.rhtml b/app/views/mailer/issue_add_de.rhtml
index 823de2cef..ddbf37273 100644
--- a/app/views/mailer/issue_add_de.rhtml
+++ b/app/views/mailer/issue_add_de.rhtml
@@ -1,3 +1,3 @@
-Issue #<%= @issue.id %> has been reported.
+Ticket Nr. #<%= @issue.id %> wurde erstellt.
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> \ No newline at end of file
diff --git a/app/views/mailer/issue_edit_de.rhtml b/app/views/mailer/issue_edit_de.rhtml
index 7a9ca1634..d1f418c3d 100644
--- a/app/views/mailer/issue_edit_de.rhtml
+++ b/app/views/mailer/issue_edit_de.rhtml
@@ -1,4 +1,4 @@
-Issue #<%= @issue.id %> has been updated.
+Ticket #<%= @issue.id %> wurde aktualisiert.
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
diff --git a/app/views/mailer/lost_password_de.rhtml b/app/views/mailer/lost_password_de.rhtml
index 332ddeb0b..4e2517ab8 100644
--- a/app/views/mailer/lost_password_de.rhtml
+++ b/app/views/mailer/lost_password_de.rhtml
@@ -1,3 +1,3 @@
-To change your password, use the following link:
+Benutzen Sie folgenden Link, um das Password zu ändern:
http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> \ No newline at end of file
diff --git a/app/views/mailer/register_de.rhtml b/app/views/mailer/register_de.rhtml
index 64477febc..a0c506ce7 100644
--- a/app/views/mailer/register_de.rhtml
+++ b/app/views/mailer/register_de.rhtml
@@ -1,3 +1,3 @@
-To activate your redMine account, use the following link:
+Um Ihren Account zu aktivieren, benutzen Sie folgenden Link:
http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> \ No newline at end of file