mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 22:37:36 -05:00
17 lines
287 B
PHP
17 lines
287 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'Mukautetut kentät',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Mukautetut kenttätiedot',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'CF-arvo',
|
|
],
|
|
'parent' => [
|
|
'title' => 'Vanhempi',
|
|
],
|
|
];
|