akaunting/resources/lang/sk-SK/pagination.php

10 lines
211 B
PHP
Raw Normal View History

2018-10-09 11:02:22 +03:00
<?php
return [
'previous' => '&laquo; Predchádzajúca',
'next' => 'Nasledujúca &raquo;',
'showing' => 'Zobrazené :first do :last z :total :type',
];