Files
backend/resources/lang/en/messages.php

12 lines
471 B
PHP

<?php
return [
'successful' => 'The Operation Was Successful',
'can_not_process' => 'The Operation Can Not Be Processed.',
'invalid_credentials' => 'The user name or password is incorrect.',
'wrong_current_password' => 'The Current Password Is Incorrect.',
'notification_server_is_down' => 'Notification Server Is Down',
'the_operator_is_offline' => 'The Operator Is Offline',
'operator_could_not_connect' => 'Operator Could Not Connect',
];