akaunting/resources/lang/it-IT/maintenance.php

10 lines
157 B
PHP
Raw Normal View History

2019-12-25 14:32:47 +03:00
<?php
return [
2020-02-17 15:10:32 +03:00
'title' => 'In manutenzione',
2019-12-25 14:32:47 +03:00
2020-02-17 15:10:32 +03:00
'message' => 'Siamo spiacenti, siamo offline per manutenzione. Per favore, riprova più tardi!',
2019-12-25 14:32:47 +03:00
2020-02-17 15:10:32 +03:00
];