2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'installed_version' => 'Installed Version',
|
|
|
|
'latest_version' => 'Latest Version',
|
|
|
|
'update' => 'Update Akaunting to :version version',
|
|
|
|
'changelog' => 'Changelog',
|
2017-09-21 17:01:51 +03:00
|
|
|
'check' => 'Check',
|
2017-09-14 22:21:00 +03:00
|
|
|
'new_core' => 'An updated version of Akaunting is available.',
|
|
|
|
'latest_core' => 'Congratulations! You have the latest version of Akaunting. Future security updates will be applied automatically.',
|
2017-10-02 16:26:45 +03:00
|
|
|
'success' => 'Update process has been completed successfully.',
|
|
|
|
'error' => 'Update process has failed, please, try again.',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
];
|