16 lines
454 B
PHP
16 lines
454 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Integrations and system.',
|
|
'integrations' => 'Integrations',
|
|
'system' => 'System',
|
|
'not_configured' => 'not configured',
|
|
'addon' => 'Add-on',
|
|
'state_active' => 'Active',
|
|
'state_inactive' => 'Inactive',
|
|
'state_available' => 'Available',
|
|
'locale' => 'Language',
|
|
'timezone' => 'Timezone',
|
|
'host' => 'Host',
|
|
];
|