mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-21 06:17:34 -05:00
17 lines
322 B
PHP
17 lines
322 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'title' => 'שדות בהתאמה אישית',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'ייעוץ שדה מותאם אישית',
|
|
],
|
|
'cfvalue' => [
|
|
'title' => 'ערך CF',
|
|
],
|
|
'parent' => [
|
|
'title' => 'הוֹרֶה',
|
|
],
|
|
];
|