mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 04:53:27 -05:00
21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'forgot_password' => 'Forgot your password?',
|
|
'logged_in' => 'You are now logged in.',
|
|
'logged_out' => 'You are now logged out.',
|
|
'invalid_login' => 'Incorrect login or password.',
|
|
'user_already_activated' => 'Your account is already activated.',
|
|
'choose_field_type' => 'What field type would you like to use?',
|
|
'account_activated' => 'Your account has been activated.',
|
|
'activate_success' => ':count users(s) were activated successfully.',
|
|
'pending_email_activation' => 'Please confirm your email to activate your account.',
|
|
'invalid_email' => 'An account with the provided email could not be found.',
|
|
'pending_admin_activation' => 'Your account is pending activation from an administrator.',
|
|
'confirm_reset_password' => 'Please check your email to finish resetting your password.',
|
|
'confirm_reset_user' => 'Are you sure you want to initiate a password reset for this user?<br><br>Their current password will be invalidated.',
|
|
'impersonate' => 'You are about to login as ":display_name"',
|
|
'impersonating' => 'You are now logged in as ":username"',
|
|
'invalid_password' => 'The password you entered is incorrect.',
|
|
];
|