![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/Corals/core/User/resources/lang/en/ |
<?php return [ 'confirmation' => [ 'accept_cookies' => 'You need to allow cookies to be able to login.', 'confirm_email' => 'Thank you for registration. Please check your inbox to confirm your email.', 'confirmation_successful' => 'You successfully confirmed your email address.', 'confirmation_resent' => 'We sent you another confirmation email. You should receive it shortly.', 'not_confirmed' => 'Your account is not activated. Please check your inbox to confirm your email.', 'not_confirmed_reset_password' => 'The given email address has not been confirmed. To reset the password you must first confirm the email address.<a href=":resend_link">Resend confirmation link.</a>', ], 'auth' => [ 'role_cannot_login' => 'Your account cannot do login.', 'logout_success' => 'You have been logged out successfully!', 'registered_successfully' => 'Your account has been created successfully!', ], 'role' => [ 'defaults_will_be_used' => 'If role attributes not set our defaults will be used.', ] ];