toby/lang/pl/pagination.php
2022-05-18 09:05:17 +02:00

9 lines
104 B
PHP

<?php
declare(strict_types=1);
return [
"next" => "Następna",
"previous" => "Poprzednia",
];