openclassify/addons/default/visiosoft/advs-module/resources/lang/fi/stream.php
2026-03-02 23:41:21 +03:00

38 lines
727 B
PHP

<?php
return [
'advs' => [
'name' => 'Advs',
],
'categories' => [
'name' => 'Luokat',
],
'village' => [
'name' => 'Kylä',
],
'custom_fields' => [
'name' => 'Mukautetut kentät',
],
'custom_field_advs' => [
'name' => 'Mukautetut kenttätiedot',
],
'cf_values' => [
'name' => 'Vertaa arvoja',
],
'options' => [
'name' => 'Vaihtoehdot',
],
'product_options' => [
'name' => 'Tuotevaihtoehdot',
],
'productoptions_value' => [
'name' => 'Vaihtoehtojen arvo',
],
'option_configuration' => [
'name' => 'Kokoonpano',
],
'status' => [
'name' => 'Tila',
],
];