Changeset 1471 in osm for utils/josm/plugins
- Timestamp:
- 2006-10-14T12:35:15+02:00 (18 years ago)
- Location:
- utils/josm/plugins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/josm/plugins/landsat/build.xml
r1437 r1471 2 2 3 3 <!-- point to your JOSM directory --> 4 <property name="josm" location="../../../../ editors/josm/dist/josm-custom.jar" />4 <property name="josm" location="../../../../../josm/bin" /> 5 5 6 6 -
utils/josm/plugins/landsat/src/landsat/LandsatPlugin.java
r1436 r1471 7 7 8 8 public LandsatPlugin() { 9 Main.main. downloadAction.downloadTasks.add(new DownloadLandsatTask());9 Main.main.menu.download.downloadTasks.add(new DownloadLandsatTask()); 10 10 } 11 11 } -
utils/josm/plugins/lang-fr/fr.po
r1469 r1471 8 8 "Report-Msgid-Bugs-To: \n" 9 9 "POT-Creation-Date: 2006-10-13 23:15+0200\n" 10 "PO-Revision-Date: 2006- 07-21 21:36+0200\n"10 "PO-Revision-Date: 2006-10-14 12:17+0200\n" 11 11 "Last-Translator: Frederic Bonifas <fredericbonifas@gmail.com>\n" 12 12 "Language-Team: French <josm-fr@eigenheimstrasse.de>\n" … … 14 14 "Content-Type: text/plain; charset=iso-8859-1\n" 15 15 "Content-Transfer-Encoding: 8bit\n" 16 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION; \n"16 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;" 17 17 18 18 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/AddSegmentAction.java:52 … … 63 63 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java:196 64 64 msgid "Segments are part of different ways." 65 msgstr " "65 msgstr "Les segments appartiennent à différents chemins." 66 66 67 67 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java:214 … … 103 103 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/MoveAction.java:54 104 104 msgid "Move around objects that are under the mouse or selected." 105 msgstr " "105 msgstr "Déplacer les objets sous la souris ou sélectionnés." 106 106 107 107 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/MoveAction.java:102 … … 126 126 127 127 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/AddWayAction.java:162 128 #, fuzzy,java-format128 #, java-format 129 129 msgid "" 130 130 "{0} way has been selected.\n" 131 131 "Do you wish to select all segments belonging to the way instead?" 132 msgid_plural ""133 132 "{0} ways have been selected.\n" 134 133 "Do you wish to select all segments belonging to the ways instead?" 135 msgstr [0]""134 msgstr "" 136 135 "{0} chemin a été sélectionné.\n" 137 "Souhaitez-vous plutôt sélectionner tous les segments appartenant à ce " 138 "chemin ?{0} chemins·ont été sélectionnés.\n" 139 "Souhaitez-vous plutôt sélectionner tous les segments appartenant à ces " 140 "chemins ?" 141 msgstr[1] "" 142 "{0} chemin a été sélectionné.\n" 143 "Souhaitez-vous plutôt sélectionner tous les segments appartenant à ce " 144 "chemin ?{0} chemins·ont été sélectionnés.\n" 145 "Souhaitez-vous plutôt sélectionner tous les segments appartenant à ces " 136 "Préférez-vous sélectionner tous les segments appartenant à ce " 137 "chemin ?" 138 "{0} chemins·ont été sélectionnés.\n" 139 "Préférez-vous sélectionner tous les segments appartenant à ces " 146 140 "chemins ?" 147 141 … … 204 198 205 199 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java:23 206 #, fuzzy207 200 msgid "Raw GPS data" 208 msgstr " Téléchargement des données GPS"201 msgstr "Données GPS brutes" 209 202 210 203 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java:26 … … 213 206 214 207 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java:25 215 #, fuzzy216 208 msgid "OpenStreetMap data" 217 msgstr " Java OpenStreetMap Editor"209 msgstr "Données OpenStreetMap" 218 210 219 211 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java:28 … … 233 225 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ReverseSegmentAction.java:26 234 226 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ReverseSegmentAction.java:53 235 #, fuzzy236 227 msgid "Reverse Segments" 237 msgstr " segments"228 msgstr "Retourne les segments." 238 229 239 230 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ReverseSegmentAction.java:26 240 #, fuzzy241 231 msgid "Revert the direction of all selected Segments." 242 msgstr " Segments dans la mauvaise direction."232 msgstr "Retourne les segments sélectionnés." 243 233 244 234 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ReverseSegmentAction.java:39 245 #, fuzzy246 235 msgid "Please select at least one segment." 247 msgstr "Sélectionner l'étage à supprimer."236 msgstr "Sélectionner au moins un segment." 248 237 249 238 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/PreferencesAction.java:21 … … 290 279 #, java-format 291 280 msgid "Executing {0}" 292 msgstr " "281 msgstr "Exécute {0}" 293 282 294 283 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:146 295 284 msgid "The Tool requires some data to be loaded." 296 msgstr " "285 msgstr "Cette fonctionnalité nécessite que des données soient chargées." 297 286 298 287 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:306 299 #, fuzzy,java-format288 #, java-format 300 289 msgid "Could not execute command: {0}" 301 msgstr "Impossible d e lire \"{0}\""290 msgstr "Impossible d'exécuter la commande {0}" 302 291 303 292 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:317 304 293 msgid "Tools" 305 msgstr " "294 msgstr "Outils" 306 295 307 296 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:352 308 #, fuzzy309 297 msgid "Could not read external tool configuration." 310 msgstr "Impossible de détecter le texte de format des données."298 msgstr "Impossible de lire le fichier externe de configuration." 311 299 312 300 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:29 313 301 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:69 314 302 msgid "Align Nodes in Circle" 315 msgstr " "303 msgstr "Placer les noeuds en cercle" 316 304 317 305 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:29 318 #, fuzzy319 306 msgid "Move the selected nodes into a circle." 320 msgstr "" 321 "Fusionner les calques sélectionnés dans le calque directement en dessous." 307 msgstr "Déplacer les noeuds sélectionnés en un cercle." 322 308 323 309 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:39 324 #, fuzzy325 310 msgid "Please select at least four nodes." 326 msgstr "Sélectionner l'étage à supprimer."311 msgstr "Sélectionner au moins quatre noeuds." 327 312 328 313 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:35 329 314 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:56 330 315 msgid "Rename layer" 331 msgstr " "316 msgstr "Renommer le calque" 332 317 333 318 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:44 334 319 msgid "Also rename the file" 335 msgstr " "320 msgstr "Renommer également le fichier." 336 321 337 322 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:80 338 #, fuzzy,java-format323 #, java-format 339 324 msgid "Could not rename the file \"{0}\"." 340 msgstr "Impossible de lire \"{0}\""325 msgstr "Impossible de renommer le fichier \"{0}\"." 341 326 342 327 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UndoAction.java:23 … … 354 339 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:87 355 340 msgid "Download map data from the OSM server." 356 msgstr "Télécharger une carte de donnéesdepuis le serveur OSM."341 msgstr "Télécharger les données de la carte depuis le serveur OSM." 357 342 358 343 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:102 … … 385 370 386 371 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:122 387 #, fuzzy388 372 msgid "Download the following data:" 389 msgstr "Téléchargement des données "373 msgstr "Téléchargement des données :" 390 374 391 375 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:129 … … 406 390 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:203 407 391 msgid "Please enter the desired coordinates first." 408 msgstr "Entre zles coordonnées désirées en premier."392 msgstr "Entrer les coordonnées désirées en premier." 409 393 410 394 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:206 411 395 msgid "Please enter a name for the location." 412 msgstr "Entre zun nom pour cet emplacement."396 msgstr "Entrer un nom pour cet emplacement." 413 397 414 398 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:214 … … 426 410 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:261 427 411 msgid "Please enter the desired coordinates or click on a bookmark." 428 msgstr "Entre z les coordonnées désirées ou cliquezsur un marque-page."412 msgstr "Entrer les coordonnées désirées ou cliquer sur un marque-page." 429 413 430 414 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:263 431 #, fuzzy432 415 msgid "Please select at least one download data type." 433 msgstr "Sélectionner l'étage à supprimer."416 msgstr "Sélectionner au moins un type de données à télécharger." 434 417 435 418 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExitAction.java:18 … … 457 440 #, java-format 458 441 msgid "last change at {0}" 459 msgstr "dernier changement à{0}"442 msgstr "dernier changement le {0}" 460 443 461 444 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AboutAction.java:69 … … 473 456 474 457 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AboutAction.java:74 475 #, fuzzy476 458 msgid "News about JOSM" 477 msgstr " À propos de JOSM..."459 msgstr "Nouveutés sur JOSM" 478 460 479 461 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AboutAction.java:78 … … 560 542 msgid "Auto zoom the view (to {0}. Disabled if the view is moved)" 561 543 msgstr "" 562 "Zoomer automatiquement sur la vue ({0}) (Annul ersi la vue est déplacée)"544 "Zoomer automatiquement sur la vue ({0}) (Annulé si la vue est déplacée)" 563 545 564 546 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/SaveAsAction.java:28 565 #, fuzzy566 547 msgid "Save as" 567 msgstr "Sauvegarder "548 msgstr "Sauvegarder sous" 568 549 569 550 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/SaveAsAction.java:28 570 #, fuzzy571 551 msgid "Save the current data to a new file." 572 msgstr "Sauvegarder les données actuelles "552 msgstr "Sauvegarder les données actuelles dans un nouveau fichier." 573 553 574 554 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExtensionFileFilter.java:25 … … 590 570 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UploadAction.java:36 591 571 msgid "Upload all changes to the OSM server." 592 msgstr "Charger tous les changements sur le serveur d'OSM."572 msgstr "Charger tous les changements sur le serveur OSM." 593 573 594 574 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UploadAction.java:41 … … 607 587 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UploadAction.java:97 608 588 msgid "No changes to upload." 609 msgstr "Aucun s changementsà charger."589 msgstr "Aucun changement à charger." 610 590 611 591 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UploadAction.java:106 … … 632 612 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/HelpAction.java:104 633 613 msgid "Can only edit help pages from JOSM Online Help" 634 msgstr " "614 msgstr "Les pages d'aide ne peuvent être éditées que depuis l'aide en ligne de JOSM" 635 615 636 616 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:39 637 #, fuzzy,java-format617 #, java-format 638 618 msgid "Downloading {0} segment" 639 619 msgid_plural "Downloading {0} segments" 640 msgstr[0] "Tél chargement de {0} segments"641 msgstr[1] "Tél chargement de {0} segment"620 msgstr[0] "Téléchargement de {0} segment" 621 msgstr[1] "Téléchargement de {0} segments" 642 622 643 623 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:57 … … 651 631 652 632 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:66 653 #, fuzzy654 633 msgid "Please select an incomplete way." 655 msgstr "Sélectionner un e couleur"634 msgstr "Sélectionner un chemin incomplet" 656 635 657 636 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:69 658 #, fuzzy,java-format637 #, java-format 659 638 msgid "Download {0} incomplete ways?" 660 msgstr "Télécharger les objets incomplets"639 msgstr "Télécharger {0} chemins incomplets ?" 661 640 662 641 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:69 … … 767 746 "It may be outdated. Please contact the plugin's autor.\n" 768 747 "This message will not shown again until JOSM is restarted." 769 msgstr "" 748 msgstr "Le greffon {0} signale une exception : {1}\n" 749 "Il est possible qu'il ne soit pas à jour. Merci de contacter l'auteur du greffon.\n" 750 "Ce message ne réapparaitra pas jusqu'au prochain démarrage de JOSM." 770 751 771 752 #: ../../../../editors/josm/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java:50 … … 826 807 827 808 #: ../../../../editors/josm/src/org/openstreetmap/josm/plugins/PluginException.java:17 828 #, fuzzy,java-format809 #, java-format 829 810 msgid "An error occoured in plugin {0}" 830 msgstr "Une erreur s'est produite pendant la sauvegarde."811 msgstr "Une erreur s'est produite avec le greffon {0}" 831 812 832 813 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:63 … … 859 840 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:113 860 841 msgid "Open a selection list window." 861 msgstr " Ouvrir une fenêtre de sélection de liste."842 msgstr "Afficher une liste de la sélection" 862 843 863 844 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:143 … … 911 892 msgid "Open a merge dialog of all selected items in the list above." 912 893 msgstr "" 913 "Ouvrir une une fenêtre de fusion des éléments sélectionnés d ecette liste."894 "Ouvrir une une fenêtre de fusion des éléments sélectionnés dans cette liste." 914 895 915 896 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java:73 … … 934 915 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:82 935 916 msgid "Click Reload to refresh list" 936 msgstr " "917 msgstr "Cliquer sur Recharger pour rafraichir la liste" 937 918 938 919 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:83 … … 941 922 942 923 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:84 943 #, fuzzy944 924 msgid "Revert" 945 msgstr " Supprimer"925 msgstr "Retourner" 946 926 947 927 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:87 948 928 msgid "History" 949 msgstr " "929 msgstr "Historique" 950 930 951 931 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:87 952 932 msgid "Display the history of all selected items." 953 msgstr " "933 msgstr "Afficher l'historique des objets sélectionnés." 954 934 955 935 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:96 … … 960 940 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:96 961 941 msgid "Date" 962 msgstr " "942 msgstr "Date" 963 943 964 944 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:131 965 945 msgid "Reload all currently selected objects and refresh the list." 966 msgstr " "946 msgstr "Recharger les objets sélectionnés et rafraichir la liste." 967 947 968 948 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:135 … … 975 955 "Revert the state of all currently selected objects to the version selected " 976 956 "in the history list." 977 msgstr " "957 msgstr "Rétablir l'état des objets sélectionnés à la version sélectionnée dans l'historique." 978 958 979 959 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java:31 … … 986 966 987 967 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:99 988 #, fuzzy989 968 msgid "Please select the objects you want to change properties for." 990 msgstr "Sélectionner l 'étage à supprimer."969 msgstr "Sélectionner les objets dont vous voulez changer les propriétés." 991 970 992 971 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:102 … … 1019 998 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:151 1020 999 msgid "Please select objects for which you want to change properties." 1021 msgstr " "1000 msgstr "Sélectionnez les objets dont vous voulez changer les propriétés." 1022 1001 1023 1002 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:156 … … 1048 1027 1049 1028 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:263 1050 #, fuzzy,java-format1029 #, java-format 1051 1030 msgid "Change {0} object" 1052 1031 msgid_plural "Change {0} objects" 1053 1032 msgstr[0] "Cela changera {0} objet." 1054 msgstr[1] "C ela changera{0} objets."1033 msgstr[1] "Change {0} objets." 1055 1034 1056 1035 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:276 … … 1126 1105 1127 1106 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:160 1128 #, fuzzy,java-format1107 #, java-format 1129 1108 msgid "Unknown type at line {0}" 1130 msgstr " Extension de fichier inconnue : {0}"1109 msgstr "Type inconnu à la ligne : {0}" 1131 1110 1132 1111 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:178 1133 1112 #, java-format 1134 1113 msgid "Cannot have a writable combobox with default values (line {0})" 1135 msgstr " "1114 msgstr "Impossible d'avoir une combobox avec des valeurs par défaut (ligne {0})" 1136 1115 1137 1116 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:183 … … 1139 1118 msgid "" 1140 1119 "display_values ({0}) and values ({1}) must be of same number of elements." 1141 msgstr " "1120 msgstr "display_values·({0})·et·values·({1})·doivent contenir le même nombre d'éléments." 1142 1121 1143 1122 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:184 1144 1123 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:185 1145 #, fuzzy1146 1124 msgid "element" 1147 1125 msgid_plural "elements" 1148 msgstr[0] " segment"1149 msgstr[1] " segments"1126 msgstr[0] "élément" 1127 msgstr[1] "éléments" 1150 1128 1151 1129 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:190 … … 1221 1199 1222 1200 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:189 1223 #, fuzzy,java-format1201 #, java-format 1224 1202 msgid "{0} consists of {1} track" 1225 1203 msgid_plural "{0} consists of {1} tracks" 1226 msgstr[0] "{0} consiste en {1} trace s"1204 msgstr[0] "{0} consiste en {1} trace" 1227 1205 msgstr[1] "{0} consiste en {1} traces" 1228 1206 … … 1235 1213 1236 1214 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:193 1237 #, fuzzy1238 1215 msgid "Customize line drawing" 1239 msgstr "Personnaliser l a couleur"1216 msgstr "Personnaliser le dessin des lignes" 1240 1217 1241 1218 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:197 1242 #, fuzzy1243 1219 msgid "Use global settings." 1244 msgstr " Réglages d'affichage"1220 msgstr "Utiliser les réglages généraux." 1245 1221 1246 1222 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:198 1247 #, fuzzy1248 1223 msgid "Draw lines between points for this layer." 1249 msgstr "Dessiner des lignes entre les points GPS bruts."1224 msgstr "Dessiner des lignes entre les points pour ce calque." 1250 1225 1251 1226 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:199 1252 #, fuzzy1253 1227 msgid "Do not draw lines between points for this layer." 1254 msgstr " Dessiner des lignes entre les points GPS bruts."1228 msgstr "Ne pas dessiner de ligne entre les points pour ce calque." 1255 1229 1256 1230 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:211 1257 1231 msgid "Select line drawing options" 1258 msgstr " "1232 msgstr "Options de dessin des lignes" 1259 1233 1260 1234 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:222 … … 1291 1265 #, java-format 1292 1266 msgid "Images for {0}" 1293 msgstr " "1267 msgstr "Images pour {0}" 1294 1268 1295 1269 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/GeoImageLayer.java:95 … … 1798 1772 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:462 1799 1773 msgid "Plugins" 1800 msgstr " "1774 msgstr "Greffons" 1801 1775 1802 1776 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:462 1803 1777 msgid "Configure available Plugins." 1804 msgstr " "1778 msgstr "Configurer les greffons disponibles." 1805 1779 1806 1780 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:465 1807 1781 msgid "Get more plugins" 1808 msgstr " "1782 msgstr "Obtenir plus de greffons" 1809 1783 1810 1784 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java:45 … … 1832 1806 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/OsmReader.java:131 1833 1807 msgid "NullPointerException. Possible some missing tags." 1834 msgstr "NullPointerException.· Possibilité de tags manquants."1808 msgstr "NullPointerException.·Certains tags peuvent manquer." 1835 1809 1836 1810 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/OsmReader.java:146 … … 1931 1905 #, java-format 1932 1906 msgid "Data error: Segment {0} is deleted but part of Way {1}" 1933 msgstr " "1907 msgstr "Erreur de données : le segment {0} est supprimé mais appartient au chemin {1}" 1934 1908 1935 1909 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/IncompleteDownloader.java:115 1936 1910 #, java-format 1937 1911 msgid "Data error: Node {0} is deleted but part of Segment {1}" 1938 msgstr " "1912 msgstr "Erreur de données : le noeud {0} est supprimé mais appartient au segment {1}" 1939 1913 1940 1914 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/OsmIdReader.java:34 … … 2049 2023 #, java-format 2050 2024 msgid "Plugin not found: {0}." 2051 msgstr " "2025 msgstr "Greffon non trouvé : {0}" 2052 2026 2053 2027 #: ../../../../editors/josm/src/org/openstreetmap/josm/Main.java:204 2054 #, fuzzy,java-format2028 #, java-format 2055 2029 msgid "Could not load plugin {0}." 2056 msgstr "Impossible de lire\"{0}\""2030 msgstr "Impossible de charger le greffon \"{0}\"" 2057 2031 2058 2032 #: ../../../../editors/josm/src/org/openstreetmap/josm/Main.java:228 … … 2079 2053 #: ../osmarender/src/OsmarenderPlugin.java:108 2080 2054 msgid "View" 2081 msgstr " "2055 msgstr "Voir" 2082 2056 2083 2057 #: ../landsat/src/landsat/DownloadLandsatTask.java:18 2084 #, fuzzy2085 2058 msgid "Landsat background images" 2086 msgstr " Télécharger et montrer les images d'arrière-plan landsat."2059 msgstr "Images satellites landsat" 2087 2060 2088 2061 #: ../landsat/src/landsat/LandsatLayer.java:45 2089 #, fuzzy2090 2062 msgid "Wrong longitude transformation for tile manager. Can't operate on {0}" 2091 msgstr "" 2092 "Mauvaise transformation de longitude pour le cache. Ne peut pas opérer sur " 2063 msgstr "Mauvaise transformation de longitude pour le cache. Ne peut pas opérer sur " 2093 2064 "{0}" 2094 2065 … … 2099 2070 2100 2071 #: ../annotation-tester/src/annotationtester/AnnotationTesterAction.java:20 2101 #, fuzzy2102 2072 msgid "Annotation Preset Tester" 2103 msgstr " Source du fichier d'annotations"2073 msgstr "Testeur d'annotations prédéfinies" 2104 2074 2105 2075 #: ../annotation-tester/src/annotationtester/AnnotationTesterAction.java:20 … … 2107 2077 "Open the annotation preset test tool for previewing annotation preset " 2108 2078 "dialogs." 2109 msgstr " "2079 msgstr "Ouvrir le testeur d'annotations prédéfinies pour en prévisualiser le fonctionnement." 2110 2080 2111 2081 #: ../annotation-tester/src/annotationtester/AnnotationTesterAction.java:28 2112 2082 msgid "You have to specify annotation sources in the preferences first." 2113 msgstr " "2083 msgstr "Vous devez d'abord spécifier la source des annotations dans les préférences." 2114 2084 2115 2085 #~ msgid "Download {0} ways containing a total of {1} segments?" 2116 #~ msgstr "T élécharger {0} chemins contenant un total de {1} segments ?"2086 #~ msgstr "TÃÂélÃÂécharger {0} chemins contenant un total de {1} segments ?" 2117 2087 2118 2088 #~ msgid "Refresh the selection list." 2119 #~ msgstr "Actualiser la liste de s élection"2089 #~ msgstr "Actualiser la liste de sÃÂélection" 2120 2090 2121 2091 #~ msgid "Search for objects." … … 2129 2099 2130 2100 #~ msgid "Downloading {0} {1}" 2131 #~ msgstr "T éléchargement {0} {1}"2101 #~ msgstr "TÃÂélÃÂéchargement {0} {1}" 2132 2102 2133 2103 #~ msgid "Got more than one object when expecting only one." 2134 #~ msgstr "Plus de deux objets acquis alors qu'un seul était attendu."2104 #~ msgstr "Plus de deux objets acquis alors qu'un seul ÃÂétait attendu." 2135 2105 2136 2106 #~ msgid "Used in a way." 2137 #~ msgstr "Utilis épar un chemin."2107 #~ msgstr "UtilisÃÂé par un chemin." 2138 2108 2139 2109 #~ msgid "Move selected objects around." 2140 #~ msgstr "D éplacer les objets sélectionnés."2110 #~ msgstr "DÃÂéplacer les objets sÃÂélectionnÃÂés." 2141 2111 2142 2112 #~ msgid "Open as raw gps data" 2143 #~ msgstr "Ouvrir avec les donn ées GPS brutes"2113 #~ msgstr "Ouvrir avec les donnÃÂées GPS brutes" 2144 2114 2145 2115 #~ msgid "Show background" 2146 #~ msgstr "Montrer l'arri ère-plan"2116 #~ msgstr "Montrer l'arriÃÂère-plan" 2147 2117 2148 2118 #~ msgid "Images" … … 2150 2120 2151 2121 #~ msgid "Time loop in gps data." 2152 #~ msgstr "Boucle horaire dans les donn ées GPS."2122 #~ msgstr "Boucle horaire dans les donnÃÂées GPS." 2153 2123 2154 2124 #~ msgid "OptionPane.okButtonText" … … 2159 2129 2160 2130 #~ msgid "Cannot open preferences directory: {0}" 2161 #~ msgstr "Impossible d'ouvrir le rà©pertoire des préférences : {0}"2131 #~ msgstr "Impossible d'ouvrir le rÃÂÃÂÃÂÃÂÃÂÃÂÃÂépertoire des prÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfÃÂÃÂÃÂÃÂÃÂÃÂÃÂérences : {0}" 2162 2132 2163 2133 #~ msgid "" 2164 2134 #~ "Preferences could not be loaded. Write default preference file to \"{0}\"." 2165 2135 #~ msgstr "" 2166 #~ "Les prà©férences pourraient ne pas être chargées. ÃÂcrivez les "2167 #~ "prà©férences par défaut dans \"{0}\"."2136 #~ "Les prÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfÃÂÃÂÃÂÃÂÃÂÃÂÃÂérences pourraient ne pas ÃÂÃÂÃÂÃÂÃÂÃÂÃÂêtre chargÃÂÃÂÃÂÃÂÃÂÃÂÃÂées. ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂcrivez les " 2137 #~ "prÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfÃÂÃÂÃÂÃÂÃÂÃÂÃÂérences par dÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfaut dans \"{0}\"." 2168 2138 2169 2139 #~ msgid "" … … 2204 2174 #~ "Instead of --download=<bbox> you may specify osm://<bbox>\n" 2205 2175 #~ msgstr "" 2206 #~ "JavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷OpenStreetMapÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Editor\n"2176 #~ "JavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷OpenStreetMapÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Editor\n" 2207 2177 #~ "\n" 2208 2178 #~ "usage:\n" 2209 #~ "\tjavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm."2210 #~ "jarÃÂÃÂÃÂàÃÂÃÂÃÂ÷<option>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷<option>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷<option>...\n"2179 #~ "\tjavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm." 2180 #~ "jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷<option>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷<option>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷<option>...\n" 2211 2181 #~ "\n" 2212 2182 #~ "options:\n" 2213 2183 #~ "\t--help|-?|-" 2214 #~ "hÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Montre "2184 #~ "hÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Montre " 2215 2185 #~ "cette aide\n" 2216 2186 #~ "\t--geometry=widthxheight(+|-)x(+|-)" 2217 #~ "yÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Argument "2218 #~ "de gÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©omÃÂÃÂÃÂÃÂÃÂÃÂÃÂétrie standard d'UNIX\n"2187 #~ "yÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Argument " 2188 #~ "de gÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂéomÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂétrie standard d'UNIX\n" 2219 2189 #~ "\t[--download=]minlat,minlon,maxlat," 2220 #~ "maxlonÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge "2221 #~ "la boÃÂÃÂÃÂÃÂÃÂÃÂÃÂà®te de coordonnÃÂÃÂÃÂÃÂÃÂÃÂÃÂées\n"2190 #~ "maxlonÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge " 2191 #~ "la boÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂîte de coordonnÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂées\n" 2222 2192 #~ "\t[--download=]" 2223 #~ "<url>ÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge "2224 #~ "ce qui ce situe ÃÂÃÂÃÂÃÂÃÂÃÂÃÂàl'URLÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷"2225 #~ "(avecÃÂÃÂÃÂàÃÂÃÂÃÂ÷lat=x&lon=y&zoom=z)\n"2193 #~ "<url>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge " 2194 #~ "ce qui ce situe ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂàl'URLÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷" 2195 #~ "(avecÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷lat=x&lon=y&zoom=z)\n" 2226 2196 #~ "\t[--download=]" 2227 #~ "<nomdufichier>ÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ouvrir "2228 #~ "un fichierÃÂÃÂÃÂàÃÂÃÂÃÂ÷(en GPS brut siÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷."2229 #~ "gpxÃÂÃÂÃÂàÃÂÃÂÃÂ÷ouÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷.csv)\n"2197 #~ "<nomdufichier>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ouvrir " 2198 #~ "un fichierÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷(en GPS brut siÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷." 2199 #~ "gpxÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ouÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷.csv)\n" 2230 2200 #~ "\t--downloadgps=minlat,minlon,maxlat," 2231 #~ "maxlonÃÂÃÂÃÂàÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge la "2232 #~ "boÃÂÃÂÃÂÃÂÃÂÃÂÃÂà®te de coordonnÃÂÃÂÃÂÃÂÃÂÃÂÃÂées en GPS brut.\n"2201 #~ "maxlonÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷TÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂélÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécharge la " 2202 #~ "boÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂîte de coordonnÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂées en GPS brut.\n" 2233 2203 #~ "\t--" 2234 #~ "selection=<texte>ÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷SÃÂÃÂÃÂÃÂÃÂÃÂÃÂélectionne "2204 #~ "selection=<texte>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷SÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂélectionne " 2235 2205 #~ "en fonction de l'objet de recherche\n" 2236 2206 #~ "\t--no-" 2237 #~ "fullscreenÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Ne "2238 #~ "pas lancer en mode plein ÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©cran\n"2207 #~ "fullscreenÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷Ne " 2208 #~ "pas lancer en mode plein ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécran\n" 2239 2209 #~ "\t--reset-" 2240 #~ "preferencesÃÂÃÂÃÂàÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ "2241 #~ "PrÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©fÃÂÃÂÃÂÃÂÃÂÃÂÃÂérences par dÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfaut\n"2210 #~ "preferencesÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷ " 2211 #~ "PrÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂérences par dÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂéfaut\n" 2242 2212 #~ "\n" 2243 2213 #~ "examples:\n" 2244 #~ "\tjavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm."2245 #~ "jarÃÂÃÂÃÂàÃÂÃÂÃÂ÷track1.gpxÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷track2."2246 #~ "gpxÃÂÃÂÃÂàÃÂÃÂÃÂ÷london.osm\n"2247 #~ "\tjavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm."2248 #~ "jarÃÂÃÂÃÂàÃÂÃÂÃÂ÷http://www.openstreetmap.org/index.html?"2214 #~ "\tjavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm." 2215 #~ "jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷track1.gpxÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷track2." 2216 #~ "gpxÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷london.osm\n" 2217 #~ "\tjavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm." 2218 #~ "jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷http://www.openstreetmap.org/index.html?" 2249 2219 #~ "lat=43.2&lon=11.1&zoom=13\n" 2250 #~ "\tjavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm."2251 #~ "jarÃÂÃÂÃÂàÃÂÃÂÃÂ÷london.osmÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷--selection=http://www."2220 #~ "\tjavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm." 2221 #~ "jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷london.osmÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷--selection=http://www." 2252 2222 #~ "ostertag.name/osm/OSM_errors_node-duplicate.xml\n" 2253 #~ "\tjavaÃÂÃÂÃÂàÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm."2254 #~ "jarÃÂÃÂÃÂàÃÂÃÂÃÂ÷43.2,11.1,43.4,11.4\n"2223 #~ "\tjavaÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷-jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷josm." 2224 #~ "jarÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷43.2,11.1,43.4,11.4\n" 2255 2225 #~ "\n" 2256 #~ "Les paramÃÂÃÂÃÂÃÂÃÂÃÂÃÂà¨tres sont lus dans l'ordre dans lequel ils sont "2257 #~ "spÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©cifiÃÂÃÂÃÂÃÂÃÂÃÂÃÂés, soyez donc sur d'avoir des "2258 #~ "donnÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©es avant --selection\n"2226 #~ "Les paramÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂètres sont lus dans l'ordre dans lequel ils sont " 2227 #~ "spÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécifiÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂés, soyez donc sur d'avoir des " 2228 #~ "donnÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂées avant --selection\n" 2259 2229 #~ "\n" 2260 #~ "Au lieu de --download=<bbox>ÃÂÃÂÃÂàÃÂÃÂÃÂ÷vous pouvez "2261 #~ "spÃÂÃÂÃÂÃÂÃÂÃÂÃÂà©cifierÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷osm://<bbox>\n"2230 #~ "Au lieu de --download=<bbox>ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷vous pouvez " 2231 #~ "spÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂécifierÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ÷osm://<bbox>\n" -
utils/josm/plugins/lang-ro/ro.po
r1469 r1471 9 9 "Report-Msgid-Bugs-To: \n" 10 10 "POT-Creation-Date: 2006-10-13 23:14+0200\n" 11 "PO-Revision-Date: 2006- 08-31 14:46+0200\n"11 "PO-Revision-Date: 2006-10-14 10:09+0200\n" 12 12 "Last-Translator: Ovidiu Constantin <ovidiu@mybox.ro>\n" 13 13 "Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n" … … 15 15 "Content-Type: text/plain; charset=utf-8\n" 16 16 "Content-Transfer-Encoding: 8bit\n" 17 "Plural-Forms: nplurals=3;plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" 18 "2:1))\n" 17 "Plural-Forms: nplurals=3;plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n" 19 18 "X-Poedit-Language: Romanian\n" 20 19 "X-Poedit-Country: ROMANIA\n" … … 68 67 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java:196 69 68 msgid "Segments are part of different ways." 70 msgstr " "69 msgstr "Segmentele sunt părţi din căi diferite." 71 70 72 71 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java:214 … … 105 104 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/MoveAction.java:54 106 105 msgid "Move around objects that are under the mouse or selected." 107 msgstr " "106 msgstr "Mută obiectele care sunt sub mouse sau selectate." 108 107 109 108 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/MoveAction.java:102 … … 121 120 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/AddWayAction.java:95 122 121 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/AddWayAction.java:143 123 msgid "" 124 "Warning: This way is incomplete. Try to download it, before adding segments." 125 msgstr "" 126 "Atentie: Această cale este incompletă. Încercaţi să o descărcaţi înainte de " 127 "a adăuga segmente." 122 msgid "Warning: This way is incomplete. Try to download it, before adding segments." 123 msgstr "Atentie: Această cale este incompletă. Încercaţi să o descărcaţi înainte de a adăuga segmente." 128 124 129 125 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/mapmode/AddWayAction.java:162 … … 202 198 203 199 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java:23 204 #, fuzzy205 200 msgid "Raw GPS data" 206 msgstr "D escarc date GPS"201 msgstr "Date GPS neprelucrate" 207 202 208 203 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadGpsTask.java:26 … … 211 206 212 207 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java:25 213 #, fuzzy214 208 msgid "OpenStreetMap data" 215 msgstr " Java OpenStreetMap Editor"209 msgstr "Date OpenStreetMap" 216 210 217 211 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java:28 … … 283 277 #, java-format 284 278 msgid "Executing {0}" 285 msgstr " "279 msgstr "Execut {0}" 286 280 287 281 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:146 288 282 msgid "The Tool requires some data to be loaded." 289 msgstr " "283 msgstr "Această unealtă necesită să fie încărcate nişte date." 290 284 291 285 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:306 292 #, fuzzy,java-format286 #, java-format 293 287 msgid "Could not execute command: {0}" 294 msgstr "Nu am putut citi \"{0}\""288 msgstr "Nu am putut executa comanda: {0}" 295 289 296 290 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:317 297 291 msgid "Tools" 298 msgstr " "292 msgstr "Unelte" 299 293 300 294 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExternalToolsAction.java:352 301 #, fuzzy302 295 msgid "Could not read external tool configuration." 303 msgstr "Nu am putut detecta şirul de format al datelor."296 msgstr "Nu am putut citi configuraţia uneltei externe." 304 297 305 298 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:29 306 299 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:69 307 300 msgid "Align Nodes in Circle" 308 msgstr " "301 msgstr "Aliniază noduri în cerc" 309 302 310 303 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:29 311 #, fuzzy312 304 msgid "Move the selected nodes into a circle." 313 msgstr " Uneşte stratul selectat cu stratul imediat inferior."305 msgstr "Mută nodurile selectate într-un cerc." 314 306 315 307 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AlignInCircleAction.java:39 316 #, fuzzy317 308 msgid "Please select at least four nodes." 318 msgstr "Vă rog selectaţi cel puţin un segment."309 msgstr "Vă rog selectaţi cel puţin petru noduri." 319 310 320 311 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:35 321 312 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:56 322 313 msgid "Rename layer" 323 msgstr " "314 msgstr "Redenumire strat" 324 315 325 316 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:44 326 317 msgid "Also rename the file" 327 msgstr " "318 msgstr "Şi redenumeşte şi fişierul" 328 319 329 320 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/RenameLayerAction.java:80 330 #, fuzzy,java-format321 #, java-format 331 322 msgid "Could not rename the file \"{0}\"." 332 msgstr "Nu am putut citi \"{0}\""323 msgstr "Nu am putut redenumi fişierul \"{0}\"." 333 324 334 325 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/UndoAction.java:23 … … 349 340 350 341 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:102 351 msgid "" 352 "Move and zoom the image like the main map. Select an area to download by " 353 "dragging." 354 msgstr "" 355 "Mută şi măreşte imaginea ca şi harta principală. Selectaţi prin tragere zona " 356 "ce va fi descărcată." 342 msgid "Move and zoom the image like the main map. Select an area to download by dragging." 343 msgstr "Mută şi măreşte imaginea ca şi harta principală. Selectaţi prin tragere zona ce va fi descărcată." 357 344 358 345 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:105 … … 377 364 378 365 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:122 379 #, fuzzy380 366 msgid "Download the following data:" 381 msgstr "Descarc date"367 msgstr "Descarc următoarele date:" 382 368 383 369 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:129 … … 418 404 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:261 419 405 msgid "Please enter the desired coordinates or click on a bookmark." 420 msgstr "" 421 "Vă rog introduceţi coordonetele dorite sau faceţi clic pe un semn de carte." 406 msgstr "Vă rog introduceţi coordonetele dorite sau faceţi clic pe un semn de carte." 422 407 423 408 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadAction.java:263 424 #, fuzzy425 409 msgid "Please select at least one download data type." 426 msgstr "Vă rog selectaţi cel puţin un segment."410 msgstr "Vă rog selectaţi cel puţin un tip de date de descărcat." 427 411 428 412 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExitAction.java:18 … … 466 450 467 451 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AboutAction.java:74 468 #, fuzzy469 452 msgid "News about JOSM" 470 msgstr " Despre JOSM..."453 msgstr "Ştiri despre JOSM" 471 454 472 455 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/AboutAction.java:78 … … 508 491 509 492 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DiskAccessAction.java:32 510 msgid "" 511 "There are unresolved conflicts. Conflicts will not be saved and handled as " 512 "if you rejected all. Continue?" 513 msgstr "" 514 "Există conflicte nerezolvate. Conflictele nu vor fi salvate şi se vor trata " 515 "ca şi cum aţi refuzat totul. Continui?" 493 msgid "There are unresolved conflicts. Conflicts will not be saved and handled as if you rejected all. Continue?" 494 msgstr "Există conflicte nerezolvate. Conflictele nu vor fi salvate şi se vor trata ca şi cum aţi refuzat totul. Continui?" 516 495 517 496 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DiskAccessAction.java:32 … … 552 531 #, java-format 553 532 msgid "Auto zoom the view (to {0}. Disabled if the view is moved)" 554 msgstr "" 555 "Mărire automată pentru a vizualiza (la {0}. Dezactivat dacă vizualizarea " 556 "este mutată)" 533 msgstr "Mărire automată pentru a vizualiza (la {0}. Dezactivat dacă vizualizarea este mutată)" 557 534 558 535 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/SaveAsAction.java:28 559 #, fuzzy560 536 msgid "Save as" 561 msgstr "Salvează "537 msgstr "Salvează ca" 562 538 563 539 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/SaveAsAction.java:28 564 #, fuzzy565 540 msgid "Save the current data to a new file." 566 msgstr "Salvează datele curente ."541 msgstr "Salvează datele curente într-un fişier nou." 567 542 568 543 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/ExtensionFileFilter.java:25 … … 625 600 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/HelpAction.java:104 626 601 msgid "Can only edit help pages from JOSM Online Help" 627 msgstr " "602 msgstr "Se pot edita doar paginile din ajutorul JOSM online" 628 603 629 604 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:39 630 #, fuzzy,java-format605 #, java-format 631 606 msgid "Downloading {0} segment" 632 607 msgid_plural "Downloading {0} segments" 633 msgstr[0] "Descarc {0} {1}"634 msgstr[1] "Descarc {0} {1}"635 msgstr[2] "Descarc {0} {1}"608 msgstr[0] "Descarc {0} segment" 609 msgstr[1] "Descarc {0} segmente" 610 msgstr[2] "Descarc {0} de segmente" 636 611 637 612 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:57 … … 644 619 645 620 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:66 646 #, fuzzy647 621 msgid "Please select an incomplete way." 648 msgstr "Vă rog selectaţi o c uloare."622 msgstr "Vă rog selectaţi o cale incompletă." 649 623 650 624 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:69 651 #, fuzzy,java-format625 #, java-format 652 626 msgid "Download {0} incomplete ways?" 653 msgstr "Descarc ă obiecte incomplete"627 msgstr "Descarc {0} căi incomplete?" 654 628 655 629 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/DownloadIncompleteAction.java:69 … … 666 640 667 641 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/GpxExportAction.java:40 668 msgid "" 669 "Note: GPL is not compatible to the OSM license. Do not upload GPL licensed " 670 "tracks." 671 msgstr "" 672 "Notă: GPL nu este compatibilă cu licenţa OSM. Nu transmiteţi piste " 673 "licenţiate GPL" 642 msgid "Note: GPL is not compatible to the OSM license. Do not upload GPL licensed tracks." 643 msgstr "Notă: GPL nu este compatibilă cu licenţa OSM. Nu transmiteţi piste licenţiate GPL" 674 644 675 645 #: ../../../../editors/josm/src/org/openstreetmap/josm/actions/GpxExportAction.java:45 … … 761 731 "This message will not shown again until JOSM is restarted." 762 732 msgstr "" 733 "Modulul {0} a generat o excepţie: {1}\n" 734 "Ar putea să fie învechit. Vă rog contactaţi autorul modulului.\n" 735 "Acest mesaj nu va fi arătat din nou până nu se reporneşte JOSM." 763 736 764 737 #: ../../../../editors/josm/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java:50 … … 795 768 796 769 #: ../../../../editors/josm/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java:83 797 msgid "" 798 "Please send an email with the following information to josm@eigenheimstrasse." 799 "de" 800 msgstr "" 801 "Vă rog trimiteţi un email cu următoarele informaţii la josm@eigenheimstrasse." 802 "de" 770 msgid "Please send an email with the following information to josm@eigenheimstrasse.de" 771 msgstr "Vă rog trimiteţi un email cu următoarele informaţii la josm@eigenheimstrasse.de" 803 772 804 773 #: ../../../../editors/josm/src/org/openstreetmap/josm/tools/ShortCutLabel.java:12 … … 819 788 820 789 #: ../../../../editors/josm/src/org/openstreetmap/josm/plugins/PluginException.java:17 821 #, fuzzy,java-format790 #, java-format 822 791 msgid "An error occoured in plugin {0}" 823 msgstr "A intervenit o eroare în timpul salvării."792 msgstr "A intervenit o eroare în modulul {0}" 824 793 825 794 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:63 … … 859 828 860 829 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:145 861 msgid "" 862 "<html>Fulltext search.<ul><li><code>Baker Street</code> - 'Baker' and " 863 "'Street' in any key or name.</li><li><code>\"Baker Street\"</code> - 'Baker " 864 "Street' in any key or name.</li><li><code>name:Bak</code> - 'Bak' anywhere " 865 "in the name.</li><li><code>-name:Bak</code> - not 'Bak' in the name.</" 866 "li><li><code>foot:</code> - key=foot set to any value.</ul></html>" 867 msgstr "" 868 "<html>Căutare în întreg textul.<ul><li><code>Bulevardul Unirii</code> - " 869 "'Bulevardul' şi 'Unirii' în orice cheie sau nume.</li><li><code>\"Bulevardul " 870 "Unirii\"</code> - 'Bulevardul Unirii' în orice cheie sau nume.</" 871 "li><li><code>name:Uni</code> - 'Uni' oriunde în nume.</li><li><code>-name:" 872 "Uni</code> - nu există 'Uni' în nume.</li><li><code>foot:</code> - cheia " 873 "foot are orice valoare.</ul></html>" 830 msgid "<html>Fulltext search.<ul><li><code>Baker Street</code> - 'Baker' and 'Street' in any key or name.</li><li><code>\"Baker Street\"</code> - 'Baker Street' in any key or name.</li><li><code>name:Bak</code> - 'Bak' anywhere in the name.</li><li><code>-name:Bak</code> - not 'Bak' in the name.</li><li><code>foot:</code> - key=foot set to any value.</ul></html>" 831 msgstr "<html>Căutare în întreg textul.<ul><li><code>Bulevardul Unirii</code> - 'Bulevardul' şi 'Unirii' în orice cheie sau nume.</li><li><code>\"Bulevardul Unirii\"</code> - 'Bulevardul Unirii' în orice cheie sau nume.</li><li><code>name:Uni</code> - 'Uni' oriunde în nume.</li><li><code>-name:Uni</code> - nu există 'Uni' în nume.</li><li><code>foot:</code> - cheia foot are orice valoare.</ul></html>" 874 832 875 833 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java:153 … … 903 861 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java:64 904 862 msgid "Open a merge dialog of all selected items in the list above." 905 msgstr "" 906 "Deschide un dialog de îmbinare a tuturor elementelor selectate din lista de " 907 "mai sus." 863 msgstr "Deschide un dialog de îmbinare a tuturor elementelor selectate din lista de mai sus." 908 864 909 865 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java:73 … … 912 868 913 869 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java:74 914 msgid "" 915 "Set the selected elements on the map to the selected items in the list above." 916 msgstr "" 917 "Setaţi elementele selectate de pe hartă ca elemente selectate din lista de " 918 "mai sus." 870 msgid "Set the selected elements on the map to the selected items in the list above." 871 msgstr "Setaţi elementele selectate de pe hartă ca elemente selectate din lista de mai sus." 919 872 920 873 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/ConflictDialog.java:108 … … 965 918 966 919 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/HistoryDialog.java:138 967 msgid "" 968 "Revert the state of all currently selected objects to the version selected " 969 "in the history list." 970 msgstr "" 971 "Readu toate obiectele selectate curent la starea din versiunea selectată în " 972 "lista de istoric." 920 msgid "Revert the state of all currently selected objects to the version selected in the history list." 921 msgstr "Readu toate obiectele selectate curent la starea din versiunea selectată în lista de istoric." 973 922 974 923 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/CommandStackDialog.java:31 … … 981 930 982 931 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:99 983 #, fuzzy984 932 msgid "Please select the objects you want to change properties for." 985 msgstr "Vă rog selectaţi rândul care va fi şters."933 msgstr "Vă rog selectaţi obiectele pentru care doriţi să schimbaţi proprietăţile." 986 934 987 935 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:102 … … 996 944 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:102 997 945 #, java-format 998 msgid "" 999 "Please select a new value for \"{0}\".<br>(Empty string deletes the key.)" 1000 msgstr "" 1001 "Vă rog selectaţi o valoare nouă pentru \"{0}\".<br>(Un şir gol va şterge " 1002 "cheia.)" 946 msgid "Please select a new value for \"{0}\".<br>(Empty string deletes the key.)" 947 msgstr "Vă rog selectaţi o valoare nouă pentru \"{0}\".<br>(Un şir gol va şterge cheia.)" 1003 948 1004 949 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:114 … … 1015 960 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:151 1016 961 msgid "Please select objects for which you want to change properties." 1017 msgstr " "962 msgstr "Vă rog selectaţi obiectele pentru care doriţi să schimbaţi proprietăţile." 1018 963 1019 964 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java:156 … … 1129 1074 #, java-format 1130 1075 msgid "Cannot have a writable combobox with default values (line {0})" 1131 msgstr "" 1132 "Nu pot avea o listă de selecţie modificabilă cu valori implicite (linia {0})" 1076 msgstr "Nu pot avea o listă de selecţie modificabilă cu valori implicite (linia {0})" 1133 1077 1134 1078 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:183 1135 1079 #, java-format 1136 msgid "" 1137 "display_values ({0}) and values ({1}) must be of same number of elements." 1138 msgstr "" 1139 "display_values ({0}) şi values ({1}) trebuie să aibă acelaşi număr de " 1140 "elemente." 1080 msgid "display_values ({0}) and values ({1}) must be of same number of elements." 1081 msgstr "display_values ({0}) şi values ({1}) trebuie să aibă acelaşi număr de elemente." 1141 1082 1142 1083 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/annotation/AnnotationPreset.java:184 … … 1226 1167 1227 1168 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:189 1228 #, fuzzy,java-format1169 #, java-format 1229 1170 msgid "{0} consists of {1} track" 1230 1171 msgid_plural "{0} consists of {1} tracks" 1231 msgstr[0] "{0} format din {1} urmă"1232 msgstr[1] "{0} format din {1} urmă"1233 msgstr[2] "{0} format din {1} urmă"1172 msgstr[0] "{0} este format din {1} urmă" 1173 msgstr[1] "{0} este format din {1} urme" 1174 msgstr[2] "{0} este format din {1} de urme" 1234 1175 1235 1176 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:189 … … 1242 1183 1243 1184 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:193 1244 #, fuzzy1245 1185 msgid "Customize line drawing" 1246 msgstr "Personalizează culoarea"1186 msgstr "Personalizează trasarea liniilor" 1247 1187 1248 1188 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:197 1249 #, fuzzy1250 1189 msgid "Use global settings." 1251 msgstr " Configurări afişare"1190 msgstr "Utilizează opţiunile globale." 1252 1191 1253 1192 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:198 1254 #, fuzzy1255 1193 msgid "Draw lines between points for this layer." 1256 msgstr "Trasează linii între puncte gps neprelucrate"1194 msgstr "Trasează linii între puncte pentru acest strat." 1257 1195 1258 1196 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:199 1259 #, fuzzy1260 1197 msgid "Do not draw lines between points for this layer." 1261 msgstr " Trasează linii între puncte gps neprelucrate"1198 msgstr "Nu trasa linii între puncte pentru acest strat." 1262 1199 1263 1200 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:211 1264 1201 msgid "Select line drawing options" 1265 msgstr " "1202 msgstr "Selectaţi opţiunile pentru trasarea liniilor" 1266 1203 1267 1204 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/RawGpsLayer.java:222 … … 1298 1235 #, java-format 1299 1236 msgid "Images for {0}" 1300 msgstr " "1237 msgstr "Imagini pentru {0}" 1301 1238 1302 1239 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/layer/GeoImageLayer.java:95 … … 1412 1349 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplication.java:55 1413 1350 msgid "Hint: Some changes came from uploading new data to the server." 1414 msgstr "" 1415 "Indiciu: Anumite modificări au apărut în urma transmiterii de date noi la " 1416 "server." 1351 msgstr "Indiciu: Anumite modificări au apărut în urma transmiterii de date noi la server." 1417 1352 1418 1353 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplication.java:57 … … 1485 1420 "some data before --selection" 1486 1421 msgstr "" 1487 "Parametrii sunt citiţi în ordinea în care sunt specificaţi, deci asiguraţi-" 1488 "vă\n" 1422 "Parametrii sunt citiţi în ordinea în care sunt specificaţi, deci asiguraţi-vă\n" 1489 1423 "că aţi încărcat date înainte de --selection" 1490 1424 … … 1557 1491 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:36 1558 1492 msgid "Size the applet to the given geometry (format: WIDTHxHEIGHT)" 1559 msgstr "" 1560 "Dimensionează aplicaţia la geometria precizată (format: LĂŢIMExÎNĂLŢIME)" 1493 msgstr "Dimensionează aplicaţia la geometria precizată (format: LĂŢIMExÎNĂLŢIME)" 1561 1494 1562 1495 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:37 … … 1567 1500 1568 1501 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:37 1569 msgid "" 1570 "Download each. Can be x1,y1,x2,y2 an url containing lat=y&lon=x&zoom=z or a " 1571 "filename" 1572 msgstr "" 1573 "Descarcă pe fiecare. Poate fi x1,y1,x2,y2 o adresă conţinând " 1574 "lat=y&lon=x&zoom=z sau un nume de fişier" 1502 msgid "Download each. Can be x1,y1,x2,y2 an url containing lat=y&lon=x&zoom=z or a filename" 1503 msgstr "Descarcă pe fiecare. Poate fi x1,y1,x2,y2 o adresă conţinând lat=y&lon=x&zoom=z sau un nume de fişier" 1575 1504 1576 1505 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:38 1577 msgid "" 1578 "Download each as raw gps. Can be x1,y1,x2,y2 an url containing " 1579 "lat=y&lon=x&zoom=z or a filename" 1580 msgstr "" 1581 "Descarcă pe fiecare ca gps neprelucrat. Poate fi x1,y1,x2,y2 sau o adresă " 1582 "conţinând lat=x&lon=y&zoom=z sau un nume de fişier" 1506 msgid "Download each as raw gps. Can be x1,y1,x2,y2 an url containing lat=y&lon=x&zoom=z or a filename" 1507 msgstr "Descarcă pe fiecare ca gps neprelucrat. Poate fi x1,y1,x2,y2 sau o adresă conţinând lat=x&lon=y&zoom=z sau un nume de fişier" 1583 1508 1584 1509 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:39 1585 msgid "" 1586 "Add each to the initial selection. Can be a google-like search string or an " 1587 "url which returns osm-xml" 1588 msgstr "" 1589 "Adaugă pe fiecare la selecţia iniţială. Poate fi un şir de căutare tip " 1590 "google sau o adresă care întoarce osm-xml" 1510 msgid "Add each to the initial selection. Can be a google-like search string or an url which returns osm-xml" 1511 msgstr "Adaugă pe fiecare la selecţia iniţială. Poate fi un şir de căutare tip google sau o adresă care întoarce osm-xml" 1591 1512 1592 1513 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/MainApplet.java:40 … … 1629 1550 1630 1551 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:250 1631 msgid "" 1632 "Force drawing of lines if the imported data contain no line information." 1633 msgstr "" 1634 "Forţează desenarea liniilor dacă datele importate nu conţin informatii " 1635 "despre linii." 1552 msgid "Force drawing of lines if the imported data contain no line information." 1553 msgstr "Forţează desenarea liniilor dacă datele importate nu conţin informatii despre linii." 1636 1554 1637 1555 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:254 … … 1678 1596 1679 1597 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:388 1680 msgid "" 1681 "Login password to the OSM account. Leave blank to not store any password." 1682 msgstr "" 1683 "Parolă de autentificare pentru contul OSM. Lăsaţi gol pentru a nu păstra " 1684 "nici o parolă." 1598 msgid "Login password to the OSM account. Leave blank to not store any password." 1599 msgstr "Parolă de autentificare pentru contul OSM. Lăsaţi gol pentru a nu păstra nici o parolă." 1685 1600 1686 1601 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:389 … … 1689 1604 1690 1605 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:390 1691 msgid "" 1692 "<html>Import string specification. lat/lon and time are imported.<br><b>lat</" 1693 "b>: The latitude coordinate<br><b>lon</b>: The longitude " 1694 "coordinate<br><b>time</b>: The measured time as string<br><b>ignore</b>: " 1695 "Skip this field<br>An example: \"ignore ignore lat lon\" will use ' ' as " 1696 "delimiter, skip the first two values and read then lat/lon.<br>Other " 1697 "example: \"lat,lon\" will just read lat/lon values comma seperated.</html>" 1698 msgstr "" 1699 "<html>Specificaţii pentru formatul şirului de import. lat/lon şi timp sunt " 1700 "importate.<br><b>lat</b>: Coordonata latitudine<br><b>lon</b>: Coordonata " 1701 "longitudine<br><b>time</b>: Timpul măsurat, ca şir<br><b>ignore</b>: Sări " 1702 "peste acest câmp<br>Un exemplu: \"ignore ignore lat lon\" va folosi ' ' ca " 1703 "delimitare, va sări peste primele două valori şi apoi va citi lat/lon." 1704 "<br>Alt examplu: \"lat,lon\" va citi doar valorile lat/lon separate prin " 1705 "virgulă.</html>" 1606 msgid "<html>Import string specification. lat/lon and time are imported.<br><b>lat</b>: The latitude coordinate<br><b>lon</b>: The longitude coordinate<br><b>time</b>: The measured time as string<br><b>ignore</b>: Skip this field<br>An example: \"ignore ignore lat lon\" will use ' ' as delimiter, skip the first two values and read then lat/lon.<br>Other example: \"lat,lon\" will just read lat/lon values comma seperated.</html>" 1607 msgstr "<html>Specificaţii pentru formatul şirului de import. lat/lon şi timp sunt importate.<br><b>lat</b>: Coordonata latitudine<br><b>lon</b>: Coordonata longitudine<br><b>time</b>: Timpul măsurat, ca şir<br><b>ignore</b>: Sări peste acest câmp<br>Un exemplu: \"ignore ignore lat lon\" va folosi ' ' ca delimitare, va sări peste primele două valori şi apoi va citi lat/lon.<br>Alt examplu: \"lat,lon\" va citi doar valorile lat/lon separate prin virgulă.</html>" 1706 1608 1707 1609 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:397 1708 msgid "" 1709 "If your gps device draw to few lines, select this to draw lines along your " 1710 "way." 1711 msgstr "" 1712 "Dacă dispozitivul gps a desenat prea puţine linii, selectaţi această opţiune " 1713 "pentru a desena linii pe cale." 1610 msgid "If your gps device draw to few lines, select this to draw lines along your way." 1611 msgstr "Dacă dispozitivul gps a desenat prea puţine linii, selectaţi această opţiune pentru a desena linii pe cale." 1714 1612 1715 1613 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:398 … … 1718 1616 1719 1617 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:399 1720 msgid "" 1721 "The sources (url or filename) of annotation preset definition files. See " 1722 "http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help." 1723 msgstr "" 1724 "Sursele (adresă sau nume de fişier) ale fişierelor cu adnotări predefinite. " 1725 "Vedeţi http://josm.eigenheimstrasse.de/wiki/AnnotationPresets pentru ajutor." 1618 msgid "The sources (url or filename) of annotation preset definition files. See http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help." 1619 msgstr "Sursele (adresă sau nume de fişier) ale fişierelor cu adnotări predefinite. Vedeţi http://josm.eigenheimstrasse.de/wiki/AnnotationPresets pentru ajutor." 1726 1620 1727 1621 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:400 … … 1738 1632 1739 1633 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:406 1740 msgid "" 1741 "Various settings that influence the visual representation of the whole " 1742 "program." 1743 msgstr "" 1744 "Diferite opţiuni care influenţează reprezentarea vizuală a întregului " 1745 "program." 1634 msgid "Various settings that influence the visual representation of the whole program." 1635 msgstr "Diferite opţiuni care influenţează reprezentarea vizuală a întregului program." 1746 1636 1747 1637 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:407 … … 1774 1664 1775 1665 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:428 1776 msgid "" 1777 "<html>WARNING: The password is stored in plain text in the preferences file." 1778 "<br>The password is transfered in plain text to the server, encoded in the " 1779 "url.<br><b>Do not use a valuable Password.</b></html>" 1780 msgstr "" 1781 "<html>ATENŢIE: Parola este păstrată în format text clar în fişierul de " 1782 "preferinţe.<br>Parola este transferată în text clar către server, codată în " 1783 "adresă.<br><b>Nu folosiţi o parolă importantă.</b></html>" 1666 msgid "<html>WARNING: The password is stored in plain text in the preferences file.<br>The password is transfered in plain text to the server, encoded in the url.<br><b>Do not use a valuable Password.</b></html>" 1667 msgstr "<html>ATENŢIE: Parola este păstrată în format text clar în fişierul de preferinţe.<br>Parola este transferată în text clar către server, codată în adresă.<br><b>Nu folosiţi o parolă importantă.</b></html>" 1784 1668 1785 1669 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:437 1786 1670 msgid "CSV import specification (empty: read from first line in data)" 1787 msgstr "" 1788 "Specificaţie pentru import CSV (gol: citeşte din prima linie a datelor)" 1671 msgstr "Specificaţie pentru import CSV (gol: citeşte din prima linie a datelor)" 1789 1672 1790 1673 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:442 … … 1806 1689 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:462 1807 1690 msgid "Plugins" 1808 msgstr " "1691 msgstr "Module" 1809 1692 1810 1693 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:462 1811 1694 msgid "Configure available Plugins." 1812 msgstr " "1695 msgstr "Configurează modulele disponibile." 1813 1696 1814 1697 #: ../../../../editors/josm/src/org/openstreetmap/josm/gui/PreferenceDialog.java:465 1815 1698 msgid "Get more plugins" 1816 msgstr " "1699 msgstr "Preia mai multe module." 1817 1700 1818 1701 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/BoundingBoxDownloader.java:45 … … 1888 1771 1889 1772 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/RawCsvReader.java:62 1890 msgid "" 1891 "Format string in data is incomplete or not found. Try setting an manual " 1892 "format string in Preferences." 1893 msgstr "" 1894 "Şirul de format al datelor este incomplet sau nu a putut fi găsit. Încercaţi " 1895 "să precizaţi manual un şir de format în Preferinţe." 1773 msgid "Format string in data is incomplete or not found. Try setting an manual format string in Preferences." 1774 msgstr "Şirul de format al datelor este incomplet sau nu a putut fi găsit. Încercaţi să precizaţi manual un şir de format în Preferinţe." 1896 1775 1897 1776 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/RawCsvReader.java:63 1898 msgid "" 1899 "Format string is incomplete. Need at least 'lat' and 'lon' specification" 1900 msgstr "" 1901 "Şirul de format este incomplet. E necesar să fie specificate cel puţin 'lat' " 1902 "şi 'lon'" 1777 msgid "Format string is incomplete. Need at least 'lat' and 'lon' specification" 1778 msgstr "Şirul de format este incomplet. E necesar să fie specificate cel puţin 'lat' şi 'lon'" 1903 1779 1904 1780 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/RawCsvReader.java:83 … … 1939 1815 #, java-format 1940 1816 msgid "Data error: Segment {0} is deleted but part of Way {1}" 1941 msgstr " "1817 msgstr "Eroare de date: Segmentul {0} a fost sterş dar este parte a căii {1}" 1942 1818 1943 1819 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/IncompleteDownloader.java:115 1944 1820 #, java-format 1945 1821 msgid "Data error: Node {0} is deleted but part of Segment {1}" 1946 msgstr " "1822 msgstr "Eroare de date: Nodul {0} a fost şters dar este parte a segmentului {1}" 1947 1823 1948 1824 #: ../../../../editors/josm/src/org/openstreetmap/josm/io/OsmIdReader.java:34 … … 2059 1935 #, java-format 2060 1936 msgid "Plugin not found: {0}." 2061 msgstr " "1937 msgstr "Modulul nu a fost găsit: {0}." 2062 1938 2063 1939 #: ../../../../editors/josm/src/org/openstreetmap/josm/Main.java:204 2064 #, fuzzy,java-format1940 #, java-format 2065 1941 msgid "Could not load plugin {0}." 2066 msgstr "Nu am putut citi \"{0}\""1942 msgstr "Nu am putut încărca modulul {0}" 2067 1943 2068 1944 #: ../../../../editors/josm/src/org/openstreetmap/josm/Main.java:228 … … 2087 1963 #: ../osmarender/src/OsmarenderPlugin.java:108 2088 1964 msgid "View" 2089 msgstr " "1965 msgstr "Vizualizare" 2090 1966 2091 1967 #: ../landsat/src/landsat/DownloadLandsatTask.java:18 2092 #, fuzzy2093 1968 msgid "Landsat background images" 2094 msgstr " Descarcă şi afişează imagini landsat pe fundal."1969 msgstr "Imagini de fundal Landsat" 2095 1970 2096 1971 #: ../landsat/src/landsat/LandsatLayer.java:45 2097 #, fuzzy2098 1972 msgid "Wrong longitude transformation for tile manager. Can't operate on {0}" 2099 msgstr "" 2100 "Eroare la transformarea longitudinii pentru cache-ul de imagini. Nu pot " 2101 "opera pe {0}" 1973 msgstr "Eroare la transformarea longitudinii pentru administratorul de imagini. Nu pot opera pe {0}" 2102 1974 2103 1975 #: ../landsat/src/landsat/LandsatLayer.java:70 … … 2111 1983 2112 1984 #: ../annotation-tester/src/annotationtester/AnnotationTesterAction.java:20 2113 msgid "" 2114 "Open the annotation preset test tool for previewing annotation preset " 2115 "dialogs." 2116 msgstr "" 1985 msgid "Open the annotation preset test tool for previewing annotation preset dialogs." 1986 msgstr "Deschide unealta de test a adnotărilor pentru a previzualiza mesajele cu adnotări predefinite." 2117 1987 2118 1988 #: ../annotation-tester/src/annotationtester/AnnotationTesterAction.java:28 … … 2122 1992 #~ msgid "Download {0} ways containing a total of {1} segments?" 2123 1993 #~ msgstr "Descarc {0} căi conţinând în total {1} segmente?" 2124 2125 1994 #~ msgid "Refresh the selection list." 2126 1995 #~ msgstr "Reîncarcă lista de selecţii" 2127 2128 1996 #~ msgid "Search for objects." 2129 1997 #~ msgstr "Caută obiecte" 2130 2131 1998 #~ msgid "Language" 2132 1999 #~ msgstr "Limbă" 2133 2134 2000 #~ msgid "Conflicts in disjunct objects" 2135 2001 #~ msgstr "Conflicte în obiecte disjuncte" 2136 2137 2002 #~ msgid "Downloading {0} {1}" 2138 2003 #~ msgstr "Descarc {0} {1}" 2139 2140 2004 #~ msgid "Got more than one object when expecting only one." 2141 2005 #~ msgstr "Am primit mai mult de un obiect când mă aşteptam doar la unul." 2142 2143 2006 #~ msgid "Used in a way." 2144 2007 #~ msgstr "Folosit într-o cale." 2145 2146 2008 #~ msgid "Move selected objects around." 2147 2009 #~ msgstr "Mută obiectele selectate." 2148 2149 2010 #~ msgid "Open as raw gps data" 2150 2011 #~ msgstr "Deschide ca date gps neprelucrate" 2151 2152 2012 #~ msgid "Show background" 2153 2013 #~ msgstr "Arată fundalul" 2154 2155 2014 #~ msgid "Images" 2156 2015 #~ msgstr "Imagini" 2157 2158 2016 #~ msgid "Time loop in gps data." 2159 2017 #~ msgstr "Buclă de timp în datele gps." 2018 -
utils/josm/plugins/osmarender/build.xml
r1467 r1471 1 <project name="osmarender" default=" build" basedir=".">1 <project name="osmarender" default="install" basedir="."> 2 2 3 <!--property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" /--> 4 <property name="josm" location="../../../../../josm/bin" /> 5 3 <property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" /> 6 4 <property name="osmarender" location="../../../osmarender" /> 7 <property name="target" location="dist/osmarender.jar" />8 5 9 6 10 11 <target name="init"> 12 <mkdir dir="build"></mkdir> 7 <target name="compile"> 8 <mkdir dir="bin"></mkdir> 13 9 <mkdir dir="dist"></mkdir> 14 </target> 15 16 <target name="compile" depends="init"> 17 <javac srcdir="src" debug="true" classpath="${josm}" destdir="build"> 10 <javac srcdir="src" debug="true" classpath="${josm}" destdir="bin"> 18 11 <include name="**/*.java" /> 19 12 </javac> 20 13 </target> 21 14 22 <target name="build" depends="compile">23 <copy todir="b uild">15 <target name="build"> 16 <copy todir="bin"> 24 17 <fileset dir="${osmarender}"> 25 18 <include name="osmarender.xsl"/> … … 27 20 </fileset> 28 21 </copy> 29 <jar destfile="${ target}" basedir="build">22 <jar destfile="${user.home}/.josm/plugins/osmarender.jar" basedir="bin"> 30 23 <manifest> 31 24 <attribute name="Plugin-Class" value="OsmarenderPlugin" /> … … 36 29 37 30 <target name="clean"> 38 <delete dir="b uild" />31 <delete dir="bin" /> 39 32 <delete dir="dist" /> 40 33 </target> 41 34 42 <target name="install" depends="build"> 43 <copy file="${target}" todir="${user.home}/.josm/plugins"/> 44 </target> 35 <target name="install" depends="compile,build" /> 45 36 46 37 </project>
Note:
See TracChangeset
for help on using the changeset viewer.