10 lines
198 B
PHP
10 lines
198 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Vorherige',
|
|
'next' => 'Nächste »',
|
|
'showing' => 'Zeige :first bis :last von :total :type',
|
|
|
|
];
|