diff --git a/addons/default/visiosoft/advs-module/resources/lang/es/field.php b/addons/default/visiosoft/advs-module/resources/lang/es/field.php index da8e572e3..75b91f7c8 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/es/field.php @@ -249,6 +249,9 @@ return [ 'in_the_last_24_hours' => [ 'name' => 'En las Ășltimas 24 horas' ], + 'in_the_last_day' => [ + 'name' => 'In The Last 24 Hours' + ], 'in_the_last_week' => [ 'name' => 'En la ultima semana' ], @@ -298,5 +301,10 @@ return [ // New create page 'options' => 'Opciones', - 'free' => 'Free' + 'free' => 'Free', + 'ad_date' => 'Ad Date', + 'photo_video' => 'Photo, Video', + 'and_above' => 'and above', + 'and_below' => 'and below', + 'clear_all' => 'Clear All', ];