diff --git a/addons/default/visiosoft/location-module/resources/lang/es/field.php b/addons/default/visiosoft/location-module/resources/lang/es/field.php index 38b764b6b..4f437f392 100644 --- a/addons/default/visiosoft/location-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/location-module/resources/lang/es/field.php @@ -1,41 +1,38 @@ [ - "name" =>"Título", - - ], - "slug" => [ - "name" =>"Babosa", - - ], - "city" => [ - "name" =>"Ciudad", - - ], - "country" => [ - "name" =>"País", - - ], - "district" => [ - "name" =>"Distrito", - - ], - "order" => [ - "name" =>"Orden de clasificación", - - ], - "neighborhood" => [ - "name" =>"Barrio", - - ], - "village" => [ - "name" =>"Pueblo", - - ], - "description" => [ - "name" =>"Descripción", - - ], - -]; \ No newline at end of file +return [ + 'name' => [ + 'name' => 'Título' + ], + 'slug' => [ + 'name' => 'Babosa' + ], + 'city' => [ + 'name' => 'Ciudad' + ], + 'country' => [ + 'name' => 'País' + ], + 'district' => [ + 'name' => 'Distrito' + ], + 'order' => [ + 'name' => 'Orden de clasificación' + ], + 'neighborhood' => [ + 'name' => 'Barrio' + ], + 'village' => [ + 'name' => 'Pueblo' + ], + 'description' => [ + 'name' => 'Descripción' + ], + 'pick_option' => [ + 'name' => 'Pick an option', + ], + 'address' => [ + 'name' => 'Address', + ], + 'selected' => 'Selected' +];