1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-30 15:01:55 +03:00
Files
bookstack/resources/lang/lt/pagination.php
2021-08-03 23:42:34 +02:00

13 lines
239 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; Ankstesnis',
'next' => 'Kitas &raquo;',
];