Files
nexusphp/resources/lang/el/pagination.php

9 lines
141 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'next' => 'Επόμενη &raquo;',
'previous' => '&laquo; Προηγούμενη',
];