From b6c32177efa351e6550840ad508b59c4e722fbb6 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 7 Dec 2012 14:17:57 +0100 Subject: adding a bunch of translation --- users/config/locales/en.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'users/config/locales') 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" + -- cgit v1.2.3