refactor global array

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 20:51:44 +01:00
parent c5a58e3f36
commit 370ccbdb74
220 changed files with 2227 additions and 2244 deletions

View File

@@ -19,10 +19,10 @@
return array(
'groups' => array(
'security' => array(
'title' => $lng['admin']['security_settings'],
'title' => \Froxlor\I18N\Lang::getAll()['admin']['security_settings'],
'fields' => array(
'panel_unix_names' => array(
'label' => $lng['serversettings']['unix_names'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['unix_names'],
'settinggroup' => 'panel',
'varname' => 'unix_names',
'type' => 'bool',
@@ -30,7 +30,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_mailpwcleartext' => array(
'label' => $lng['serversettings']['mailpwcleartext'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['mailpwcleartext'],
'settinggroup' => 'system',
'varname' => 'mailpwcleartext',
'type' => 'bool',
@@ -38,7 +38,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_passwordcryptfunc' => array(
'label' => $lng['serversettings']['passwordcryptfunc'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['passwordcryptfunc'],
'settinggroup' => 'system',
'varname' => 'passwordcryptfunc',
'type' => 'option',
@@ -51,7 +51,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_allow_error_report_admin' => array(
'label' => $lng['serversettings']['allow_error_report_admin'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['allow_error_report_admin'],
'settinggroup' => 'system',
'varname' => 'allow_error_report_admin',
'type' => 'bool',
@@ -59,7 +59,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_allow_error_report_customer' => array(
'label' => $lng['serversettings']['allow_error_report_customer'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['allow_error_report_customer'],
'settinggroup' => 'system',
'varname' => 'allow_error_report_customer',
'type' => 'bool',
@@ -67,7 +67,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_allow_customer_shell' => array(
'label' => $lng['serversettings']['allow_allow_customer_shell'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['allow_allow_customer_shell'],
'settinggroup' => 'system',
'varname' => 'allow_customer_shell',
'type' => 'bool',
@@ -75,7 +75,7 @@ return array(
'save_method' => 'storeSettingField'
),
'system_available_shells' => array(
'label' => $lng['serversettings']['available_shells'],
'label' => \Froxlor\I18N\Lang::getAll()['serversettings']['available_shells'],
'settinggroup' => 'system',
'varname' => 'available_shells',
'type' => 'string',