akaunting/resources/lang/uk-UA/pagination.php

10 lines
204 B
PHP
Raw Normal View History

2018-04-27 17:48:21 +03:00
<?php
return [
'previous' => '&laquo; Назад',
'next' => 'Далі &raquo;',
2018-05-03 12:16:18 +03:00
'showing' => 'Показ :first до :last з :total :type',
2018-04-27 17:48:21 +03:00
];