oms-Exchange/Admin/Install/Interfaces/DatabaseExchanger/Lang/en.lang.php
Dennis Eichhorn b6903b53b6
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:05 +00:00

40 lines
1.1 KiB
PHP

<?php
declare(strict_types=1);
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Exchange
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
return [
'DatabaseExchanger' => 'Database Exchanger',
'DatabaseType' => 'Database Type',
'Settings' => 'Settings',
'Src' => 'Src',
'Dest' => 'Dest',
'Match' => 'Match',
'Save' => 'Save',
'Table' => 'Table',
'Type' => 'Type',
'Field' => 'Field',
'Protocol' => 'Protocol',
'Import' => 'Import',
'Export' => 'Export',
'Connection' => 'Connection',
'Self' => 'Self',
'Custom' => 'Custom',
'Column1' => 'Column1',
'Column2' => 'Column2',
'Filter1' => 'Filter1',
'Filter2' => 'Filter2',
'SrcType' => 'Src-Type',
'DestType' => 'Dest-Type',
'IsPrimary' => 'Is Primary?',
];