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

10 lines
239 B
PHP
Raw Normal View History

2018-10-09 11:02:22 +03:00
<?php
return [
2023-04-25 00:19:38 +00:00
'previous' => 'Predchádzajúca',
'next' => 'Nasledujúca',
2018-10-09 11:02:22 +03:00
'showing' => 'Zobrazené :first do :last z :total :type',
2022-06-04 00:26:44 +00:00
'page' => 'na stranu.',
2018-10-09 11:02:22 +03:00
];