summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-25 16:49:06 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-25 16:49:06 +0000
commit01ef9f12c816fab283ebc7d96283abd3397c61c8 (patch)
tree2703f22668a8700289a98a38789a2c04dc234136 /app
parent24ec30b10c2ec25a65e370204ddbe9d9acb151d0 (diff)
downloadredmine-01ef9f12c816fab283ebc7d96283abd3397c61c8.tar.gz
redmine-01ef9f12c816fab283ebc7d96283abd3397c61c8.zip
Serbian translation added (Dragan Matic)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@869 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/mailer/account_information_sr.rhtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/mailer/account_information_sr.rhtml b/app/views/mailer/account_information_sr.rhtml
new file mode 100644
index 000000000..0acd87d8d
--- /dev/null
+++ b/app/views/mailer/account_information_sr.rhtml
@@ -0,0 +1,9 @@
+<% if @user.auth_source %>Mozete koristiti vas "<%= @user.auth_source.name %>" nalog da bi ste se prikljucili na Redmine.
+<% else %>Informacije o vasem Redmine nalogu:
+* Login: <%= @user.login %>
+* Password: <%= @password %>
+<% end %>
+Log in: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'account', :action => 'login' %>
+<% unless @user.auth_source %>
+Ovde mozete izmeniti svoju lozinku: <%= url_for :only_path => false, :host => Setting.host_name, :controller => 'my', :action => 'account' %>
+<% end %>