mobilebackendgateway/resources/lang/fr/errors.php

7 lines
208 B
PHP
Raw Normal View History

2020-04-28 17:35:28 +00:00
<?php
return [
'model_not_found' => 'Il n\'existe aucune instance de :model avec l\'id donné',
2020-05-16 08:06:41 +00:00
'unexpected_error'=> 'Erreur inattendue. Essayer plus tard',
'logout' => 'Déconnexion réussie'
2020-04-28 17:35:28 +00:00
];