en:
plugins:
refinery_users:
title: Users
description: Manage users
admin:
users:
delete: Remove this user forever
edit: Edit this user
update:
cannot_remove_user_plugin_from_current_user: You cannot remove the 'Users' plugin from the currently logged in account.
form:
blank_password_keeps_current: Leaving password blank keeps the current password
enable_all: enable all
index:
create_new_user: Create New User
user:
email_user: Email this user
preview: (%{who}) created %{created_at}
sessions:
login_successful: Logged in successfully
new:
hello_please_sign_in: Hello! Please sign in.
sign_in: Sign in
forgot_password: I forgot my password
users:
setup_website_name: First let's give the site a name. Go here to edit your website's name
new:
fill_form: Fill out your details below so that we can get you started.
sign_up: Sign up
create:
welcome: Welcome to Refinery, %{who}
forgot:
email_address: Email Address
enter_email_address: Please enter the email address for your account.
reset_password: Reset password
blank_email: You did not enter an email address.
email_not_associated_with_account: Sorry, '%{email}' isn't associated with any accounts.
Are you sure you typed the correct email address?
email_reset_sent: An email has been sent to you with a link to reset your password.
reset:
code_invalid: We're sorry, but this reset code has expired or is invalid. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process.
successful: Password reset successfully for '%{email}'
pick_new_password_for: Pick a new password for %{email}
reset_password: Reset password
password_blank: Fill out fields with matching passwords.
user_mailer:
link_to_reset_your_password: Link to reset your password
authlogic:
error_messages:
login_blank: can not be blank
password_blank: can not be blank
login_invalid: should use only letters, numbers, spaces, and .-_@ please.
email_invalid: should look like an email address.
no_authentication_details: You did not provide any details for authentication.
models:
user_session: UserSession
attributes:
user_session:
login: Login
email: Email
password: Password
remember_me: Remember me
incorrect: Sorry, your %{login_field} or password was incorrect.
activerecord:
models:
user: user