oms-Organization/Theme/Backend/Lang/fr.lang.php
2024-03-20 07:21:23 +00:00

39 lines
1017 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Organization' => [
'Active' => 'actif',
'Address' => '',
'City' => '',
'Country' => '',
'Department' => 'département',
'Departments' => 'Départements',
'Description' => 'La description',
'IMG_alt_profile' => '',
'Inactive' => 'Inactif',
'LegalName' => '',
'Logo' => 'Logo',
'MainAddress' => '',
'Name' => 'Nom',
'Parent' => 'Parent',
'Position' => 'Position',
'Positions' => 'Position',
'Postal' => '',
'Search' => 'Chercher',
'Status' => 'Statut',
'Unit' => 'Unité',
'UnitLogo' => 'Logo de l\'unité',
'Units' => 'Unités',
]];