1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-01 08:32:52 +01:00
BookStack/resources/lang/ru/pagination.php

13 lines
262 B
PHP
Raw Normal View History

2017-09-12 15:42:04 +02:00
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
2017-09-12 15:42:04 +02:00
return [
'previous' => '&laquo; Предыдущая',
'next' => 'Следующая &raquo;',
];