2020-02-12 23:24:35 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Settings Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
|
|
| messages that we need to display to the user. You are free to modify
|
|
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
'settings' => 'Settings',
|
|
|
|
'account' => 'Account',
|
|
|
|
'password' => 'Password',
|
2020-02-26 22:26:26 +01:00
|
|
|
'language' => 'Language',
|
2020-02-12 23:24:35 +01:00
|
|
|
'confirm' => [
|
|
|
|
|
|
|
|
],
|
|
|
|
'forms' => [
|
|
|
|
'edit_settings' => 'Edit settings',
|
2020-02-27 12:18:46 +01:00
|
|
|
'setting_saved' => 'Settings saved',
|
2020-02-12 23:24:35 +01:00
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
];
|