qwc2 2025.12.15 → 2025.12.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AttributeForm.js +8 -8
- package/components/AttributeTableWidget.js +3 -3
- package/components/EditComboField.js +1 -1
- package/components/EditUploadField.js +1 -1
- package/components/IdentifyViewer.js +91 -38
- package/components/LinkFeatureForm.js +21 -4
- package/components/MeasureSwitcher.js +115 -0
- package/components/PluginsContainer.js +3 -2
- package/components/QtDesignerForm.js +2 -2
- package/components/ResizeableWindow.js +9 -1
- package/components/SearchBox.js +19 -12
- package/components/SideBar.js +4 -0
- package/components/map3d/drawtool/EditTool3D.js +1 -1
- package/components/style/IdentifyViewer.css +8 -6
- package/components/style/LocationRecorder.css +1 -6
- package/components/style/PluginsContainer.css +11 -6
- package/components/timeline/FixedTimeline.js +2 -2
- package/components/timeline/InfiniteTimeline.js +2 -2
- package/components/timeline/TimelineFeaturesSlider.js +1 -1
- package/components/widgets/EditableSelect.js +2 -1
- package/components/widgets/LayerCatalogWidget.js +26 -15
- package/components/widgets/MenuButton.js +7 -2
- package/components/widgets/NavBar.js +4 -2
- package/components/widgets/PopupMenu.js +44 -13
- package/components/widgets/SearchWidget.js +39 -50
- package/components/widgets/style/SearchWidget.css +3 -19
- package/package.json +1 -1
- package/plugins/Editing.js +20 -5
- package/plugins/FeatureForm.js +1 -1
- package/plugins/FeatureSearch.js +3 -3
- package/plugins/GeometryDigitizer.js +32 -18
- package/plugins/HeightProfile.js +4 -1
- package/plugins/Identify.js +5 -4
- package/plugins/LayerTree.js +5 -1
- package/plugins/MapExport.js +4 -4
- package/plugins/MapFilter.js +10 -10
- package/plugins/Measure.js +5 -1
- package/plugins/NewsPopup.js +1 -1
- package/plugins/ObliqueView.js +88 -17
- package/plugins/Print.js +8 -8
- package/plugins/Redlining.js +25 -73
- package/plugins/Reports.js +3 -3
- package/plugins/Routing.js +4 -4
- package/plugins/TopBar.js +2 -0
- package/plugins/ValueTool.js +1 -1
- package/plugins/View3D.js +2 -2
- package/plugins/ZoomButtons.js +1 -1
- package/plugins/map/EditingSupport.js +50 -20
- package/plugins/map/MeasurementSupport.js +1 -0
- package/plugins/map/RedliningSupport.js +9 -7
- package/plugins/map/SnapSupport.js +12 -10
- package/plugins/map/style/SnappingSupport.css +1 -8
- package/plugins/map3d/Draw3D.js +2 -2
- package/plugins/map3d/ExportObjects3D.js +2 -2
- package/plugins/map3d/MapExport3D.js +4 -4
- package/reducers/editing.js +6 -1
- package/reducers/layers.js +18 -36
- package/reducers/measurement.js +2 -1
- package/scripts/wmts_config_generator.py +1 -1
- package/static/translations/bg-BG.json +45 -75
- package/static/translations/ca-ES.json +45 -75
- package/static/translations/cs-CZ.json +45 -75
- package/static/translations/de-CH.json +45 -75
- package/static/translations/de-DE.json +45 -75
- package/static/translations/en-US.json +45 -75
- package/static/translations/es-ES.json +45 -75
- package/static/translations/fi-FI.json +45 -75
- package/static/translations/fr-FR.json +46 -76
- package/static/translations/hu-HU.json +45 -75
- package/static/translations/it-IT.json +45 -75
- package/static/translations/ja-JP.json +45 -75
- package/static/translations/nl-NL.json +45 -75
- package/static/translations/no-NO.json +45 -75
- package/static/translations/pl-PL.json +45 -75
- package/static/translations/pt-BR.json +45 -75
- package/static/translations/pt-PT.json +45 -75
- package/static/translations/ro-RO.json +45 -75
- package/static/translations/ru-RU.json +45 -75
- package/static/translations/sv-SE.json +45 -75
- package/static/translations/tr-TR.json +45 -75
- package/static/translations/tsconfig.json +35 -67
- package/static/translations/uk-UA.json +45 -75
- package/utils/FeatureStyles.js +18 -20
- package/utils/IdentifyUtils.js +14 -11
- package/utils/MiscUtils.js +2 -1
- package/utils/SearchProviders.js +1 -1
- package/utils/VectorLayerUtils.js +4 -2
|
@@ -67,7 +67,6 @@
|
|
|
67
67
|
"addfeature": "Ajouter un objet",
|
|
68
68
|
"commit": "Enregistrer les modifications",
|
|
69
69
|
"csvexport": "Exporter en CSV",
|
|
70
|
-
"delete": "Supprimer",
|
|
71
70
|
"deletefailed": "Un ou plusieurs objets n'ont pas pu être supprimés",
|
|
72
71
|
"deletefeatures": "Suppression des objets sélectionnés",
|
|
73
72
|
"deleting": "Suppression en cours...",
|
|
@@ -76,12 +75,10 @@
|
|
|
76
75
|
"geomnoadd": "Veuillez utiliser le formulaire d'édition pour ajouter de nouveaux objets à cette couche",
|
|
77
76
|
"limittoextent": "Dans l'étendue de la carte",
|
|
78
77
|
"loadfailed": "Echec du chargement de l'objet",
|
|
79
|
-
"loading": "Chargement en cours...",
|
|
80
78
|
"nodelete": "Ne pas supprimer",
|
|
81
79
|
"nogeomnoform": "Le formulaire d'édition n'est pas disponible pour les couches sans géométrie",
|
|
82
80
|
"pleasereload": "Veuillez cliquer sur 'Actualiser' pour charger la table d'attributs",
|
|
83
81
|
"reload": "Actualiser",
|
|
84
|
-
"selectlayer": "Sélectionner une couche...",
|
|
85
82
|
"title": "Table d'attributs",
|
|
86
83
|
"zoomtoselection": "Zommer sur les objets sélectionnés"
|
|
87
84
|
},
|
|
@@ -110,6 +107,37 @@
|
|
|
110
107
|
"terms_label": "Conditions d'utilisation",
|
|
111
108
|
"viewertitle_label": "Page d'accueil"
|
|
112
109
|
},
|
|
110
|
+
"common": {
|
|
111
|
+
"all": "Tous",
|
|
112
|
+
"cancel": "Annuler",
|
|
113
|
+
"circle": "Cercle",
|
|
114
|
+
"clear": "Réinitialiser",
|
|
115
|
+
"clone": "Copier",
|
|
116
|
+
"close": "Fermer",
|
|
117
|
+
"delete": "Effacer",
|
|
118
|
+
"download": "Télécharger",
|
|
119
|
+
"ellipse": "Ellipse",
|
|
120
|
+
"export": "Exporter",
|
|
121
|
+
"format": "Format",
|
|
122
|
+
"line": "Ligne",
|
|
123
|
+
"loading": "Chargement en cours...",
|
|
124
|
+
"lock2dview": "Déplacer avec vue 2D",
|
|
125
|
+
"noresults": "Pas de résultats",
|
|
126
|
+
"pick": "Choisir",
|
|
127
|
+
"point": "Point",
|
|
128
|
+
"polygon": "Polygone",
|
|
129
|
+
"rectangle": "Rectangle",
|
|
130
|
+
"resolution": "Résolution",
|
|
131
|
+
"save": "Enregistrer",
|
|
132
|
+
"select": "Sélectionner...",
|
|
133
|
+
"selectlayer": "Sélectionner une couche...",
|
|
134
|
+
"square": "Carré",
|
|
135
|
+
"sync2dview": "Synchroniser avec vue 2D",
|
|
136
|
+
"text": "Texte",
|
|
137
|
+
"wait": "Veuillez patienter...",
|
|
138
|
+
"zoomin": "Zoomer",
|
|
139
|
+
"zoomout": "Dézoomer"
|
|
140
|
+
},
|
|
113
141
|
"compare3d": {
|
|
114
142
|
"clipplane": "Plan d'écrêtage",
|
|
115
143
|
"compare_objects": "Comparer objets",
|
|
@@ -136,17 +164,14 @@
|
|
|
136
164
|
"title": "Visualiseur Cyclomedia"
|
|
137
165
|
},
|
|
138
166
|
"draw3d": {
|
|
139
|
-
"clone": "Copier",
|
|
140
167
|
"cone": "Cône",
|
|
141
168
|
"cuboid": "Cuboïde",
|
|
142
169
|
"cylinder": "Cylindre",
|
|
143
|
-
"delete": "Effacer",
|
|
144
170
|
"drawings": "Dessins",
|
|
145
171
|
"intersect": "Croiser",
|
|
146
172
|
"label": "Texte",
|
|
147
173
|
"newgroupprompt": "Ajouter un groupe de dessin",
|
|
148
174
|
"numericinput": "Entrée numérique",
|
|
149
|
-
"pick": "Choisir",
|
|
150
175
|
"position": "Position",
|
|
151
176
|
"pyramid": "Pyramide",
|
|
152
177
|
"rotate": "Tourner",
|
|
@@ -169,7 +194,6 @@
|
|
|
169
194
|
"add": "Ajouter",
|
|
170
195
|
"attrtable": "Table",
|
|
171
196
|
"canceldelete": "Annuler la suppression",
|
|
172
|
-
"clearpicture": "Réinitialiser",
|
|
173
197
|
"clone_all": "Tous",
|
|
174
198
|
"clone_copy": "Copier sélectionnés",
|
|
175
199
|
"clone_defaulted": "(valuer predef.)",
|
|
@@ -182,23 +206,17 @@
|
|
|
182
206
|
"commitfailed": "Échec de l'enregistrement",
|
|
183
207
|
"contraintviolation": "Violation de contrainte",
|
|
184
208
|
"create": "Créer",
|
|
185
|
-
"delete": "Supprimer",
|
|
186
209
|
"discard": "Rejeter",
|
|
187
210
|
"draw": "Dessiner",
|
|
188
211
|
"feature": "Objet",
|
|
189
212
|
"geomnonzeroz": "La géométrie contient des valeurs Z non nulles et ne peut donc pas être modifiée.",
|
|
190
213
|
"geomreadonly": "La géométrie e peut pas être modifiée.",
|
|
191
214
|
"invalidform": "Formulaire non valide",
|
|
192
|
-
"maximize": "Maximiser",
|
|
193
|
-
"minimize": "Minimiser",
|
|
194
215
|
"noeditablelayers": "Il n'y a pas de couche éditable pour ce thème",
|
|
195
216
|
"paint": "Éditer",
|
|
196
|
-
"pick": "Choisir",
|
|
197
217
|
"pickdrawfeature": "Copier la géométrie existante",
|
|
198
218
|
"reallydelete": "Supprimer",
|
|
199
219
|
"relationcommitfailed": "Certaines relations n'ont pas pu être enregistrées. Pour plus de détails consulter le bouton d'informations",
|
|
200
|
-
"select": "Sélectionner",
|
|
201
|
-
"selectlayer": "Sélectionner une couche...",
|
|
202
220
|
"takepicture": "Ajouter une photo",
|
|
203
221
|
"unsavedchanged": "Il y a des modifications non enregistrées. Faut-il quand même quitter la page?"
|
|
204
222
|
},
|
|
@@ -210,14 +228,11 @@
|
|
|
210
228
|
},
|
|
211
229
|
"featureform": {
|
|
212
230
|
"feature": "Objet",
|
|
213
|
-
"noresults": "Pas de résultats",
|
|
214
231
|
"querying": "Identification en cours...",
|
|
215
232
|
"title": "Formulaire d'objet"
|
|
216
233
|
},
|
|
217
234
|
"featuresearch": {
|
|
218
|
-
"noresults": "Pas de résultats",
|
|
219
235
|
"query": "Terme",
|
|
220
|
-
"select": "Sélectionner",
|
|
221
236
|
"title": "Recherche objet"
|
|
222
237
|
},
|
|
223
238
|
"fileselector": {
|
|
@@ -235,8 +250,7 @@
|
|
|
235
250
|
"line_buffer": "Ligne (sera tamponnée)",
|
|
236
251
|
"point_buffer": "Point (sera tamponnée)",
|
|
237
252
|
"selfinter": "Un ou plusieurs polygones contiennent des auto-intersections",
|
|
238
|
-
"send": "Envoyer"
|
|
239
|
-
"wait": "Chargement..."
|
|
253
|
+
"send": "Envoyer"
|
|
240
254
|
},
|
|
241
255
|
"heightprofile": {
|
|
242
256
|
"asl": "s/mer",
|
|
@@ -262,18 +276,18 @@
|
|
|
262
276
|
"clipboard": "Copier dans le presse-papiers",
|
|
263
277
|
"compare": "Comparer les objets sélectionnés",
|
|
264
278
|
"comparing": "Comparison de {0} objets",
|
|
265
|
-
"download": "Télécharger",
|
|
266
|
-
"export": "Exporter",
|
|
267
279
|
"featureReport": "Données de l'objet",
|
|
268
280
|
"featurecount": "{0} élément(s)",
|
|
269
281
|
"layerall": "Toutes les couches",
|
|
270
282
|
"link": "Lien",
|
|
283
|
+
"multiview": "Vue multiple",
|
|
271
284
|
"noattributes": "Pas d'attribut",
|
|
272
285
|
"noresults": "Pas de résultats pour la position sélectionnée",
|
|
273
286
|
"querying": "Identification en cours...",
|
|
274
287
|
"reportfail": "Le rapport n'a pas été généré",
|
|
275
288
|
"results": "Résultats",
|
|
276
|
-
"
|
|
289
|
+
"selectforcompare": "Sélectionner pour comparison",
|
|
290
|
+
"selectreport": "Sélectionner rapport...",
|
|
277
291
|
"title": "Informations sur l'objet"
|
|
278
292
|
},
|
|
279
293
|
"imageeditor": {
|
|
@@ -290,7 +304,6 @@
|
|
|
290
304
|
"asgroup": "Ajouter comme groupe",
|
|
291
305
|
"connect": "Connecter",
|
|
292
306
|
"filter": "Filtrer",
|
|
293
|
-
"loading": "Chargement...",
|
|
294
307
|
"localfile": "Fichier local",
|
|
295
308
|
"nofeatures": "Aucune entité ne peut être importée.",
|
|
296
309
|
"noresults": "Pas de résultat ou URL non valide",
|
|
@@ -331,6 +344,7 @@
|
|
|
331
344
|
"printlegend": "Imprimer la légende",
|
|
332
345
|
"separator": "Séparateur",
|
|
333
346
|
"separatortooltip": "Ajouter séparateur",
|
|
347
|
+
"togglegroup": "Basculer le groupe et toutes les sous-couches",
|
|
334
348
|
"transparency": "Transparence",
|
|
335
349
|
"visiblefilter": "Filtrer couches invisibles",
|
|
336
350
|
"zoomtolayer": "Zoomer sur la couche"
|
|
@@ -345,8 +359,6 @@
|
|
|
345
359
|
"zoomtoobject": "Zoomer sur le objet"
|
|
346
360
|
},
|
|
347
361
|
"linkfeatureform": {
|
|
348
|
-
"cancel": "Annuler",
|
|
349
|
-
"close": "Fermer",
|
|
350
362
|
"drawhint": "Dessiner un objet sur la carte...",
|
|
351
363
|
"pickhint": "Sélectionner un objet sur la carte..."
|
|
352
364
|
},
|
|
@@ -371,32 +383,22 @@
|
|
|
371
383
|
"resetrotation": "Réinitialiser la rotation"
|
|
372
384
|
},
|
|
373
385
|
"map3d": {
|
|
374
|
-
"lockview": "Auto-sync des vues 2D/3D",
|
|
375
|
-
"syncview": "Synchroniser avec vue 2D",
|
|
376
386
|
"terrain": "Terrain",
|
|
377
387
|
"title": "Vue 3D"
|
|
378
388
|
},
|
|
379
389
|
"mapexport": {
|
|
380
390
|
"configuration": "Configuration",
|
|
381
|
-
"format": "Format",
|
|
382
391
|
"projection": "Projection",
|
|
383
|
-
"resolution": "Résolution",
|
|
384
392
|
"scale": "Echelle",
|
|
385
393
|
"size": "Dimension",
|
|
386
|
-
"
|
|
387
|
-
"usersize": "Selectionner sur la carte...",
|
|
388
|
-
"wait": "Veuillez patienter..."
|
|
394
|
+
"usersize": "Selectionner sur la carte..."
|
|
389
395
|
},
|
|
390
396
|
"mapfilter": {
|
|
391
397
|
"addcustomfilter": "Ajouter filtre personnalisé",
|
|
392
398
|
"brokenrendering": "Le rendu de la carte peut être interrompu à cause d'une expression filtre invalide",
|
|
393
|
-
"cancel": "Annuler",
|
|
394
399
|
"geomfilter": "Géométrique",
|
|
395
400
|
"hidefiltergeom": "Masquer la géométrie du filtre",
|
|
396
401
|
"invalidfilter": "Expression de filtre non valide",
|
|
397
|
-
"save": "Enregistrer",
|
|
398
|
-
"select": "Sélectionner...",
|
|
399
|
-
"selectlayer": "Sélectionner couche",
|
|
400
402
|
"timefilter": "Temporelle",
|
|
401
403
|
"timefrom": "De",
|
|
402
404
|
"timeto": "A"
|
|
@@ -440,16 +442,18 @@
|
|
|
440
442
|
"imperial": "Impérial",
|
|
441
443
|
"lengthLabel": "Longueur",
|
|
442
444
|
"metric": "Métrique",
|
|
443
|
-
"pointLabel": "Position"
|
|
445
|
+
"pointLabel": "Position",
|
|
446
|
+
"showmeasurements": "Montrer les mesures"
|
|
444
447
|
},
|
|
445
448
|
"misc": {
|
|
446
449
|
"ctrlclickhint": "Ouvrir avec Ctrl+Clic"
|
|
447
450
|
},
|
|
448
451
|
"navbar": {
|
|
449
|
-
"
|
|
452
|
+
"next": "Page suivante",
|
|
453
|
+
"perpage": "Par page",
|
|
454
|
+
"prev": "Page précédente"
|
|
450
455
|
},
|
|
451
456
|
"newspopup": {
|
|
452
|
-
"dialogclose": "Fermer",
|
|
453
457
|
"dontshowagain": "Ne plus montrer",
|
|
454
458
|
"title": "Actualités"
|
|
455
459
|
},
|
|
@@ -479,28 +483,21 @@
|
|
|
479
483
|
},
|
|
480
484
|
"print": {
|
|
481
485
|
"atlasfeature": "Objet atlas",
|
|
482
|
-
"download": "Télécharger",
|
|
483
486
|
"download_as_onepdf": "en un seul document PDF",
|
|
484
487
|
"download_as_onezip": "en un seul fichier ZIP",
|
|
485
488
|
"download_as_single": "en fichiers séparés",
|
|
486
|
-
"format": "Format",
|
|
487
489
|
"grid": "Grille",
|
|
488
490
|
"layout": "Mise en page",
|
|
489
491
|
"legend": "Légende",
|
|
490
|
-
"maximize": "Maximiser",
|
|
491
|
-
"minimize": "Minimiser",
|
|
492
492
|
"nolayouts": "Il n'y a pas de mise en page disponible pour le thème choisi.",
|
|
493
493
|
"notheme": "Pas de thème sélectionné",
|
|
494
494
|
"output": "Impression",
|
|
495
495
|
"overlap": "Superposition",
|
|
496
496
|
"pickatlasfeature": "Choisir dans la couche {0}",
|
|
497
|
-
"resolution": "Résolution",
|
|
498
497
|
"rotation": "Rotation",
|
|
499
|
-
"save": "Enregistrer",
|
|
500
498
|
"scale": "Echelle",
|
|
501
499
|
"series": "Impression en série",
|
|
502
|
-
"submit": "Imprimer"
|
|
503
|
-
"wait": "Veuillez patienter..."
|
|
500
|
+
"submit": "Imprimer"
|
|
504
501
|
},
|
|
505
502
|
"qtdesignerform": {
|
|
506
503
|
"loading": "Chargement du formulaire..."
|
|
@@ -513,35 +510,20 @@
|
|
|
513
510
|
"bufferlayer": "Couche cible",
|
|
514
511
|
"bufferlayername": "Sortie",
|
|
515
512
|
"bufferselectfeature": "Choisissez une entité pour le tampon...",
|
|
516
|
-
"circle": "Cercle",
|
|
517
|
-
"clone": "Copier",
|
|
518
513
|
"ctrlhint": "Ctrl pour sélection multiple...",
|
|
519
|
-
"delete": "Effacer",
|
|
520
514
|
"draw": "Dessiner",
|
|
521
515
|
"edit": "Editer",
|
|
522
|
-
"ellipse": "Ellipse",
|
|
523
|
-
"export": "Exporter",
|
|
524
516
|
"freehand": "Dessin à main libre",
|
|
525
517
|
"label": "Texte",
|
|
526
518
|
"layer": "Couche",
|
|
527
519
|
"layertitle": "Dessin",
|
|
528
|
-
"line": "Ligne",
|
|
529
520
|
"markers": "Pointes",
|
|
530
|
-
"measurements": "Montrer les mesures",
|
|
531
521
|
"numericinput": "Entrée numérique",
|
|
532
|
-
"pick": "Choisir",
|
|
533
|
-
"point": "Point",
|
|
534
|
-
"polygon": "Polygone",
|
|
535
|
-
"rectangle": "Rectangle",
|
|
536
522
|
"size": "Taille",
|
|
537
|
-
"
|
|
538
|
-
"text": "Texte",
|
|
523
|
+
"text": "",
|
|
539
524
|
"transform": "Transformer"
|
|
540
525
|
},
|
|
541
526
|
"reports": {
|
|
542
|
-
"all": "Tous",
|
|
543
|
-
"download": "Télécharger",
|
|
544
|
-
"pick": "Selectionner",
|
|
545
527
|
"region": "Selectionner region",
|
|
546
528
|
"selectlayer": "Sélectionner la couche du rapport..."
|
|
547
529
|
},
|
|
@@ -550,11 +532,9 @@
|
|
|
550
532
|
"addlayer": "Exporter en couche",
|
|
551
533
|
"addviapoint": "Par ici",
|
|
552
534
|
"arriveat": "Arriver à",
|
|
553
|
-
"clear": "Réinitialiser",
|
|
554
535
|
"computefailed": "Échec du calcul",
|
|
555
536
|
"computing": "Calculation...",
|
|
556
537
|
"excludepolygons": "Exclure les zones",
|
|
557
|
-
"export": "Exporter",
|
|
558
538
|
"fastest": "Plus rapide",
|
|
559
539
|
"fromhere": "À partir d'ici",
|
|
560
540
|
"importerror": "Impossible d'importer. Le contenu du fichier doit être une GeoJSON FeatureCollection de points",
|
|
@@ -590,9 +570,7 @@
|
|
|
590
570
|
"finish": "Terminer"
|
|
591
571
|
},
|
|
592
572
|
"search": {
|
|
593
|
-
"all": "Tous",
|
|
594
573
|
"circleradius": "Rayon du cercle",
|
|
595
|
-
"clearfilter": "Effacer",
|
|
596
574
|
"coordinates": "Coordonnées",
|
|
597
575
|
"existinglayer": "La couche existe déjà dans la carte",
|
|
598
576
|
"filter": "Affiner la recherche",
|
|
@@ -601,7 +579,6 @@
|
|
|
601
579
|
"more": "{0} autres résultats",
|
|
602
580
|
"nodescription": "Pas de description disponible",
|
|
603
581
|
"none": "Aucune",
|
|
604
|
-
"noresults": "Pas de résultats",
|
|
605
582
|
"placeholder": "Rechercher un lieu ou ajouter une carte...",
|
|
606
583
|
"places": "Lieus",
|
|
607
584
|
"providerselection": "Services de recherche",
|
|
@@ -689,7 +666,6 @@
|
|
|
689
666
|
"group": "Attribut de regroupement",
|
|
690
667
|
"groupnone": "Aucun",
|
|
691
668
|
"home": "Réinitialiser",
|
|
692
|
-
"loading": "Chargement...",
|
|
693
669
|
"loop": "Répéter",
|
|
694
670
|
"markers": "Marqueurs",
|
|
695
671
|
"notemporaldata": "Aucune couche temporelle n'est visible sur la carte.",
|
|
@@ -720,17 +696,13 @@
|
|
|
720
696
|
"months": "mois",
|
|
721
697
|
"seconds": "secondes",
|
|
722
698
|
"years": "années"
|
|
723
|
-
}
|
|
724
|
-
"zoomin": "Zoomer",
|
|
725
|
-
"zoomout": "Dézoomer"
|
|
699
|
+
}
|
|
726
700
|
},
|
|
727
701
|
"tooltip": {
|
|
728
702
|
"background": "Changer de fond",
|
|
729
703
|
"fullscreendisable": "Désactiver le mode plein écran",
|
|
730
704
|
"fullscreenenable": "Activer le mode plein écran",
|
|
731
|
-
"home": "Afficher toute la carte"
|
|
732
|
-
"zoomin": "Zoomer",
|
|
733
|
-
"zoomout": "Dézoomer"
|
|
705
|
+
"home": "Afficher toute la carte"
|
|
734
706
|
},
|
|
735
707
|
"tourguide": {
|
|
736
708
|
"done": "Terminé",
|
|
@@ -738,7 +710,6 @@
|
|
|
738
710
|
"previous": "Précédent"
|
|
739
711
|
},
|
|
740
712
|
"valuetool": {
|
|
741
|
-
"all": "Tous",
|
|
742
713
|
"allbands": "Tous les bandes",
|
|
743
714
|
"alllayers": "Tous les couches",
|
|
744
715
|
"bands": "Bandes",
|
|
@@ -765,7 +736,6 @@
|
|
|
765
736
|
"storingstate": "Enregistrement de la vue 3D..."
|
|
766
737
|
},
|
|
767
738
|
"window": {
|
|
768
|
-
"close": "Fermer",
|
|
769
739
|
"detach": "Détacher",
|
|
770
740
|
"dock": "Attacher",
|
|
771
741
|
"embed": "Incorporer",
|