summaryrefslogtreecommitdiffstats
path: root/app/views/mailer
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-24 17:29:11 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-05-24 17:29:11 +0000
commit4a524ff911edefeae8753669bb27000486741fbb (patch)
tree6dce27050d8936c12d776ed9968aaeb0e548362d /app/views/mailer
parent9fe0dd051dc206c7409164ba9a92a74609484aeb (diff)
downloadredmine-4a524ff911edefeae8753669bb27000486741fbb.tar.gz
redmine-4a524ff911edefeae8753669bb27000486741fbb.zip
Dutch translation added (Linda van den Brink)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@539 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer')
-rw-r--r--app/views/mailer/attachments_add_nl.rhtml6
-rw-r--r--app/views/mailer/document_add_nl.rhtml4
-rw-r--r--app/views/mailer/issue_add_nl.rhtml3
-rw-r--r--app/views/mailer/issue_edit_nl.rhtml8
-rw-r--r--app/views/mailer/lost_password_nl.rhtml3
-rw-r--r--app/views/mailer/register_nl.rhtml3
6 files changed, 27 insertions, 0 deletions
diff --git a/app/views/mailer/attachments_add_nl.rhtml b/app/views/mailer/attachments_add_nl.rhtml
new file mode 100644
index 000000000..800c38625
--- /dev/null
+++ b/app/views/mailer/attachments_add_nl.rhtml
@@ -0,0 +1,6 @@
+<%= @added_to %>
+<%= @attachments.size %> bestand(en) toegevoegd.
+<% @attachments.each do |attachment | %>
+- <%= attachment.filename %><% end %>
+
+<%= @url %> \ No newline at end of file
diff --git a/app/views/mailer/document_add_nl.rhtml b/app/views/mailer/document_add_nl.rhtml
new file mode 100644
index 000000000..91215e926
--- /dev/null
+++ b/app/views/mailer/document_add_nl.rhtml
@@ -0,0 +1,4 @@
+Een document is toegevoegd aan <%= @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_nl.rhtml b/app/views/mailer/issue_add_nl.rhtml
new file mode 100644
index 000000000..23ee2d563
--- /dev/null
+++ b/app/views/mailer/issue_add_nl.rhtml
@@ -0,0 +1,3 @@
+Issue #<%= @issue.id %> is gerapporteerd.
+----------------------------------------
+<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %> \ No newline at end of file
diff --git a/app/views/mailer/issue_edit_nl.rhtml b/app/views/mailer/issue_edit_nl.rhtml
new file mode 100644
index 000000000..668ec1ba1
--- /dev/null
+++ b/app/views/mailer/issue_edit_nl.rhtml
@@ -0,0 +1,8 @@
+Issue #<%= @issue.id %> is gewijzigd.
+<%= @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 } %> \ No newline at end of file
diff --git a/app/views/mailer/lost_password_nl.rhtml b/app/views/mailer/lost_password_nl.rhtml
new file mode 100644
index 000000000..758f540d2
--- /dev/null
+++ b/app/views/mailer/lost_password_nl.rhtml
@@ -0,0 +1,3 @@
+Gebruik de volgende link om Uw wachtwoord te wijzigen:
+
+http://<%= Setting.host_name %>/account/lost_password?token=<%= @token.value %> \ No newline at end of file
diff --git a/app/views/mailer/register_nl.rhtml b/app/views/mailer/register_nl.rhtml
new file mode 100644
index 000000000..a8da4e7bf
--- /dev/null
+++ b/app/views/mailer/register_nl.rhtml
@@ -0,0 +1,3 @@
+Gebruik de volgende link om Uw redMine account te activeren:
+
+http://<%= Setting.host_name %>/account/register?token=<%= @token.value %> \ No newline at end of file