Blame view

resources/lang/en-GB/updates.php 667 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php
  
  return [
  
      'installed_version'     => 'Installed Version',
      'latest_version'        => 'Latest Version',
      'update'                => 'Update Akaunting to :version version',
      'changelog'             => 'Changelog',
      'check'                 => 'Check',
      '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.',
      'success'               => 'Update process has been completed successfully.',
      'error'                 => 'Update process has failed, please, try again.',
  
  ];