13 lines
465 B
PHP
13 lines
465 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'installed_version' => 'Installed Version',
|
|
'latest_version' => 'Latest Version',
|
|
'update' => 'Update Akaunting to :version version',
|
|
'changelog' => 'Changelog',
|
|
'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.',
|
|
|
|
];
|