akaunting/resources/lang/id-ID/maintenance.php

11 lines
205 B
PHP
Raw Normal View History

2019-12-25 14:32:47 +03:00
<?php
return [
2020-04-22 12:48:51 +03:00
'title' => 'Maintenance Mode',
2019-12-25 14:32:47 +03:00
2020-04-22 12:48:51 +03:00
'message' => 'We\'re currently working on the site, please try again later!',
2019-12-25 14:32:47 +03:00
2020-04-22 12:48:51 +03:00
'last-updated' => 'This message was last updated :timestamp',
2019-12-25 14:32:47 +03:00
2020-04-22 12:48:51 +03:00
];