oms-Purchase/Theme/Backend/Lang/Navigation.fr.lang.php
2022-02-12 21:31:59 +01:00

28 lines
729 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 ['Navigation' => [
'Analysis' => 'Analyse',
'Articles' => 'Des articles',
'Create' => 'Créer',
'Invoice' => 'Facture d\'achat',
'Invoices' => 'Factures',
'List' => 'Lister',
'OrderSuggestions' => 'Suggestions de commande',
'PendingOrders' => 'Les ordres en attente',
'Profile' => 'Profil',
'Purchase' => 'Acheter',
'Suppliers' => 'Fournisseurs',
]];