akaunting/resources/lang/de-DE/pagination.php
2019-11-18 20:35:48 +03:00

10 lines
232 B
PHP

<?php
return [
'previous' => '&laquo; Vorherige',
'next' => 'Nächste &raquo;',
'showing' => ':first-:last von :total :type.',
'page' => 'pro Seite',
];