diff options
| author | Max | 2018-02-08 01:06:12 +0100 |
|---|---|---|
| committer | Max | 2018-02-08 01:06:12 +0100 |
| commit | 51a40b63736d3ce8f0878276823ed6b9ba93ec28 (patch) | |
| tree | 04be95c91a1378e4d2920a9d55f3f27307841017 /site/resources/lang/de | |
| parent | 8641287110ddfdaf3f786c247ef7ef0eb321afa4 (diff) | |
| download | alkobote-51a40b63736d3ce8f0878276823ed6b9ba93ec28.tar.gz | |
Adds working view and pagination.
Diffstat (limited to 'site/resources/lang/de')
| -rw-r--r-- | site/resources/lang/de/pagination.php | 20 |
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' => '« Vorherige', + 'next' => 'Nächste »', + 'start' => 'Anfang', + +]; |
