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

Translate bing layers

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