openclassify/addons/default/visiosoft/profile-module/resources/lang/en/message.php
2020-01-20 15:54:17 +03:00

28 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
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 couldnt 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.',
'registered_phone' => 'This phone number has already been registered.',
];