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