openclassify/addons/default/visiosoft/advs-module/resources/lang/de/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
721 B
PHP

<?php
return [
'advs' => [
'name' => 'Advs',
],
'categories' => [
'name' => 'Kategorien',
],
'village' => [
'name' => 'Dorf',
],
'custom_fields' => [
'name' => 'Benutzerdefinierte Felder',
],
'custom_field_advs' => [
'name' => 'Benutzerdefiniertes Feld',
],
'cf_values' => [
'name' => 'Vgl. Werte',
],
'options' => [
'name' => 'Optionen',
],
'product_options' => [
'name' => 'Produktoptionen',
],
'productoptions_value' => [
'name' => 'Optionswert',
],
'option_configuration' => [
'name' => 'Aufbau',
],
'status' => [
'name' => 'Status',
],
];