mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-27 00:08:41 +00:00
40 lines
954 B
PHP
40 lines
954 B
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Exchange' => [
|
|
'Created' => 'Skapad',
|
|
'CreatedAt' => 'Skapad vid',
|
|
'CreatedBy' => 'Skapad av',
|
|
'Creator' => 'Skapare',
|
|
'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' => 'subtyp',
|
|
'Title' => 'Titel',
|
|
'Type' => 'Typ',
|
|
'Website' => 'Hemsida',
|
|
]];
|