diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/field.php b/addons/default/visiosoft/cats-module/resources/lang/it/field.php index faf6b72ae..926a94783 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/field.php @@ -1,21 +1,27 @@ [ - "name" =>"Titolo", +return [ + 'name' => [ + 'name' => 'Titolo', + ], + 'order' => [ + 'name' => 'Ordine', + ], + 'slug' => [ + 'name' => 'lumaca' + ], + 'files' => [ + 'name' => 'Immagine' + ], + 'seo_keyword' => [ + 'name' => 'Seo Keyword' + ], + 'seo_description' => [ + 'name' => 'Seo Description' + ], + 'icon' => [ + 'name' => 'Icon' +], - ], - "order" => [ - "name" =>"Ordine", - - ], - "slug" => [ - "name" =>"lumaca", - - ], - "files" => [ - "name" =>"Immagine", - - ], - "please_wait" =>"Attendere. Eliminazione delle sottocategorie" -]; \ No newline at end of file + 'please_wait' => 'Attendere. Eliminazione delle sottocategorie', +];