diff --git a/config/language.php b/config/language.php
index 3525c781e..50d19d9dd 100644
--- a/config/language.php
+++ b/config/language.php
@@ -115,7 +115,7 @@ return [
|
*/
- 'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'fa-IR', 'fr-FR', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
+ 'allowed' => ['en-GB', 'ar-SA', 'cs-CZ', 'de-DE', 'es-ES', 'hr-HR', 'fa-IR', 'fr-FR', 'nl-NL', 'pt-BR', 'ru-RU', 'sq-AL', 'tr-TR', 'vi-VN', 'zh-TW'],
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/hr-HR/accounts.php b/resources/lang/hr-HR/accounts.php
new file mode 100644
index 000000000..2ad5f68e2
--- /dev/null
+++ b/resources/lang/hr-HR/accounts.php
@@ -0,0 +1,14 @@
+ 'Naziv računa',
+ 'number' => 'Broj',
+ 'opening_balance' => 'Početni saldo',
+ 'current_balance' => 'Trenutni saldo',
+ 'bank_name' => 'Naziv banke',
+ 'bank_phone' => 'Telefon banke',
+ 'bank_address' => 'Adresa banke',
+ 'default_account' => 'Zadani račun',
+
+];
diff --git a/resources/lang/hr-HR/auth.php b/resources/lang/hr-HR/auth.php
new file mode 100644
index 000000000..699c57dd1
--- /dev/null
+++ b/resources/lang/hr-HR/auth.php
@@ -0,0 +1,30 @@
+ 'Profil',
+ 'logout' => 'Odjava',
+ 'login' => 'Prijava',
+ 'login_to' => 'Prijava za pokretanje sesije',
+ 'remember_me' => 'Zapamti me',
+ 'forgot_password' => 'Zaboravio sam lozinku',
+ 'reset_password' => 'Resetiranje lozinke',
+ 'enter_email' => 'Upišite svoju e-mail adresu',
+ 'current_email' => 'Trenutni E-mail',
+ 'reset' => 'Resetiranje',
+ 'never' => 'nikad',
+ 'password' => [
+ 'current' => 'Lozinka',
+ 'current_confirm' => 'Potvrda lozinke',
+ 'new' => 'Nova lozinka',
+ 'new_confirm' => 'Potvrda nove lozinke',
+ ],
+ 'error' => [
+ 'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!'
+ ],
+
+ 'failed' => 'Ove vjerodajnice ne odgovaraju našim zapisima.',
+ 'disabled' => 'Ovaj račun je onemogućen. Molimo vas da se obratite administratoru sustava.',
+ 'throttle' => 'Previše pokušaja prijave. Molim Vas pokušajte ponovno za :seconds sekundi.',
+
+];
diff --git a/resources/lang/hr-HR/bills.php b/resources/lang/hr-HR/bills.php
new file mode 100644
index 000000000..7a5b21837
--- /dev/null
+++ b/resources/lang/hr-HR/bills.php
@@ -0,0 +1,41 @@
+ 'Broj računa',
+ 'bill_date' => 'Datum računa',
+ 'total_price' => 'Ukupna cijena',
+ 'due_date' => 'Datum dospijeća',
+ 'order_number' => 'Broj narudžbe',
+ 'bill_from' => 'Račun od',
+
+ 'quantity' => 'Količina',
+ 'price' => 'Cijena',
+ 'sub_total' => 'Podzbroj',
+ 'tax_total' => 'Porez Ukupno',
+ 'total' => 'Ukupno',
+
+ 'item_name' => 'Naziv stavke|Nazivi stavaka',
+
+ 'payment_due' => 'Dospijeća plaćanja',
+ 'amount_due' => 'Dospjeli iznos',
+ 'paid' => 'Plaćeno',
+ 'histories' => 'Povijesti',
+ 'payments' => 'Plaćanja',
+ 'add_payment' => 'Dodaj plaćanje',
+ 'mark_received' => 'Označi kao primljeno',
+ 'download_pdf' => 'Preuzmite PDF',
+ 'send_mail' => 'Pošalji e-mail',
+
+ 'status' => [
+ 'draft' => 'Skica',
+ 'received' => 'Primljeno',
+ 'partial' => 'Djelomično',
+ 'paid' => 'Plaćeno',
+ ],
+
+ 'messages' => [
+ 'received' => 'Račun označen kao uspješno primljen!',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/companies.php b/resources/lang/hr-HR/companies.php
new file mode 100644
index 000000000..5fb0d2189
--- /dev/null
+++ b/resources/lang/hr-HR/companies.php
@@ -0,0 +1,13 @@
+ 'Domena',
+ 'logo' => 'Logo',
+ 'manage' => 'Upravljanje tvrtkama',
+ 'all' => 'Sve tvrtke',
+ 'error' => [
+ 'delete_active' => 'Pogreška: Nije moguće izbrisati aktivnu tvrtku, molimo da je prvo promijenite!',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/currencies.php b/resources/lang/hr-HR/currencies.php
new file mode 100644
index 000000000..1e6d1f621
--- /dev/null
+++ b/resources/lang/hr-HR/currencies.php
@@ -0,0 +1,18 @@
+ 'Kod',
+ 'rate' => 'Stopa',
+ 'default' => 'Zadana valuta',
+ 'decimal_mark' => 'Decimalna oznaka',
+ 'thousands_separator' => 'Separator tisućica',
+ 'precision' => 'Preciznost',
+ 'symbol' => [
+ 'symbol' => 'Simbol',
+ 'position' => 'Položaj simbola',
+ 'before' => 'Prije iznosa',
+ 'after' => 'Nakon iznosa',
+ ]
+
+];
diff --git a/resources/lang/hr-HR/customers.php b/resources/lang/hr-HR/customers.php
new file mode 100644
index 000000000..ed8eea9b8
--- /dev/null
+++ b/resources/lang/hr-HR/customers.php
@@ -0,0 +1,11 @@
+ 'Omogućiti prijavu?',
+ 'user_created' => 'Korisnik kreiran',
+
+ 'error' => [
+ 'email' => 'E-mail je već zauzet.'
+ ]
+];
diff --git a/resources/lang/hr-HR/dashboard.php b/resources/lang/hr-HR/dashboard.php
new file mode 100644
index 000000000..313c91ef1
--- /dev/null
+++ b/resources/lang/hr-HR/dashboard.php
@@ -0,0 +1,24 @@
+ 'Ukupni prihodi',
+ 'receivables' => 'Potraživanja',
+ 'open_invoices' => 'Otvorene fakture',
+ 'overdue_invoices' => 'Dospjele fakture',
+ 'total_expenses' => 'Ukupni troškovi',
+ 'payables' => 'Dugovanja',
+ 'open_bills' => 'Otvoreni računi',
+ 'overdue_bills' => 'Neplaćeni računi',
+ 'total_profit' => 'Ukupna dobit',
+ 'open_profit' => 'Otvorena dobit',
+ 'overdue_profit' => 'Dospjela dobit',
+ 'cash_flow' => 'Novčani tok',
+ 'no_profit_loss' => 'Nema gubitka dobiti',
+ 'incomes_by_category' => 'Prihodi po kategorijama',
+ 'expenses_by_category' => 'Troškovi po kategorijama',
+ 'account_balance' => 'Stanje računa',
+ 'latest_incomes' => 'Najnoviji prihodi',
+ 'latest_expenses' => 'Najnoviji troškovi',
+
+];
diff --git a/resources/lang/hr-HR/demo.php b/resources/lang/hr-HR/demo.php
new file mode 100644
index 000000000..064b1d3aa
--- /dev/null
+++ b/resources/lang/hr-HR/demo.php
@@ -0,0 +1,17 @@
+ 'Gotovina',
+ 'categories_uncat' => 'Nekategorizirano',
+ 'categories_deposit' => 'Depozit',
+ 'categories_sales' => 'Prodaje',
+ 'currencies_usd' => 'Američki dolar',
+ 'currencies_eur' => 'Euro',
+ 'currencies_gbp' => 'Britanska funta',
+ 'currencies_try' => 'Turska lira',
+ 'taxes_exempt' => 'Izuzeto od poreza',
+ 'taxes_normal' => 'Normalan porez',
+ 'taxes_sales' => 'Porez prodaje',
+
+];
diff --git a/resources/lang/hr-HR/footer.php b/resources/lang/hr-HR/footer.php
new file mode 100644
index 000000000..b0cec0e24
--- /dev/null
+++ b/resources/lang/hr-HR/footer.php
@@ -0,0 +1,9 @@
+ 'Verzija',
+ 'powered' => 'Powered By Akaunting',
+ 'software' => 'Slobodan računovodstveni softver',
+
+];
diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php
new file mode 100644
index 000000000..66c272c8c
--- /dev/null
+++ b/resources/lang/hr-HR/general.php
@@ -0,0 +1,110 @@
+ 'Stavka|Stavke',
+ 'incomes' => 'Prihod|Prihodi',
+ 'invoices' => 'Faktura|Fakture',
+ 'revenues' => 'Prihod|Prihodi',
+ 'customers' => 'Kupac|Kupci',
+ 'expenses' => 'Trošak|Troškovi',
+ 'bills' => 'Račun|Računi',
+ 'payments' => 'Plaćanje|Plaćanja',
+ 'vendors' => 'Dobavljač|Dobavljači',
+ 'accounts' => 'Račun|Računi',
+ 'transfers' => 'Prijenos|Prijenosi',
+ 'transactions' => 'Transakcija|Transakcije',
+ 'reports' => 'Izvještaj|Izvještaji',
+ 'settings' => 'Postavka|Postavke',
+ 'categories' => 'Kategorija|Kategorije',
+ 'currencies' => 'Valuta|Valute',
+ 'tax_rates' => 'Porezna stopa|Porezne stope',
+ 'users' => 'Korisnik|Korisnici',
+ 'roles' => 'Uloga|Uloge',
+ 'permissions' => 'Dozvola|Dozvole',
+ 'modules' => 'Aplikacija|Aplikacije',
+ 'companies' => 'Tvrtka|Tvrtke',
+ 'profits' => 'Dobit|Dobiti',
+ 'taxes' => 'Porez|Porezi',
+ 'pictures' => 'Slika|Slike',
+ 'types' => 'Tip|Tipovi',
+ 'payment_methods' => 'Način plaćanja|Načini plaćanja',
+ 'compares' => 'Prihod nasuprot trošku|Prihodi nasuprot troškovima',
+ 'notes' => 'Bilješka|Bilješke',
+ 'totals' => 'Ukupno|Ukupno',
+ 'languages' => 'Jezik|Jezici',
+ 'updates' => 'Ažuriranje|Ažuriranja',
+ 'numbers' => 'Broj|Brojevi',
+ 'statuses' => 'Status|Statusi',
+
+ 'dashboard' => 'Nadzorna ploča',
+ 'banking' => 'Bankarstvo',
+ 'general' => 'Općenito',
+ 'no_records' => 'Nema zapisa.',
+ 'date' => 'Datum',
+ 'amount' => 'Iznos',
+ 'enabled' => 'Omogućeno',
+ 'disabled' => 'Onemogućeno',
+ 'yes' => 'Da',
+ 'no' => 'Ne',
+ 'na' => 'N/A',
+ 'daily' => 'Dnevno',
+ 'monthly' => 'Mjesečno',
+ 'quarterly' => 'Kvartalno',
+ 'yearly' => 'Godišnje',
+ 'add' => 'Dodaj',
+ 'add_new' => 'Dodaj novo',
+ 'show' => 'Prikaži',
+ 'edit' => 'Uredi',
+ 'delete' => 'Izbriši',
+ 'send' => 'Pošalji',
+ 'download' => 'Preuzmi',
+ 'delete_confirm' => 'Potvrda brisanja :name: tipa?',
+ 'name' => 'Naziv',
+ 'email' => 'E-mail',
+ 'tax_number' => 'Porezni broj',
+ 'phone' => 'Telefon',
+ 'address' => 'Adresa',
+ 'website' => 'Web stranica',
+ 'actions' => 'Radnje',
+ 'description' => 'Opis',
+ 'manage' => 'Upravljanje',
+ 'code' => 'Kod',
+ 'alias' => 'Alias',
+ 'balance' => 'Saldo',
+ 'reference' => 'Referenca',
+ 'attachment' => 'Privitak',
+ 'change' => 'Promijeni',
+ 'switch' => 'Prebaci',
+ 'color' => 'Boja',
+ 'save' => 'Spremi',
+ 'cancel' => 'Otkaži',
+ 'from' => 'Od',
+ 'to' => 'Za',
+ 'print' => 'Ispis',
+ 'search' => 'Pretraživanje',
+ 'search_placeholder' => 'Upiši za traženje..',
+ 'filter' => 'Filter',
+ 'help' => 'Pomoć',
+ 'all' => 'Sve',
+ 'all_type' => 'Sve :type',
+ 'upcoming' => 'Nadolazeće',
+ 'created' => 'Kreirano',
+ 'id' => 'ID',
+ 'more_actions' => 'Više radnji',
+ 'duplicate' => 'Dupliciraj',
+
+ 'title' => [
+ 'new' => 'Novo - :type',
+ 'edit' => 'Uređivanje - :type',
+ ],
+ 'form' => [
+ 'enter' => 'Unos - :type',
+ 'select' => [
+ 'field' => '-Odaberite :field -',
+ 'file' => 'Odaberite datoteku',
+ ],
+ 'no_file_selected' => 'Datoteka nije odabrana...',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/header.php b/resources/lang/hr-HR/header.php
new file mode 100644
index 000000000..6676292ba
--- /dev/null
+++ b/resources/lang/hr-HR/header.php
@@ -0,0 +1,15 @@
+ 'Promjena jezika',
+ 'last_login' => 'Zadnja prijava :time',
+ 'notifications' => [
+ 'counter' => '{0} Nemate obavijesti|{1} Imate :count obavijest | [2,*] Imate :count obavijesti',
+ 'overdue_invoices' => '{1} :count dospjela faktura|[2,*] :count dospjelih faktura',
+ 'upcoming_bills' => '{1} :count nadolazeći račun|[2,*] :count nadolazećih računa',
+ 'items_stock' => '{1} :count stavka ponestaje zaliha|[2,*] :count stavke ponestaje zaliha',
+ 'view_all' => 'Vidi sve'
+ ],
+
+];
diff --git a/resources/lang/hr-HR/import.php b/resources/lang/hr-HR/import.php
new file mode 100644
index 000000000..4ed23dc56
--- /dev/null
+++ b/resources/lang/hr-HR/import.php
@@ -0,0 +1,9 @@
+ 'Uvezi',
+ 'title' => 'Uvoz :type',
+ 'message' => 'Dopušteni tipovi datoteka: CSV, XLS. Molimo, preuzmite primjer datoteke.',
+
+];
diff --git a/resources/lang/hr-HR/install.php b/resources/lang/hr-HR/install.php
new file mode 100644
index 000000000..fea4a0063
--- /dev/null
+++ b/resources/lang/hr-HR/install.php
@@ -0,0 +1,45 @@
+ 'Sljedeći',
+ 'refresh' => 'Osvježi',
+
+ 'steps' => [
+ 'requirements' => 'Molimo da zadovoljite sljedeće uvjete!',
+ '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' => [
+ 'php_version' => 'Potrebno je koristiti PHP 5.6.4 ili višu verziju!',
+ 'enabled' => ':feature mora biti omogućeno!',
+ 'disabled' => ':feature mora biti onemogućeno!',
+ 'extension' => ':extension proširenje treba biti učitano!',
+ 'directory' => ':directory direktorij mora biti omogućen za zapisivanje!',
+ ],
+
+ 'database' => [
+ 'hostname' => 'Naziv hosta',
+ '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.',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/invoices.php b/resources/lang/hr-HR/invoices.php
new file mode 100644
index 000000000..2981a6e87
--- /dev/null
+++ b/resources/lang/hr-HR/invoices.php
@@ -0,0 +1,49 @@
+ 'Broj fakture',
+ 'invoice_date' => 'Datum fakture',
+ 'total_price' => 'Ukupna cijena',
+ 'due_date' => 'Datum dospijeća',
+ 'order_number' => 'Broj narudžbe',
+ 'bill_to' => 'Naplatiti',
+
+ 'quantity' => 'Količina',
+ 'price' => 'Cijena',
+ 'sub_total' => 'Podzbroj',
+ 'tax_total' => 'Porez Ukupno',
+ 'total' => 'Ukupno',
+
+ 'item_name' => 'Ime stavke|Imena stavaka',
+
+ 'payment_due' => 'Dospijeća plaćanja',
+ 'paid' => 'Plaćeno',
+ 'histories' => 'Povijesti',
+ 'payments' => 'Plaćanja',
+ 'add_payment' => 'Dodaj plaćanje',
+ 'mark_paid' => 'Označi kao plaćeno',
+ 'mark_sent' => 'Označi kao poslano',
+ 'download_pdf' => 'Preuzmite PDF',
+ 'send_mail' => 'Pošalji e-mail',
+
+ 'status' => [
+ 'draft' => 'Skica',
+ 'sent' => 'Poslano',
+ 'viewed' => 'Pogledano',
+ 'approved' => 'Odobreno',
+ 'partial' => 'Djelomično',
+ 'paid' => 'Plaćeno',
+ ],
+
+ 'messages' => [
+ 'email_sent' => 'E-mail računa je uspješno poslan!',
+ 'marked_sent' => 'Račun je uspješno označen kao poslan!',
+ ],
+
+ 'notification' => [
+ 'message' => 'Primili ste ovaj e-mail jer imate nadolazeću :amount fakturu za :customer.',
+ 'button' => 'Platite sada',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/items.php b/resources/lang/hr-HR/items.php
new file mode 100644
index 000000000..fd3635938
--- /dev/null
+++ b/resources/lang/hr-HR/items.php
@@ -0,0 +1,15 @@
+ 'Količina|Količine',
+ 'sales_price' => 'Prodajna cijena',
+ 'purchase_price' => 'Nabavna cijena',
+ 'sku' => 'SKU',
+
+ 'notification' => [
+ 'message' => 'Primili ste ovaj e-mail jer ponestaje zaliha za :name.',
+ 'button' => 'Pogledaj sada',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/messages.php b/resources/lang/hr-HR/messages.php
new file mode 100644
index 000000000..0a0226419
--- /dev/null
+++ b/resources/lang/hr-HR/messages.php
@@ -0,0 +1,23 @@
+ [
+ 'added' => ':type dodan!',
+ 'updated' => ':type ažuriran!',
+ 'deleted' => ':type izbrisan!',
+ 'duplicated' => ':type dupliciran!',
+ 'imported' => ':type uvezen!',
+ ],
+ 'error' => [
+ 'payment_add' => 'Pogreška: Nije moguće dodati plaćanje! Trebali bi provjeriti dodani iznos.',
+ 'not_user_company' => 'Pogreška: Nije vam dozvoljeno upravljanje ovom tvrtkom!',
+ 'customer' => 'Pogreška: Nije moguće kreirati korisnika! :name koristite ovu e-mail adresu.',
+ 'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
+ ],
+ 'warning' => [
+ 'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati :name jer postoji poveznica s :text.',
+ 'disabled' => 'Upozorenje: Nije vam dozvoljeno onemogućiti :name jer postoji poveznica s :text.',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/modules.php b/resources/lang/hr-HR/modules.php
new file mode 100644
index 000000000..6d4525a9c
--- /dev/null
+++ b/resources/lang/hr-HR/modules.php
@@ -0,0 +1,47 @@
+ 'API Token',
+ 'api_token' => 'Token',
+ 'top_paid' => 'Najbolje plaćeni',
+ 'new' => 'Novo',
+ 'top_free' => 'Najbolje besplatno',
+ 'free' => 'BESPLATNO',
+ 'install' => 'Instaliraj',
+ 'buy_now' => 'Kupi odmah',
+ 'token_link' => 'Kliknite ovdje da biste dobili svoj API token.',
+ 'no_apps' => 'U ovoj kategoriji još nema aplikacija.',
+ 'developer' => 'Jeste li programer? Ovdje možete naučiti kako kreirati aplikaciju i početi prodavati!',
+
+ 'about' => 'O aplikaciji',
+
+ 'added' => 'Dodano',
+ 'updated' => 'Ažurirano',
+ 'compatibility' => 'Kompatibilnost',
+
+ 'installed' => ':module instalirana',
+ 'uninstalled' => ':module deinstalirana',
+ //'updated' => ':module updated',
+ 'enabled' => ':module omogućena',
+ 'disabled' => ':module onemogućena',
+
+ 'tab' => [
+ 'installation' => 'Instalacija',
+ 'faq' => 'ČPP',
+ 'changelog' => 'Popis promjena',
+ ],
+
+ 'installation' => [
+ 'header' => 'Instalacija aplikacije',
+ 'download' => 'Preuzimanje :module datoteke.',
+ 'unzip' => 'Raspakiravanje :module datoteka.',
+ 'install' => 'Instalacija :module datoteka.',
+ ],
+
+ 'button' => [
+ 'uninstall' => 'Deinstaliraj',
+ 'disable' => 'Onemogući',
+ 'enable' => 'Omogući',
+ ],
+];
diff --git a/resources/lang/hr-HR/pagination.php b/resources/lang/hr-HR/pagination.php
new file mode 100644
index 000000000..eac40f7c5
--- /dev/null
+++ b/resources/lang/hr-HR/pagination.php
@@ -0,0 +1,9 @@
+ '« Prethodna',
+ 'next' => 'Sljedeća »',
+ 'showing' => 'Prikazivanje :first do :last od :total :type',
+
+];
diff --git a/resources/lang/hr-HR/passwords.php b/resources/lang/hr-HR/passwords.php
new file mode 100644
index 000000000..a232ce26f
--- /dev/null
+++ b/resources/lang/hr-HR/passwords.php
@@ -0,0 +1,22 @@
+ 'Lozinke moraju biti duge barem 6 znakova i moraju odgovarati potvrdi.',
+ 'reset' => 'Vaša lozinka je resetirana!',
+ 'sent' => 'Link za resetiranje lozinke je poslan na e-mail!',
+ 'token' => 'Token za resetiranje lozinke nije važeći.',
+ 'user' => "Ne možemo pronaći korisnika s tom e-mail adresom.",
+
+];
diff --git a/resources/lang/hr-HR/reports.php b/resources/lang/hr-HR/reports.php
new file mode 100644
index 000000000..cc1adf3fb
--- /dev/null
+++ b/resources/lang/hr-HR/reports.php
@@ -0,0 +1,17 @@
+ 'Tekuća godina',
+ 'previous_year' => 'Prethodna godina',
+ 'this_quarter' => 'Ovaj kvartal',
+ 'previous_quarter' => 'Prethodni kvartal',
+ 'last_12_months' => 'Zadnjih 12 mjeseci',
+
+ 'summary' => [
+ 'income' => 'Sažetak prihoda',
+ 'expense' => 'Sažetak troškova',
+ 'income_expense' => 'Prihodi nasuprot troškovima',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/settings.php b/resources/lang/hr-HR/settings.php
new file mode 100644
index 000000000..93f5ab8cd
--- /dev/null
+++ b/resources/lang/hr-HR/settings.php
@@ -0,0 +1,85 @@
+ [
+ 'name' => 'Naziv',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'address' => 'Adresa',
+ 'logo' => 'Logo',
+ ],
+ 'localisation' => [
+ 'tab' => 'Lokalizacija',
+ 'date' => [
+ 'format' => 'Format datuma',
+ 'separator' => 'Separator datuma',
+ 'dash' => 'Crtica (-)',
+ 'dot' => 'Točka (.)',
+ 'comma' => 'Zarez (,)',
+ 'slash' => 'Kosa crta (/)',
+ 'space' => 'Razmak ( )',
+ ],
+ 'timezone' => 'Vremenska zona',
+ ],
+ 'invoice' => [
+ 'tab' => 'Faktura',
+ 'prefix' => 'Prefiks proja',
+ 'digit' => 'Broj znamenki',
+ 'next' => 'Sljedeći broj',
+ 'logo' => 'Logo',
+ ],
+ 'default' => [
+ 'tab' => 'Zadano',
+ 'account' => 'Zadani račun',
+ 'currency' => 'Zadana valuta',
+ 'tax' => 'Zadana stopa poreza',
+ 'payment' => 'Zadani način plaćanja',
+ 'language' => 'Zadani jezik',
+ ],
+ 'email' => [
+ 'protocol' => 'Protokol',
+ 'php' => 'PHP Mail',
+ 'smtp' => [
+ 'name' => 'SMTP',
+ 'host' => 'SMTP Host',
+ 'port' => 'SMTP Port',
+ 'username' => 'SMTP Korisničko Ime',
+ 'password' => 'SMTP Lozinka',
+ 'encryption' => 'SMTP sigurnost',
+ 'none' => 'Ništa',
+ ],
+ 'sendmail' => 'Sendmail',
+ 'sendmail_path' => 'Sendmail putanja',
+ 'log' => 'E-mail evidentiranje',
+ ],
+ 'scheduling' => [
+ 'tab' => 'Zakazivanje',
+ 'send_invoice' => 'Slanje podsjetnika faktura',
+ 'invoice_days' => 'Slanje prije datuma dospijeća',
+ 'send_bill' => 'Slanje podsjetnika računa',
+ 'bill_days' => 'Slanje prije datuma dospijeća',
+ 'cron_command' => 'Cron naredba',
+ 'schedule_time' => 'Vrijeme pokretanja',
+ ],
+ 'appearance' => [
+ 'tab' => 'Izgled',
+ 'theme' => 'Tema',
+ 'light' => 'Svjetlo',
+ 'dark' => 'Tamno',
+ 'list_limit' => 'Zapisa po stranici',
+ 'use_gravatar' => 'Koristi Gravatar',
+ ],
+ 'system' => [
+ 'tab' => 'Sustav',
+ 'session' => [
+ 'lifetime' => 'Životni vijek sesije (Minute)',
+ 'handler' => 'Rukovatelj sesije',
+ 'file' => 'Datoteka',
+ 'database' => 'Baza podataka',
+ ],
+ 'file_size' => 'Max veličina datoteke (MB)',
+ 'file_types' => 'Dopuštena vrsta datoteka',
+ ],
+
+];
diff --git a/resources/lang/hr-HR/taxes.php b/resources/lang/hr-HR/taxes.php
new file mode 100644
index 000000000..d86b37c23
--- /dev/null
+++ b/resources/lang/hr-HR/taxes.php
@@ -0,0 +1,8 @@
+ 'Stopa',
+ 'rate_percent' => 'Stopa (%)',
+
+];
diff --git a/resources/lang/hr-HR/transfers.php b/resources/lang/hr-HR/transfers.php
new file mode 100644
index 000000000..6c7d44619
--- /dev/null
+++ b/resources/lang/hr-HR/transfers.php
@@ -0,0 +1,8 @@
+ 'S računa',
+ 'to_account' => 'Na račun',
+
+];
diff --git a/resources/lang/hr-HR/updates.php b/resources/lang/hr-HR/updates.php
new file mode 100644
index 000000000..af38d2aa6
--- /dev/null
+++ b/resources/lang/hr-HR/updates.php
@@ -0,0 +1,15 @@
+ 'Instalirana verzija',
+ 'latest_version' => 'Posljednja verzija',
+ 'update' => 'Ažuriraj Akaunting na :version verziju',
+ 'changelog' => 'Popis promjena',
+ 'check' => 'Provjera',
+ 'new_core' => 'Dostupna je ažurirana Akaunting verzija.',
+ 'latest_core' => 'Čestitamo! Imate najnoviju Akaunting verziju. Buduća sigurnosna ažuriranja primjenjivat će se automatski.',
+ 'success' => 'Proces ažuriranja uspješno završen.',
+ 'error' => 'Proces ažuriranja nije uspio, molimo pokušajte ponovno.',
+
+];
diff --git a/resources/lang/hr-HR/validation.php b/resources/lang/hr-HR/validation.php
new file mode 100644
index 000000000..67536cb20
--- /dev/null
+++ b/resources/lang/hr-HR/validation.php
@@ -0,0 +1,119 @@
+ ':attribute mora biti prihvaćeno.',
+ 'active_url' => ':attribute nije važeći URL.',
+ 'after' => ':attribute mora biti datum nakon :date.',
+ 'after_or_equal' => ':attribute mora biti datum nakon ili isti kao :date.',
+ 'alpha' => ':attribute može sadržavati samo slova.',
+ 'alpha_dash' => ':attribute može sadržavati samo slova, brojeve i crtice.',
+ 'alpha_num' => ':attribute može sadržavati samo slova i brojeve.',
+ 'array' => ':attribute mora biti polje.',
+ 'before' => ':attribute mora biti datum prije :date.',
+ 'before_or_equal' => ':attribute mora biti datum prije ili isti kao :date.',
+ 'between' => [
+ 'numeric' => ':attribute mora biti između :min i :max.',
+ 'file' => ':attribute mora biti između :min i :max kilobajta.',
+ 'string' => ':attribute mora biti između :min i :max znakova.',
+ 'array' => ':attribute mora imati između :min i :max stavki.',
+ ],
+ 'boolean' => 'Polje :attribute mora biti true ili false.',
+ 'confirmed' => ':attribute potvrda se ne podudara.',
+ 'date' => ':attribute nije važeći datum.',
+ 'date_format' => ':attribute ne odgovara formatu :format.',
+ 'different' => ':attribute i :other moraju biti različiti.',
+ 'digits' => ':attribute mora sadržavati :digits znamenki.',
+ 'digits_between' => ':attribute mora biti između :min i :max znamenki.',
+ 'dimensions' => ':attribute ima nevažeće dimenzije slike.',
+ 'distinct' => 'Polje :attribute ima dvostruku vrijednost.',
+ 'email' => ':attribute mora biti važeća e-mail adresa.',
+ 'exists' => 'Odabrano :attribute nije važeće.',
+ 'file' => ':attribute mora biti datoteka.',
+ 'filled' => 'Polje :attribute mora imati vrijednost.',
+ 'image' => ':attribute mora biti slika.',
+ 'in' => 'Odabrano :attribute nije valjano.',
+ 'in_array' => 'Polje :attribute ne postoji u :other.',
+ 'integer' => ':attribute mora biti cijeli broj.',
+ 'ip' => ':attribute mora biti važeća IP adresa.',
+ 'json' => ':attribute mora biti valjani JSON niz.',
+ 'max' => [
+ 'numeric' => ':attribute ne može biti veće od :max.',
+ 'file' => ':attribute ne može biti veće od :max kilobajta.',
+ 'string' => ':attribute ne može biti više od :max znakova.',
+ 'array' => ':attribute ne može imati više od :max stavki.',
+ ],
+ 'mimes' => ':attribute mora biti datoteka tipa: :values.',
+ 'mimetypes' => ':attribute mora biti datoteka tipa: :values.',
+ 'min' => [
+ 'numeric' => ':attribute mora biti barem :min.',
+ 'file' => ':attribute mora biti barem :min kilobajta.',
+ 'string' => ':attribute mora sadržavati barem :min znakova.',
+ 'array' => ':attribute mora sadržavati barem :min stavki.',
+ ],
+ 'not_in' => 'Odabrano :attribute nije valjano.',
+ 'numeric' => ':attribute mora biti broj.',
+ 'present' => 'Polje :attribute mora biti prisutno.',
+ 'regex' => ':attribute format nije valjan.',
+ 'required' => 'Polje :attribute je obavezno.',
+ 'required_if' => 'Polje :attribute je obavezno kada je :other :value.',
+ 'required_unless' => 'Polje :attribute je obavezno osim ako je :other u :values.',
+ 'required_with' => 'Polje :attribute je obavezno kada postoje polja :values.',
+ 'required_with_all' => 'Polje :attribute je obavezno kada postoje polja :values.',
+ 'required_without' => 'Polje :attribute je obavezno kada ne postoji polje :values.',
+ 'required_without_all' => 'Polje :attribute je obavezno kada nijedno od polja :values ne postoji.',
+ 'same' => ':attribute i :other se moraju podudarati.',
+ 'size' => [
+ 'numeric' => ':attribute mora biti :size.',
+ 'file' => ':attribute mora biti :size kilobajta.',
+ 'string' => ':attribute mora biti :size znakova.',
+ 'array' => ':attribute mora sadržavati :size stavki.',
+ ],
+ 'string' => ':attribute mora biti niz.',
+ 'timezone' => ':attribute mora biti važeća vremenska zona.',
+ 'unique' => ':attribute već postoji.',
+ 'uploaded' => ':attribute nije uspješno učitan.',
+ 'url' => ':attribute nije ispravnog formata.',
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Language Lines
+ |--------------------------------------------------------------------------
+ |
+ | Here you may specify custom validation messages for attributes using the
+ | convention "attribute.rule" to name the lines. This makes it quick to
+ | specify a specific custom language line for a given attribute rule.
+ |
+ */
+
+ 'custom' => [
+ 'attribute-name' => [
+ 'rule-name' => 'prilagođena-poruka',
+ ],
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Custom Validation Attributes
+ |--------------------------------------------------------------------------
+ |
+ | The following language lines are used to swap attribute place-holders
+ | with something more reader friendly such as E-Mail Address instead
+ | of "email". This simply helps us make messages a little cleaner.
+ |
+ */
+
+ 'attributes' => [],
+
+];