mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-19 13:33:29 -05:00
17 lines
294 B
PHP
17 lines
294 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'Pola niestandardowe',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Niestandardowe reklamy terenowe',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'Wartość CF',
|
|
],
|
|
'parent' => [
|
|
'name' => 'Rodzic',
|
|
],
|
|
];
|