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

40 lines
1003 B
PHP

<?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 ['Exchange' => [
'Created' => 'Créé',
'CreatedAt' => 'Créé à',
'CreatedBy' => 'Créé par',
'Creator' => 'Créateur',
'Database' => 'Base de données',
'End' => 'Finir',
'Exchange' => 'Échange',
'Export' => 'Exportation',
'Exports' => 'Exportations',
'File' => 'Déposer',
'Host' => 'Héberger',
'Import' => 'Importer',
'Imports' => 'Importations',
'Login' => 'Connexion',
'Logs' => 'journaux',
'Options' => 'options',
'Password' => 'Mot de passe',
'Port' => 'Port',
'Start' => 'Début',
'Subtype' => 'Sous-type',
'Title' => 'Titre',
'Type' => 'Taper',
'Website' => 'Site Internet',
]];