mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
20 lines
505 B
PHP
20 lines
505 B
PHP
![]() |
<?php
|
|||
|
|
|||
|
/**
|
|||
|
* @copyright 2020 Podlibre
|
|||
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|||
|
* @link https://castopod.org/
|
|||
|
*/
|
|||
|
|
|||
|
return [
|
|||
|
'pageNavigation' => 'Navigation',
|
|||
|
'first' => 'Première',
|
|||
|
'previous' => 'Précédent',
|
|||
|
'next' => 'Suivant',
|
|||
|
'last' => 'Dernière',
|
|||
|
'older' => 'Plus ancien',
|
|||
|
'newer' => 'Plus récent',
|
|||
|
'invalidTemplate' => '{0} n’est pas un modèle valide.',
|
|||
|
'invalidPaginationGroup' => '{0} n’est pas un groupe valide.',
|
|||
|
];
|