diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/message.php b/addons/default/visiosoft/profile-module/resources/lang/ru/message.php index b6deba395..b18a6421e 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/message.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/message.php @@ -1,25 +1,28 @@ "Поле E-Mail обязательно для заполнения!", - "username" =>"Имя пользователя Поле обязательно для заполнения!", - "success_update" =>"Обновление профиля успешно!", - "adress_success_update" =>"Обновление адреса успешно!", - "adress_success_create" =>"Адрес Создать Успешно!", - "login_error" =>"Неверный логин или пароль.", - "login_noMail_old_user" =>"Введенный вами адрес электронной почты не найден.", - "login_noMail_old_user2" =>"Пожалуйста, - проверьте адрес электронной почты и попробуйте снова.", - "login_noMail_old_user3" =>"Если проблема не устранена, - свяжитесь с нами по адресу info@openclassify.com.", - "login_info_old_user" =>"Новый пароль был отправлен на ваш адрес электронной почты.", - "success" =>"успех", - "notified_new_updates" =>"Я хочу получать уведомления о новых обновлениях", - "notified_about_ads" =>"Разрешить уведомления о моих объявлениях", - "receive_messages_email" =>"Я хочу получать сообщения по электронной почте", - "no_packages_module" =>"Модуль без пакетов!", - "required_add" =>"Пожалуйста, - заполните все необходимые строки.", - "no_extend_package" =>"Нет расширений рекламных пакетов", - "saved" =>"Сохраненный!" -]; \ No newline at end of file +return [ + "email" => "E-Mail Field is Required!", + "username" => "Username Field is Required!", + "success_update" => "Profile Update Successfully!", + "adress_success_update" => "Adress Update Successfully!", + "adress_success_create" => "Adress Create Successfully!", + "login_error" => "Incorrect login or password.", + "login_noMail_old_user" => "The email address you entered couldn’t be found.", + "login_noMail_old_user2" => "Please check the email address and try again.", + "login_noMail_old_user3" => "If the problem continues, please contact at 'info@openclassify.com'.", + "login_info_old_user" => "A new password has been sent to your e-mail address.", + "success" => "Success", + "notified_new_updates" => "I want to be notified of new updates", + "notified_about_ads" => "Allow notifications about my ads", + "receive_messages_email" => "I want to receive messages as email", + "no_packages_module" => "No Packages Module!", + "required_add"=> "Please fill in all required lines.", + "no_extend_package" => "No Extend Ad Packages", + "saved" => "Saved!", + 'please_confirm_transaction' => 'Please Confirm Transaction', + 'password_do_not_match' => 'Passwords do not match', + 'your_password_changed' => 'Your password was successfully updated', + 'error_valid_email_or_phone' => 'Phone number or E-mail address format is not correct.', + 'error_valid_phone' => 'Phone number format is not correct.', + 'registered_phone' => 'This phone number has already been registered.', +];