diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php
new file mode 100644
index 0000000000000000000000000000000000000000..3e3a0f547a387c85dc169c38711bffb89b6615f6
--- /dev/null
+++ b/resources/lang/de/pagination.php
@@ -0,0 +1,6 @@
+<?php
+
+return [
+    "previous"	=>	"« Zurück",
+    "next"	=>	"Weiter »"
+];