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

22 lines
507 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' => 'Merdeiñ',
'first' => 'Kentañ',
'previous' => 'Kent',
'next' => 'Da heul',
'last' => 'Diwezhañ',
'older' => 'Koshañ',
'newer' => 'Nevesañ',
'invalidTemplate' => 'N\'eo ket {0} ur patrom reizh.',
'invalidPaginationGroup' => 'N\'eo ket {0} ur strollad reizh.',
];