oms-Marketing/Theme/Backend/Lang/fr.lang.php

35 lines
850 B
PHP
Executable File

<?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 ['Marketing' => [
'Actual' => 'Réel',
'Budget' => 'Budget',
'Description' => 'Description',
'Due' => 'Payable',
'End' => 'Finir',
'Event' => 'Événement',
'Events' => 'Événements',
'Expenses' => 'dépenses',
'Limit' => 'Limite',
'Location' => 'Lieu',
'Name' => 'Nom',
'Promotion' => 'Promotion',
'Promotions' => 'promotions',
'Sales' => 'Ventes',
'Start' => 'Début',
'Status' => 'Statut',
'Title' => 'Titre',
'Type' => 'Taper',
]];