akaunting/resources/lang/mk-MK/pagination.php

10 lines
249 B
PHP
Raw Permalink Normal View History

2018-10-10 17:40:26 +03:00
<?php
return [
'previous' => '« Назад',
'next' => 'Напред »',
2021-02-28 00:34:24 +00:00
'showing' => ':first-:last од :total :type записи',
'page' => 'на страна.',
2018-10-10 17:40:26 +03:00
];