akaunting/resources/lang/fr-FR/companies.php
2017-09-21 16:12:11 +03:00

14 lines
388 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'domain' => 'Domaine',
'logo' => 'Logo',
'manage' => 'Gérer des entreprises',
'all' => 'Toutes les entreprises',
'error' => [
'delete_active' => 'Erreur : Vous ne pouvez pas supprimer une entreprise active. Veuillez changez d\'entreprise avant de supprimer !',
],
];