mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-25 07:18:41 +00:00
40 lines
886 B
PHP
Executable File
40 lines
886 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Exchange' => [
|
|
'Created' => '',
|
|
'CreatedAt' => '',
|
|
'CreatedBy' => '',
|
|
'Creator' => '',
|
|
'Database' => 'Databas',
|
|
'End' => 'Slutet',
|
|
'Exchange' => 'Utbyta',
|
|
'Export' => 'Exportera',
|
|
'Exports' => 'Export',
|
|
'File' => 'Fil',
|
|
'Host' => 'Värd',
|
|
'Import' => 'Importera',
|
|
'Imports' => 'Import',
|
|
'Login' => 'Logga in',
|
|
'Logs' => 'Loggar',
|
|
'Options' => 'alternativ',
|
|
'Password' => 'Lösenord',
|
|
'Port' => 'Hamn',
|
|
'Start' => 'Start',
|
|
'Subtype' => '',
|
|
'Title' => '',
|
|
'Type' => '',
|
|
'Website' => 'Hemsida',
|
|
]];
|