mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
German Translation (#719)
This commit is contained in:
committed by
Dane Everitt
parent
6a2cb72ede
commit
df9d746b4b
16
resources/lang/de/pagination.php
Normal file
16
resources/lang/de/pagination.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
'previous' => '« Vorherige',
|
||||
'next' => 'Nächste »',
|
||||
];
|
||||
Reference in New Issue
Block a user