11 lines
242 B
PHP
11 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'version' => 'Verzija',
|
|
'powered' => 'Powered By Akaunting',
|
|
'link' => 'https://akaunting.com',
|
|
'software' => 'Slobodan računovodstveni softver',
|
|
|
|
];
|