mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
17 lines
292 B
PHP
17 lines
292 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Benutzerdefinierte Felder',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Benutzerdefiniertes Feld',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'Cfvalue',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Elternteil',
|
|
],
|
|
];
|