11 lines
220 B
PHP
11 lines
220 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'revenue_received' => 'Primljeni prihodi',
|
|
'paid_by' => 'Uplatilac',
|
|
'related_invoice' => 'Povezana faktura',
|
|
'create_revenue' => 'Kreiranje prihoda',
|
|
|
|
];
|