From 5921554c75ac016a03925c22ec8ee2a4fd716a53 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:07:44 +0000 Subject: [PATCH] New translations pagination.php (Greek) --- resources/lang/el-GR/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/el-GR/pagination.php b/resources/lang/el-GR/pagination.php index 0ee724cf..96eb5129 100644 --- a/resources/lang/el-GR/pagination.php +++ b/resources/lang/el-GR/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => 'Προηγούμενη', + 'next' => 'Επόμενη', ];