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

11 lines
235 B
PHP
Raw Normal View History

<?php
return [
2018-05-03 12:16:18 +03:00
'previous' => '&laquo; Vorherige',
'next' => 'Nächste &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
'page' => 'pro Seite.',
];