openclassify/addons/default/visiosoft/advs-module/resources/lang/ar/section.php
2019-06-22 13:59:18 +03:00

49 lines
788 B
PHP

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