PATH:
home
/
lab2454c
/
omvstudio.com
/
lang
/
en
<?php return [ /* |-------------------------------------------------------------------------- | Response messages within Admin Panel |-------------------------------------------------------------------------- */ 'error' => [ 'not_found' => 'Not Found', 'login' => 'Invalied credentials', 'invalied_request' => 'Invalid Request', 'update_password_same_old' => 'New password can not be the old password', 'current_password_mismatch' => 'Old password doesn\'t matched' ], 'success' => [ 'login' => 'Success', 'logout' => 'Success', 'text' => 'Record updated successfully.', 'create_text' => 'Record created successfully.', ], 'info' => [] ];
[-] pagination.php
[edit]
[-] admin_lebels.php
[edit]
[+]
..
[-] admin_messages.php
[edit]
[-] validation.php
[edit]
[-] passwords.php
[edit]
[-] auth.php
[edit]