diff --git a/addons/default/visiosoft/location-module/resources/lang/sq/field.php b/addons/default/visiosoft/location-module/resources/lang/sq/field.php new file mode 100644 index 000000000..b7efb4723 --- /dev/null +++ b/addons/default/visiosoft/location-module/resources/lang/sq/field.php @@ -0,0 +1,37 @@ + [ + 'name' => 'Title' + ], + 'slug' => [ + 'name' => 'Slug' + ], + 'city' => [ + 'name' => 'City' + ], + 'country' => [ + 'name' => 'Country' + ], + 'district' => [ + 'name' => 'District' + ], + 'order' => [ + 'name' => 'Sort Order' + ], + 'neighborhood' => [ + 'name' => 'Neighborhood' + ], + 'village' => [ + 'name' => 'Village' + ], + 'description' => [ + 'name' => 'Description' + ], + 'pick_option' => [ + 'name' => 'Pick an option', + ], + 'address' => [ + 'name' => 'Address', + ], +];