firefly-iii/resources/lang/nl_NL/pagination.php
2016-03-29 16:17:06 +02:00

14 lines
281 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; Vorige',
'next' => 'Volgende &raquo;',
];