akaunting/resources/lang/pl-PL/pagination.php

10 lines
221 B
PHP
Raw Permalink Normal View History

2021-04-21 00:23:27 +00:00
<?php
return [
'previous' => 'Poprzedni',
'next' => 'Następny',
'showing' => ':first-:last z :total rekordów.',
'page' => 'na stronie.',
];