akaunting/resources/lang/de-DE/pagination.php
2022-06-04 00:26:44 +00:00

10 lines
223 B
PHP

<?php
return [
'previous' => 'Vorherige',
'next' => 'Nächste',
'showing' => ':first :last von :total Datensätze.',
'page' => 'pro Seite.',
];