From e930775cf7450fb9ea95d85df1c0a593a0a1f08e Mon Sep 17 00:00:00 2001 From: Tomasz Strojny Date: Thu, 21 Jan 2016 09:58:14 +0100 Subject: [PATCH] Added switch option translation (Polish) --- modules/backend/lang/pl/lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/backend/lang/pl/lang.php b/modules/backend/lang/pl/lang.php index 355661e8c..ad2b67558 100644 --- a/modules/backend/lang/pl/lang.php +++ b/modules/backend/lang/pl/lang.php @@ -139,6 +139,8 @@ return [ 'delete_selected_empty' => 'Nie wybrano elementów do usunięcia.', 'delete_selected_confirm' => 'Usunąć zaznaczone elementy?', 'delete_selected_success' => 'Pomyślnie usunięto zaznaczone elementy.' + 'column_switch_true' => 'Tak', + 'column_switch_false' => 'Nie' ], 'fileupload' => [ 'attachment' => 'Załącznik',