From 996bdc4f2c502b5395255c9c64269b0aa9aaba14 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:08:53 +0300 Subject: [PATCH] New translations setting.php (French) --- .../advs-module/resources/lang/fr/setting.php | 40 +++++++++++++------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php b/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php index 54788f96c..6feae2986 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fr/setting.php @@ -4,12 +4,20 @@ return [ 'auto_approve' => [ 'name' => 'Approuver automatiquement', ], + 'default_view_type' => [ + 'name' => 'Default View Type', + ], + 'hide_zero_price' => [ + 'name' => 'Hide Price if Zero', + 'instructions' => 'Hide the price if the ad price is 0', + ], + 'estimated_pending_time' => [ + 'name' => 'Estimated Pending Time', + 'instructions' => 'In Hours', + ], 'default_published_time' => [ 'name' => 'Heure de publication par défaut', ], - 'default_adv_limit' => [ - 'name' => 'Limite des annonces par défaut', - ], 'address' => [ 'name' => 'Adresse de contact', ], @@ -18,11 +26,8 @@ return [ ], 'favicon' => [ 'name' => 'Favicon', - ], - 'contact_mail' => [ - 'name' => 'Contact mail', - 'warning' => 'Ajout automatique du nom de site info @sitename', - ],'map_coordinates_long' => [ + ] + ,'map_coordinates_long' => [ 'name' => 'Carte Longue Coordonnée', ], 'map_coordinates_lat' => [ @@ -74,6 +79,18 @@ return [ 'default_GET' => [ 'name' => 'Annonce par défaut GET', ], + 'thumbnail_width' => [ + 'name' => 'Thumbnail Width', + ], + 'thumbnail_height' => [ + 'name' => 'Thumbnail Height', + ], + 'picture_width' => [ + 'name' => 'Picture Width', + ], + 'picture_height' => [ + 'name' => 'Picture Height', + ], 'twitter' => [ 'name' => 'Gazouillement', ], @@ -98,9 +115,6 @@ return [ 'watermark_position' => [ 'name' => 'Position du filigrane', ], - 'watermark_opacity' => [ - 'name' => 'Opacité du filigrane', - ], 'listing_page_image' => [ 'name' => 'Image de page de liste', ], @@ -110,5 +124,7 @@ return [ 'google_statistic_code' => [ 'name' => 'Code statistique Google', ], - + 'register_email_field' => [ + 'name' => 'Member Registration Email Requirement', + ], ];