Skip to content
Snippets Groups Projects
Commit 68914c3b authored by Armand Bahi's avatar Armand Bahi
Browse files

Translate bing layers

parent c51556c0
Branches
Tags
No related merge requests found
......@@ -628,5 +628,7 @@
"": "",
"VMAP_SELECTION_MULTIPLE_SELECTION": "Multiple selection",
"VMAP_SELECTION_VALIDATE_GEOM": "Validate geometry",
"": "",
"VMAP_MAPMODAL_BING_ADD_LAYER": "Add Bing Maps layer",
"": ""
}
......@@ -628,5 +628,7 @@
"": "",
"VMAP_SELECTION_MULTIPLE_SELECTION": "Sélection multiple",
"VMAP_SELECTION_VALIDATE_GEOM": "Valider géométrie",
"": "",
"VMAP_MAPMODAL_BING_ADD_LAYER": "Ajouter une couche Bing Maps",
"": ""
}
<!-- Liste des couches utilisables -->
<h3>Ajouter une couche Bing Maps: </h3>
<h3>{{ 'VMAP_MAPMODAL_BING_ADD_LAYER' | translate }}: </h3>
<hr>
<div>
<div class="row">
<div class="col-xs-3">
<b>Couche:</b>
<b>{{ 'VMAP_LAYER' | translate }}</b>
</div>
<div class="col-xs-4">
<b>Clé Bing:</b>
<b>{{ 'FORM_KEY_VMAP_MAP_SERVICE' | translate }}</b>
</div>
<div class="col-xs-3">
<b>Langue:</b>
<b>{{ 'FORM_LANG_VMAP_MAP_SERVICE' | translate }}</b>
</div>
<div class="col-xs-2">
</div>
......@@ -32,7 +31,7 @@
</select>
</div>
<div class="col-xs-2">
<button type="button" class="btn btn-success right" ng-click="ctrl.addLayer()">Ajouter</button>
<button type="button" class="btn btn-success right" ng-click="ctrl.addLayer()">{{ 'VMAP_ADD' | translate }}</button>
</div>
</div>
</div>
......@@ -65,7 +64,7 @@
<b>key</b>: <i>{{node.key}}</i>
</div>
<div class="col-xs-2">
<button type="button" class="btn btn-primary right" ng-click="ctrl.addLayer(node)">Ajouter</button>
<button type="button" class="btn btn-primary right" ng-click="ctrl.addLayer(node)">{{ 'VMAP_ADD' | translate }}</button>
</div>
</div>
<hr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment