diff --git a/Code/Visualization/otbImageWidgetPackedManager.fl b/Code/Visualization/otbImageWidgetPackedManager.fl index bb168d48ef4998b728883fa0b368e95f47dadc5b..5740335f253d7d931443391b541f28ae14b8d1ca 100644 --- a/Code/Visualization/otbImageWidgetPackedManager.fl +++ b/Code/Visualization/otbImageWidgetPackedManager.fl @@ -1,6 +1,9 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 -header_name {.h} +version 1.0107 +i18n_type 1 +i18n_include "otbI18n.h" +i18n_function otbGetTextMacro +header_name {.h} code_name {.cxx} class ImageWidgetPackedManager {open } { @@ -44,4 +47,4 @@ class ImageWidgetPackedManager {open } } } -} +} diff --git a/Code/Visualization/otbImageWidgetSplittedManager.fl b/Code/Visualization/otbImageWidgetSplittedManager.fl index 281ba83395014d3f98027aeebee974fa68e5f399..d336d50de8e59554c747a3f02002d308e8eec07b 100644 --- a/Code/Visualization/otbImageWidgetSplittedManager.fl +++ b/Code/Visualization/otbImageWidgetSplittedManager.fl @@ -1,6 +1,9 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 -header_name {.h} +version 1.0107 +i18n_type 1 +i18n_include "otbI18n.h" +i18n_function otbGetTextMacro +header_name {.h} code_name {.cxx} class ImageWidgetSplittedManager {open } { @@ -27,4 +30,4 @@ class ImageWidgetSplittedManager {open xywh {1309 633 215 160} type Double box UP_BOX color 52 selection_color 7 labelcolor 187 resizable visible } {} } -} +} diff --git a/I18n/CMakeLists.txt b/I18n/CMakeLists.txt index 1f3b82766b12e397b2edeae8a30eac76ba3268a9..1e78cfa3b22e066bed4fd2496afc102404e20fea 100644 --- a/I18n/CMakeLists.txt +++ b/I18n/CMakeLists.txt @@ -57,4 +57,4 @@ foreach(locale ${locale_list}) ) endforeach(locale ${locale_list}) -add_custom_target(OTBIO DEPENDS ${mo_file}) +add_custom_target(OTBI18N ALL DEPENDS ${mo_files}) diff --git a/I18n/otb-fr.po b/I18n/otb-fr.po index 18357dc971afc1d1784f69d774a7667bfa884745..6e19522ffc2b1d858aea8b3ac8ac589fa68e2208 100644 --- a/I18n/otb-fr.po +++ b/I18n/otb-fr.po @@ -1,4 +1,4 @@ -# translation of fr.po to Francais +# translation of otb-fr.po to Francais # French translations for PACKAGE package. # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. @@ -6,325 +6,4627 @@ # Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>, 2009. msgid "" msgstr "" -"Project-Id-Version: fr\n" +"Project-Id-Version: otb-fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-09-08 14:20+0800\n" -"PO-Revision-Date: 2009-09-08 14:52+0800\n" +"POT-Creation-Date: 2009-09-10 13:40+0800\n" +"PO-Revision-Date: 2009-09-10 15:05+0800\n" "Last-Translator: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>\n" -"Language-Team: Francais <fr@orfeo-toolbox.org>\n" +"Language-Team: American English <kde-i18n-doc@kde.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: KBabel 1.11.4\n" +"X-Generator: Lokalize 0.3\n" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:199 -msgid "otbImageViewerManagerView" +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:65 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:107 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:42 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:42 +#: Pireo/PireoViewerGUI.cxx:229 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:252 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:70 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:168 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:91 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:21 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:70 +msgid "File" +msgstr "Fichier" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:66 +msgid "Load Left Image ..." +msgstr "Charger image a gauche" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:67 +msgid "Load Right Image ..." +msgstr "Charger image a droite" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:68 +msgid "Load SVM model ..." +msgstr "Charger modèle SVM" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:69 +msgid "Import vector data ..." +msgstr "Importer donnees vecteur" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:70 +msgid "Export vector data ..." +msgstr "Exporter donnee vecteur" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:71 +msgid "Save SVM model ..." +msgstr "Sauver modèle SVM" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:72 +msgid "Save result image ..." +msgstr "Sauver image resultat" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:73 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:117 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:46 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:46 +#: Pireo/PireoViewerGUI.cxx:237 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:255 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:172 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:95 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:23 +msgid "Exit" +msgstr "Quitter" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:342 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:273 +msgid "c_svc" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:343 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:274 +msgid "nu_svc" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:344 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:275 +msgid "one_class" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:345 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:276 +msgid "epsilon_svr" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:346 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:277 +msgid "nu_svr" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:351 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:282 +msgid "linear" +msgstr "lineaire" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:352 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:283 +msgid "polynomial" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:353 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:284 +msgid "rbf" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:354 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:285 +msgid "sigmoid" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:372 +msgid "Principal Window" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:385 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:461 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:269 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:484 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:513 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:484 +msgid "Clear" +msgstr "Effacer" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:386 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:456 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:515 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:523 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:531 +msgid "Clear the entire drawing." +msgstr "Effacer tout le dessin" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:393 +msgid "Learn " +msgstr "Apprentisasage" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:394 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:503 +msgid "Learn the SVM model from the training set." +msgstr "Apprentissage du SVM depuis l'ensemble d'entrainement" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:404 +msgid "Unchanged class" +msgstr "Classe sans changements" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:405 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:427 +msgid "Choose changed class training set color." +msgstr "Choix de la couleur de la classe changements" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:415 +msgid "Changed class" +msgstr "Changer la classe" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:416 +msgid "Toggle changed class training set display." +msgstr "Affiche la classe changements" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:426 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:434 +msgid "Color ..." +msgstr "Couleur..." + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:435 +msgid "Choose unchanged class training set color." +msgstr "Choix de la couleur de la classe sans changement" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:442 +#: LandCoverMap/otbLandCoverMapView.cxx:152 +msgid "Opacity" +msgstr "Opacite" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:443 +msgid "Set the training set opacity." +msgstr "Modifie l'opacite de l'ensemble d'entrainement" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:455 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:571 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:119 +msgid "Setup" +msgstr "Configuration" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:463 +msgid "Use change detectors" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:464 +msgid "" +"Enrich feature vector with mean-difference and mean-ratio change detectors " +"attributes." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:475 +msgid "Logs" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:481 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:661 +msgid "Pixel locations and values" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:493 +msgid "Polygonal ROI" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:502 +msgid "Display results " +msgstr "Afficher resultats" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:514 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:586 +msgid "Erase last point" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:522 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:619 +msgid "End polygon" +msgstr "Finir polygone" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:530 +msgid "Erase last polygon" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:541 +msgid "Before full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:546 +msgid "Center full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:551 +msgid "After full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:556 +msgid "Before scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:561 +msgid "Center scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:566 +msgid "After scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:585 +msgid "Color composition" +msgstr "Composition coloree" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:590 +msgid "Left Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:595 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:644 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:693 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:834 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:413 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:311 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:691 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:347 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:311 +msgid "Grayscale mode" +msgstr "Composition coloree" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:602 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:651 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:700 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:845 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:423 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:321 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:701 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:357 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:321 +msgid "RGB composition mode" +msgstr "Composition coloree" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:609 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:658 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:707 +msgid "Channel: " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:616 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:665 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:714 +msgid "Red channel: " +msgstr "Canal rouge:" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:623 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:672 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:721 +msgid "Green channel: " +msgstr "Canal vert:" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:630 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:679 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:728 +msgid "Blue channel: " +msgstr "Canal bleu:" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:639 +msgid "Right Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:688 +msgid "Center Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:739 +msgid "Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:747 +msgid "Left Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:754 +msgid "Right Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:761 +msgid "Center Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:770 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:708 +msgid "SVM Setup" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:776 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:713 +msgid "SVM Type " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:786 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:724 +msgid "Kernel Type " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:796 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:735 +msgid "Kernel Degree " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:804 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:743 +msgid "Gamma " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:811 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:750 +msgid "Nu " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:818 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:757 +msgid "Coef0 " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:825 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:764 +msgid "C " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:832 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:771 +msgid "Epsilon " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:839 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:778 +msgid " Shrinking" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:847 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:786 +msgid " Probability Estimation" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:855 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:794 +msgid "Cache Size " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:863 +msgid "Save parameters" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:871 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:810 +msgid "P " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:108 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:57 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:253 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:71 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:169 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:92 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:71 +#, fuzzy +msgid "Open image" +msgstr "Ouvrir Image" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:109 +msgid "Save result image" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:110 +msgid "Save classif as vector data (Experimental)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:111 +msgid "Open SVM model" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:112 +msgid "Save SVM model" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:113 +msgid "Import vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:114 +msgid "Export vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:115 +msgid "Export all vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:116 +msgid "Import ROIs from labeled image" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:120 +msgid "Visualisation" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:121 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:161 +msgid "SVM" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:368 +msgid "Supervised Classification Application" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:373 +msgid "Classes list" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:374 +msgid "Browse and select classes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:386 +msgid "Class Information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:387 +msgid "Display selected class information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:404 +msgid "Image information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:405 +msgid "Display image information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:414 +msgid "Edit Classes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:415 +msgid "Tools to edit classes attributes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:422 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1749 +msgid "Add" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:423 +msgid "Add a new class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:433 +msgid " Remove" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:434 +msgid "Remove the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:444 +msgid "Name" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:445 +msgid "Change the name of the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:455 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:330 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:524 +msgid "Color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:456 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:331 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:525 +msgid "Change the color of the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:468 +msgid "Sets" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:475 +msgid "Training" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:476 +msgid "Display the training set" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:489 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:996 +msgid "Validation" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:490 +msgid "" +"Display the validation set. Only available if random validation samples is " +"not activated" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:503 +msgid "Random" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:504 +msgid "" +"If activated, validation sample is randomly choosen as a subset of the " +"training samples" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:512 +msgid "Probability " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:513 +msgid "" +"Tune the probability for a sample to be choosen as a training sample. Only " +"available is random validation sample generation is activated" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:528 +msgid "Classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:529 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1786 +#: LandCoverMap/otbLandCoverMapView.cxx:51 +#: LandCoverMap/otbLandCoverMapView.cxx:82 +msgid "Tools for classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:536 +#: Pireo/PireoViewerGUI.cxx:260 +msgid "Display" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:537 +msgid "Display the results of the classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:549 +msgid "Learn" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:550 +msgid "Learn the SVM model from training samples" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:563 +msgid "Validate" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:564 +msgid "Display some quality assesment on the classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:578 +msgid "Regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:579 +msgid "Tools to edit the regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:587 +msgid "Delete the last point of the selected region of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:597 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:351 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:262 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:547 +msgid "Delete" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:598 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:352 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:548 +msgid "Delete the selected region of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:608 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:558 +msgid "ClearROIs" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:609 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:559 +msgid "Clear all regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:620 +msgid "End the current polygon" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:630 +msgid "Polygon" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:631 +msgid "Switch between polygonal or rectangular selection" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:644 +msgid "Opacity " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:645 +msgid "Tune the region of interest and classification result opacity" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:662 +msgid "Display pixel location and values" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:674 +msgid "Class color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:675 +msgid "Display the selected class color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:683 +msgid "ROI list" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:684 +msgid "Browse and select ROI associated to the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:695 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:255 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:569 +msgid "Focus" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:696 +msgid "Focus the viewer on the selected ROI" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:714 +msgid "Set the SVM type" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:725 +msgid "Set the kernel type" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:802 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:890 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:411 +#: Pireo/PireoViewerGUI.cxx:657 Pireo/PireoViewerGUI.cxx:686 +#: Pireo/PireoViewerGUI.cxx:720 Pireo/PireoViewerGUI.cxx:749 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1157 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:467 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:306 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:440 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:486 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:361 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:610 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:741 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:397 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:361 +msgid "Ok" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:817 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:901 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:403 +#: Pireo/PreProcessParametersGUI.cxx:200 Pireo/PireoViewerGUI.cxx:665 +#: Pireo/PireoViewerGUI.cxx:694 Pireo/PireoViewerGUI.cxx:728 +#: Pireo/PireoViewerGUI.cxx:757 Pireo/RegistrationParametersGUI.cxx:1289 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1166 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:477 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:314 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:432 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:493 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:379 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:620 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:751 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:415 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:379 +msgid "Cancel" +msgstr "Annuler" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:818 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:902 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:478 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:380 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:621 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:752 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:416 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:380 +msgid "Leave viewer set up interface without saving changes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:829 +msgid "Visualisation Setup" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:835 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:414 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:312 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:692 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:348 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:312 +msgid "Swith the image viewer mode to grayscale" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:846 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:424 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:322 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:702 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:358 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:322 +msgid "Switch the image viewer mode to RGB composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:855 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:432 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:330 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:710 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:366 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:330 +msgid "Channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:856 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:433 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:331 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:711 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:367 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:331 +msgid "Select the band to view in grayscale mode" +msgstr "Selectionne la bande a afficher en niveaux de gris" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:863 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:440 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:337 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:667 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:717 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:373 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:337 +msgid "Red channel index " +msgstr "Index du canal rouge" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:864 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:441 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:338 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:668 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:718 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:374 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:338 +msgid "Select band for red channel in RGB composition" +msgstr "Selectionne la bande a afficher en rouge" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:872 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:449 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:345 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:660 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:725 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:381 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:345 +msgid "Green channel index " +msgstr "Index du canal vert" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:873 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:450 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:346 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:661 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:726 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:382 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:346 +msgid "Select band for green channel in RGB composition" +msgstr "Selectionne la bande a afficher en vert" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:881 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:458 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:353 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:733 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:389 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:353 +msgid "Blue channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:882 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:459 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:354 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:734 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:390 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:354 +msgid "Select band for blue channel in RGB composition" +msgstr "Selectionne la bande a afficher en bleu" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:891 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1016 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:468 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:362 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:611 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:742 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:398 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:362 +msgid "Save changes and leave viewer set up interface" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:911 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:388 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:424 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:388 +msgid "Complex composition mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:912 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:389 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:425 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:389 +msgid "Switch the image viewer mode to complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:921 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:397 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:433 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:397 +msgid "Real channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:922 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:398 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:434 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:398 +msgid "Select band for real channel in complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:930 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:405 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:441 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:405 +msgid "Imaginary channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:931 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:406 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:442 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:406 +msgid "Select band for imaginary channel in complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:939 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:413 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:413 +msgid "Modulus" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:940 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:414 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:450 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:414 +msgid "Toggle modulus mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:949 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:421 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:457 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:421 +msgid "Phase" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:950 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:422 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:458 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:422 +msgid "Toggle phase mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:960 +msgid "Full Window" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:968 +msgid "Scroll Window" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:976 +msgid "Class name chooser" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:980 +msgid "Name: " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:984 +msgid "ok" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1001 +msgid "Confusion matrix" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1008 +msgid "Accuracy" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1015 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:722 +msgid "Close" +msgstr "Fermer" + +#: Common/otbMsgReporterGUI.cxx:7 +msgid "Msg Reporter" +msgstr "" + +#: Common/otbMsgReporterGUI.cxx:15 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:348 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:147 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:407 +msgid "Navigate through the image" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:42 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:56 +msgid "Menu" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:43 +#: LandCoverMap/otbLandCoverMapView.cxx:68 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:43 +#: OrthoFusion/otbOrthoFusionGUI.cxx:445 OrthoRectif/otbOrthoRectifGUI.cxx:417 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:181 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:273 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:181 +msgid "Open Image" +msgstr "Ouvrir Image" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:44 +#: OrthoFusion/otbOrthoFusionGUI.cxx:455 OrthoRectif/otbOrthoRectifGUI.cxx:427 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:191 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:283 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:191 +msgid "Close Image" +msgstr "Fermer Image" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:45 +msgid "Save Result" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:46 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1901 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:66 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:465 +#: LandCoverMap/otbLandCoverMapView.cxx:124 +#: OrthoFusion/otbOrthoFusionGUI.cxx:475 OrthoRectif/otbOrthoRectifGUI.cxx:447 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:76 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:221 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:493 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:80 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:313 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:522 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:221 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:493 +msgid "Quit" +msgstr "Quitter" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:593 +msgid "Touzi" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:594 +msgid "Harris (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:595 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:170 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:232 +msgid "Spectral Angle" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:596 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:617 +msgid "Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:597 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:612 +msgid "Mean" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:598 +msgid "Rec. Gradient" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:599 +msgid "Textures" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:600 +msgid "Angular Second Momentum Order" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:601 +msgid "Cluster Shade" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:602 +msgid "Cluster Prominence" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:603 +msgid "Contrast" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:604 +msgid "Correlation" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:605 +msgid "Difference Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:606 +msgid "Difference Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:607 +msgid "Energy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:608 +msgid "Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:609 +msgid "Information Correlation 1" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:610 +msgid "Information Correlation 2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:611 +msgid "Inverse Difference Moment" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:613 +msgid "PanTex" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:614 +msgid "Sum Average" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:615 +msgid "Sum Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:616 +msgid "Sum Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:618 +msgid "SFS" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:619 +msgid "Length" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:620 +msgid "Width" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:621 +msgid "PSI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:622 +msgid "W-mean" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:623 +msgid "Ratio" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:624 +msgid "SD" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:627 +msgid "Morphology" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:628 +msgid "Morphological Opening Profile (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:629 +msgid "Morphological Closing Profile (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:631 +msgid "Radiometry Indexes" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:632 +#: LandCoverMap/otbLandCoverMapView.cxx:175 +msgid "Vegetation" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:633 +msgid "NDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:634 +msgid "RVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:635 +msgid "PVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:636 +msgid "SAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:637 +msgid "MSAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:638 +msgid "MSAVI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:639 +msgid "TSAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:640 +msgid "GEMI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:641 +msgid "WDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:642 +msgid "IPVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:643 +msgid "TNDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:644 +msgid "ARVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:645 +msgid "EVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:646 +msgid "TSARVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:647 +msgid "AVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:649 +msgid "Soil" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:650 +msgid "RI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:651 +msgid "CI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:652 +msgid "BI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:653 +msgid "BI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:655 +msgid "Built Up" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:656 +msgid "NDBI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:657 +msgid "ISU" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:659 +#: LandCoverMap/otbLandCoverMapView.cxx:184 +msgid "Water" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:660 +msgid "SRWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:661 +msgid "NDWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:662 +msgid "NDWI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:663 +msgid "MNDWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:664 +msgid "NDPI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:665 +msgid "NDTI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:668 +msgid "Edge Density" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:669 +msgid "Sobel" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:671 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:196 +msgid "Mean Shift" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:672 +msgid "Smooth" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:673 +msgid "Clusters" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:674 +msgid "Labels" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:675 +msgid "Boundries" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:677 +msgid "Original data" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:774 +msgid "Feature Extraction Application" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:792 +msgid "Action" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:799 +msgid "Feature Choice:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:808 +msgid "Feature Parameters" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:820 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1630 +#: OrthoFusion/otbOrthoFusionGUI.cxx:833 OrthoFusion/otbOrthoFusionGUI.cxx:840 +#: OrthoRectif/otbOrthoRectifGUI.cxx:768 OrthoRectif/otbOrthoRectifGUI.cxx:775 +msgid "Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:831 +msgid "Sigma D:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:838 +msgid "Sigma I:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:845 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1610 +msgid "Alpha:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:856 +msgid "Pixel coordinates:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:862 +msgid "Pixel value:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:872 +msgid "Initial Value:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:879 +msgid "Profile Size:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:886 +msgid "Step:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:897 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:929 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1669 +msgid "Radius along X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:905 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:937 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1677 +msgid "Radius along Y:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:917 +msgid "Sigma:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:945 +msgid "Offset along X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:954 +msgid "Offset along Y:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:967 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:987 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1029 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1061 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1089 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1137 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1165 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1200 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1261 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1315 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1378 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1397 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1433 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1569 +msgid "Red Channel Index:" +msgstr "Index du canal rouge" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:975 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:995 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1037 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1068 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1096 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1144 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1179 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1214 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1275 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1329 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1404 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1440 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1489 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1517 +msgid "NIR Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1003 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1113 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1447 +msgid "a:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1004 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1076 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1104 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1283 +msgid "Soil line slope" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1014 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1456 +msgid "b:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1015 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1114 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1293 +msgid "Soil line intercept" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1045 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1230 +msgid "L:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1046 +msgid "" +"Correction factor. 0 for high vegetation cover, 1 for low, and usually L = " +"0.5." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1075 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1103 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1151 +msgid "s:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1123 +msgid "x:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1124 +msgid "Adjustement factor" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1152 +msgid "Slope of soil line" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1172 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1207 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1268 +msgid "Blue Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1186 +msgid "gamma:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1187 +msgid "gamma generally = 0.5 (default value) or 1 (depending on aerosols)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1221 +msgid "G:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1239 +msgid "C1:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1248 +msgid "C2:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1282 +msgid "a_rb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1292 +msgid "b_rb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1302 +#: Pireo/RegistrationParametersGUI.cxx:732 +#: Pireo/RegistrationParametersGUI.cxx:749 +msgid "X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1322 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1371 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1390 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1509 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1529 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1557 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1577 +msgid "Green Channel Index:" +msgstr "Index du canal vert:" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1336 +msgid "lambda 1:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1337 +msgid "Central wavelength of the G band (0.55 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1346 +msgid "lambda 2:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1347 +msgid "Central wavelength of the R band (0.66 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1356 +msgid "lambda 3:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1357 +msgid "Central wavelength of the NIR band (0.84 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1415 +msgid "TM4 Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1422 +msgid "TM5 Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1469 +msgid "Rho 860 Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1477 +msgid "Rho 1240 Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1497 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1537 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1549 +msgid "MIR Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1589 +msgid "Spectral Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1596 +msgid "Spatial Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1603 +msgid "Nbr of Directions:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1618 +msgid "Ratio MaxCons. Nb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1637 +msgid "Max Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1644 +msgid "Min Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1651 +msgid "Variance:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1658 +msgid "Max Error:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1685 +msgid "Lower Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1692 +msgid "Upper Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1704 +msgid "Spatial Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1711 +msgid "Range Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1719 +msgid "Min. Region Size:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1726 +msgid "Scale:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1738 +msgid "Channels Selection" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1750 +msgid "Add feature to list (one per selected channel)." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1760 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1794 +msgid "Feature Image List" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1761 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1795 +msgid "Contains each Computed Feature" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1773 +msgid "Feature Information" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1785 +msgid "Output" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1807 +#: OrthoFusion/otbOrthoFusionGUI.cxx:538 OrthoFusion/otbOrthoFusionGUI.cxx:550 +msgid ">>" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1808 +msgid "Add mono Channel Image to Intput List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1818 +#: OrthoFusion/otbOrthoFusionGUI.cxx:544 OrthoFusion/otbOrthoFusionGUI.cxx:556 +msgid "<<" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1819 +msgid "Remove Mono channel Image from Output List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1829 +msgid "Selected Output Channels" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1830 +msgid "Contains each Selected Feature for Output Generation." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1842 +msgid "+" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1843 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1854 +msgid "Change selected Feature Position in Output Image." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1853 +msgid "-" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1868 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:254 +msgid "Save result" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1869 +#: LandCoverMap/otbLandCoverMapView.cxx:114 +msgid "Save the Composition." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1879 +msgid "Close image" +msgstr "Fermer image" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1880 +msgid "Erase Feature and Close Input Image." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1890 +msgid "Clear List" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1891 +msgid "Clear Feature List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1902 +#: LandCoverMap/otbLandCoverMapView.cxx:125 +msgid "Quit Application." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1913 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:478 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:230 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:180 +msgid "Scroll" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1920 +msgid "Full resolution" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1927 +msgid "Feature" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:43 +#, fuzzy +msgid "Open Image Pair" +msgstr "Ouvrir Image" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:44 +msgid "Save deformation field" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:45 +msgid "Save Registered Image" +msgstr "Sauver l'image recalee" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:167 +msgid "Fine registration application" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:174 +#, fuzzy +msgid "Images" +msgstr "Ouvrir Image" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:175 +msgid "" +"This area displays a color composition of the fixed image, the moving image " +"and the resampled image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:195 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:146 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:406 +msgid "Minimap" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:196 +msgid "" +"This area allows to navigate through large images. Displays an anaglyph " +"composition of the fixed and the moving image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:205 +msgid "Deformation field" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:206 +msgid "" +"This area shows a color composition of the deformation field values in X, Y " +"and intensity. To display the deformation field, please trigger the run " +"button." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:215 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:155 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:328 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:198 +msgid "Parameters" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:216 +msgid "This area allows you to tune parameters from the registration algorithm." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:222 +#: Segmentation/otbPreprocessingViewGroup.cxx:71 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:82 +msgid "Number of iterations" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:223 +msgid "Allows you to tune the number of iterations of the registration algorithm." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:232 +msgid "X NCC radius" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:233 +msgid "" +"Allows you to tune the radius used to compute the normalized correlation in " +"the first image direction." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:243 +msgid "Y NCC radius" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:244 +msgid "" +"Allows you to tune the radius used to compute the normalized correlation in " +"the second image direction." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:254 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:397 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:469 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:381 +msgid "Run" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:255 +msgid "" +"This button allows you to run the deformation field estimation on the image " +"region displayed in the \"Images\" area." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:265 +msgid "X Max" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:266 +msgid "" +"This algorithm allows you to tune the maximum deformation in the first image " +"direction. This is used to handle a security margin when streaming the " +"algorithm on huge images." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:281 +msgid "Y Max" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:282 +msgid "" +"This algorithm allows you to tune the maximum deformation in the second " +"image direction. This is used to handle a security margin when streaming the " +"algorithm on huge images." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:300 +msgid "Images color composition" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:301 +msgid "" +"This area allows you to select the color composition displayed in the " +"\"Images\" area." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:308 +msgid "Fixed" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:309 +msgid "Show or hide the fixed image in the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:320 +msgid "Moving" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:321 +msgid "Show or hide the moving image in the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:332 +msgid "Resampled" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:333 +msgid "" +"Show or hide the resampled image in the color composition. If there is no " +"deformation field computed yet, the resampled image is the moving image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:347 +msgid "Deformation field color composition" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:354 +msgid "X deformation" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:355 +msgid "" +"Show or hide the deformation in the first image direction in the color " +"composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:367 +msgid "Y deformation" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:368 +msgid "" +"Show or hide the deformation in the second image direction in the color " +"composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:380 +msgid "Intensity" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:381 +msgid "Show or hide the deformation intensity iin the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:396 +#, fuzzy +msgid "Open image pair" +msgstr "Ouvrir Image" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:419 +msgid "Fixed image" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:426 +msgid "Moving image" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:433 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:441 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1093 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1102 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1111 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1120 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1144 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:568 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:581 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:462 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:470 +msgid "..." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:58 +msgid "Vector Data" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:59 +msgid "Import Vector" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:60 +msgid "DEM Management" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:62 +#: Pireo/PireoViewerGUI.cxx:232 Pireo/PireoViewerGUI.cxx:233 +msgid "Save" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:63 +msgid "Save Full" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:64 +msgid "Save Extract Result" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:196 +msgid "Image To Data Base Registration Application" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:215 +msgid "ROI Selection" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:224 +msgid "ROI Full Resolution" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:236 +msgid "ROI" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:237 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:423 +msgid "This area display a minimap of the full image" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:262 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:435 +msgid "Extraction parameters" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:268 +msgid "Angle Threshold" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:274 +msgid "Segment Length " +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:280 +msgid "Max. Triplet Dist." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:286 +msgid "Set Reference Data" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:292 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:176 +#, fuzzy +msgid "Image" +msgstr "Ouvrir Image" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:302 +msgid "Data Base" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:314 +msgid "Vector Datas" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:315 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:509 +msgid "Region of interest control panel" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:322 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:516 +msgid "Display the selected ROI color" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:341 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:536 +msgid "Browse and select ROI" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:361 +msgid "ClearAll" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:362 +msgid "Clear all vector data." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:374 +msgid "Transform" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:389 +msgid "Switch scroll" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:398 +msgid "Run the Registration" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:406 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:416 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:390 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:398 +msgid "Pixel Value:" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:433 +msgid "DEM Selection" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:440 +msgid "Use DEM for Loading" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:445 +msgid "Use DEM for Processing" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:452 +msgid "Load" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:472 +#: LandCoverMap/otbLandCoverMapView.cxx:113 +#: OrthoFusion/otbOrthoFusionGUI.cxx:465 OrthoRectif/otbOrthoRectifGUI.cxx:437 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:730 +msgid "OK" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:43 +msgid "Land Cover Map Application" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:59 +msgid "Input Image Name" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:69 +msgid "Open a new input image." +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:90 +msgid "Input Model Name" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:100 +msgid "Load Model" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:101 +msgid "Open a new input model." +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:135 +msgid "Scroll Image" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:142 +msgid "Feature Selection" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:164 +msgid "Full Resolution Image" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:171 +msgid "Nomenclature" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:193 +msgid "Built-up area" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:202 +msgid "Roads" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:211 +msgid "Bare soil" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:220 +msgid "Shadows" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:44 +msgid "Save Label Image" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:45 +msgid "Save Polygon" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:126 +msgid "Object Counting Application" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:133 +msgid "Extract" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:162 +msgid "Use SVM for Classification" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:171 +msgid "Use Spectral Angle for Classification" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:178 +msgid "Use Smoothing" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:179 +msgid "Smooth input image before working" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:186 +msgid "Minimum Object Size" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:187 +msgid "Minimum Region Size" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:203 +msgid "Spatial Radius" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:212 +msgid "Range Radius" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:221 +msgid "Scale" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:240 +msgid "Reference Pixel:" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:247 +msgid "Threshold Value:" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:259 +msgid "Nu (svm) " +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:260 +msgid "SVM Classifier margin" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:270 +#: OrthoFusion/otbOrthoFusionGUI.cxx:525 OrthoRectif/otbOrthoRectifGUI.cxx:497 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:289 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:289 +msgid "Preview" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:271 +msgid "Run over the extracted image." +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:279 +msgid "Statistics " +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:117 OrthoRectif/otbOrthoRectifGUI.cxx:89 +msgid "UTM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:118 OrthoRectif/otbOrthoRectifGUI.cxx:90 +msgid "LAMBERT2" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:119 OrthoRectif/otbOrthoRectifGUI.cxx:91 +msgid "TRANSMERCATOR" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:312 OrthoRectif/otbOrthoRectifGUI.cxx:284 +msgid "Linear" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:313 OrthoRectif/otbOrthoRectifGUI.cxx:285 +msgid "Nearest" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:314 OrthoRectif/otbOrthoRectifGUI.cxx:286 +msgid "SinC" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:361 OrthoRectif/otbOrthoRectifGUI.cxx:333 +msgid "Blackman" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:362 OrthoRectif/otbOrthoRectifGUI.cxx:334 +msgid "Cosine" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:363 OrthoRectif/otbOrthoRectifGUI.cxx:335 +msgid "Gaussian" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:364 OrthoRectif/otbOrthoRectifGUI.cxx:336 +msgid "Hamming" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:365 OrthoRectif/otbOrthoRectifGUI.cxx:337 +msgid "Lanczos" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:366 OrthoRectif/otbOrthoRectifGUI.cxx:338 +msgid "Welch" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:439 +msgid "otbOrthoFusion" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:446 OrthoRectif/otbOrthoRectifGUI.cxx:418 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:182 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:274 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:182 +msgid "Open an image in a new image viewer" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:456 OrthoRectif/otbOrthoRectifGUI.cxx:428 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:192 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:284 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:192 +msgid "Close the selected image" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:466 OrthoRectif/otbOrthoRectifGUI.cxx:438 +msgid "Compute result" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:476 OrthoRectif/otbOrthoRectifGUI.cxx:448 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:222 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:314 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:222 +msgid "Quit the viewer manager" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:485 OrthoRectif/otbOrthoRectifGUI.cxx:457 +#: Pireo/PireoViewerGUI.cxx:269 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:231 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:205 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:231 +msgid "Information" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:486 OrthoRectif/otbOrthoRectifGUI.cxx:458 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:232 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:206 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:232 +msgid "Selected image viewer information" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:494 OrthoRectif/otbOrthoRectifGUI.cxx:466 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:239 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:229 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:239 +msgid "Show / Hide" +msgstr "Aff./Masq." + +#: OrthoFusion/otbOrthoFusionGUI.cxx:495 OrthoRectif/otbOrthoRectifGUI.cxx:467 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:240 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:230 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:240 +msgid "Show or hide the selected image viewer" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:504 OrthoRectif/otbOrthoRectifGUI.cxx:476 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:268 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:239 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:268 +msgid "Hide all" +msgstr "Tout masquer" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:505 OrthoRectif/otbOrthoRectifGUI.cxx:477 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:269 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:240 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:269 +msgid "Hide all the viewers" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:514 +msgid "Images List" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:515 OrthoRectif/otbOrthoRectifGUI.cxx:487 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:279 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:214 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:279 +msgid "" +"List of opened image viewer (showed image viewer are prefixed with +, and " +"hidden with -)" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:526 OrthoRectif/otbOrthoRectifGUI.cxx:498 +msgid "Preview Window" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:539 +msgid "Add PAN Input Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:545 +msgid "Remove selected PAN." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:551 +msgid "Add XS Input Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:557 +msgid "Remove Selected XS." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:562 +#, fuzzy +msgid "PAN Image" +msgstr "Ouvrir Image" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:563 +msgid "Select a PAN Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:567 +#, fuzzy +msgid "XS Image" +msgstr "Ouvrir Image" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:568 +msgid "Select a XS Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:578 OrthoRectif/otbOrthoRectifGUI.cxx:516 +msgid "Coordinates" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:583 OrthoRectif/otbOrthoRectifGUI.cxx:521 +msgid "Map Projection" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:584 OrthoRectif/otbOrthoRectifGUI.cxx:522 +msgid "Select the map projection type" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:592 OrthoRectif/otbOrthoRectifGUI.cxx:530 +msgid "Cartographic Coordinates:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:599 OrthoFusion/otbOrthoFusionGUI.cxx:642 +#: OrthoFusion/otbOrthoFusionGUI.cxx:664 OrthoRectif/otbOrthoRectifGUI.cxx:546 +#: OrthoRectif/otbOrthoRectifGUI.cxx:578 OrthoRectif/otbOrthoRectifGUI.cxx:627 +msgid " Easting:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:600 OrthoFusion/otbOrthoFusionGUI.cxx:643 +#: OrthoFusion/otbOrthoFusionGUI.cxx:665 OrthoRectif/otbOrthoRectifGUI.cxx:547 +#: OrthoRectif/otbOrthoRectifGUI.cxx:579 OrthoRectif/otbOrthoRectifGUI.cxx:628 +msgid "Enter the easting of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:608 OrthoFusion/otbOrthoFusionGUI.cxx:651 +#: OrthoFusion/otbOrthoFusionGUI.cxx:673 OrthoRectif/otbOrthoRectifGUI.cxx:555 +#: OrthoRectif/otbOrthoRectifGUI.cxx:587 OrthoRectif/otbOrthoRectifGUI.cxx:636 +msgid "Northing:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:609 OrthoFusion/otbOrthoFusionGUI.cxx:652 +#: OrthoFusion/otbOrthoFusionGUI.cxx:674 OrthoRectif/otbOrthoRectifGUI.cxx:556 +#: OrthoRectif/otbOrthoRectifGUI.cxx:588 OrthoRectif/otbOrthoRectifGUI.cxx:637 +msgid "Enter the northing of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:617 OrthoRectif/otbOrthoRectifGUI.cxx:537 +msgid "Zone:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:618 OrthoRectif/otbOrthoRectifGUI.cxx:538 +msgid "Enter the zone number" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:626 OrthoRectif/otbOrthoRectifGUI.cxx:564 +msgid "Northern Hemisphere" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:633 OrthoRectif/otbOrthoRectifGUI.cxx:570 +msgid "Southern Hemisphere" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:682 OrthoRectif/otbOrthoRectifGUI.cxx:600 +msgid "False Easting:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:683 OrthoRectif/otbOrthoRectifGUI.cxx:601 +msgid "Enter false easting" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:691 OrthoRectif/otbOrthoRectifGUI.cxx:609 +msgid "False Northing:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:692 OrthoRectif/otbOrthoRectifGUI.cxx:610 +msgid "Enter false northing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:700 OrthoRectif/otbOrthoRectifGUI.cxx:618 +msgid "Scale Factor:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:701 OrthoRectif/otbOrthoRectifGUI.cxx:619 +msgid "Enter Scale Factor" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:713 OrthoRectif/otbOrthoRectifGUI.cxx:649 +msgid "Geographical Coordinates:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:720 OrthoRectif/otbOrthoRectifGUI.cxx:656 +msgid "Longitude:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:721 OrthoRectif/otbOrthoRectifGUI.cxx:657 +msgid "Enter the longitude of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:729 OrthoRectif/otbOrthoRectifGUI.cxx:665 +msgid "Latitude:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:730 OrthoRectif/otbOrthoRectifGUI.cxx:666 +msgid "Enter the latitude of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:738 OrthoRectif/otbOrthoRectifGUI.cxx:674 +msgid "Use Center Pixel" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:739 OrthoRectif/otbOrthoRectifGUI.cxx:675 +msgid "If checked, use the output center image coodinates." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:746 OrthoRectif/otbOrthoRectifGUI.cxx:681 +msgid "Use Upper-Left Pixel" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:747 OrthoRectif/otbOrthoRectifGUI.cxx:682 +msgid "If checked, use the upper left output image pixel coodinates." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:758 OrthoRectif/otbOrthoRectifGUI.cxx:692 +#, fuzzy +msgid "Output Image" +msgstr "Ouvrir Image" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:764 OrthoRectif/otbOrthoRectifGUI.cxx:699 +msgid " Size X:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:765 OrthoRectif/otbOrthoRectifGUI.cxx:700 +msgid "Enter the X output size" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:773 OrthoRectif/otbOrthoRectifGUI.cxx:708 +msgid "Size Y:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:774 OrthoRectif/otbOrthoRectifGUI.cxx:709 +msgid "Enter the Y output size" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:782 OrthoRectif/otbOrthoRectifGUI.cxx:717 +msgid "Spacing X:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:783 OrthoRectif/otbOrthoRectifGUI.cxx:718 +msgid "Enter X spacing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:791 OrthoRectif/otbOrthoRectifGUI.cxx:726 +msgid "Spacing Y:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:792 OrthoRectif/otbOrthoRectifGUI.cxx:727 +msgid "Enter Y spacing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:800 OrthoFusion/otbOrthoFusionGUI.cxx:824 +#: OrthoRectif/otbOrthoRectifGUI.cxx:735 OrthoRectif/otbOrthoRectifGUI.cxx:759 +#: Pireo/RegistrationParametersGUI.cxx:831 +msgid "Interpolator" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:801 OrthoFusion/otbOrthoFusionGUI.cxx:825 +#: OrthoRectif/otbOrthoRectifGUI.cxx:736 OrthoRectif/otbOrthoRectifGUI.cxx:760 +msgid "Select the Orthorectif Interpolator." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:809 OrthoRectif/otbOrthoRectifGUI.cxx:744 +msgid "Interpolator Parameters:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:853 OrthoRectif/otbOrthoRectifGUI.cxx:788 +msgid "DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:866 OrthoRectif/otbOrthoRectifGUI.cxx:822 +msgid "Use DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:870 OrthoRectif/otbOrthoRectifGUI.cxx:801 +msgid "DEM Path" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:871 OrthoRectif/otbOrthoRectifGUI.cxx:802 +msgid "Open a DEM directory" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:882 OrthoRectif/otbOrthoRectifGUI.cxx:813 +msgid "DEM Path:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:887 OrthoRectif/otbOrthoRectifGUI.cxx:818 +msgid "Save DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:902 OrthoRectif/otbOrthoRectifGUI.cxx:844 +msgid "Use Average Elevation" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:907 OrthoRectif/otbOrthoRectifGUI.cxx:837 +msgid "Average Elevation:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:908 OrthoRectif/otbOrthoRectifGUI.cxx:838 +msgid "Enter the Average Elevation Value" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:920 OrthoRectif/otbOrthoRectifGUI.cxx:855 +msgid "Image Extent" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:933 OrthoRectif/otbOrthoRectifGUI.cxx:868 +msgid "Advanced" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:940 OrthoRectif/otbOrthoRectifGUI.cxx:875 +msgid "Work with 8bits" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:941 OrthoRectif/otbOrthoRectifGUI.cxx:876 +msgid "Work with unsigned char pixel type." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:946 OrthoRectif/otbOrthoRectifGUI.cxx:881 +msgid "Work with 16bits" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:947 OrthoRectif/otbOrthoRectifGUI.cxx:882 +msgid "Work with short pixel type." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:953 OrthoRectif/otbOrthoRectifGUI.cxx:888 +msgid "Maximum Tile Size (MB)" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:954 OrthoRectif/otbOrthoRectifGUI.cxx:889 +msgid "From Streaming pipeline, precise the maximum tile size." +msgstr "" + +#: OrthoRectif/otbOrthoRectifGUI.cxx:411 +msgid "otbOrthoRectif" +msgstr "" + +#: OrthoRectif/otbOrthoRectifGUI.cxx:486 +msgid "Image List" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:41 +msgid "None" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:42 +msgid "Blurring" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:43 +msgid "Normalize" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:69 +#, fuzzy +msgid "Fixed Image" +msgstr "Ouvrir Image" + +#: Pireo/PreProcessParametersGUI.cxx:70 Pireo/PireoViewerGUI.cxx:712 +#, fuzzy +msgid "Moving Image" +msgstr "Ouvrir Image" + +#: Pireo/PreProcessParametersGUI.cxx:71 +msgid "Both Images" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:83 +msgid "Pre-Processing Parameters" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:92 +msgid "Filter Parameters" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:98 +msgid "Select Filter:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:103 +msgid "Use Filter:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:109 +#: Pireo/RegistrationParametersGUI.cxx:721 +#: Pireo/RegistrationParametersGUI.cxx:871 +#: Pireo/RegistrationParametersGUI.cxx:985 +msgid "Options:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:116 +msgid "Set Variance:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:125 +msgid "Maximum Kernel Size:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:134 +msgid "DiscreteGaussianImageFilter: Parameters:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:152 +msgid "Set Lower Threshold" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:160 +msgid "BinaryImageFilter: Parameters:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:173 +msgid "Apply Filter On" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:191 +msgid "Select the image on which the pre-processing will be applyed" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:206 +msgid "&Help!" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:212 +#: Pireo/RegistrationParametersGUI.cxx:1300 +msgid "&Accept" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:230 +msgid "Load Fixed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:231 +msgid "Load Moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:234 +msgid "Auto Save" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:235 +msgid "Deactivate Auto Save" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:239 +msgid "Flip" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:240 +#, fuzzy +msgid "Flip Fixed Image" +msgstr "Ouvrir Image" + +#: Pireo/PireoViewerGUI.cxx:241 Pireo/PireoViewerGUI.cxx:245 +msgid "Flip X" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:242 Pireo/PireoViewerGUI.cxx:246 +msgid "Flip Y" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:244 +msgid "Flip Moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:249 +msgid "Build" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:250 +msgid "View in Transparency" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:251 +msgid "Registration" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:252 +msgid "Set Parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:253 +msgid "Select parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:254 +msgid "Read parameters from a file..." +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:256 +msgid "Start " +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:257 +msgid "Pause ||" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:258 +msgid "Stop " +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:261 +msgid "Grid (default)" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:262 +msgid "Vector Field" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:263 +msgid "Set Parameter" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:266 +msgid "PreProcess" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:267 +msgid "Choose filter" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:270 +msgid "View loaded image filenames" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:272 +msgid "Options" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:273 Pireo/PireoViewerGUI.cxx:683 +msgid "Save Registration Parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:274 +msgid "Display Metric values" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:275 +msgid "Show" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:276 +msgid "Deactivate" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:443 Pireo/PireoViewerGUI.cxx:465 +msgid "Filtered fixed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:444 Pireo/PireoViewerGUI.cxx:466 +msgid "Filtered moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:445 Pireo/PireoViewerGUI.cxx:467 +msgid "Deformed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:446 Pireo/PireoViewerGUI.cxx:468 +msgid "Blender (images in transparency)" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:479 +msgid "Pireo Viewer" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:491 Pireo/PireoViewerGUI.cxx:567 +#: Pireo/PireoViewerGUI.cxx:574 +msgid "@+" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:498 +msgid "@" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:512 +msgid "VTK Window" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:523 +msgid "ZoomFixedImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:534 +#, fuzzy +msgid "FixedImage" +msgstr "Ouvrir Image" + +#: Pireo/PireoViewerGUI.cxx:545 +msgid "ZoomMovingImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:556 +msgid "MovingImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:581 Pireo/PireoViewerGUI.cxx:630 +msgid "@2" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:588 Pireo/PireoViewerGUI.cxx:616 +msgid "@4" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:595 Pireo/PireoViewerGUI.cxx:623 +msgid "@6" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:602 Pireo/PireoViewerGUI.cxx:609 +msgid "@8" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:637 +msgid "VectorWindow" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:654 +msgid "Grid / Vector" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:672 +msgid "Input number of displayed points along each axe:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:673 +msgid "Up to 100 only" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:701 Pireo/PireoViewerGUI.cxx:735 +#: Pireo/PireoViewerGUI.cxx:764 +msgid "Enter filename:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:707 +msgid "Input Filenames" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:710 +#, fuzzy +msgid "Fixed Image:" +msgstr "Ouvrir Image" + +#: Pireo/PireoViewerGUI.cxx:717 +msgid "Save Registration Results" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:738 Pireo/PireoViewerGUI.cxx:767 +#, fuzzy +msgid "Image:" +msgstr "Ouvrir Image" + +#: Pireo/PireoViewerGUI.cxx:746 +msgid "Automatic save" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:126 +msgid "Translation Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:127 +msgid "Affine Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:128 +msgid "Scale Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:129 +msgid "BSpline Deformable Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:130 +msgid "RigidTransform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:131 +msgid "Centered Affine Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:178 +#: Pireo/RegistrationParametersGUI.cxx:650 +msgid "1" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:179 +#: Pireo/RegistrationParametersGUI.cxx:651 +msgid "2" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:180 +#: Pireo/RegistrationParametersGUI.cxx:652 +msgid "3" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:181 +#: Pireo/RegistrationParametersGUI.cxx:653 +msgid "4" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:182 +msgid "5" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:229 +msgid "Nearest Neighbor Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:230 +msgid "Linear Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:231 +msgid "B-Spline Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:296 +msgid "Mean Squares Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:297 +msgid "Mutual Information Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:298 +msgid "Normalized Correlation Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:299 +msgid "Mean Reciprocal Square Difference Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:300 +msgid "Mattes Mutual Information Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:400 +msgid "Regular Step Gradient Descent Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:401 +msgid "Conjugate Gradient Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:402 +msgid "Gradient Descent Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:403 +msgid "One Plus One Evolutionary Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:694 +msgid "Registration Parameters" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:703 +msgid "Transformation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:709 +#: Pireo/RegistrationParametersGUI.cxx:837 +#: Pireo/RegistrationParametersGUI.cxx:859 +#: Pireo/RegistrationParametersGUI.cxx:973 +#: Pireo/RegistrationParametersGUI.cxx:1250 +msgid "Select:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:714 +#: Pireo/RegistrationParametersGUI.cxx:842 +#: Pireo/RegistrationParametersGUI.cxx:864 +#: Pireo/RegistrationParametersGUI.cxx:978 +msgid "Use:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:727 +msgid "Translation Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:736 +#: Pireo/RegistrationParametersGUI.cxx:753 +msgid "Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:744 +msgid "Scale Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:761 +#: Pireo/RegistrationParametersGUI.cxx:776 +msgid "Affine Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:766 +#: Pireo/RegistrationParametersGUI.cxx:817 +msgid "Initialize with image geometry" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:785 +msgid "BSpline Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:790 +msgid "BSpline order" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:802 +msgid "Rigid Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:807 +msgid "Angle:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:811 +msgid "Initialize with image moments" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:853 +msgid " Metric " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:878 +msgid "Mutual Information Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:883 +#: Pireo/RegistrationParametersGUI.cxx:890 +msgid "Fixed Image Standard Deviation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:897 +#: Pireo/RegistrationParametersGUI.cxx:924 +msgid "Number of Spatial Samples:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:910 +msgid "NONE" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:919 +msgid "Mattes Mutual Information Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:934 +msgid "Number of Histogram Bins:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:948 +msgid "Mean Reciprocal Square Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:953 +msgid "Lambda:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:968 +msgid " Optimizer " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:992 +msgid "Scaling Rotation Matrix:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1026 +#: Pireo/RegistrationParametersGUI.cxx:1067 +#: Pireo/RegistrationParametersGUI.cxx:1149 +msgid "Scaling Translation X:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1033 +#: Pireo/RegistrationParametersGUI.cxx:1072 +#: Pireo/RegistrationParametersGUI.cxx:1156 +msgid "Scaling Translation Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1040 +msgid "Scaling Center X:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1047 +msgid "Scaling Center Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1054 +#: Pireo/RegistrationParametersGUI.cxx:1062 +#: Pireo/RegistrationParametersGUI.cxx:1081 +#: Pireo/RegistrationParametersGUI.cxx:1163 +msgid "Optimizer: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1086 +msgid "Angle scale" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1091 +msgid "X translation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1096 +msgid "Y translation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1101 +msgid "X center" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1106 +msgid "Y center" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1115 +msgid "Scaling, rotation, shearing Matrix:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1183 +msgid "Generator Seed:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1190 +#: Pireo/RegistrationParametersGUI.cxx:1213 +#: Pireo/RegistrationParametersGUI.cxx:1230 +msgid "Maximize" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1199 +msgid "Maximum Step Length:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1206 +msgid "Minimum Step Length:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1223 +msgid "Learning rate:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1244 +msgid " Others " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1255 +msgid "Registration Number of Levels:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1263 +msgid "Number of Iterations:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1273 +msgid "Refresh GUI:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1295 +msgid "&Help" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:460 +msgid "Polarimetric synthesis application" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:467 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:221 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:171 +msgid "Full Resolution" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:468 +msgid "" +"This area display a piece of the image at full resolution. You can change " +"the displayed region by clicking on the scroll area." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:479 +msgid "" +"This area display a minimap of the full image, allowing you to change the " +"region displayed by the full resolution area by clicking." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:488 +msgid "Polarization parameters" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:498 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:306 +msgid "Red" +msgstr "Rouge" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:501 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:622 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:743 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:870 +msgid "Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:507 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:549 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:628 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:670 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:749 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:791 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:876 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:918 +msgid "Psi" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:508 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:629 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:750 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:877 +msgid "Change the incident Psi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:524 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:566 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:645 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:687 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:766 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:808 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:893 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:935 +msgid "Khi" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:525 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:646 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:767 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:894 +msgid "Change the incident Khi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:543 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:664 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:785 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:912 +msgid "Reception" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:550 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:671 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:792 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:919 +msgid "Change the reflected Psi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:567 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:688 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:809 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:936 +msgid "Change the emitted Khi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:586 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:707 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:828 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:955 +msgid "Cross-polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:587 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:708 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:829 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:956 +msgid "Force cross polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:595 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:716 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:837 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:964 +msgid "Co-polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:596 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:717 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:838 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:965 +msgid "Force co-polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:604 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:725 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:846 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:973 +msgid "Indifferent polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:605 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:726 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:847 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:974 +msgid "Allows any polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:618 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:316 +msgid "Green" +msgstr "Vert" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:739 +msgid "Blue" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:867 +msgid "Grayscale" +msgstr "Niveaux de gris" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:989 +msgid "Gain" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1021 +msgid "Poincare Sphere" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1022 +msgid "Drag the sphere to rotate it." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1030 +msgid "Pixel value" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1031 +msgid "Pixel value." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1038 +msgid "RGB" +msgstr "RVB" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1047 +msgid "Image file chooser" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1057 +#, fuzzy +msgid "HH Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1058 +msgid "HH input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1066 +#, fuzzy +msgid "HV Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1067 +msgid "HV input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1075 +#, fuzzy +msgid "VH Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1076 +msgid "VH input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1084 +#, fuzzy +msgid "VV Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1085 +msgid "VV input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1094 +msgid "Choose the HH image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1103 +msgid "Choose the HV image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1112 +msgid "Choose the VH image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1121 +msgid "Choose the VV image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1133 +#, fuzzy +msgid "Vector Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1134 +msgid "Vector input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1145 +msgid "Choose the vector image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1158 +msgid "Load images into the application." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1167 +msgid "Hide the open images window." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1175 +#, fuzzy +msgid "Open Vector Image" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1176 +msgid "Import a polarimetric vector image." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1185 +#, fuzzy +msgid "Open Images" +msgstr "Ouvrir Image" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1186 +msgid "Import images corresponding to the HH, HV, VH, VV channels." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1196 +msgid "V Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1197 +msgid "Enable or disable the vertical emssion for the polarimetric data." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1206 +msgid "H Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1207 +msgid "Enable or disable the horizontcal emssion for the polarimetric data." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:72 +msgid "Save Luminance Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:73 +msgid "Save Reflectance TOA Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:74 +msgid "Save Reflectance TOC Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:75 +msgid "Save TOA-TOC Diff Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:78 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:82 +msgid "Settings" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:79 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:84 +msgid "Viewer Setup" +msgstr "Configuration visu" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:80 +msgid "Coef. Setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:163 +msgid "NO AEROSOL" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:164 +msgid "CONTINENTAL" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:165 +msgid "MARITIME" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:166 +msgid "URBAN" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:167 +msgid "DESERTIC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:214 +msgid "0" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:267 +msgid "Radiometric Calibration Application" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:288 +msgid "Navigation View" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:296 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:304 +msgid "Zoom View" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:312 +msgid "Histograms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:320 +msgid "Pixel Information" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:328 +msgid "Result Pixel Information" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:360 +#, fuzzy +msgid "Input Image" +msgstr "Ouvrir Image" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:368 +msgid "Luminance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:376 +msgid "Reflect. TOA" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:384 +msgid "Reflect. TOC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:392 +msgid "Diff. TOA/TOC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:407 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:201 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:305 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:685 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:293 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:341 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:201 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:305 +msgid "Viewer setup" +msgstr "Vue" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:488 +msgid "Radiometric Coefficients Setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:500 +msgid "Correction Parameters" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:507 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:508 +msgid "Aerosol Model" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:516 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:517 +msgid "Ozone Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:525 +msgid "Atmo. Pressure" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:526 +msgid "Atmospheric Pressure" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:539 +msgid "Aerosol Thickness" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:540 +msgid "Aerosol Optical Thickness" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:550 +msgid "Water Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:551 +msgid "Water Vapor Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:561 +msgid "Aeronet File" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:574 +msgid "Filter Function Values File" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:587 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:748 +msgid "Radiative Terms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:593 +msgid "Channel Index" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:608 +msgid "Intrinsic Ref." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:609 +msgid "Intrinsic Atmospheric Reflectance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:619 +msgid "Albedo" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:620 +msgid "Shperical Albedo of the Atmosphere" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:630 +msgid "Gaseous Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:631 +msgid "Total Gaseous Transmission" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:641 +msgid "Down. Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:642 +msgid "Downward Transmittance of the Atmospher" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:652 +msgid "Up Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:653 +msgid "Upward Transmittance of the Atmospher" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:663 +msgid "Up diffuse Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:664 +msgid "Upward diffuse transmittance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:674 +msgid "Up direct Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:675 +msgid "Upward direct Transmittance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:685 +msgid "Up diff. Trans. (Rayleigh)" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:686 +msgid "Upward diffuse transmittance for Rayleigh" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:696 +msgid "Up diff Trans. (aerososl)" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:697 +msgid "Upward diffuse transmittance for aerosols" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:709 +msgid "Reload Channel Radiative Terms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:723 +msgid "Close the window" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:731 +msgid "Set up Radiometric Parameters" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:740 +msgid "Atmospheric Parameters" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:170 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:93 +msgid "Import segments" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:171 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:94 +msgid "Save results" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:214 +msgid "Road extraction application" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:245 +msgid "Input type" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:251 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:206 +msgid "Use image intensity" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:260 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:215 +msgid "Use image channel" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:269 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:224 +msgid "Channel " +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:279 +msgid "Use spectral angle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:288 +msgid "Reference pixel" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:297 +msgid "Use water index" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:335 +msgid "Alpha" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:336 +msgid "Set the alpha value" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:347 +msgid "Resolution" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:348 +msgid "Set the revolution" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:360 +#: Segmentation/otbVectorizationViewGroup.cxx:25 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:113 +msgid "Tolerance" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:361 +msgid "Set the tolerance for segment consistency (tolerance in terms of distance)" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:373 +msgid "MaxAngle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:374 +msgid "Set the max angle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:386 +msgid "AngularThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:387 +msgid "Set the angular threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:399 +msgid "AmplitudeThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:400 +msgid "Set the amplitude threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:412 +msgid "DistanceThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:413 +msgid "Set the distance threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:425 +msgid "FirstMeanDistThr" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:426 +msgid "First Mean Distance Threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:438 +msgid "SecondMeanDistThr" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:439 +msgid "Second Mean Distance Threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:455 +msgid "Controls" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:19 +msgid "Vectorization Parameters" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:37 +msgid "Original image" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:45 +msgid "Segmented image" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:49 +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:56 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:69 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:76 +msgid "Click on speed map for seeds selection." +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:55 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:68 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:75 +msgid "Segmentation parameters" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:62 +msgid "Stopping time" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:72 +msgid "Sigmoid alpha" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:83 +msgid "Sigmoid beta" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:94 +msgid "Gradient sigma " +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:104 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:75 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:135 +msgid "Clear seeds" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:112 +msgid "Time threshold" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:129 +msgid "Speed map" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:137 +msgid "Time crossing map" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:145 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:161 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:188 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:291 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:179 +msgid "Segmentation" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:153 +msgid "Gradient Magnitude" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:47 +msgid "Preprocessing Parameters" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:53 +msgid "Use smoothing" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:62 +msgid "Use edge enhancement" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:80 +msgid "Time step" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:89 +msgid "Amount" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:100 +msgid "Edge enhancement" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:108 +msgid "Anisotropic diffusion" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:83 +msgid "Spectral angle distances" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:91 +msgid "Thresholds" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:99 +msgid "View feature " +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:110 +msgid "Inside seeds" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:118 +msgid "Outside seeds" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:205 -msgid "Information" +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:125 +msgid "Automatic update" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:206 -msgid "Selected image viewer information" +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:134 +msgid "Update" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:213 -msgid "Viewers List" +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:145 +msgid "Features" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:214 -msgid "" -"List of opened image viewer (showed image viewer are prefixed with +, and " -"hidden with -)" +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:153 +msgid "Distance to hyperplane" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:229 -msgid "Show / Hide" +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:169 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:187 +msgid "Input image" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:230 -msgid "Show or hide the selected image viewer" +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:164 +msgid "Segmentation application" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:239 -msgid "Hide all" +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:194 +msgid "Segmented regions" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:240 -msgid "Hide all the viewers" +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:234 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:164 +msgid "Algorithm" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:253 -msgid "Packed View" +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:245 +msgid "Segment !" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:254 -msgid "Toggle Packed mode" +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:246 +msgid "Trigger the segmentation once an area as been selected." msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:262 -msgid "Splitted View" +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:93 +msgid "Lower threshold" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:263 -msgid "Toggle Splitted mode" +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:103 +msgid "Upper threshold" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:273 -msgid "Open Image" -msgstr "Ouvrir Image" +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:124 +msgid "Radius" +msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:274 -msgid "Open an image in a new image viewer" +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:143 +msgid "Inside seed" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:283 -msgid "Close Image" +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:154 +msgid "Outside seed" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:284 -msgid "Close the selected image" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:22 +msgid "Open stereoscopic couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:293 -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:341 -msgid "Viewer setup" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:169 +msgid "Stereoscopic viewer" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:294 -msgid "Set up the selected viewer" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:177 +msgid "" +"This area shows the main stereoscopic couple. To activate the sub-window " +"mode, draw a rectangle with the middle mouse button pressed" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:303 -msgid "Link setup" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:204 +msgid "Zoom in interpolator" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:304 -msgid "Add or remove links with the selected viewer" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:205 +msgid "Choose the interpolator used when resample factor is less than 1" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:313 -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:522 -msgid "Quit" -msgstr "Quitter" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:215 +msgid "Zoom out interpolator" +msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:314 -msgid "Quit the viewer manager" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:216 +msgid "Choose the interpolator used when resample factor is more than 1" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:323 -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:545 -msgid "Slideshow" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:226 +msgid "Magnify" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:324 -msgid "Launch the slideshow mode" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:227 +msgid "Magnify the scene (nearest neighbours interpolation)." msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:347 -msgid "Grayscale mode" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:242 +msgid "Resample" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:348 -msgid "Swith the image viewer mode to grayscale" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:243 +msgid "Resample the scene" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:357 -msgid "RGB composition mode" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:258 +msgid "X" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:358 -msgid "Switch the image viewer mode to RGB composition" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:285 +msgid "Main visualization" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:366 -msgid "Channel index " +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:286 +msgid "Choose the couple to view" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:367 -msgid "Select the band to view in grayscale mode" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:292 +msgid "Main stereoscopic couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:373 -msgid "Red channel index " +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:305 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:374 +msgid "Show left image" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:374 -msgid "Select band for red channel in RGB composition" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:314 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:383 +msgid "show right image" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:381 -msgid "Green channel index " +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:323 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:392 +msgid "Show anaglyph" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:382 -msgid "Select band for green channel in RGB composition" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:333 +msgid "Normalization (%)" +msgstr "Normalisation (%)" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:353 +msgid "Insight" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:389 -msgid "Blue channel index " +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:354 +msgid "Choose the couple to view in the insight sub-window mode" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:390 -msgid "Select band for blue channel in RGB composition" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:361 +msgid "Insight tereoscopic couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:397 -msgid "Ok" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:415 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:480 +msgid "Rename couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:398 -msgid "Save changes and leave viewer set up interface" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:416 +msgid "Rename the selected couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:407 -msgid "Viewer name" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:425 +msgid "Open Stereoscopic couple" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:408 -msgid "Set a new name for the selected viewer" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:448 +msgid "Left image " msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:415 -msgid "Cancel" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:455 +msgid "Right image " msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:416 -msgid "Leave viewer set up interface without saving changes" +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:500 +msgid "Couple name: " msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:424 -msgid "Complex composition mode" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:175 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:175 +msgid "otbImageViewerManager" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:425 -msgid "Switch the image viewer mode to complex composition" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:202 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:294 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:202 +msgid "Set up the selected viewer" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:433 -msgid "Real channel index " +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:211 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:430 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:303 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:211 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:430 +msgid "Link setup" +msgstr "Lien" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:212 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:304 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:212 +msgid "Add or remove links with the selected viewer" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:434 -msgid "Select band for real channel in complex composition" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:249 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:249 +msgid "Zoom small images" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:441 -msgid "Imaginary channel index " +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:250 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:250 +msgid "Zoom small images in preview window" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:442 -msgid "Select band for imaginary channel in complex composition" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:258 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:506 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:323 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:545 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:258 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:506 +msgid "Slideshow" +msgstr "Diaporama" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:259 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:324 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:259 +msgid "Launch the slideshow mode" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:449 -msgid "Amplitude" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:278 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:213 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:278 +msgid "Viewers List" +msgstr "Liste des viewers" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:290 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:290 +msgid "Preview window" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:450 -msgid "Toggle modulus mode" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:371 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:407 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:371 +msgid "Viewer name" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:457 -msgid "Phase" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:372 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:408 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:372 +msgid "Set a new name for the selected viewer" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:458 -msgid "Toggle phase mode" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:436 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:436 +msgid "Link to viewer: " msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:466 -msgid "Link Images" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:437 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:437 +msgid "Select the viewer to link with" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:443 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:472 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:443 msgid "X offset" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:444 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:473 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:444 msgid "Set the x offset of the link" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:450 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:479 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:450 msgid "Y offset" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:451 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:480 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:451 msgid "Set the Y offset of the link" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:457 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:486 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:457 msgid "Apply" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:458 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:487 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:458 msgid "Save the current link" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:494 -msgid "First Image" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:465 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:465 +msgid "Existing links" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:466 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:495 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:533 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:466 msgid "List of image viewers already linked with the selected image viewer" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:475 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:504 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:475 msgid "Remove" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:476 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:505 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:476 msgid "Remove the selected link" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:513 -msgid "Clear" -msgstr "" - +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:485 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:514 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:485 msgid "Clear all links for the selected image viewer" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:494 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:523 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:494 msgid "Leave the link set up interface" msgstr "" -#: ViewerManager/otbImageViewerManagerViewGroup.cxx:532 -msgid "SecondImage" -msgstr "" - +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:512 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:551 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:512 msgid "Progress" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:513 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:552 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:513 msgid "Position in diaporama" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:518 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:557 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:518 msgid "Previous" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:519 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:558 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:519 msgid "Previous image in diaporama" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:528 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:567 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:528 msgid "Next" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:529 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:568 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:529 msgid "Next image in diaporama" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:538 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:577 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:538 msgid " Quit" msgstr "" +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:539 #: ViewerManager/otbImageViewerManagerViewGroup.cxx:578 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:539 msgid "Leave diaporama mode" msgstr "" +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:72 +msgid "Open vector" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:73 +msgid "Save Image Result" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:74 +msgid "Save image on extract" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:76 +msgid "Save Vector Data" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:77 +msgid "Save vector on extract" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:78 +msgid "Save vector on full" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:83 +msgid "Configure " +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:329 +msgid "Urban Area Extraction Application" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:349 +msgid "Master View Selection" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:358 +msgid "Selected ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:373 +msgid "Switch View" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:406 +msgid "Display Vectors" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:407 +msgid "Display/Hide the vector datas" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:422 +msgid "Focus in ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:441 +msgid "Detail level" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:447 +msgid "Min Size" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:448 +msgid "Minimum size of a detected region (m2)" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:464 +msgid "SubSample" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:465 +msgid "Control of the sub-sample factor." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:484 +msgid "Threshold" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:490 +msgid "NonVeget/Water :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:491 +msgid "" +"Threshold value applied on the RadiometricNonVegetationNonWaterIndex image " +"result [ 0 ; 1 ]" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:497 +msgid "Density :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:498 +msgid "Threshold value applied on the edge density image result [ 0 ; 1 ]" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:508 +msgid "Region of interest" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:570 +msgid "Focus on the selected ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:588 +msgid "Modify the alpha blending between the input image and the result." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:604 +msgid "Algorithm Configuration" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:629 +msgid "Sobel Thresholds" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:635 +msgid "Lower Threshold :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:636 +msgid "Lower threshold of the sobel edge detector." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:643 +msgid "Upper Threshold :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:644 +msgid "" +"Upper threshold of the sobel edge detector. (ex: 200 for Quickbird, 50 for " +"SPOT)" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:654 +msgid "Indices Configuration" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:674 +msgid "NIR channel index " +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:675 +msgid "Select band for NIR channel in RGB composition" +msgstr "Selectionne la bande pour le canal NIR dans la composition RVB" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:199 +msgid "otbImageViewerManagerView" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:253 +msgid "Packed View" +msgstr "Vue groupe" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:254 +msgid "Toggle Packed mode" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:262 +msgid "Splitted View" +msgstr "Vue separe" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:263 +msgid "Toggle Splitted mode" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:449 +msgid "Amplitude" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:466 +msgid "Link Images" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:494 +msgid "First Image" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:532 +msgid "SecondImage" +msgstr "" + + diff --git a/I18n/otb.pot b/I18n/otb.pot new file mode 100644 index 0000000000000000000000000000000000000000..30fd45d1b5d01c88ea3da7fed24790a19ba9ea0b --- /dev/null +++ b/I18n/otb.pot @@ -0,0 +1,4609 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: otb 3.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-09-10 13:40+0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:65 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:107 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:42 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:42 +#: Pireo/PireoViewerGUI.cxx:229 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:252 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:70 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:168 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:91 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:21 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:70 +msgid "File" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:66 +msgid "Load Left Image ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:67 +msgid "Load Right Image ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:68 +msgid "Load SVM model ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:69 +msgid "Import vector data ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:70 +msgid "Export vector data ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:71 +msgid "Save SVM model ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:72 +msgid "Save result image ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:73 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:117 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:46 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:46 +#: Pireo/PireoViewerGUI.cxx:237 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:255 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:172 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:95 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:23 +msgid "Exit" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:342 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:273 +msgid "c_svc" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:343 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:274 +msgid "nu_svc" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:344 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:275 +msgid "one_class" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:345 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:276 +msgid "epsilon_svr" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:346 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:277 +msgid "nu_svr" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:351 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:282 +msgid "linear" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:352 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:283 +msgid "polynomial" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:353 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:284 +msgid "rbf" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:354 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:285 +msgid "sigmoid" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:372 +msgid "Principal Window" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:385 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:461 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:269 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:484 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:513 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:484 +msgid "Clear" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:386 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:456 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:515 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:523 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:531 +msgid "Clear the entire drawing." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:393 +msgid "Learn " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:394 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:503 +msgid "Learn the SVM model from the training set." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:404 +msgid "Unchanged class" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:405 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:427 +msgid "Choose changed class training set color." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:415 +msgid "Changed class" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:416 +msgid "Toggle changed class training set display." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:426 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:434 +msgid "Color ..." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:435 +msgid "Choose unchanged class training set color." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:442 +#: LandCoverMap/otbLandCoverMapView.cxx:152 +msgid "Opacity" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:443 +msgid "Set the training set opacity." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:455 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:571 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:119 +msgid "Setup" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:463 +msgid "Use change detectors" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:464 +msgid "" +"Enrich feature vector with mean-difference and mean-ratio change detectors " +"attributes." +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:475 +msgid "Logs" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:481 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:661 +msgid "Pixel locations and values" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:493 +msgid "Polygonal ROI" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:502 +msgid "Display results " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:514 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:586 +msgid "Erase last point" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:522 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:619 +msgid "End polygon" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:530 +msgid "Erase last polygon" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:541 +msgid "Before full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:546 +msgid "Center full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:551 +msgid "After full resolution image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:556 +msgid "Before scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:561 +msgid "Center scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:566 +msgid "After scroll image" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:585 +msgid "Color composition" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:590 +msgid "Left Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:595 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:644 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:693 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:834 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:413 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:311 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:691 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:347 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:311 +msgid "Grayscale mode" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:602 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:651 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:700 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:845 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:423 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:321 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:701 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:357 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:321 +msgid "RGB composition mode" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:609 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:658 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:707 +msgid "Channel: " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:616 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:665 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:714 +msgid "Red channel: " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:623 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:672 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:721 +msgid "Green channel: " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:630 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:679 +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:728 +msgid "Blue channel: " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:639 +msgid "Right Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:688 +msgid "Center Viewer" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:739 +msgid "Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:747 +msgid "Left Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:754 +msgid "Right Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:761 +msgid "Center Viewer Histogram" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:770 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:708 +msgid "SVM Setup" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:776 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:713 +msgid "SVM Type " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:786 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:724 +msgid "Kernel Type " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:796 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:735 +msgid "Kernel Degree " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:804 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:743 +msgid "Gamma " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:811 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:750 +msgid "Nu " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:818 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:757 +msgid "Coef0 " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:825 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:764 +msgid "C " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:832 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:771 +msgid "Epsilon " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:839 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:778 +msgid " Shrinking" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:847 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:786 +msgid " Probability Estimation" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:855 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:794 +msgid "Cache Size " +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:863 +msgid "Save parameters" +msgstr "" + +#: ChangeDetection/otbInteractiveChangeDetectionGUI.cxx:871 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:810 +msgid "P " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:108 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:57 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:253 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:71 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:169 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:92 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:71 +msgid "Open image" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:109 +msgid "Save result image" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:110 +msgid "Save classif as vector data (Experimental)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:111 +msgid "Open SVM model" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:112 +msgid "Save SVM model" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:113 +msgid "Import vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:114 +msgid "Export vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:115 +msgid "Export all vector data (ROI)" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:116 +msgid "Import ROIs from labeled image" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:120 +msgid "Visualisation" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:121 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:161 +msgid "SVM" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:368 +msgid "Supervised Classification Application" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:373 +msgid "Classes list" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:374 +msgid "Browse and select classes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:386 +msgid "Class Information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:387 +msgid "Display selected class information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:404 +msgid "Image information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:405 +msgid "Display image information" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:414 +msgid "Edit Classes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:415 +msgid "Tools to edit classes attributes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:422 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1749 +msgid "Add" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:423 +msgid "Add a new class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:433 +msgid " Remove" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:434 +msgid "Remove the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:444 +msgid "Name" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:445 +msgid "Change the name of the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:455 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:330 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:524 +msgid "Color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:456 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:331 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:525 +msgid "Change the color of the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:468 +msgid "Sets" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:475 +msgid "Training" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:476 +msgid "Display the training set" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:489 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:996 +msgid "Validation" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:490 +msgid "" +"Display the validation set. Only available if random validation samples is " +"not activated" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:503 +msgid "Random" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:504 +msgid "" +"If activated, validation sample is randomly choosen as a subset of the " +"training samples" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:512 +msgid "Probability " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:513 +msgid "" +"Tune the probability for a sample to be choosen as a training sample. Only " +"available is random validation sample generation is activated" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:528 +msgid "Classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:529 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1786 +#: LandCoverMap/otbLandCoverMapView.cxx:51 +#: LandCoverMap/otbLandCoverMapView.cxx:82 +msgid "Tools for classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:536 +#: Pireo/PireoViewerGUI.cxx:260 +msgid "Display" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:537 +msgid "Display the results of the classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:549 +msgid "Learn" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:550 +msgid "Learn the SVM model from training samples" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:563 +msgid "Validate" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:564 +msgid "Display some quality assesment on the classification" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:578 +msgid "Regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:579 +msgid "Tools to edit the regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:587 +msgid "Delete the last point of the selected region of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:597 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:351 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:262 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:547 +msgid "Delete" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:598 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:352 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:548 +msgid "Delete the selected region of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:608 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:558 +msgid "ClearROIs" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:609 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:559 +msgid "Clear all regions of interest" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:620 +msgid "End the current polygon" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:630 +msgid "Polygon" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:631 +msgid "Switch between polygonal or rectangular selection" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:644 +msgid "Opacity " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:645 +msgid "Tune the region of interest and classification result opacity" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:662 +msgid "Display pixel location and values" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:674 +msgid "Class color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:675 +msgid "Display the selected class color" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:683 +msgid "ROI list" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:684 +msgid "Browse and select ROI associated to the selected class" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:695 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:255 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:569 +msgid "Focus" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:696 +msgid "Focus the viewer on the selected ROI" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:714 +msgid "Set the SVM type" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:725 +msgid "Set the kernel type" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:802 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:890 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:411 +#: Pireo/PireoViewerGUI.cxx:657 Pireo/PireoViewerGUI.cxx:686 +#: Pireo/PireoViewerGUI.cxx:720 Pireo/PireoViewerGUI.cxx:749 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1157 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:467 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:306 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:440 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:486 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:361 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:610 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:741 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:397 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:361 +msgid "Ok" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:817 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:901 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:403 +#: Pireo/PreProcessParametersGUI.cxx:200 Pireo/PireoViewerGUI.cxx:665 +#: Pireo/PireoViewerGUI.cxx:694 Pireo/PireoViewerGUI.cxx:728 +#: Pireo/PireoViewerGUI.cxx:757 Pireo/RegistrationParametersGUI.cxx:1289 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1166 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:477 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:314 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:432 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:493 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:379 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:620 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:751 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:415 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:379 +msgid "Cancel" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:818 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:902 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:478 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:380 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:621 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:752 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:416 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:380 +msgid "Leave viewer set up interface without saving changes" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:829 +msgid "Visualisation Setup" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:835 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:414 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:312 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:692 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:348 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:312 +msgid "Swith the image viewer mode to grayscale" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:846 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:424 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:322 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:702 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:358 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:322 +msgid "Switch the image viewer mode to RGB composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:855 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:432 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:330 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:710 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:366 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:330 +msgid "Channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:856 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:433 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:331 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:711 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:367 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:331 +msgid "Select the band to view in grayscale mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:863 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:440 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:337 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:667 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:717 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:373 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:337 +msgid "Red channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:864 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:441 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:338 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:668 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:718 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:374 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:338 +msgid "Select band for red channel in RGB composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:872 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:449 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:345 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:660 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:725 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:381 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:345 +msgid "Green channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:873 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:450 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:346 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:661 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:726 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:382 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:346 +msgid "Select band for green channel in RGB composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:881 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:458 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:353 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:733 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:389 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:353 +msgid "Blue channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:882 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:459 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:354 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:734 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:390 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:354 +msgid "Select band for blue channel in RGB composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:891 +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1016 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:468 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:362 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:611 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:742 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:398 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:362 +msgid "Save changes and leave viewer set up interface" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:911 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:388 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:424 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:388 +msgid "Complex composition mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:912 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:389 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:425 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:389 +msgid "Switch the image viewer mode to complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:921 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:397 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:433 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:397 +msgid "Real channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:922 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:398 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:434 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:398 +msgid "Select band for real channel in complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:930 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:405 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:441 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:405 +msgid "Imaginary channel index " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:931 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:406 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:442 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:406 +msgid "Select band for imaginary channel in complex composition" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:939 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:413 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:413 +msgid "Modulus" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:940 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:414 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:450 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:414 +msgid "Toggle modulus mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:949 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:421 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:457 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:421 +msgid "Phase" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:950 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:422 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:458 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:422 +msgid "Toggle phase mode" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:960 +msgid "Full Window" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:968 +msgid "Scroll Window" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:976 +msgid "Class name chooser" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:980 +msgid "Name: " +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:984 +msgid "ok" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1001 +msgid "Confusion matrix" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1008 +msgid "Accuracy" +msgstr "" + +#: Classification/otbSupervisedClassificationAppliGUI.cxx:1015 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:722 +msgid "Close" +msgstr "" + +#: Common/otbMsgReporterGUI.cxx:7 +msgid "Msg Reporter" +msgstr "" + +#: Common/otbMsgReporterGUI.cxx:15 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:348 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:147 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:407 +msgid "Navigate through the image" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:42 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:56 +msgid "Menu" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:43 +#: LandCoverMap/otbLandCoverMapView.cxx:68 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:43 +#: OrthoFusion/otbOrthoFusionGUI.cxx:445 OrthoRectif/otbOrthoRectifGUI.cxx:417 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:181 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:273 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:181 +msgid "Open Image" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:44 +#: OrthoFusion/otbOrthoFusionGUI.cxx:455 OrthoRectif/otbOrthoRectifGUI.cxx:427 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:191 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:283 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:191 +msgid "Close Image" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:45 +msgid "Save Result" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:46 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1901 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:66 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:465 +#: LandCoverMap/otbLandCoverMapView.cxx:124 +#: OrthoFusion/otbOrthoFusionGUI.cxx:475 OrthoRectif/otbOrthoRectifGUI.cxx:447 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:76 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:221 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:493 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:80 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:313 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:522 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:221 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:493 +msgid "Quit" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:593 +msgid "Touzi" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:594 +msgid "Harris (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:595 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:170 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:232 +msgid "Spectral Angle" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:596 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:617 +msgid "Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:597 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:612 +msgid "Mean" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:598 +msgid "Rec. Gradient" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:599 +msgid "Textures" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:600 +msgid "Angular Second Momentum Order" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:601 +msgid "Cluster Shade" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:602 +msgid "Cluster Prominence" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:603 +msgid "Contrast" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:604 +msgid "Correlation" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:605 +msgid "Difference Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:606 +msgid "Difference Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:607 +msgid "Energy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:608 +msgid "Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:609 +msgid "Information Correlation 1" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:610 +msgid "Information Correlation 2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:611 +msgid "Inverse Difference Moment" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:613 +msgid "PanTex" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:614 +msgid "Sum Average" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:615 +msgid "Sum Entropy" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:616 +msgid "Sum Variance" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:618 +msgid "SFS" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:619 +msgid "Length" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:620 +msgid "Width" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:621 +msgid "PSI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:622 +msgid "W-mean" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:623 +msgid "Ratio" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:624 +msgid "SD" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:627 +msgid "Morphology" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:628 +msgid "Morphological Opening Profile (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:629 +msgid "Morphological Closing Profile (experimental)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:631 +msgid "Radiometry Indexes" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:632 +#: LandCoverMap/otbLandCoverMapView.cxx:175 +msgid "Vegetation" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:633 +msgid "NDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:634 +msgid "RVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:635 +msgid "PVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:636 +msgid "SAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:637 +msgid "MSAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:638 +msgid "MSAVI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:639 +msgid "TSAVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:640 +msgid "GEMI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:641 +msgid "WDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:642 +msgid "IPVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:643 +msgid "TNDVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:644 +msgid "ARVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:645 +msgid "EVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:646 +msgid "TSARVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:647 +msgid "AVI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:649 +msgid "Soil" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:650 +msgid "RI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:651 +msgid "CI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:652 +msgid "BI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:653 +msgid "BI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:655 +msgid "Built Up" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:656 +msgid "NDBI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:657 +msgid "ISU" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:659 +#: LandCoverMap/otbLandCoverMapView.cxx:184 +msgid "Water" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:660 +msgid "SRWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:661 +msgid "NDWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:662 +msgid "NDWI2" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:663 +msgid "MNDWI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:664 +msgid "NDPI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:665 +msgid "NDTI" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:668 +msgid "Edge Density" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:669 +msgid "Sobel" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:671 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:196 +msgid "Mean Shift" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:672 +msgid "Smooth" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:673 +msgid "Clusters" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:674 +msgid "Labels" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:675 +msgid "Boundries" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:677 +msgid "Original data" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:774 +msgid "Feature Extraction Application" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:792 +msgid "Action" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:799 +msgid "Feature Choice:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:808 +msgid "Feature Parameters" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:820 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1630 +#: OrthoFusion/otbOrthoFusionGUI.cxx:833 OrthoFusion/otbOrthoFusionGUI.cxx:840 +#: OrthoRectif/otbOrthoRectifGUI.cxx:768 OrthoRectif/otbOrthoRectifGUI.cxx:775 +msgid "Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:831 +msgid "Sigma D:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:838 +msgid "Sigma I:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:845 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1610 +msgid "Alpha:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:856 +msgid "Pixel coordinates:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:862 +msgid "Pixel value:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:872 +msgid "Initial Value:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:879 +msgid "Profile Size:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:886 +msgid "Step:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:897 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:929 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1669 +msgid "Radius along X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:905 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:937 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1677 +msgid "Radius along Y:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:917 +msgid "Sigma:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:945 +msgid "Offset along X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:954 +msgid "Offset along Y:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:967 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:987 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1029 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1061 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1089 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1137 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1165 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1200 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1261 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1315 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1378 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1397 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1433 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1569 +msgid "Red Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:975 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:995 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1037 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1068 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1096 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1144 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1179 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1214 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1275 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1329 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1404 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1440 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1489 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1517 +msgid "NIR Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1003 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1113 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1447 +msgid "a:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1004 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1076 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1104 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1283 +msgid "Soil line slope" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1014 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1456 +msgid "b:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1015 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1114 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1293 +msgid "Soil line intercept" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1045 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1230 +msgid "L:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1046 +msgid "" +"Correction factor. 0 for high vegetation cover, 1 for low, and usually L = " +"0.5." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1075 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1103 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1151 +msgid "s:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1123 +msgid "x:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1124 +msgid "Adjustement factor" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1152 +msgid "Slope of soil line" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1172 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1207 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1268 +msgid "Blue Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1186 +msgid "gamma:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1187 +msgid "gamma generally = 0.5 (default value) or 1 (depending on aerosols)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1221 +msgid "G:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1239 +msgid "C1:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1248 +msgid "C2:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1282 +msgid "a_rb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1292 +msgid "b_rb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1302 +#: Pireo/RegistrationParametersGUI.cxx:732 +#: Pireo/RegistrationParametersGUI.cxx:749 +msgid "X:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1322 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1371 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1390 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1509 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1529 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1557 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1577 +msgid "Green Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1336 +msgid "lambda 1:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1337 +msgid "Central wavelength of the G band (0.55 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1346 +msgid "lambda 2:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1347 +msgid "Central wavelength of the R band (0.66 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1356 +msgid "lambda 3:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1357 +msgid "Central wavelength of the NIR band (0.84 for Pleiade)" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1415 +msgid "TM4 Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1422 +msgid "TM5 Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1469 +msgid "Rho 860 Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1477 +msgid "Rho 1240 Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1497 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1537 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1549 +msgid "MIR Channel Index:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1589 +msgid "Spectral Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1596 +msgid "Spatial Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1603 +msgid "Nbr of Directions:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1618 +msgid "Ratio MaxCons. Nb:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1637 +msgid "Max Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1644 +msgid "Min Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1651 +msgid "Variance:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1658 +msgid "Max Error:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1685 +msgid "Lower Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1692 +msgid "Upper Thresh.:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1704 +msgid "Spatial Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1711 +msgid "Range Radius:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1719 +msgid "Min. Region Size:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1726 +msgid "Scale:" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1738 +msgid "Channels Selection" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1750 +msgid "Add feature to list (one per selected channel)." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1760 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1794 +msgid "Feature Image List" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1761 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1795 +msgid "Contains each Computed Feature" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1773 +msgid "Feature Information" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1785 +msgid "Output" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1807 +#: OrthoFusion/otbOrthoFusionGUI.cxx:538 OrthoFusion/otbOrthoFusionGUI.cxx:550 +msgid ">>" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1808 +msgid "Add mono Channel Image to Intput List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1818 +#: OrthoFusion/otbOrthoFusionGUI.cxx:544 OrthoFusion/otbOrthoFusionGUI.cxx:556 +msgid "<<" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1819 +msgid "Remove Mono channel Image from Output List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1829 +msgid "Selected Output Channels" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1830 +msgid "Contains each Selected Feature for Output Generation." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1842 +msgid "+" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1843 +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1854 +msgid "Change selected Feature Position in Output Image." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1853 +msgid "-" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1868 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:254 +msgid "Save result" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1869 +#: LandCoverMap/otbLandCoverMapView.cxx:114 +msgid "Save the Composition." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1879 +msgid "Close image" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1880 +msgid "Erase Feature and Close Input Image." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1890 +msgid "Clear List" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1891 +msgid "Clear Feature List." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1902 +#: LandCoverMap/otbLandCoverMapView.cxx:125 +msgid "Quit Application." +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1913 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:478 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:230 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:180 +msgid "Scroll" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1920 +msgid "Full resolution" +msgstr "" + +#: FeatureExtraction/otbFeatureExtractionViewGroup.cxx:1927 +msgid "Feature" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:43 +msgid "Open Image Pair" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:44 +msgid "Save deformation field" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:45 +msgid "Save Registered Image" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:167 +msgid "Fine registration application" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:174 +msgid "Images" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:175 +msgid "" +"This area displays a color composition of the fixed image, the moving image " +"and the resampled image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:195 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:146 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:406 +msgid "Minimap" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:196 +msgid "" +"This area allows to navigate through large images. Displays an anaglyph " +"composition of the fixed and the moving image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:205 +msgid "Deformation field" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:206 +msgid "" +"This area shows a color composition of the deformation field values in X, Y " +"and intensity. To display the deformation field, please trigger the run " +"button." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:215 +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:155 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:328 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:198 +msgid "Parameters" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:216 +msgid "" +"This area allows you to tune parameters from the registration algorithm." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:222 +#: Segmentation/otbPreprocessingViewGroup.cxx:71 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:82 +msgid "Number of iterations" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:223 +msgid "" +"Allows you to tune the number of iterations of the registration algorithm." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:232 +msgid "X NCC radius" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:233 +msgid "" +"Allows you to tune the radius used to compute the normalized correlation in " +"the first image direction." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:243 +msgid "Y NCC radius" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:244 +msgid "" +"Allows you to tune the radius used to compute the normalized correlation in " +"the second image direction." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:254 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:397 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:469 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:381 +msgid "Run" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:255 +msgid "" +"This button allows you to run the deformation field estimation on the image " +"region displayed in the \"Images\" area." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:265 +msgid "X Max" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:266 +msgid "" +"This algorithm allows you to tune the maximum deformation in the first image " +"direction. This is used to handle a security margin when streaming the " +"algorithm on huge images." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:281 +msgid "Y Max" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:282 +msgid "" +"This algorithm allows you to tune the maximum deformation in the second " +"image direction. This is used to handle a security margin when streaming the " +"algorithm on huge images." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:300 +msgid "Images color composition" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:301 +msgid "" +"This area allows you to select the color composition displayed in the " +"\"Images\" area." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:308 +msgid "Fixed" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:309 +msgid "Show or hide the fixed image in the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:320 +msgid "Moving" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:321 +msgid "Show or hide the moving image in the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:332 +msgid "Resampled" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:333 +msgid "" +"Show or hide the resampled image in the color composition. If there is no " +"deformation field computed yet, the resampled image is the moving image." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:347 +msgid "Deformation field color composition" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:354 +msgid "X deformation" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:355 +msgid "" +"Show or hide the deformation in the first image direction in the color " +"composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:367 +msgid "Y deformation" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:368 +msgid "" +"Show or hide the deformation in the second image direction in the color " +"composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:380 +msgid "Intensity" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:381 +msgid "Show or hide the deformation intensity iin the color composition." +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:396 +msgid "Open image pair" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:419 +msgid "Fixed image" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:426 +msgid "Moving image" +msgstr "" + +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:433 +#: FineRegistrationApplication/otbFineRegistrationApplicationViewGroup.cxx:441 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1093 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1102 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1111 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1120 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1144 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:568 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:581 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:462 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:470 +msgid "..." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:58 +msgid "Vector Data" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:59 +msgid "Import Vector" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:60 +msgid "DEM Management" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:62 +#: Pireo/PireoViewerGUI.cxx:232 Pireo/PireoViewerGUI.cxx:233 +msgid "Save" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:63 +msgid "Save Full" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:64 +msgid "Save Extract Result" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:196 +msgid "Image To Data Base Registration Application" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:215 +msgid "ROI Selection" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:224 +msgid "ROI Full Resolution" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:236 +msgid "ROI" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:237 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:423 +msgid "This area display a minimap of the full image" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:262 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:435 +msgid "Extraction parameters" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:268 +msgid "Angle Threshold" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:274 +msgid "Segment Length " +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:280 +msgid "Max. Triplet Dist." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:286 +msgid "Set Reference Data" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:292 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:176 +msgid "Image" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:302 +msgid "Data Base" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:314 +msgid "Vector Datas" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:315 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:509 +msgid "Region of interest control panel" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:322 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:516 +msgid "Display the selected ROI color" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:341 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:536 +msgid "Browse and select ROI" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:361 +msgid "ClearAll" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:362 +msgid "Clear all vector data." +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:374 +msgid "Transform" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:389 +msgid "Switch scroll" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:398 +msgid "Run the Registration" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:406 +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:416 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:390 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:398 +msgid "Pixel Value:" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:433 +msgid "DEM Selection" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:440 +msgid "Use DEM for Loading" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:445 +msgid "Use DEM for Processing" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:452 +msgid "Load" +msgstr "" + +#: ImageToDBRegistration/otbImageToDBRegistrationViewGroup.cxx:472 +#: LandCoverMap/otbLandCoverMapView.cxx:113 +#: OrthoFusion/otbOrthoFusionGUI.cxx:465 OrthoRectif/otbOrthoRectifGUI.cxx:437 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:730 +msgid "OK" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:43 +msgid "Land Cover Map Application" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:59 +msgid "Input Image Name" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:69 +msgid "Open a new input image." +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:90 +msgid "Input Model Name" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:100 +msgid "Load Model" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:101 +msgid "Open a new input model." +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:135 +msgid "Scroll Image" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:142 +msgid "Feature Selection" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:164 +msgid "Full Resolution Image" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:171 +msgid "Nomenclature" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:193 +msgid "Built-up area" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:202 +msgid "Roads" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:211 +msgid "Bare soil" +msgstr "" + +#: LandCoverMap/otbLandCoverMapView.cxx:220 +msgid "Shadows" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:44 +msgid "Save Label Image" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:45 +msgid "Save Polygon" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:126 +msgid "Object Counting Application" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:133 +msgid "Extract" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:162 +msgid "Use SVM for Classification" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:171 +msgid "Use Spectral Angle for Classification" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:178 +msgid "Use Smoothing" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:179 +msgid "Smooth input image before working" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:186 +msgid "Minimum Object Size" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:187 +msgid "Minimum Region Size" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:203 +msgid "Spatial Radius" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:212 +msgid "Range Radius" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:221 +msgid "Scale" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:240 +msgid "Reference Pixel:" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:247 +msgid "Threshold Value:" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:259 +msgid "Nu (svm) " +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:260 +msgid "SVM Classifier margin" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:270 +#: OrthoFusion/otbOrthoFusionGUI.cxx:525 OrthoRectif/otbOrthoRectifGUI.cxx:497 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:289 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:289 +msgid "Preview" +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:271 +msgid "Run over the extracted image." +msgstr "" + +#: ObjectCountingApplication/otbObjectCountingViewGroup.cxx:279 +msgid "Statistics " +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:117 OrthoRectif/otbOrthoRectifGUI.cxx:89 +msgid "UTM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:118 OrthoRectif/otbOrthoRectifGUI.cxx:90 +msgid "LAMBERT2" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:119 OrthoRectif/otbOrthoRectifGUI.cxx:91 +msgid "TRANSMERCATOR" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:312 OrthoRectif/otbOrthoRectifGUI.cxx:284 +msgid "Linear" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:313 OrthoRectif/otbOrthoRectifGUI.cxx:285 +msgid "Nearest" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:314 OrthoRectif/otbOrthoRectifGUI.cxx:286 +msgid "SinC" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:361 OrthoRectif/otbOrthoRectifGUI.cxx:333 +msgid "Blackman" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:362 OrthoRectif/otbOrthoRectifGUI.cxx:334 +msgid "Cosine" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:363 OrthoRectif/otbOrthoRectifGUI.cxx:335 +msgid "Gaussian" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:364 OrthoRectif/otbOrthoRectifGUI.cxx:336 +msgid "Hamming" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:365 OrthoRectif/otbOrthoRectifGUI.cxx:337 +msgid "Lanczos" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:366 OrthoRectif/otbOrthoRectifGUI.cxx:338 +msgid "Welch" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:439 +msgid "otbOrthoFusion" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:446 OrthoRectif/otbOrthoRectifGUI.cxx:418 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:182 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:274 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:182 +msgid "Open an image in a new image viewer" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:456 OrthoRectif/otbOrthoRectifGUI.cxx:428 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:192 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:284 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:192 +msgid "Close the selected image" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:466 OrthoRectif/otbOrthoRectifGUI.cxx:438 +msgid "Compute result" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:476 OrthoRectif/otbOrthoRectifGUI.cxx:448 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:222 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:314 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:222 +msgid "Quit the viewer manager" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:485 OrthoRectif/otbOrthoRectifGUI.cxx:457 +#: Pireo/PireoViewerGUI.cxx:269 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:231 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:205 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:231 +msgid "Information" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:486 OrthoRectif/otbOrthoRectifGUI.cxx:458 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:232 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:206 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:232 +msgid "Selected image viewer information" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:494 OrthoRectif/otbOrthoRectifGUI.cxx:466 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:239 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:229 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:239 +msgid "Show / Hide" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:495 OrthoRectif/otbOrthoRectifGUI.cxx:467 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:240 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:230 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:240 +msgid "Show or hide the selected image viewer" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:504 OrthoRectif/otbOrthoRectifGUI.cxx:476 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:268 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:239 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:268 +msgid "Hide all" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:505 OrthoRectif/otbOrthoRectifGUI.cxx:477 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:269 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:240 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:269 +msgid "Hide all the viewers" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:514 +msgid "Images List" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:515 OrthoRectif/otbOrthoRectifGUI.cxx:487 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:279 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:214 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:279 +msgid "" +"List of opened image viewer (showed image viewer are prefixed with +, and " +"hidden with -)" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:526 OrthoRectif/otbOrthoRectifGUI.cxx:498 +msgid "Preview Window" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:539 +msgid "Add PAN Input Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:545 +msgid "Remove selected PAN." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:551 +msgid "Add XS Input Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:557 +msgid "Remove Selected XS." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:562 +msgid "PAN Image" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:563 +msgid "Select a PAN Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:567 +msgid "XS Image" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:568 +msgid "Select a XS Image." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:578 OrthoRectif/otbOrthoRectifGUI.cxx:516 +msgid "Coordinates" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:583 OrthoRectif/otbOrthoRectifGUI.cxx:521 +msgid "Map Projection" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:584 OrthoRectif/otbOrthoRectifGUI.cxx:522 +msgid "Select the map projection type" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:592 OrthoRectif/otbOrthoRectifGUI.cxx:530 +msgid "Cartographic Coordinates:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:599 OrthoFusion/otbOrthoFusionGUI.cxx:642 +#: OrthoFusion/otbOrthoFusionGUI.cxx:664 OrthoRectif/otbOrthoRectifGUI.cxx:546 +#: OrthoRectif/otbOrthoRectifGUI.cxx:578 OrthoRectif/otbOrthoRectifGUI.cxx:627 +msgid " Easting:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:600 OrthoFusion/otbOrthoFusionGUI.cxx:643 +#: OrthoFusion/otbOrthoFusionGUI.cxx:665 OrthoRectif/otbOrthoRectifGUI.cxx:547 +#: OrthoRectif/otbOrthoRectifGUI.cxx:579 OrthoRectif/otbOrthoRectifGUI.cxx:628 +msgid "Enter the easting of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:608 OrthoFusion/otbOrthoFusionGUI.cxx:651 +#: OrthoFusion/otbOrthoFusionGUI.cxx:673 OrthoRectif/otbOrthoRectifGUI.cxx:555 +#: OrthoRectif/otbOrthoRectifGUI.cxx:587 OrthoRectif/otbOrthoRectifGUI.cxx:636 +msgid "Northing:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:609 OrthoFusion/otbOrthoFusionGUI.cxx:652 +#: OrthoFusion/otbOrthoFusionGUI.cxx:674 OrthoRectif/otbOrthoRectifGUI.cxx:556 +#: OrthoRectif/otbOrthoRectifGUI.cxx:588 OrthoRectif/otbOrthoRectifGUI.cxx:637 +msgid "Enter the northing of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:617 OrthoRectif/otbOrthoRectifGUI.cxx:537 +msgid "Zone:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:618 OrthoRectif/otbOrthoRectifGUI.cxx:538 +msgid "Enter the zone number" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:626 OrthoRectif/otbOrthoRectifGUI.cxx:564 +msgid "Northern Hemisphere" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:633 OrthoRectif/otbOrthoRectifGUI.cxx:570 +msgid "Southern Hemisphere" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:682 OrthoRectif/otbOrthoRectifGUI.cxx:600 +msgid "False Easting:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:683 OrthoRectif/otbOrthoRectifGUI.cxx:601 +msgid "Enter false easting" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:691 OrthoRectif/otbOrthoRectifGUI.cxx:609 +msgid "False Northing:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:692 OrthoRectif/otbOrthoRectifGUI.cxx:610 +msgid "Enter false northing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:700 OrthoRectif/otbOrthoRectifGUI.cxx:618 +msgid "Scale Factor:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:701 OrthoRectif/otbOrthoRectifGUI.cxx:619 +msgid "Enter Scale Factor" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:713 OrthoRectif/otbOrthoRectifGUI.cxx:649 +msgid "Geographical Coordinates:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:720 OrthoRectif/otbOrthoRectifGUI.cxx:656 +msgid "Longitude:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:721 OrthoRectif/otbOrthoRectifGUI.cxx:657 +msgid "Enter the longitude of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:729 OrthoRectif/otbOrthoRectifGUI.cxx:665 +msgid "Latitude:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:730 OrthoRectif/otbOrthoRectifGUI.cxx:666 +msgid "Enter the latitude of the output image center." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:738 OrthoRectif/otbOrthoRectifGUI.cxx:674 +msgid "Use Center Pixel" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:739 OrthoRectif/otbOrthoRectifGUI.cxx:675 +msgid "If checked, use the output center image coodinates." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:746 OrthoRectif/otbOrthoRectifGUI.cxx:681 +msgid "Use Upper-Left Pixel" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:747 OrthoRectif/otbOrthoRectifGUI.cxx:682 +msgid "If checked, use the upper left output image pixel coodinates." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:758 OrthoRectif/otbOrthoRectifGUI.cxx:692 +msgid "Output Image" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:764 OrthoRectif/otbOrthoRectifGUI.cxx:699 +msgid " Size X:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:765 OrthoRectif/otbOrthoRectifGUI.cxx:700 +msgid "Enter the X output size" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:773 OrthoRectif/otbOrthoRectifGUI.cxx:708 +msgid "Size Y:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:774 OrthoRectif/otbOrthoRectifGUI.cxx:709 +msgid "Enter the Y output size" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:782 OrthoRectif/otbOrthoRectifGUI.cxx:717 +msgid "Spacing X:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:783 OrthoRectif/otbOrthoRectifGUI.cxx:718 +msgid "Enter X spacing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:791 OrthoRectif/otbOrthoRectifGUI.cxx:726 +msgid "Spacing Y:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:792 OrthoRectif/otbOrthoRectifGUI.cxx:727 +msgid "Enter Y spacing" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:800 OrthoFusion/otbOrthoFusionGUI.cxx:824 +#: OrthoRectif/otbOrthoRectifGUI.cxx:735 OrthoRectif/otbOrthoRectifGUI.cxx:759 +#: Pireo/RegistrationParametersGUI.cxx:831 +msgid "Interpolator" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:801 OrthoFusion/otbOrthoFusionGUI.cxx:825 +#: OrthoRectif/otbOrthoRectifGUI.cxx:736 OrthoRectif/otbOrthoRectifGUI.cxx:760 +msgid "Select the Orthorectif Interpolator." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:809 OrthoRectif/otbOrthoRectifGUI.cxx:744 +msgid "Interpolator Parameters:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:853 OrthoRectif/otbOrthoRectifGUI.cxx:788 +msgid "DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:866 OrthoRectif/otbOrthoRectifGUI.cxx:822 +msgid "Use DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:870 OrthoRectif/otbOrthoRectifGUI.cxx:801 +msgid "DEM Path" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:871 OrthoRectif/otbOrthoRectifGUI.cxx:802 +msgid "Open a DEM directory" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:882 OrthoRectif/otbOrthoRectifGUI.cxx:813 +msgid "DEM Path:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:887 OrthoRectif/otbOrthoRectifGUI.cxx:818 +msgid "Save DEM" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:902 OrthoRectif/otbOrthoRectifGUI.cxx:844 +msgid "Use Average Elevation" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:907 OrthoRectif/otbOrthoRectifGUI.cxx:837 +msgid "Average Elevation:" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:908 OrthoRectif/otbOrthoRectifGUI.cxx:838 +msgid "Enter the Average Elevation Value" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:920 OrthoRectif/otbOrthoRectifGUI.cxx:855 +msgid "Image Extent" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:933 OrthoRectif/otbOrthoRectifGUI.cxx:868 +msgid "Advanced" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:940 OrthoRectif/otbOrthoRectifGUI.cxx:875 +msgid "Work with 8bits" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:941 OrthoRectif/otbOrthoRectifGUI.cxx:876 +msgid "Work with unsigned char pixel type." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:946 OrthoRectif/otbOrthoRectifGUI.cxx:881 +msgid "Work with 16bits" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:947 OrthoRectif/otbOrthoRectifGUI.cxx:882 +msgid "Work with short pixel type." +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:953 OrthoRectif/otbOrthoRectifGUI.cxx:888 +msgid "Maximum Tile Size (MB)" +msgstr "" + +#: OrthoFusion/otbOrthoFusionGUI.cxx:954 OrthoRectif/otbOrthoRectifGUI.cxx:889 +msgid "From Streaming pipeline, precise the maximum tile size." +msgstr "" + +#: OrthoRectif/otbOrthoRectifGUI.cxx:411 +msgid "otbOrthoRectif" +msgstr "" + +#: OrthoRectif/otbOrthoRectifGUI.cxx:486 +msgid "Image List" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:41 +msgid "None" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:42 +msgid "Blurring" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:43 +msgid "Normalize" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:69 +msgid "Fixed Image" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:70 Pireo/PireoViewerGUI.cxx:712 +msgid "Moving Image" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:71 +msgid "Both Images" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:83 +msgid "Pre-Processing Parameters" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:92 +msgid "Filter Parameters" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:98 +msgid "Select Filter:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:103 +msgid "Use Filter:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:109 +#: Pireo/RegistrationParametersGUI.cxx:721 +#: Pireo/RegistrationParametersGUI.cxx:871 +#: Pireo/RegistrationParametersGUI.cxx:985 +msgid "Options:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:116 +msgid "Set Variance:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:125 +msgid "Maximum Kernel Size:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:134 +msgid "DiscreteGaussianImageFilter: Parameters:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:152 +msgid "Set Lower Threshold" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:160 +msgid "BinaryImageFilter: Parameters:" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:173 +msgid "Apply Filter On" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:191 +msgid "Select the image on which the pre-processing will be applyed" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:206 +msgid "&Help!" +msgstr "" + +#: Pireo/PreProcessParametersGUI.cxx:212 +#: Pireo/RegistrationParametersGUI.cxx:1300 +msgid "&Accept" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:230 +msgid "Load Fixed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:231 +msgid "Load Moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:234 +msgid "Auto Save" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:235 +msgid "Deactivate Auto Save" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:239 +msgid "Flip" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:240 +msgid "Flip Fixed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:241 Pireo/PireoViewerGUI.cxx:245 +msgid "Flip X" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:242 Pireo/PireoViewerGUI.cxx:246 +msgid "Flip Y" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:244 +msgid "Flip Moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:249 +msgid "Build" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:250 +msgid "View in Transparency" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:251 +msgid "Registration" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:252 +msgid "Set Parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:253 +msgid "Select parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:254 +msgid "Read parameters from a file..." +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:256 +msgid "Start " +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:257 +msgid "Pause ||" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:258 +msgid "Stop " +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:261 +msgid "Grid (default)" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:262 +msgid "Vector Field" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:263 +msgid "Set Parameter" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:266 +msgid "PreProcess" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:267 +msgid "Choose filter" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:270 +msgid "View loaded image filenames" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:272 +msgid "Options" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:273 Pireo/PireoViewerGUI.cxx:683 +msgid "Save Registration Parameters" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:274 +msgid "Display Metric values" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:275 +msgid "Show" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:276 +msgid "Deactivate" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:443 Pireo/PireoViewerGUI.cxx:465 +msgid "Filtered fixed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:444 Pireo/PireoViewerGUI.cxx:466 +msgid "Filtered moving Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:445 Pireo/PireoViewerGUI.cxx:467 +msgid "Deformed Image" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:446 Pireo/PireoViewerGUI.cxx:468 +msgid "Blender (images in transparency)" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:479 +msgid "Pireo Viewer" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:491 Pireo/PireoViewerGUI.cxx:567 +#: Pireo/PireoViewerGUI.cxx:574 +msgid "@+" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:498 +msgid "@" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:512 +msgid "VTK Window" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:523 +msgid "ZoomFixedImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:534 +msgid "FixedImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:545 +msgid "ZoomMovingImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:556 +msgid "MovingImage" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:581 Pireo/PireoViewerGUI.cxx:630 +msgid "@2" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:588 Pireo/PireoViewerGUI.cxx:616 +msgid "@4" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:595 Pireo/PireoViewerGUI.cxx:623 +msgid "@6" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:602 Pireo/PireoViewerGUI.cxx:609 +msgid "@8" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:637 +msgid "VectorWindow" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:654 +msgid "Grid / Vector" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:672 +msgid "Input number of displayed points along each axe:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:673 +msgid "Up to 100 only" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:701 Pireo/PireoViewerGUI.cxx:735 +#: Pireo/PireoViewerGUI.cxx:764 +msgid "Enter filename:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:707 +msgid "Input Filenames" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:710 +msgid "Fixed Image:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:717 +msgid "Save Registration Results" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:738 Pireo/PireoViewerGUI.cxx:767 +msgid "Image:" +msgstr "" + +#: Pireo/PireoViewerGUI.cxx:746 +msgid "Automatic save" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:126 +msgid "Translation Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:127 +msgid "Affine Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:128 +msgid "Scale Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:129 +msgid "BSpline Deformable Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:130 +msgid "RigidTransform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:131 +msgid "Centered Affine Transform" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:178 +#: Pireo/RegistrationParametersGUI.cxx:650 +msgid "1" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:179 +#: Pireo/RegistrationParametersGUI.cxx:651 +msgid "2" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:180 +#: Pireo/RegistrationParametersGUI.cxx:652 +msgid "3" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:181 +#: Pireo/RegistrationParametersGUI.cxx:653 +msgid "4" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:182 +msgid "5" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:229 +msgid "Nearest Neighbor Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:230 +msgid "Linear Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:231 +msgid "B-Spline Interpolation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:296 +msgid "Mean Squares Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:297 +msgid "Mutual Information Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:298 +msgid "Normalized Correlation Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:299 +msgid "Mean Reciprocal Square Difference Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:300 +msgid "Mattes Mutual Information Metric" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:400 +msgid "Regular Step Gradient Descent Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:401 +msgid "Conjugate Gradient Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:402 +msgid "Gradient Descent Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:403 +msgid "One Plus One Evolutionary Optimizer" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:694 +msgid "Registration Parameters" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:703 +msgid "Transformation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:709 +#: Pireo/RegistrationParametersGUI.cxx:837 +#: Pireo/RegistrationParametersGUI.cxx:859 +#: Pireo/RegistrationParametersGUI.cxx:973 +#: Pireo/RegistrationParametersGUI.cxx:1250 +msgid "Select:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:714 +#: Pireo/RegistrationParametersGUI.cxx:842 +#: Pireo/RegistrationParametersGUI.cxx:864 +#: Pireo/RegistrationParametersGUI.cxx:978 +msgid "Use:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:727 +msgid "Translation Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:736 +#: Pireo/RegistrationParametersGUI.cxx:753 +msgid "Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:744 +msgid "Scale Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:761 +#: Pireo/RegistrationParametersGUI.cxx:776 +msgid "Affine Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:766 +#: Pireo/RegistrationParametersGUI.cxx:817 +msgid "Initialize with image geometry" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:785 +msgid "BSpline Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:790 +msgid "BSpline order" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:802 +msgid "Rigid Transform: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:807 +msgid "Angle:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:811 +msgid "Initialize with image moments" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:853 +msgid " Metric " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:878 +msgid "Mutual Information Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:883 +#: Pireo/RegistrationParametersGUI.cxx:890 +msgid "Fixed Image Standard Deviation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:897 +#: Pireo/RegistrationParametersGUI.cxx:924 +msgid "Number of Spatial Samples:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:910 +msgid "NONE" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:919 +msgid "Mattes Mutual Information Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:934 +msgid "Number of Histogram Bins:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:948 +msgid "Mean Reciprocal Square Metric: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:953 +msgid "Lambda:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:968 +msgid " Optimizer " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:992 +msgid "Scaling Rotation Matrix:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1026 +#: Pireo/RegistrationParametersGUI.cxx:1067 +#: Pireo/RegistrationParametersGUI.cxx:1149 +msgid "Scaling Translation X:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1033 +#: Pireo/RegistrationParametersGUI.cxx:1072 +#: Pireo/RegistrationParametersGUI.cxx:1156 +msgid "Scaling Translation Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1040 +msgid "Scaling Center X:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1047 +msgid "Scaling Center Y:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1054 +#: Pireo/RegistrationParametersGUI.cxx:1062 +#: Pireo/RegistrationParametersGUI.cxx:1081 +#: Pireo/RegistrationParametersGUI.cxx:1163 +msgid "Optimizer: Parameters:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1086 +msgid "Angle scale" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1091 +msgid "X translation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1096 +msgid "Y translation" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1101 +msgid "X center" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1106 +msgid "Y center" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1115 +msgid "Scaling, rotation, shearing Matrix:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1183 +msgid "Generator Seed:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1190 +#: Pireo/RegistrationParametersGUI.cxx:1213 +#: Pireo/RegistrationParametersGUI.cxx:1230 +msgid "Maximize" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1199 +msgid "Maximum Step Length:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1206 +msgid "Minimum Step Length:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1223 +msgid "Learning rate:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1244 +msgid " Others " +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1255 +msgid "Registration Number of Levels:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1263 +msgid "Number of Iterations:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1273 +msgid "Refresh GUI:" +msgstr "" + +#: Pireo/RegistrationParametersGUI.cxx:1295 +msgid "&Help" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:460 +msgid "Polarimetric synthesis application" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:467 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:221 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:171 +msgid "Full Resolution" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:468 +msgid "" +"This area display a piece of the image at full resolution. You can change " +"the displayed region by clicking on the scroll area." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:479 +msgid "" +"This area display a minimap of the full image, allowing you to change the " +"region displayed by the full resolution area by clicking." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:488 +msgid "Polarization parameters" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:498 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:306 +msgid "Red" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:501 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:622 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:743 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:870 +msgid "Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:507 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:549 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:628 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:670 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:749 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:791 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:876 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:918 +msgid "Psi" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:508 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:629 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:750 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:877 +msgid "Change the incident Psi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:524 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:566 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:645 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:687 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:766 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:808 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:893 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:935 +msgid "Khi" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:525 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:646 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:767 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:894 +msgid "Change the incident Khi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:543 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:664 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:785 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:912 +msgid "Reception" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:550 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:671 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:792 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:919 +msgid "Change the reflected Psi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:567 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:688 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:809 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:936 +msgid "Change the emitted Khi value (in degree)." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:586 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:707 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:828 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:955 +msgid "Cross-polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:587 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:708 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:829 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:956 +msgid "Force cross polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:595 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:716 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:837 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:964 +msgid "Co-polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:596 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:717 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:838 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:965 +msgid "Force co-polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:604 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:725 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:846 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:973 +msgid "Indifferent polarization" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:605 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:726 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:847 +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:974 +msgid "Allows any polarization." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:618 +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:316 +msgid "Green" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:739 +msgid "Blue" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:867 +msgid "Grayscale" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:989 +msgid "Gain" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1021 +msgid "Poincare Sphere" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1022 +msgid "Drag the sphere to rotate it." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1030 +msgid "Pixel value" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1031 +msgid "Pixel value." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1038 +msgid "RGB" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1047 +msgid "Image file chooser" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1057 +msgid "HH Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1058 +msgid "HH input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1066 +msgid "HV Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1067 +msgid "HV input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1075 +msgid "VH Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1076 +msgid "VH input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1084 +msgid "VV Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1085 +msgid "VV input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1094 +msgid "Choose the HH image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1103 +msgid "Choose the HV image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1112 +msgid "Choose the VH image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1121 +msgid "Choose the VV image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1133 +msgid "Vector Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1134 +msgid "Vector input image path." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1145 +msgid "Choose the vector image file name." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1158 +msgid "Load images into the application." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1167 +msgid "Hide the open images window." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1175 +msgid "Open Vector Image" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1176 +msgid "Import a polarimetric vector image." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1185 +msgid "Open Images" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1186 +msgid "Import images corresponding to the HH, HV, VH, VV channels." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1196 +msgid "V Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1197 +msgid "Enable or disable the vertical emssion for the polarimetric data." +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1206 +msgid "H Emission" +msgstr "" + +#: PolarimetricSynthesis/otbPolarimetricSynthesisApplicationViewGroup.cxx:1207 +msgid "Enable or disable the horizontcal emssion for the polarimetric data." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:72 +msgid "Save Luminance Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:73 +msgid "Save Reflectance TOA Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:74 +msgid "Save Reflectance TOC Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:75 +msgid "Save TOA-TOC Diff Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:78 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:82 +msgid "Settings" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:79 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:84 +msgid "Viewer Setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:80 +msgid "Coef. Setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:163 +msgid "NO AEROSOL" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:164 +msgid "CONTINENTAL" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:165 +msgid "MARITIME" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:166 +msgid "URBAN" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:167 +msgid "DESERTIC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:214 +msgid "0" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:267 +msgid "Radiometric Calibration Application" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:288 +msgid "Navigation View" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:296 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:304 +msgid "Zoom View" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:312 +msgid "Histograms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:320 +msgid "Pixel Information" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:328 +msgid "Result Pixel Information" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:360 +msgid "Input Image" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:368 +msgid "Luminance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:376 +msgid "Reflect. TOA" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:384 +msgid "Reflect. TOC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:392 +msgid "Diff. TOA/TOC" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:407 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:201 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:305 +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:685 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:293 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:341 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:201 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:305 +msgid "Viewer setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:488 +msgid "Radiometric Coefficients Setup" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:500 +msgid "Correction Parameters" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:507 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:508 +msgid "Aerosol Model" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:516 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:517 +msgid "Ozone Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:525 +msgid "Atmo. Pressure" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:526 +msgid "Atmospheric Pressure" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:539 +msgid "Aerosol Thickness" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:540 +msgid "Aerosol Optical Thickness" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:550 +msgid "Water Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:551 +msgid "Water Vapor Amount" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:561 +msgid "Aeronet File" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:574 +msgid "Filter Function Values File" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:587 +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:748 +msgid "Radiative Terms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:593 +msgid "Channel Index" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:608 +msgid "Intrinsic Ref." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:609 +msgid "Intrinsic Atmospheric Reflectance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:619 +msgid "Albedo" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:620 +msgid "Shperical Albedo of the Atmosphere" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:630 +msgid "Gaseous Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:631 +msgid "Total Gaseous Transmission" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:641 +msgid "Down. Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:642 +msgid "Downward Transmittance of the Atmospher" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:652 +msgid "Up Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:653 +msgid "Upward Transmittance of the Atmospher" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:663 +msgid "Up diffuse Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:664 +msgid "Upward diffuse transmittance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:674 +msgid "Up direct Trans." +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:675 +msgid "Upward direct Transmittance" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:685 +msgid "Up diff. Trans. (Rayleigh)" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:686 +msgid "Upward diffuse transmittance for Rayleigh" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:696 +msgid "Up diff Trans. (aerososl)" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:697 +msgid "Upward diffuse transmittance for aerosols" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:709 +msgid "Reload Channel Radiative Terms" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:723 +msgid "Close the window" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:731 +msgid "Set up Radiometric Parameters" +msgstr "" + +#: RadiometricCalibration/otbRadiometricCalibrationViewGroup.cxx:740 +msgid "Atmospheric Parameters" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:170 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:93 +msgid "Import segments" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:171 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:94 +msgid "Save results" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:214 +msgid "Road extraction application" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:245 +msgid "Input type" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:251 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:206 +msgid "Use image intensity" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:260 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:215 +msgid "Use image channel" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:269 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:224 +msgid "Channel " +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:279 +msgid "Use spectral angle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:288 +msgid "Reference pixel" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:297 +msgid "Use water index" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:335 +msgid "Alpha" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:336 +msgid "Set the alpha value" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:347 +msgid "Resolution" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:348 +msgid "Set the revolution" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:360 +#: Segmentation/otbVectorizationViewGroup.cxx:25 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:113 +msgid "Tolerance" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:361 +msgid "" +"Set the tolerance for segment consistency (tolerance in terms of distance)" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:373 +msgid "MaxAngle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:374 +msgid "Set the max angle" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:386 +msgid "AngularThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:387 +msgid "Set the angular threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:399 +msgid "AmplitudeThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:400 +msgid "Set the amplitude threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:412 +msgid "DistanceThreshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:413 +msgid "Set the distance threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:425 +msgid "FirstMeanDistThr" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:426 +msgid "First Mean Distance Threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:438 +msgid "SecondMeanDistThr" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:439 +msgid "Second Mean Distance Threshold" +msgstr "" + +#: RoadExtraction/otbRoadExtractionViewGroup.cxx:455 +msgid "Controls" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:19 +msgid "Vectorization Parameters" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:37 +msgid "Original image" +msgstr "" + +#: Segmentation/otbVectorizationViewGroup.cxx:45 +msgid "Segmented image" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:49 +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:56 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:69 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:76 +msgid "Click on speed map for seeds selection." +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:55 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:68 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:75 +msgid "Segmentation parameters" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:62 +msgid "Stopping time" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:72 +msgid "Sigmoid alpha" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:83 +msgid "Sigmoid beta" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:94 +msgid "Gradient sigma " +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:104 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:75 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:135 +msgid "Clear seeds" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:112 +msgid "Time threshold" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:129 +msgid "Speed map" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:137 +msgid "Time crossing map" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:145 +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:161 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:188 +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:291 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:179 +msgid "Segmentation" +msgstr "" + +#: Segmentation/otbLevelSetSegmentationViewGroup.cxx:153 +msgid "Gradient Magnitude" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:47 +msgid "Preprocessing Parameters" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:53 +msgid "Use smoothing" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:62 +msgid "Use edge enhancement" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:80 +msgid "Time step" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:89 +msgid "Amount" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:100 +msgid "Edge enhancement" +msgstr "" + +#: Segmentation/otbPreprocessingViewGroup.cxx:108 +msgid "Anisotropic diffusion" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:83 +msgid "Spectral angle distances" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:91 +msgid "Thresholds" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:99 +msgid "View feature " +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:110 +msgid "Inside seeds" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:118 +msgid "Outside seeds" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:125 +msgid "Automatic update" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:134 +msgid "Update" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:145 +msgid "Features" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:153 +msgid "Distance to hyperplane" +msgstr "" + +#: Segmentation/otbSVMBasedRegionGrowingSegmentationViewGroup.cxx:169 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:187 +msgid "Input image" +msgstr "" + +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:164 +msgid "Segmentation application" +msgstr "" + +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:194 +msgid "Segmented regions" +msgstr "" + +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:234 +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:164 +msgid "Algorithm" +msgstr "" + +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:245 +msgid "Segment !" +msgstr "" + +#: Segmentation/otbSegmentationApplicationViewGroup.cxx:246 +msgid "Trigger the segmentation once an area as been selected." +msgstr "" + +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:93 +msgid "Lower threshold" +msgstr "" + +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:103 +msgid "Upper threshold" +msgstr "" + +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:124 +msgid "Radius" +msgstr "" + +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:143 +msgid "Inside seed" +msgstr "" + +#: Segmentation/otbRegionGrowingSegmentationViewGroup.cxx:154 +msgid "Outside seed" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:22 +msgid "Open stereoscopic couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:169 +msgid "Stereoscopic viewer" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:177 +msgid "" +"This area shows the main stereoscopic couple. To activate the sub-window " +"mode, draw a rectangle with the middle mouse button pressed" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:204 +msgid "Zoom in interpolator" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:205 +msgid "Choose the interpolator used when resample factor is less than 1" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:215 +msgid "Zoom out interpolator" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:216 +msgid "Choose the interpolator used when resample factor is more than 1" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:226 +msgid "Magnify" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:227 +msgid "Magnify the scene (nearest neighbours interpolation)." +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:242 +msgid "Resample" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:243 +msgid "Resample the scene" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:258 +msgid "X" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:285 +msgid "Main visualization" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:286 +msgid "Choose the couple to view" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:292 +msgid "Main stereoscopic couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:305 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:374 +msgid "Show left image" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:314 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:383 +msgid "show right image" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:323 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:392 +msgid "Show anaglyph" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:333 +msgid "Normalization (%)" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:353 +msgid "Insight" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:354 +msgid "Choose the couple to view in the insight sub-window mode" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:361 +msgid "Insight tereoscopic couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:415 +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:480 +msgid "Rename couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:416 +msgid "Rename the selected couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:425 +msgid "Open Stereoscopic couple" +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:448 +msgid "Left image " +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:455 +msgid "Right image " +msgstr "" + +#: StereoscopicApplication/otbStereoscopicApplicationViewGroup.cxx:500 +msgid "Couple name: " +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:175 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:175 +msgid "otbImageViewerManager" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:202 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:294 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:202 +msgid "Set up the selected viewer" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:211 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:430 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:303 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:211 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:430 +msgid "Link setup" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:212 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:304 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:212 +msgid "Add or remove links with the selected viewer" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:249 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:249 +msgid "Zoom small images" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:250 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:250 +msgid "Zoom small images in preview window" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:258 +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:506 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:323 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:545 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:258 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:506 +msgid "Slideshow" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:259 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:324 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:259 +msgid "Launch the slideshow mode" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:278 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:213 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:278 +msgid "Viewers List" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:290 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:290 +msgid "Preview window" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:371 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:407 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:371 +msgid "Viewer name" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:372 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:408 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:372 +msgid "Set a new name for the selected viewer" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:436 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:436 +msgid "Link to viewer: " +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:437 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:437 +msgid "Select the viewer to link with" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:443 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:472 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:443 +msgid "X offset" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:444 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:473 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:444 +msgid "Set the x offset of the link" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:450 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:479 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:450 +msgid "Y offset" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:451 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:480 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:451 +msgid "Set the Y offset of the link" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:457 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:486 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:457 +msgid "Apply" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:458 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:487 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:458 +msgid "Save the current link" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:465 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:465 +msgid "Existing links" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:466 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:495 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:533 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:466 +msgid "List of image viewers already linked with the selected image viewer" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:475 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:504 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:475 +msgid "Remove" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:476 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:505 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:476 +msgid "Remove the selected link" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:485 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:514 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:485 +msgid "Clear all links for the selected image viewer" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:494 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:523 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:494 +msgid "Leave the link set up interface" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:512 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:551 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:512 +msgid "Progress" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:513 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:552 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:513 +msgid "Position in diaporama" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:518 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:557 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:518 +msgid "Previous" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:519 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:558 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:519 +msgid "Previous image in diaporama" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:528 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:567 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:528 +msgid "Next" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:529 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:568 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:529 +msgid "Next image in diaporama" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:538 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:577 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:538 +msgid " Quit" +msgstr "" + +#: Testing/ViewerManagerOld/otbImageViewerManagerGUI.cxx:539 +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:578 +#: ViewerManagerOld/otbImageViewerManagerGUI.cxx:539 +msgid "Leave diaporama mode" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:72 +msgid "Open vector" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:73 +msgid "Save Image Result" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:74 +msgid "Save image on extract" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:76 +msgid "Save Vector Data" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:77 +msgid "Save vector on extract" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:78 +msgid "Save vector on full" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:83 +msgid "Configure " +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:329 +msgid "Urban Area Extraction Application" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:349 +msgid "Master View Selection" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:358 +msgid "Selected ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:373 +msgid "Switch View" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:406 +msgid "Display Vectors" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:407 +msgid "Display/Hide the vector datas" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:422 +msgid "Focus in ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:441 +msgid "Detail level" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:447 +msgid "Min Size" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:448 +msgid "Minimum size of a detected region (m2)" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:464 +msgid "SubSample" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:465 +msgid "Control of the sub-sample factor." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:484 +msgid "Threshold" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:490 +msgid "NonVeget/Water :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:491 +msgid "" +"Threshold value applied on the RadiometricNonVegetationNonWaterIndex image " +"result [ 0 ; 1 ]" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:497 +msgid "Density :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:498 +msgid "Threshold value applied on the edge density image result [ 0 ; 1 ]" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:508 +msgid "Region of interest" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:570 +msgid "Focus on the selected ROI" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:588 +msgid "Modify the alpha blending between the input image and the result." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:604 +msgid "Algorithm Configuration" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:629 +msgid "Sobel Thresholds" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:635 +msgid "Lower Threshold :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:636 +msgid "Lower threshold of the sobel edge detector." +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:643 +msgid "Upper Threshold :" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:644 +msgid "" +"Upper threshold of the sobel edge detector. (ex: 200 for Quickbird, 50 for " +"SPOT)" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:654 +msgid "Indices Configuration" +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:674 +msgid "NIR channel index " +msgstr "" + +#: UrbanAreaExtraction/otbUrbanAreaExtractionViewGroup.cxx:675 +msgid "Select band for NIR channel in RGB composition" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:199 +msgid "otbImageViewerManagerView" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:253 +msgid "Packed View" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:254 +msgid "Toggle Packed mode" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:262 +msgid "Splitted View" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:263 +msgid "Toggle Splitted mode" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:449 +msgid "Amplitude" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:466 +msgid "Link Images" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:494 +msgid "First Image" +msgstr "" + +#: ViewerManager/otbImageViewerManagerViewGroup.cxx:532 +msgid "SecondImage" +msgstr ""