From 51a40b63736d3ce8f0878276823ed6b9ba93ec28 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 8 Feb 2018 01:06:12 +0100 Subject: Adds working view and pagination. --- site/resources/lang/de/pagination.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site/resources/lang/de/pagination.php (limited to 'site/resources/lang') 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 @@ + '« Vorherige', + 'next' => 'Nächste »', + 'start' => 'Anfang', + +]; -- cgit v1.2.3