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