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

22 lines
527 B
PHP
Raw Normal View History

2022-07-04 15:27:21 +02:00
<?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' => 'Page navigation',
2023-03-16 17:45:41 +01:00
'first' => 'Prvá',
'previous' => 'Predošlá',
'next' => 'Ďalšia',
'last' => 'Posledná',
'older' => 'Staršia',
'newer' => 'Novšia',
2022-07-04 15:27:21 +02:00
'invalidTemplate' => '{0} is not a valid Pager template.',
'invalidPaginationGroup' => '{0} is not a valid Pagination group.',
];