akaunting/resources/lang/fr-FR/maintenance.php

10 lines
144 B
PHP
Raw Normal View History

2020-02-23 23:12:14 +03:00
<?php
return [
2020-06-29 17:11:50 +03:00
'title' => 'En Maintenance',
2020-02-23 23:12:14 +03:00
2020-06-29 17:11:50 +03:00
'message' => 'Désolé, nous sommes en maintenance. Veuillez réessayer plus tard!',
2020-02-23 23:12:14 +03:00
];