9 lines
117 B
PHP
9 lines
117 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'next' => '次へ »',
|
|
'previous' => '« 前へ',
|
|
];
|