]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/fr/pagination.php
Fixed comment count update error
[bookstack] / resources / lang / fr / pagination.php
index 9f07a5f937252a1d6f225900e13114c84f1fef28..5d8f102fbe320ebe6587120bfbd0d3b3e0226cf2 100644 (file)
@@ -1,18 +1,11 @@
 <?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; Précédent',
     'next'     => 'Suivant &raquo;',