Просмотр файла libarea-0.9/app/Languages/en/auth.php

Размер файла: 1.27Kb
<?php

/*
* The following language strings are used on login and registration pages.
*
* Следующие языковые строки используются на странице авторизации и регистрации.
*/

return [
    'mail_confirm'  => 'After submitting the completed form, you will be asked to verify your email address. It is important to note that you will not be able to proceed through the rest of the onboarding process until you have done so.',
    'login_info'    => 'Authorization gives you the ability to publish posts, reply, comment and vote.',
    'invate_text'   => 'Not a user yet? Registration is by invitation only to fight spam and increase accountability. If you know the <a href="/users">current user</a> of the site, ask them for an invite.',

    // form validation on registration page
    'nickname_empty'    => 'Nickname cannot be empty.',
    'nickname_least'    => 'Nickname must be >= {info} characters.',
    'email_empty'       => 'Email cannot be empty.',
    'email_valid'       => 'Email error.',
    'password_empty'    => 'The password cannot be empty.',
    'password_least'    => 'Password must be >= {info} characters.',
    'password_again'    => 'Enter the password again.',
    'password_mismatch' => 'Password mismatch.',
];