Files
firefly-iii/resources/lang/de_DE/pagination.php

14 lines
298 B
PHP
Raw Normal View History

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