castopod/modules/Admin/Language/nl/Pager.php

22 lines
519 B
PHP

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'pageNavigation' => 'Paginanavigatie',
'first' => 'Eerste',
'previous' => 'Vorige',
'next' => 'Volgende',
'last' => 'Laatste',
'older' => 'Ouder',
'newer' => 'Nieuwer',
'invalidTemplate' => '{0} is not a valid Pager template.',
'invalidPaginationGroup' => '{0} is not a valid Pagination group.',
];