akaunting/resources/lang/de-DE/pagination.php
2020-02-05 13:43:29 +03:00

11 lines
224 B
PHP

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