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

14 lines
281 B
PHP
Executable File

<?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;',
];