Files
firefly-iii/resources/lang/en_US/pagination.php
2016-09-16 07:05:34 +02:00

16 lines
295 B
PHP
Executable File

<?php
/**
* pagination.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* 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;',
];