From 4075bc83e2ffbe2e9a23e5e19d74d8276777cfd5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:17 +0000 Subject: [PATCH] New translations pagination.php (Polish) --- resources/lang/pl-PL/pagination.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl-PL/pagination.php b/resources/lang/pl-PL/pagination.php index 0ee724cf..fa94fdc9 100644 --- a/resources/lang/pl-PL/pagination.php +++ b/resources/lang/pl-PL/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => 'Poprzednia', + 'next' => 'Następna', ];