mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-08 01:20:29 +00:00
14ecb19b05
Squash merge Closes #4779
13 lines
232 B
PHP
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' => '« Cynt',
|
|
'next' => 'Nesa »',
|
|
|
|
];
|