You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CoreID/locale/en_US/login.locale.js

13 lines
695 B

module.exports = exports = {
username: 'Username',
password: 'Password',
need_account: 'Need an account?',
forgot_password: 'Forgot password?',
username_invalid: 'That username is invalid. Please try again.',
success: 'Success! Let\'s get you on your way...',
get_started: 'Okay! Let\'s get you started...',
reset_password: 'Reset Password',
reset_password_prompt: 'If you have forgotten your password, you can request a reset e-mail to be sent to your account. Enter your e-mail address:',
reset_password_success: 'Success! If that e-mail address is associated with a valid APP_NAME account, it will receive an e-mail with more instructions shortly.',
}