diff --git a/addons/default/visiosoft/cats-module/resources/lang/fr/field.php b/addons/default/visiosoft/cats-module/resources/lang/fr/field.php index 7c716117d..2e0228d01 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fr/field.php @@ -1,21 +1,35 @@ [ - "name" =>"Titre", +return [ + 'name' => [ + 'name' => 'Titre', + 'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.', + ], + 'order' => [ + 'name' => 'Ordre', + ], - ], - "order" => [ - "name" =>"Ordre", + 'slug' => [ + 'name' => 'Limace', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"Limace", + ], + 'files' => [ + 'name' => 'Image', + ], + 'seo_keyword' => [ + 'name' => 'Seo Keyword', + 'instructions' => 'Words added to the site in the Google browser to appear above the search results.', + ], + 'seo_description' => [ + 'name' => 'Seo Description', + 'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.', + ], + 'icon' => [ + 'name' => 'Icon', + 'instructions' => 'It is used to add icons indicating the category type.', + ], - ], - "files" => [ - "name" =>"Image", - - ], - "please_wait" =>"Veuillez patienter. Suppression des sous-catégories" -]; \ No newline at end of file + 'please_wait' => 'Veuillez patienter. Suppression des sous-catégories', + 'category_selection' => 'Category Selection', +];