0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-01 23:19:51 +00:00
BookStackApp_BookStack/lang/el/pagination.php

13 lines
260 B
PHP
Raw Permalink Normal View History

2022-10-20 12:18:58 +01:00
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Προηγούμενο',
'next' => 'Επόμενο &raquo;',
];