firefly-iii/resources/lang/de_DE/pagination.php
James Cole d920537dd2
Updated translations.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
2016-09-09 11:29:19 +02:00

14 lines
298 B
PHP

<?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; Vorherige',
'next' => 'Nächste &raquo;',
];