my-projects-website/app/application/lang/ru/pagination.php

9 lines
127 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'next' => 'Вперёд &raquo;',
'previous' => '&laquo; Назад',
];