akaunting/resources/lang/hi-IN/pagination.php

11 lines
263 B
PHP
Raw Normal View History

2019-11-27 16:33:45 +03:00
<?php
return [
'previous' => '&laquo; पिछला',
'next' => 'अगला &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
2019-11-27 16:33:45 +03:00
'page' => 'प्रति पेज।',
2019-12-25 14:32:47 +03:00
2019-11-27 16:33:45 +03:00
];