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

10 lines
157 B
PHP
Raw Normal View History

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