2022-11-06 11:28:22 +00:00
|
|
|
<?php
|
|
|
|
|
2023-02-01 18:02:35 +00:00
|
|
|
declare(strict_types=1);
|
2022-11-06 11:28:22 +00:00
|
|
|
|
2023-02-01 18:02:35 +00:00
|
|
|
return [
|
2022-11-06 11:28:22 +00:00
|
|
|
'next' => 'Next »',
|
2023-02-01 18:02:35 +00:00
|
|
|
'previous' => '« Previous',
|
2022-11-06 11:28:22 +00:00
|
|
|
];
|