openclassify/addons/default/visiosoft/advs-module/resources/lang/pl/stream.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +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',
],
];