11 lines
231 B
PHP
11 lines
231 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'previous' => '« Oldinga',
|
||
|
'next' => 'Keyingi »',
|
||
|
'showing' => ':first-:last of :total records.',
|
||
|
'page' => 'sahifaga.',
|
||
|
|
||
|
];
|