security: login: username: Username password: Password remember_me: 'Remember me' submit: 'Log in' profile: show: username: Username email: Email edit: submit: Update flash: updated: 'The profile has been updated.' change_password: submit: 'Change password' flash: success: 'The password has been changed.' registration: check_email: | An email has been sent to %email%. It contains an activation link you must click to activate your account. confirmed: 'Congrats %username%, your account is now activated.' back: 'Back to the originating page.' submit: Register flash: user_created: 'The user has been created successfully.' email: subject: 'Welcome %username%!' message: | Hello %username%! To finish activating your account - please visit %confirmationUrl% This link can only be used once to validate your account. Regards, the Team. resetting: check_email: | An email has been sent. It contains a link you must click to reset your password. Note: You can only request a new password once within %tokenLifetime% hours. If you don't get an email check your spam folder or try again. request: username: 'Username or email address' submit: 'Reset password' reset: submit: 'Change password' flash: success: 'The password has been reset successfully.' email: subject: 'Reset Password' message: | Hello %username%! To reset your password - please visit %confirmationUrl% Regards, the Team. # Global strings layout: logout: 'Log out' login: 'Log in' register: Register logged_in_as: 'Logged in as %username%' form: username: Username email: Email current_password: 'Current password' password: Password password_confirmation: 'Repeat password' new_password: 'New password' new_password_confirmation: 'Repeat new password'