| 1234567891011121314 |
- <?php
- return array(
- 'login' => array(
- 'error' => 'Login is invalid',
- 'success' => 'You are connected',
- ),
- 'logout' => array(
- 'success' => 'You are disconnected',
- ),
- 'user_profile' => array(
- 'updated' => 'Your profile has been modified',
- ),
- );
|