mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-25 23:38:41 +00:00
32 lines
657 B
PHP
32 lines
657 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Exchange' => [
|
|
'Database' => 'Datenbank',
|
|
'End' => 'Ende',
|
|
'Exchange' => 'Exchange',
|
|
'Export' => 'Export',
|
|
'Exports' => 'Exporte',
|
|
'File' => 'Dateien',
|
|
'Host' => 'Host',
|
|
'Import' => 'Import',
|
|
'Imports' => 'Importe',
|
|
'Login' => 'Login',
|
|
'Options' => 'Optionen',
|
|
'Password' => 'Passwort',
|
|
'Port' => 'Port',
|
|
'Start' => 'Start',
|
|
'Title' => 'Titel',
|
|
'Website' => 'Webseite',
|
|
]];
|