9 lines
135 B
PHP
9 lines
135 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => 'បន្ទាប់ »',
|
|
'previous' => '« មុន',
|
|
];
|