akaunting/resources/lang/en-GB/maintenance.php

11 lines
205 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
<?php
return [
2019-12-23 18:02:42 +03:00
2019-11-16 10:21:14 +03:00
'title' => 'Maintenance Mode',
'message' => 'We\'re currently working on the site, please try again later!',
'last-updated' => 'This message was last updated :timestamp',
];