mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-01-20 13:28:43 +00:00
33 lines
771 B
PHP
Executable File
33 lines
771 B
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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 ['Editor' => [
|
|
'Add' => 'Add',
|
|
'Created' => 'Létrehozott',
|
|
'Creator' => 'Teremtő',
|
|
'Documents' => 'Dokumentumok',
|
|
'Editor' => 'Szerkesztő',
|
|
'GroupUser' => 'Csoport / felhasználó',
|
|
'Insert' => 'Betét',
|
|
'Layout' => 'Elrendezés',
|
|
'Name' => 'Név',
|
|
'Permission' => 'Engedély',
|
|
'Preview' => 'Előnézet',
|
|
'Save' => 'Megment',
|
|
'Start' => 'Rajt',
|
|
'Text' => 'Szöveg',
|
|
'Title' => 'Cím',
|
|
'Type' => '#VALUE!',
|
|
]];
|