1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/config/locales/en.yml

35 lines
1.2 KiB
YAML
Raw Normal View History

2009-10-08 07:35:35 -04:00
en:
devise:
sessions:
2009-10-08 07:35:35 -04:00
authentication_failed: 'Invalid email or password.'
new:
title: 'Sign in'
submit: 'Sign in'
passwords:
2009-10-08 07:35:35 -04:00
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
update: 'Your password was changed successfully.'
new:
title: 'Forgot password'
submit: 'Send me reset password instructions'
edit:
title: 'Change your password'
submit: 'Change my password'
confirmations:
2009-10-08 07:35:35 -04:00
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
confirm: 'Your account was successfully confirmed!'
new:
title: 'Resend confirmation instructions'
submit: 'Resend confirmation instructions'
links:
sign_in: 'Sign in'
new_password: 'Forgot password?'
new_confirmation: "Didn't receive confirmation instructions?"
routes:
session: 'session'
password: 'password'
confirmation: 'confirmation'
notifier:
confirmation_instructions: 'Confirmation instructions'
reset_password_instructions: 'Reset password instructions'
2009-10-08 07:35:35 -04:00