10 lines
194 B
PHP
10 lines
194 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'previous' => '« Zurück',
|
||
|
'next' => 'Weiter »',
|
||
|
'showing' => 'Zeige :first bis :last von :total :type',
|
||
|
|
||
|
];
|