<?php
-
-// Extends 'de'
+/**
+ * Pagination Language Lines
+ * The following language lines are used by the paginator library to build
+ * the simple pagination links.
+ */
return [
- //
-];
\ No newline at end of file
+
+ 'previous' => '« Vorherige',
+ 'next' => 'Nächste »',
+
+];