Commit 5108a9c6 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

german translation improved (thanks to Daniel Weinand)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@361 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 6e98df0e
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
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
Issue #<%= @issue.id %> has been updated.
Ticket #<%= @issue.id %> wurde aktualisiert.
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
......
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
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
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment