2017-09-14 22:21:00 +03:00
< ? php
return [
'next' => 'Next' ,
'refresh' => 'Refresh' ,
'steps' => [
2018-07-27 12:00:42 +03:00
'requirements' => 'Please, ask your hosting provider to fix the errors!' ,
2017-09-14 22:21:00 +03:00
'language' => 'Step 1/3 : Language Selection' ,
'database' => 'Step 2/3 : Database Setup' ,
'settings' => 'Step 3/3 : Company and Admin Details' ,
],
'language' => [
'select' => 'Select Language' ,
],
'requirements' => [
'enabled' => ':feature needs to be enabled!' ,
'disabled' => ':feature needs to be disabled!' ,
2018-07-27 12:00:42 +03:00
'extension' => ':extension extension needs to be installed and loaded!' ,
2017-09-14 22:21:00 +03:00
'directory' => ':directory directory needs to be writable!' ,
2020-04-17 11:00:43 +03:00
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.' ,
2022-08-16 17:22:37 +03:00
'npm' => '<b>Missing JavaScript files !</b> <br><br><span>You should run <em class="underline">npm install</em> and <em class="underline">npm run dev</em> commands.</span>' ,
2017-09-14 22:21:00 +03:00
],
'database' => [
'hostname' => 'Hostname' ,
'username' => 'Username' ,
'password' => 'Password' ,
'name' => 'Database' ,
],
'settings' => [
'company_name' => 'Company Name' ,
'company_email' => 'Company Email' ,
'admin_email' => 'Admin Email' ,
'admin_password' => 'Admin Password' ,
],
'error' => [
2020-06-28 09:39:20 +03:00
'php_version' => 'Error: Ask your hosting provider to use PHP :php_version or higher for both HTTP and CLI.' ,
2017-09-14 22:21:00 +03:00
'connection' => 'Error: Could not connect to the database! Please, make sure the details are correct.' ,
],
2022-06-01 10:15:55 +03:00
'update' => [
'core' => 'Akaunting new version is available! Please, update your installation.' ,
'module' => ':module new version is available! Please, update your installation.' ,
],
2017-09-14 22:21:00 +03:00
];