mdhub/app/application/lang/ru/pagination.php

9 lines
127 B
PHP
Raw Normal View History

2024-06-18 22:35:54 +05:00
<?php
declare(strict_types=1);
return [
'next' => 'Вперёд &raquo;',
'previous' => '&laquo; Назад',
];