mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
9 lines
117 B
PHP
9 lines
117 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
return [
|
|
|
|
'previous' => '« Previous',
|
|
'next' => 'Next »',
|
|
|
|
];
|