akaunting/resources/lang/de-DE/pagination.php
2018-05-03 12:16:18 +03:00

10 lines
198 B
PHP

<?php
return [
'previous' => '&laquo; Vorherige',
'next' => 'Nächste &raquo;',
'showing' => 'Zeige :first bis :last von :total :type',
];