17 lines
631 B
PHP
Raw Normal View History

2017-12-18 18:01:26 +03:00
<?php
return [
'change_language' => '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',
'view_all' => 'Vidi sve'
],
2018-11-08 12:11:42 +03:00
'docs_link' => 'https://akaunting.com/docs',
2020-02-18 17:13:54 +03:00
'support_link' => 'https://akaunting.com/support',
2017-12-18 18:01:26 +03:00
];