]> BookStack Code Mirror - bookstack/commitdiff
New translations pagination.php (Slovenian)
authorDan Brown <redacted>
Mon, 9 Mar 2020 18:49:31 +0000 (18:49 +0000)
committerDan Brown <redacted>
Mon, 9 Mar 2020 18:49:31 +0000 (18:49 +0000)
resources/lang/sl/pagination.php [new file with mode: 0644]

diff --git a/resources/lang/sl/pagination.php b/resources/lang/sl/pagination.php
new file mode 100644 (file)
index 0000000..85bd12f
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+/**
+ * Pagination Language Lines
+ * The following language lines are used by the paginator library to build
+ * the simple pagination links.
+ */
+return [
+
+    'previous' => '&laquo; Previous',
+    'next'     => 'Next &raquo;',
+
+];