From 83e946f1461545945a9664b49e784ce501394c43 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 27 Dec 2019 16:38:26 +0000 Subject: [PATCH] New translations common.php (Polish) --- resources/lang/pl/common.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/lang/pl/common.php b/resources/lang/pl/common.php index 664e7c4c5..f91a682e5 100644 --- a/resources/lang/pl/common.php +++ b/resources/lang/pl/common.php @@ -24,7 +24,7 @@ return [ // Actions 'actions' => 'Akcje', 'view' => 'Widok', - 'view_all' => 'View All', + 'view_all' => 'Zobacz wszystkie', 'create' => 'Utwórz', 'update' => 'Zaktualizuj', 'edit' => 'Edytuj', @@ -38,6 +38,7 @@ return [ 'reset' => 'Resetuj', 'remove' => 'Usuń', 'add' => 'Dodaj', + 'fullscreen' => 'Fullscreen', // Sort Options 'sort_options' => 'Opcje sortowania', @@ -62,7 +63,7 @@ return [ 'breadcrumb' => 'Breadcrumb', // Header - 'profile_menu' => 'Profile Menu', + 'profile_menu' => 'Menu profilu', 'view_profile' => 'Zobacz profil', 'edit_profile' => 'Edytuj profil',