Files
firefly-iii/resources/lang/en_US/pagination.php
2016-03-13 17:19:09 +01:00

14 lines
279 B
PHP

<?php
/**
* pagination.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];