summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-07 14:17:57 +0100
committerAzul <azul@leap.se>2012-12-07 14:17:57 +0100
commitb6c32177efa351e6550840ad508b59c4e722fbb6 (patch)
tree2aed22238d9f842d34a05cb874175602eb0b7f3e /users
parent85be030a434cfab4b7728e4883624d362ec7afbd (diff)
adding a bunch of translation
Diffstat (limited to 'users')
-rw-r--r--users/app/views/users/_legend_and_submit.html.haml2
-rw-r--r--users/config/locales/en.yml20
2 files changed, 21 insertions, 1 deletions
diff --git a/users/app/views/users/_legend_and_submit.html.haml b/users/app/views/users/_legend_and_submit.html.haml
index c20a226..6fc0e4a 100644
--- a/users/app/views/users/_legend_and_submit.html.haml
+++ b/users/app/views/users/_legend_and_submit.html.haml
@@ -1,4 +1,4 @@
%legend= t(legend)
=yield
-.pull-right= f.button :submit
+.pull-right= f.button :submit, :value => t(legend)
.clearfix
diff --git a/users/config/locales/en.yml b/users/config/locales/en.yml
index 1260494..fe7e824 100644
--- a/users/config/locales/en.yml
+++ b/users/config/locales/en.yml
@@ -6,9 +6,29 @@ en:
login_message: "Please login with your account."
wrong_password: "wrong password"
user_not_found: "could not be found"
+ change_login: "Change Login"
+ change_password: "Change Password"
+ cancel_account: "Cancel your account"
+ set_email_address: "Set email address"
+ forward_email: "Forward email"
+ email_aliases: "Email aliases"
+ user_updated_successfully: "Settings have been updated successfully."
+ user_created_successfully: "Successfully created your account."
activemodel:
models:
user:
one: User
other: "%{count} Users"
+ simple_form:
+ labels:
+ user:
+ email_forward: "Email forward"
+ hints:
+ user:
+ email_forward: "Forward all emails to this address"
+ email: "Your leap web email address"
+ placeholders:
+ user:
+ email_forward: "my_other_email@domain.net"
+