2018-10-10 17:40:26 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'change_language' => 'Промена на јазик',
|
|
|
|
'last_login' => 'Последна најава :време',
|
|
|
|
'notifications' => [
|
|
|
|
'counter' => '{0} Немате известувања|{1} You have :count notification|[2,*] You have :count notifications',
|
|
|
|
'overdue_invoices' => '{1} :count overdue invoice|[2,*] :count overdue invoices',
|
|
|
|
'upcoming_bills' => '{1} :count upcoming bill|[2,*] :count upcoming bills',
|
|
|
|
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
|
|
|
|
'view_all' => 'Види ги сите'
|
|
|
|
],
|
2018-11-08 12:11:42 +03:00
|
|
|
'docs_link' => 'https://akaunting.com/docs',
|
2018-10-10 17:40:26 +03:00
|
|
|
|
|
|
|
];
|