openclassify/addons/default/visiosoft/advs-module/resources/lang/ar/section.php
2019-07-12 20:16:27 +03:00

49 lines
830 B
PHP

<?php
return[
"advs" => [
"title" =>"إعلانات",
],
"categories" => [
"title" =>"الاقسام",
],
"countries" => [
"title" =>"بلدان",
],
"cities" => [
"title" =>"مدن",
],
"districts" => [
"title" =>"المناطق",
],
"neighborhoods" => [
"title" =>"أحياء",
],
"village" => [
"title" =>"قرية",
],
"custom_fields" => [
"title" =>"الحقول المخصصة",
],
"custom_field_advs" => [
"title" =>"الإعلانات الميدانية المخصصة",
],
"cf_values" => [
"title" =>"قيم cf",
],
"fields" => [
"title" =>"الحقول المخصصة",
],
];