German Translation
Adds German Translation.
This commit is contained in:
9
resources/lang/de-DE/pagination.php
Normal file
9
resources/lang/de-DE/pagination.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'previous' => '« Zurück',
|
||||
'next' => 'Weiter »',
|
||||
'showing' => 'Zeige :first bis :last von :total :type',
|
||||
|
||||
];
|
Reference in New Issue
Block a user