openclassify/addons/default/visiosoft/customfields-module/resources/lang/ar/section.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

20 lines
380 B
PHP

<?php
return [
'custom_fields' => [
'title' => 'الحقول المخصصة',
],
'custom_field_advs' => [
'title' => 'advs حقل مخصص',
],
'cfvalue' => [
'title' => 'Cfvalue',
],
'parent' => [
'title' => 'الأبوين',
],
'selectedcf' => [
'title' => 'قيمة Cf الافتراضية'
]
];