From d28a4bdbe9c9e0bbae1fe501af9b95e7367f7409 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:32 +0300 Subject: [PATCH] New translations field.php (Italian) --- .../cats-module/resources/lang/it/field.php | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) 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', +];