1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-03-11 13:38:39 +01:00
2FAuth/resources/lang/ru/pagination.php
2023-02-08 16:40:38 +01:00

20 lines
544 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Назад',
'next' => 'Вперёд &raquo;',
];