1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?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', ), );