mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?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 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@celep.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!',
|
||
];
|