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

Translate osm modal

parent 723058ef
Branches
Tags
No related merge requests found
...@@ -545,6 +545,10 @@ ...@@ -545,6 +545,10 @@
"VMAP_ZOOM": "Zoom", "VMAP_ZOOM": "Zoom",
"VMAP_EXTENT": "Extent", "VMAP_EXTENT": "Extent",
"VMAP_DOWNLOAD": "Download", "VMAP_DOWNLOAD": "Download",
"VMAP_NAME": "Name",
"VMAP_URL": "URL",
"VMAP_SERVICE_NAME": "Service name",
"VMAP_SERVICE_URL": "Service URL",
"": "", "": "",
"VMAP_LAYERTREE_DATASETS": "Datasets", "VMAP_LAYERTREE_DATASETS": "Datasets",
"VMAP_LAYERTREE_MAP_1": "Map 1", "VMAP_LAYERTREE_MAP_1": "Map 1",
...@@ -672,5 +676,7 @@ ...@@ -672,5 +676,7 @@
"": "", "": "",
"VMAP_MYMAP_TITLE": "Running map", "VMAP_MYMAP_TITLE": "Running map",
"VMAP_MYMAP_DELETE_SHEET": "Remove sheet from map", "VMAP_MYMAP_DELETE_SHEET": "Remove sheet from map",
"": "",
"VMAP_MAPMODAL_OSM_TITLE": "Add OSM layer",
"": "" "": ""
} }
...@@ -546,6 +546,10 @@ ...@@ -546,6 +546,10 @@
"VMAP_ZOOM": "Zoom", "VMAP_ZOOM": "Zoom",
"VMAP_EXTENT": "Étendue", "VMAP_EXTENT": "Étendue",
"VMAP_DOWNLOAD": "Télécharger", "VMAP_DOWNLOAD": "Télécharger",
"VMAP_NAME": "Nom",
"VMAP_URL": "URL",
"VMAP_SERVICE_NAME": "Nom du service",
"VMAP_SERVICE_URL": "URL du service",
"": "", "": "",
"VMAP_LAYERTREE_DATASETS": "Jeux de données", "VMAP_LAYERTREE_DATASETS": "Jeux de données",
"VMAP_LAYERTREE_MAP_1": "Carte 1", "VMAP_LAYERTREE_MAP_1": "Carte 1",
...@@ -672,5 +676,7 @@ ...@@ -672,5 +676,7 @@
"": "", "": "",
"VMAP_MYMAP_TITLE": "Carte en cours", "VMAP_MYMAP_TITLE": "Carte en cours",
"VMAP_MYMAP_DELETE_SHEET": "Supprime le calque de la carte", "VMAP_MYMAP_DELETE_SHEET": "Supprime le calque de la carte",
"": "",
"VMAP_MAPMODAL_OSM_TITLE": "Ajouter une couche OSM",
"": "" "": ""
} }
<!-- Liste des couches utilisables --> <!-- Liste des couches utilisables -->
<h3>{{ 'VMAP_MAPMODAL_OSM_TITLE' | translate }}: </h3>
<h3>Ajouter une couche OSM: </h3>
<hr> <hr>
<div> <div>
<div class="row"> <div class="row">
<div class="col-xs-3"> <div class="col-xs-3">
<b>Nom:</b> <b>{{ 'VMAP_NAME' | translate }}:</b>
</div> </div>
<div class="col-xs-7"> <div class="col-xs-7">
<b>URL:</b> <b>{{ 'VMAP_URL' | translate }}:</b>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-3"> <div class="col-xs-3">
<input type="text" ng-model="ctrl.sLayerName" class="form-control" placeholder="Service name" aria-describedby="sizing-addon1"> <input type="text" ng-model="ctrl.sLayerName" class="form-control" placeholder="{{ 'VMAP_SERVICE_NAME' | translate }}" aria-describedby="sizing-addon1">
</div> </div>
<div class="col-xs-7"> <div class="col-xs-7">
<input type="text" ng-model="ctrl.sLayerUrl" class="form-control" placeholder="Service url" aria-describedby="sizing-addon1"> <input type="text" ng-model="ctrl.sLayerUrl" class="form-control" placeholder="{{ 'VMAP_SERVICE_URL' | translate }}" aria-describedby="sizing-addon1">
</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>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</div> </div>
</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