9 lines
156 B
PHP
9 lines
156 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'পরবর্তী »',
|
|
'previous' => '« পুর্ববর্তী',
|
|
];
|