mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-22 06:47:32 -05:00
17 lines
281 B
PHP
17 lines
281 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'Egendefinerte felt',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Tilpasset feltadv',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'CF-verdi',
|
|
],
|
|
'parent' => [
|
|
'title' => 'Forelder',
|
|
],
|
|
];
|