BookStack/lang/cy/pagination.php
Dan Brown 14ecb19b05
Merged l10n_development into v23-12
Squash merge
Closes #4779
2024-01-24 10:23:09 +00:00

13 lines
232 B
PHP

<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Cynt',
'next' => 'Nesa &raquo;',
];