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

10 lines
232 B
PHP
Raw Normal View History

<?php
return [
2018-05-03 12:16:18 +03:00
'previous' => '&laquo; Vorherige',
'next' => 'Nächste &raquo;',
2019-11-18 20:35:48 +03:00
'showing' => ':first-:last von :total :type.',
'page' => 'pro Seite',
];