From e5452d656b859f410044dacd374c23f1884159d9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 9 Jan 2020 13:11:03 +0300 Subject: [PATCH] New translations stream.php (Italian) --- .../advs-module/resources/lang/Italian | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 addons/default/visiosoft/advs-module/resources/lang/Italian diff --git a/addons/default/visiosoft/advs-module/resources/lang/Italian b/addons/default/visiosoft/advs-module/resources/lang/Italian new file mode 100644 index 000000000..cd23e3479 --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/lang/Italian @@ -0,0 +1,22 @@ + [ + 'name' => 'Advs', + ], + 'categories' => [ + 'name' => 'Categories', + ], + 'village' => [ + 'name' => 'Village', + ], + 'custom_fields' => [ + 'name' => 'Custom fields', + ], + 'custom_field_advs' => [ + 'name' => 'Custom field advs', + ], + 'cf_values' => [ + 'name' => 'Cf values', + ], +];