You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
331 B
PHP

<?php
return [
'title' => 'Registration',
'email_field' => 'E-mail',
'phone_field' => 'Mobile phone number',
'password_field' => 'Password',
'password_confirm_field' => 'Password confirmation',
'agree' => 'Agree with terms of service',
'open_login_form' => 'Log into the personal cabinet',
];