]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de/pagination.php
Fixed comment count update error
[bookstack] / resources / lang / de / pagination.php
index a3bf7c8c856ecf058da1665c19128ff4c344f74a..5777671378d589b75becec12ade5e4dec86ce286 100644 (file)
@@ -1,19 +1,12 @@
 <?php
-
+/**
+ * Pagination Language Lines
+ * The following language lines are used by the paginator library to build
+ * the simple pagination links.
+ */
 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&auml;chste &raquo;',
+    'next'     => 'Nรคchste &raquo;',
 
 ];