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-03-09 20:24:25 +01:00
'options' => 'Options' ,
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-27 16:58:04 +01:00
'language' => [
'label' => 'Language' ,
'help' => 'Change the language used to translate the app interface.'
],
'show_token_as_dot' => [
'label' => 'Show generated tokens as dot' ,
'help' => 'Replace generated token caracters with *** to ensure confidentiality. Do not affect the copy/paste feature.'
],
2020-03-13 12:05:26 +01:00
'is_demo_app' => [
'label' => 'Set the app as a demo' ,
'help' => 'If set to Yes, the app content (including the registered user) will be reset every hours. Use the \'demo\' user and \'demo\' password to connect to the app in demo mode.'
],
2020-02-12 23:24:35 +01:00
],
];