From de4d7b86b1ecf0d60fb4520d7b3897b58a76d12d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:07:49 +0300 Subject: [PATCH] New translations field.php (Greek) --- .../cats-module/resources/lang/el/field.php | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/el/field.php b/addons/default/visiosoft/cats-module/resources/lang/el/field.php index e6b1ee32e..9915eae60 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/el/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/el/field.php @@ -1,21 +1,35 @@ [ - "name" =>"Τίτλος", +return [ + 'name' => [ + 'name' => 'Τίτλος', + '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' => 'Σειρά', + ], - ], - "order" => [ - "name" =>"Σειρά", + 'slug' => [ + 'name' => 'Γυμνοσάλιαγκας', + 'instructions' => 'Specify any organizational tags to help group your post with others.', - ], - "slug" => [ - "name" =>"Γυμνοσάλιαγκας", + ], + 'files' => [ + 'name' => 'Εικόνα', + ], + '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" =>"Εικόνα", - - ], - "please_wait" =>"Παρακαλώ περιμένετε. Διαγραφή υπο-κατηγοριών" -]; \ No newline at end of file + 'please_wait' => 'Παρακαλώ περιμένετε. Διαγραφή υπο-κατηγοριών', + 'category_selection' => 'Category Selection', +];