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

9 lines
97 B
PHP

<?php
declare(strict_types=1);
return [
"previous" => "Previous",
"next" => "Next",
];