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