akaunting/resources/lang/fr-FR/companies.php
2020-06-29 17:11:50 +03:00

15 lines
524 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',
'error' => [
'not_user_company' => 'Erreur: Vous n\'êtes pas autorisé à changer cette société !',
'delete_active' => 'Erreur : Vous ne pouvez pas supprimer une entreprise active. Veuillez changez d\'entreprise avant de supprimer !',
'disable_active' => 'Erreur : Vous ne pouvez pas désactiver une entreprise active. Veuillez changez d\'entreprise avant de supprimer !',
],
];