9 lines
219 B
PHP
9 lines
219 B
PHP
<?php
|
|
|
|
return [
|
|
'success' => 'Request has been successfully processed.',
|
|
'server_error' => 'Internal server error.',
|
|
'not_found' => 'Data not found',
|
|
'password' => 'Password wrong. Please try again.'
|
|
];
|