Akaunting/resources/lang/bg-BG/pagination.php

10 lines
250 B
PHP

<?php
return [
'previous' => 'Предишен',
'next' => 'Следващ',
'showing' => ':first-:last от :total записа.',
'page' => 'на страница.',
];