summaryrefslogtreecommitdiff
path: root/resources/lang/de
diff options
context:
space:
mode:
Diffstat (limited to 'resources/lang/de')
-rw-r--r--resources/lang/de/pagination.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php
new file mode 100644
index 0000000..ad55d91
--- /dev/null
+++ b/resources/lang/de/pagination.php
@@ -0,0 +1,20 @@
+<?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' => '&laquo; Vorherige',
+ 'next' => 'Nächste &raquo;',
+ 'start' => 'Anfang',
+
+];