config/locales/devise.en.yml in locomotive_cms-0.0.2.7 vs config/locales/devise.en.yml in locomotive_cms-0.0.2.8

- old
+ new

@@ -5,32 +5,58 @@ already_confirmed: "was already confirmed" not_locked: "was not locked" devise: failure: - unauthenticated: 'You need to sign in or sign up before continuing.' - unconfirmed: 'You have to confirm your account before continuing.' - locked: 'Your account is locked.' - invalid: 'Invalid email or password.' - invalid_token: 'Invalid authentication token.' - timeout: 'Your session expired, please sign in again to continue.' - inactive: 'Your account was not activated yet.' + admin: + unauthenticated: 'You need to sign in or sign up before continuing.' + unconfirmed: 'You have to confirm your account before continuing.' + locked: 'Your account is locked.' + invalid: 'Invalid email or password.' + invalid_token: 'Invalid authentication token.' + timeout: 'Your session expired, please sign in again to continue.' + inactive: 'Your account was not activated yet.' sessions: - signed_in: 'Signed in successfully.' - signed_out: 'Signed out successfully.' + admin: + signed_in: 'Signed in successfully.' + signed_out: 'Signed out successfully.' passwords: - send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.' - updated: 'Your password was changed successfully. You are now signed in.' + admin: + send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.' + updated: 'Your password was changed successfully. You are now signed in.' confirmations: - send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.' - confirmed: 'Your account was successfully confirmed. You are now signed in.' + admin: + send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.' + confirmed: 'Your account was successfully confirmed. You are now signed in.' registrations: - signed_up: 'You have signed up successfully.' - updated: 'You updated your account successfully.' - destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' + admin: + signed_up: 'You have signed up successfully.' + updated: 'You updated your account successfully.' + destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' unlocks: - send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.' - unlocked: 'Your account was successfully unlocked. You are now signed in.' + admin: + send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.' + unlocked: 'Your account was successfully unlocked. You are now signed in.' mailer: - confirmation_instructions: 'Confirmation instructions' - reset_password_instructions: 'Reset password instructions' - unlock_instructions: 'Unlock Instructions' + admin: + confirmation_instructions: 'Confirmation instructions' + reset_password_instructions: 'Reset password instructions' + unlock_instructions: 'Unlock Instructions' + + + admin: + mailer: + common: + hello: Hello + + confirmation_instructions: + you_can_confirm_your_account_through_the_link_below: "You can confirm your account through the link below:" + confirm_my_account: "Confirm my account" + reset_password_instructions: + reset_password_instruction: "Someone has requested a link to change your password, and you can do this through the link below:" + change_my_password: "Change my password" + wrong_request_instruction: "If you didn't request this, please ignore this email." + unchange_password_message: "Your password won't change until you access the link above and create a new one." + unlock_instructions: + locked_account_message: "Your account has been locked due to an excessive amount of unsuccessful sign in attempts." + unlock_account_instruction: "Click the link below to unlock your account:" + unlock_my_account: "Unlock my account"