46 lines
1.6 KiB
PHP
Raw Permalink Normal View History

2017-12-18 18:01:26 +03:00
<?php
return [
2018-11-08 12:11:42 +03:00
'next' => 'Dalje',
2017-12-18 18:01:26 +03:00
'refresh' => 'Osvježi',
'steps' => [
2018-11-08 12:11:42 +03:00
'requirements' => 'Molimo da zatražite svog davatelja hosting usluge da ispravi pogreške!',
2017-12-18 18:01:26 +03:00
'language' => 'Korak 1/3: Odabir jezika',
'database' => 'Korak 2/3: Postavka baze podataka',
'settings' => 'Korak 3/3: Tvrtka i admin detalji',
],
'language' => [
'select' => 'Odaberite jezik',
],
'requirements' => [
'enabled' => ':feature mora biti omogućeno!',
'disabled' => ':feature mora biti onemogućeno!',
2018-11-08 12:11:42 +03:00
'extension' => ':extension proširenje mora biti instalirano i učitano!',
2017-12-18 18:01:26 +03:00
'directory' => ':directory direktorij mora biti omogućen za zapisivanje!',
2020-04-22 14:50:30 +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.',
2017-12-18 18:01:26 +03:00
],
'database' => [
2018-11-08 12:11:42 +03:00
'hostname' => 'Server',
2017-12-18 18:01:26 +03:00
'username' => 'Korisničko ime',
'password' => 'Lozinka',
'name' => 'Baza podataka',
],
'settings' => [
'company_name' => 'Naziv tvrtke',
'company_email' => 'E-mail tvrtke',
'admin_email' => 'Admin e-mail',
'admin_password' => 'Admin lozinka',
],
'error' => [
'connection' => 'Pogreška: Nije moguće povezati se na bazu podataka! Provjerite jesu li podaci ispravni.',
],
];