You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
799 B
31 lines
799 B
<?php
|
|
|
|
return [
|
|
'backup' => [
|
|
'file' => 'Backup File',
|
|
],
|
|
'settings' => [
|
|
'web' => [
|
|
'name' => 'Web Name',
|
|
'description' => 'Web Description',
|
|
'address' => 'Web Address',
|
|
'phone' => 'Web Phone',
|
|
'email' => 'Web Email',
|
|
'logo' => 'Web Logo',
|
|
'favicon' => 'Web Favicon',
|
|
],
|
|
'default_language' => 'Default Language',
|
|
'timezone' => 'Timezone',
|
|
'google' => [
|
|
'tag_manager_id' => 'Google Tag Manager ID',
|
|
'webmaster_id' => 'Google Webmaster ID',
|
|
],
|
|
],
|
|
'audit' => [
|
|
'ip_address' => 'IP Address',
|
|
'browser' => 'Browser',
|
|
'field' => 'Field',
|
|
'old' => 'Old',
|
|
'new' => 'New',
|
|
],
|
|
];
|
|
|