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

9 lines
120 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'next' => 'Înainte &raquo;',
'previous' => '&laquo; Înapoi',
];