diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:02:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-21 16:02:28 +0000 |
commit | 6957eceee0b20849558ee9e06006b05e3ca99cd9 (patch) | |
tree | 8e8c37f79e06fc216679c2c45f509ef19022b089 /app/views/mailer/document_add_pt.rhtml | |
parent | 5097f6394de9485b019607324f1d535b0f155356 (diff) | |
download | redmine-6957eceee0b20849558ee9e06006b05e3ca99cd9.tar.gz redmine-6957eceee0b20849558ee9e06006b05e3ca99cd9.zip |
Added portuguese translation (Joao Carlos Clementoni).
Email templates copied from english.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@458 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/mailer/document_add_pt.rhtml')
-rw-r--r-- | app/views/mailer/document_add_pt.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/mailer/document_add_pt.rhtml b/app/views/mailer/document_add_pt.rhtml new file mode 100644 index 000000000..67648de15 --- /dev/null +++ b/app/views/mailer/document_add_pt.rhtml @@ -0,0 +1,4 @@ +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 %>
\ No newline at end of file |