11 lines
263 B
PHP
11 lines
263 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« पिछला',
|
|
'next' => 'अगला »',
|
|
'showing' => ':first-:last of :total records.',
|
|
'page' => 'प्रति पेज।',
|
|
|
|
];
|