From 91eae66b1a38cb26f40a54f5121f63366ddd0118 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 1 Oct 2020 15:21:46 +0300 Subject: [PATCH] New translations field.php (Polish) --- .../visiosoft/advs-module/resources/lang/pl/field.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/pl/field.php b/addons/default/visiosoft/advs-module/resources/lang/pl/field.php index 887fe0f60..cec513d35 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/pl/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/pl/field.php @@ -248,6 +248,9 @@ return [ 'in_the_last_24_hours' => [ 'name' => 'W ciÄ…gu ostatnich 24 godzin' ], + 'in_the_last_day' => [ + 'name' => 'In The Last 24 Hours' + ], 'in_the_last_week' => [ 'name' => 'W ostatnim tygodniu' ], @@ -297,5 +300,10 @@ return [ // New create page 'options' => 'Opcje', - 'free' => 'Free' + 'free' => 'Free', + 'ad_date' => 'Ad Date', + 'photo_video' => 'Photo, Video', + 'and_above' => 'and above', + 'and_below' => 'and below', + 'clear_all' => 'Clear All', ];