Files
akaunting/resources/lang/fr-FR/messages.php
T
2017-11-16 17:12:52 +03:00

19 lines
647 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.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'success' => [
'added' => ':type ajouté !',
'updated' => ':type mise à jour !',
'deleted' => ':type supprimé !',
],
'error' => [
'not_user_company' => 'Erreur : Vous n’êtes pas autorisé à gérer cette société !',
],
'warning' => [
'deleted' => 'Avertissement : Vous n’êtes pas autorisé à supprimer <b>:name</b> parce quil est associé à :texte.',
'disabled' => 'Avertissement : Vous n’êtes pas autorisé à désactiver <b>:name</b> parce quil est associé à :texte.',
],
];