16 lines
457 B
PHP
16 lines
457 B
PHP
<?php
|
|
|
|
return [
|
|
'subtitle' => 'Integrationen und System.',
|
|
'integrations' => 'Integrationen',
|
|
'system' => 'System',
|
|
'not_configured' => 'nicht konfiguriert',
|
|
'addon' => 'Addon',
|
|
'state_active' => 'Aktiv',
|
|
'state_inactive' => 'Inaktiv',
|
|
'state_available' => 'Verfügbar',
|
|
'locale' => 'Sprache',
|
|
'timezone' => 'Zeitzone',
|
|
'host' => 'Host',
|
|
];
|