]> BookStack Code Mirror - bookstack/blob - resources/lang/cs/pagination.php
Merge branch 'feature_move_page_into_chapter' of git://github.com/philjak/BookStack...
[bookstack] / resources / lang / cs / pagination.php
1 <?php
2 /**
3  * Pagination Language Lines
4  * The following language lines are used by the paginator library to build
5  * the simple pagination links.
6  */
7 return [
8
9     'previous' => '\'&laquo; P',
10     'next'     => 'Dal',
11
12 ];