mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-31 19:08:41 +00:00
35 lines
837 B
PHP
Executable File
35 lines
837 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 ['Marketing' => [
|
|
'Actual' => 'Réel',
|
|
'Budget' => 'Budget',
|
|
'Description' => 'La description',
|
|
'Due' => 'Dû',
|
|
'End' => 'Finir',
|
|
'Event' => 'Événement',
|
|
'Events' => 'Événements',
|
|
'Expenses' => 'Dépenses',
|
|
'Limit' => 'Limite',
|
|
'Location' => 'Emplacement',
|
|
'Name' => 'Nom',
|
|
'Promotion' => 'Promotion',
|
|
'Promotions' => 'Promotions',
|
|
'Sales' => 'Ventes',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Title' => 'Titre',
|
|
'Type' => 'Taper',
|
|
]];
|