akaunting/resources/lang/de-DE/pagination.php

10 lines
194 B
PHP
Raw Normal View History

<?php
return [
'previous' => '&laquo; Zurück',
'next' => 'Weiter &raquo;',
'showing' => 'Zeige :first bis :last von :total :type',
];