From 08761dd118765518801c2a5ad9cbdfd504ea6ab4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 6 Oct 2020 13:56:08 +0300 Subject: [PATCH] New translations field.php (Italian) --- .../advs-module/resources/lang/it/field.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/it/field.php b/addons/default/visiosoft/advs-module/resources/lang/it/field.php index 8bfadef8e..528ef3366 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/it/field.php @@ -250,7 +250,7 @@ return [ 'name' => 'Nelle ultime 24 ore' ], 'in_the_last_day' => [ - 'name' => 'In The Last 24 Hours' + 'name' => 'Nelle ultime 24 ore' ], 'in_the_last_week' => [ 'name' => 'Nell\'ultima settimana' @@ -301,10 +301,10 @@ return [ // New create page 'options' => 'Opzioni', - 'free' => 'Free', - 'ad_date' => 'Ad Date', - 'photo_video' => 'Photo, Video', - 'and_above' => 'and above', - 'and_below' => 'and below', - 'clear_all' => 'Clear All', + 'free' => 'Gratuito', + 'ad_date' => 'Data dell\'annuncio', + 'photo_video' => 'Foto, video', + 'and_above' => 'e al di sopra', + 'and_below' => 'e sotto', + 'clear_all' => 'Cancella tutto', ];