akaunting/resources/lang/mk-MK/search_string.php
2022-06-04 00:26:44 +00:00

22 lines
853 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'columns' => [
'last_logged_in_at' => 'Последна најава',
'paid_at' => 'Датум на плаќање',
'started_at' => 'Почетен датум',
'ended_at' => 'Краен датум',
'billed_at' => 'Датум на сметка',
'due_at' => 'Датум на доспевање',
'invoiced_at' => 'Датум на Фактура',
'issued_at' => 'Датум на издавање',
'symbol_first' => 'Позиција на симболот',
'reconciled' => 'Консолидирано',
'expense_account' => 'Од Сметка',
'income_account' => 'На сметка',
'recurring' => 'Повторувачки',
],
];