summaryrefslogtreecommitdiff
path: root/site/resources/lang/de
diff options
context:
space:
mode:
authorMax2018-02-08 01:06:12 +0100
committerMax2018-02-08 01:06:12 +0100
commit51a40b63736d3ce8f0878276823ed6b9ba93ec28 (patch)
tree04be95c91a1378e4d2920a9d55f3f27307841017 /site/resources/lang/de
parent8641287110ddfdaf3f786c247ef7ef0eb321afa4 (diff)
downloadalkobote-51a40b63736d3ce8f0878276823ed6b9ba93ec28.tar.gz
Adds working view and pagination.
Diffstat (limited to 'site/resources/lang/de')
-rw-r--r--site/resources/lang/de/pagination.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/site/resources/lang/de/pagination.php b/site/resources/lang/de/pagination.php
new file mode 100644
index 0000000..ad55d91
--- /dev/null
+++ b/site/resources/lang/de/pagination.php
@@ -0,0 +1,20 @@
+<?php
+
+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ächste &raquo;',
+ 'start' => 'Anfang',
+
+];