]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de_informal/pagination.php
Initial Crowdin Translation Integration Merge (#1731)
[bookstack] / resources / lang / de_informal / pagination.php
index c82c9e0c449673b88af05595e27da895900530c3..5777671378d589b75becec12ade5e4dec86ce286 100644 (file)
@@ -1,6 +1,12 @@
 <?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' => '&laquo; Vorherige',
+    'next'     => 'Nächste &raquo;',
+
+];