mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
17 lines
294 B
PHP
17 lines
294 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'الحقول المخصصة',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'advs حقل مخصص',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'Cfvalue',
|
|
],
|
|
'parent' => [
|
|
'name' => 'الأبوين',
|
|
],
|
|
];
|