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

38 lines
730 B
PHP

<?php
return [
'advs' => [
'name' => 'Advs',
],
'categories' => [
'name' => 'Kategorie',
],
'village' => [
'name' => 'Wioska',
],
'custom_fields' => [
'name' => 'Pola niestandardowe',
],
'custom_field_advs' => [
'name' => 'Niestandardowe porady terenowe',
],
'cf_values' => [
'name' => 'Wartości Cf',
],
'options' => [
'name' => 'Opcje',
],
'product_options' => [
'name' => 'Opcje produktu',
],
'productoptions_value' => [
'name' => 'Wartość opcji',
],
'option_configuration' => [
'name' => 'Konfiguracja',
],
'status' => [
'name' => 'Status',
],
];