exiftool_vendored 9.78.0 → 9.99.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of exiftool_vendored might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/Image-ExifTool-9.99/Changes +7164 -0
- data/bin/Image-ExifTool-9.99/MANIFEST +937 -0
- data/bin/Image-ExifTool-9.99/META.yml +27 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/Makefile.PL +0 -0
- data/bin/Image-ExifTool-9.99/README +233 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/exif2iptc.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/exif2xmp.args +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/gps2xmp.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2exif.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/iptc2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/iptcCore.args +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/pdf2xmp.args +0 -0
- data/bin/Image-ExifTool-9.99/arg_files/xmp2exif.args +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2gps.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2iptc.args +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/arg_files/xmp2pdf.args +0 -0
- data/bin/Image-ExifTool-9.99/config_files/convert_regions.config +81 -0
- data/bin/Image-ExifTool-9.99/config_files/example.config +343 -0
- data/bin/Image-ExifTool-9.99/config_files/photoshop_paths.config +54 -0
- data/bin/Image-ExifTool-9.99/config_files/picasa_faces.config +369 -0
- data/bin/Image-ExifTool-9.99/exiftool +6245 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/gpx_wpt.fmt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/fmt_files/kml.fmt +0 -0
- data/bin/Image-ExifTool-9.99/html/ExifTool.html +2067 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/MIE1.1-20070121.pdf +0 -0
- data/bin/Image-ExifTool-9.99/html/Shift.html +173 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/AFCP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/AIFF.html +146 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/APP12.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ASF.html +1066 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Apple.html +74 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Audible.html +177 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/BMP.html +110 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Canon.html +9318 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonCustom.html +2081 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/CanonRaw.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/CanonVRD.html +1958 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Casio.html +1606 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Composite.html +704 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DICOM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DNG.html +289 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DPX.html +224 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DV.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/DarwinCore.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/DjVu.html +313 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXE.html +697 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/EXIF.html +3381 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Extra.html +437 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLAC.html +183 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FLIR.html +1340 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Flash.html +419 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FlashPix.html +1465 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Font.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/FotoStation.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/FujiFilm.html +813 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GE.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIF.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GIMP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/GPS.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/GeoTiff.html +2298 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/H264.html +393 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HP.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/HTML.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ICC_Profile.html +711 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ID3.html +1593 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/IPTC.html +903 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/ITC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JFIF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/JPEG.html +602 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/JVC.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Jpeg2000.html +464 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Kodak.html +1891 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/KyoceraRaw.html +92 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/LNK.html +478 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Leaf.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Lytro.html +122 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/M2TS.html +133 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MIE.html +1026 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/MIFF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MNG.html +847 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MOI.html +60 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPC.html +97 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPEG.html +249 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MPF.html +199 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MWG.html +577 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MXF.html +6673 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Matroska.html +1069 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Microsoft.html +2073 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Minolta.html +2612 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/MinoltaRaw.html +326 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Nikon.html +4814 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCapture.html +799 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/NikonCustom.html +5633 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Nintendo.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OOXML.html +280 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Ogg.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Olympus.html +3531 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/OpenEXR.html +222 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PDF.html +745 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PGF.html +80 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PICT.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PLIST.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PNG.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PSP.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Palm.html +388 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Panasonic.html +1690 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PanasonicRaw.html +451 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Pentax.html +4655 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhaseOne.html +253 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoCD.html +402 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/PhotoMechanic.html +196 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Photoshop.html +570 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PostScript.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/PrintIM.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Qualcomm.html +4778 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/QuickTime.html +6036 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/RIFF.html +1314 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RSRC.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/RTF.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Radiance.html +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Rawzor.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Real.html +780 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Reconyx.html +132 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Ricoh.html +800 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Samsung.html +604 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sanyo.html +366 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Scalado.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Shortcuts.html +276 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sigma.html +469 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SigmaRaw.html +438 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/Sony.html +8640 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/SonyIDC.html +267 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Stim.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Theora.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Torrent.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Unknown.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/VCard.html +433 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/Vorbis.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/XMP.html +9175 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/ZIP.html +205 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/iWork.html +0 -0
- data/bin/Image-ExifTool-9.99/html/TagNames/index.html +211 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/TagNames/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/ancient_history.html +7608 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/canon_raw.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/commentary.html +0 -0
- data/bin/Image-ExifTool-9.99/html/config.html +355 -0
- data/bin/Image-ExifTool-9.99/html/data_members.html +279 -0
- data/bin/Image-ExifTool-9.99/html/exiftool_pod.html +2503 -0
- data/bin/Image-ExifTool-9.99/html/faq.html +1530 -0
- data/bin/Image-ExifTool-9.99/html/filename.html +352 -0
- data/bin/Image-ExifTool-9.99/html/geotag.html +654 -0
- data/bin/Image-ExifTool-9.99/html/history.html +488 -0
- data/bin/Image-ExifTool-9.99/html/htmldump.html +738 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/idiosyncracies.html +0 -0
- data/bin/Image-ExifTool-9.99/html/index.html +1330 -0
- data/bin/Image-ExifTool-9.99/html/install.html +251 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/metafiles.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/overview.png +0 -0
- data/bin/Image-ExifTool-9.99/html/standards.html +286 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/struct.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/style.css +0 -0
- data/bin/Image-ExifTool-9.99/html/under.html +128 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/verbose.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/html/writing.html +0 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pm +378 -0
- data/bin/Image-ExifTool-9.99/lib/File/RandomAccess.pod +231 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pm +7498 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool.pod +2494 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AES.pm +501 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AFCP.pm +286 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/AIFF.pm +289 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APE.pm +264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/APP12.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ASF.pm +885 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Apple.pm +126 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Audible.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BMP.pm +179 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BZZ.pm +472 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BigTIFF.pm +282 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/BuildTagLookup.pm +2508 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Canon.pm +8457 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonCustom.pm +2582 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonRaw.pm +910 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CanonVRD.pm +2228 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/CaptureOne.pm +235 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Casio.pm +2058 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Charset.pm +396 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Arabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Baltic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Cyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Greek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Hebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/JIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Latin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacArabic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseCN.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacChineseTW.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCroatian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacCyrillic.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacGreek.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacHebrew.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacIceland.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacJapanese.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacKorean.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacLatin2.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRSymbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRoman.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacRomanian.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacThai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/MacTurkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/PDFDoc.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/ShiftJIS.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Symbol.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Thai.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Turkish.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/lib/Image/ExifTool/Charset/Vietnam.pm +0 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DICOM.pm +3874 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DNG.pm +835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DPX.pm +181 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DV.pm +319 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DarwinCore.pm +322 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/DjVu.pm +376 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/EXE.pm +1250 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Exif.pm +4672 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLAC.pm +297 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FLIR.pm +1533 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Fixup.pm +354 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Flash.pm +755 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FlashPix.pm +1935 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Font.pm +647 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FotoStation.pm +261 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/FujiFilm.pm +1195 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GE.pm +81 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIF.pm +542 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GIMP.pm +258 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GPS.pm +558 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/GeoTiff.pm +2263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Geotag.pm +1219 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/H264.pm +1112 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HP.pm +263 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HTML.pm +576 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/HtmlDump.pm +895 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ICC_Profile.pm +1000 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ID3.pm +1569 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/IPTC.pm +1264 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ITC.pm +215 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Import.pm +329 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/InDesign.pm +277 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEG.pm +605 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JPEGDigest.pm +2511 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/JVC.pm +130 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Jpeg2000.pm +873 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Kodak.pm +2096 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/KyoceraRaw.pm +173 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/LNK.pm +723 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/cs.pm +1588 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/de.pm +8692 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_ca.pm +848 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/en_gb.pm +863 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/es.pm +4019 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fi.pm +2854 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/fr.pm +4758 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/it.pm +7918 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ja.pm +5835 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ko.pm +2330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/nl.pm +3222 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/pl.pm +1276 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/ru.pm +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/sv.pm +638 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/tr.pm +544 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_cn.pm +1330 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lang/zh_tw.pm +801 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Leaf.pm +516 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Lytro.pm +217 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/M2TS.pm +725 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIE.pm +2564 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIEUnits.pod +377 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MIFF.pm +279 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MNG.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MOI.pm +158 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPC.pm +156 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPEG.pm +736 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MPF.pm +292 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MWG.pm +753 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MXF.pm +3032 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MakerNotes.pm +1713 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Matroska.pm +892 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Microsoft.pm +893 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Minolta.pm +2950 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/MinoltaRaw.pm +534 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nikon.pm +6728 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCapture.pm +940 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/NikonCustom.pm +6331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Nintendo.pm +128 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OOXML.pm +409 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ogg.pm +237 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Olympus.pm +3796 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/OpenEXR.pm +324 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PDF.pm +2328 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PGF.pm +143 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PICT.pm +1260 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PLIST.pm +453 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PNG.pm +1190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PPM.pm +169 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PSP.pm +306 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Palm.pm +403 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Panasonic.pm +2366 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PanasonicRaw.pm +639 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Pentax.pm +5941 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhaseOne.pm +551 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoCD.pm +507 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PhotoMechanic.pm +256 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Photoshop.pm +650 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PostScript.pm +696 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/PrintIM.pm +125 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Qualcomm.pm +1344 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/QuickTime.pm +6572 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/README +981 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RIFF.pm +1478 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RSRC.pm +241 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/RTF.pm +383 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Radiance.pm +144 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Rawzor.pm +189 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Real.pm +739 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Reconyx.pm +190 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Ricoh.pm +1121 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Samsung.pm +1168 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sanyo.pm +440 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Scalado.pm +141 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shift.pl +596 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Shortcuts.pm +335 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sigma.pm +684 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SigmaRaw.pm +668 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Sony.pm +9086 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/SonyIDC.pm +331 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Stim.pm +196 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagInfoXML.pm +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagLookup.pm +8931 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/TagNames.pod +29124 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Theora.pm +145 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Torrent.pm +317 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Unknown.pm +66 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/VCard.pm +405 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Vorbis.pm +238 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteCanonRaw.pl +637 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteExif.pl +3743 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteIPTC.pl +702 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePDF.pl +768 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePNG.pl +390 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePhotoshop.pl +266 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WritePostScript.pl +772 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteQuickTime.pl +358 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/WriteXMP.pl +1367 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/Writer.pl +6164 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP.pm +4034 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMP2.pl +1579 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/XMPStruct.pl +826 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/ZIP.pm +667 -0
- data/bin/Image-ExifTool-9.99/lib/Image/ExifTool/iWork.pm +223 -0
- data/bin/Image-ExifTool-9.99/perl-Image-ExifTool.spec +112 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AFCP_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AFCP_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/AIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/AIFF_2.out +33 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/APE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/APE_2.out +29 -0
- data/bin/Image-ExifTool-9.99/t/APE_3.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ASF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ASF_2.out +56 -0
- data/bin/Image-ExifTool-9.99/t/Audible.t +28 -0
- data/bin/Image-ExifTool-9.99/t/Audible_2.out +40 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BMP_2.out +23 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/BigTIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/BigTIFF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_2.out +169 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_4.out +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_5.out +209 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_6.out +233 -0
- data/bin/Image-ExifTool-9.99/t/CanonRaw_7.out +250 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD.t +220 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_11.out +121 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_12.out +13 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_13.out +102 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_14.out +101 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_15.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_16.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_17.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_18.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_19.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_2.out +119 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_20.out +5 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_21.out +1 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_3.out +119 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/CanonVRD_5.out +2 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/CanonVRD_9.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Canon_2.out +356 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Canon_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Casio.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Casio_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Casio_3.out +102 -0
- data/bin/Image-ExifTool-9.99/t/Casio_4.out +28 -0
- data/bin/Image-ExifTool-9.99/t/Casio_5.out +80 -0
- data/bin/Image-ExifTool-9.99/t/Casio_6.out +117 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DICOM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DICOM_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DNG_2.out +328 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DNG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DPX.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DPX_2.out +39 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DV.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DV_2.out +26 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/DjVu.t +0 -0
- data/bin/Image-ExifTool-9.99/t/DjVu_2.out +46 -0
- data/bin/Image-ExifTool-9.99/t/EXE.t +31 -0
- data/bin/Image-ExifTool-9.99/t/EXE_2.out +41 -0
- data/bin/Image-ExifTool-9.99/t/EXE_3.out +16 -0
- data/bin/Image-ExifTool-9.99/t/EXE_4.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_16.out +184 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_17.out +598 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_2.out +418 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_23.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_24.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_25.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_26.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_27.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_28.out +11 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_3.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_5.out +0 -0
- data/bin/Image-ExifTool-9.99/t/ExifTool_6.out +71 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ExifTool_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLAC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_2.out +26 -0
- data/bin/Image-ExifTool-9.99/t/FLAC_3.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FLIR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_2.out +112 -0
- data/bin/Image-ExifTool-9.99/t/FLIR_3.out +49 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Flash.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FlashPix.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FlashPix_2.out +49 -0
- data/bin/Image-ExifTool-9.99/t/Flash_2.out +22 -0
- data/bin/Image-ExifTool-9.99/t/Flash_3.out +55 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Font.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Font_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/Font_3.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Font_4.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_5.out +27 -0
- data/bin/Image-ExifTool-9.99/t/Font_6.out +37 -0
- data/bin/Image-ExifTool-9.99/t/Font_7.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FotoStation_2.out +41 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FotoStation_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_2.out +89 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_3.out +90 -0
- data/bin/Image-ExifTool-9.99/t/FujiFilm_4.out +141 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/FujiFilm_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GE_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/GE_3.out +86 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIF_2.out +42 -0
- data/bin/Image-ExifTool-9.99/t/GIF_3.out +43 -0
- data/bin/Image-ExifTool-9.99/t/GIF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GIMP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GIMP_2.out +65 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GPS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GPS_2.out +96 -0
- data/bin/Image-ExifTool-9.99/t/GPS_3.out +98 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff.t +0 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_2.out +38 -0
- data/bin/Image-ExifTool-9.99/t/GeoTiff_3.out +38 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/GeoTiff_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Geotag.t +172 -0
- data/bin/Image-ExifTool-9.99/t/Geotag_10.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Geotag_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/HTML.t +0 -0
- data/bin/Image-ExifTool-9.99/t/HTML_2.out +69 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_2.out +60 -0
- data/bin/Image-ExifTool-9.99/t/IPTC_4.out +58 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/IPTC_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ITC.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ITC_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/InDesign.t +0 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_2.out +20 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_3.out +22 -0
- data/bin/Image-ExifTool-9.99/t/InDesign_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/JVC_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Jpeg2000.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_2.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_3.out +53 -0
- data/bin/Image-ExifTool-9.99/t/Jpeg2000_4.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Kodak.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_2.out +111 -0
- data/bin/Image-ExifTool-9.99/t/Kodak_3.out +121 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/KyoceraRaw.t +0 -0
- data/bin/Image-ExifTool-9.99/t/KyoceraRaw_2.out +28 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/LNK.t +0 -0
- data/bin/Image-ExifTool-9.99/t/LNK_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_1.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lang_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Lytro.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Lytro_2.out +109 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/M2TS.t +0 -0
- data/bin/Image-ExifTool-9.99/t/M2TS_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIE_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/MIE_3.out +136 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIE_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MIFF_2.out +110 -0
- data/bin/Image-ExifTool-9.99/t/MOI.t +27 -0
- data/bin/Image-ExifTool-9.99/t/MOI_2.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MP3.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MP3_2.out +46 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_2.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MWG_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/MXF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/MXF_2.out +79 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Matroska.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Matroska_2.out +66 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Minolta.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_2.out +135 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_3.out +148 -0
- data/bin/Image-ExifTool-9.99/t/Minolta_4.out +150 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_2.out +84 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_4.out +176 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_5.out +169 -0
- data/bin/Image-ExifTool-9.99/t/Nikon_7.out +261 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Nikon_8.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Olympus.t +94 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_2.out +81 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_3.out +83 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_4.out +194 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_5.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_6.out +153 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_7.out +483 -0
- data/bin/Image-ExifTool-9.99/t/Olympus_8.out +15 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/OpenEXR.t +0 -0
- data/bin/Image-ExifTool-9.99/t/OpenEXR_2.out +25 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF.t +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_10.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PDF_2.out +118 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_6.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_7.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_8.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PDF_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PGF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PGF_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PICT.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PICT_2.out +17 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PLIST.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_2.out +21 -0
- data/bin/Image-ExifTool-9.99/t/PLIST_3.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_2.out +24 -0
- data/bin/Image-ExifTool-9.99/t/PNG_3.out +123 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PNG_4.out +0 -0
- data/bin/Image-ExifTool-9.99/t/PNG_5.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PPM.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PPM_2.out +17 -0
- data/bin/Image-ExifTool-9.99/t/PPM_3.out +11 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PSP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PSP_2.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Palm.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Palm_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Panasonic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_2.out +101 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_3.out +121 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_4.out +206 -0
- data/bin/Image-ExifTool-9.99/t/Panasonic_5.out +244 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Pentax.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_2.out +225 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_3.out +266 -0
- data/bin/Image-ExifTool-9.99/t/Pentax_4.out +131 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoCD.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoCD_2.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PhotoMechanic_2.out +83 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PhotoMechanic_3.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Photoshop.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_2.out +98 -0
- data/bin/Image-ExifTool-9.99/t/Photoshop_3.out +110 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/PostScript.t +0 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_2.out +66 -0
- data/bin/Image-ExifTool-9.99/t/PostScript_3.out +134 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime.t +54 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_2.out +133 -0
- data/bin/Image-ExifTool-9.99/t/QuickTime_3.out +73 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_4.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/QuickTime_5.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RIFF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_2.out +25 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_3.out +54 -0
- data/bin/Image-ExifTool-9.99/t/RIFF_4.out +18 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/RTF.t +0 -0
- data/bin/Image-ExifTool-9.99/t/RTF_2.out +21 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Radiance.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Radiance_2.out +24 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Real.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Real_2.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Real_3.out +19 -0
- data/bin/Image-ExifTool-9.99/t/Real_4.out +12 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Ricoh.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_2.out +72 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_3.out +100 -0
- data/bin/Image-ExifTool-9.99/t/Ricoh_4.out +114 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sanyo.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_2.out +103 -0
- data/bin/Image-ExifTool-9.99/t/Sanyo_3.out +113 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sigma.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_2.out +93 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_3.out +96 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_4.out +65 -0
- data/bin/Image-ExifTool-9.99/t/Sigma_5.out +194 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Sony.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Sony_2.out +86 -0
- data/bin/Image-ExifTool-9.99/t/Sony_3.out +87 -0
- data/bin/Image-ExifTool-9.99/t/Sony_5.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/TestLib.pm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Torrent.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Torrent_2.out +32 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Unknown.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_2.out +92 -0
- data/bin/Image-ExifTool-9.99/t/Unknown_3.out +92 -0
- data/bin/Image-ExifTool-9.99/t/VCard.t +31 -0
- data/bin/Image-ExifTool-9.99/t/VCard_2.out +54 -0
- data/bin/Image-ExifTool-9.99/t/VCard_3.out +88 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Vorbis.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Vorbis_2.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer.t +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_10.out +246 -0
- data/bin/Image-ExifTool-9.99/t/Writer_11.out +39 -0
- data/bin/Image-ExifTool-9.99/t/Writer_13.out +165 -0
- data/bin/Image-ExifTool-9.99/t/Writer_14.out +69 -0
- data/bin/Image-ExifTool-9.99/t/Writer_15.out +175 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_18.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_19.out +36 -0
- data/bin/Image-ExifTool-9.99/t/Writer_2.out +172 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_24.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_25.out +40 -0
- data/bin/Image-ExifTool-9.99/t/Writer_26.out +34 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_27.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_28.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_29.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_31.out +99 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_33.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_35.out +188 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_36.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_37.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_38.out +63 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_39.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_4.out +87 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_40.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_41.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_42.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_43.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_44.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_45.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_46.out +105 -0
- data/bin/Image-ExifTool-9.99/t/Writer_47.out +57 -0
- data/bin/Image-ExifTool-9.99/t/Writer_48.out +31 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_50.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_51.out +405 -0
- data/bin/Image-ExifTool-9.99/t/Writer_52.out +23 -0
- data/bin/Image-ExifTool-9.99/t/Writer_53.out +35 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_54.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_55.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/Writer_56.out +0 -0
- data/bin/Image-ExifTool-9.99/t/Writer_6.out +186 -0
- data/bin/Image-ExifTool-9.99/t/Writer_7.out +151 -0
- data/bin/Image-ExifTool-9.99/t/Writer_9.out +242 -0
- data/bin/Image-ExifTool-9.99/t/XMP.t +557 -0
- data/bin/Image-ExifTool-9.99/t/XMP_10.out +37 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_11.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_12.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_13.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_14.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_15.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_16.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_17.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_18.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_19.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_2.out +140 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_20.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_21.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_22.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_23.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_24.out +32 -0
- data/bin/Image-ExifTool-9.99/t/XMP_25.out +28 -0
- data/bin/Image-ExifTool-9.99/t/XMP_26.out +51 -0
- data/bin/Image-ExifTool-9.99/t/XMP_27.out +95 -0
- data/bin/Image-ExifTool-9.99/t/XMP_28.out +46 -0
- data/bin/Image-ExifTool-9.99/t/XMP_29.out +26 -0
- data/bin/Image-ExifTool-9.99/t/XMP_3.out +138 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_30.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_31.out +20 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_32.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_34.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_36.out +19 -0
- data/bin/Image-ExifTool-9.99/t/XMP_37.out +36 -0
- data/bin/Image-ExifTool-9.99/t/XMP_39.out +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_40.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_41.out +181 -0
- data/bin/Image-ExifTool-9.99/t/XMP_42.out +8 -0
- data/bin/Image-ExifTool-9.99/t/XMP_43.out +6 -0
- data/bin/Image-ExifTool-9.99/t/XMP_44.out +35 -0
- data/bin/Image-ExifTool-9.99/t/XMP_5.out +30 -0
- data/bin/Image-ExifTool-9.99/t/XMP_6.out +89 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_7.out +0 -0
- data/bin/Image-ExifTool-9.99/t/XMP_8.out +19 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/XMP_9.out +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/ZIP.t +0 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_2.out +19 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_3.out +18 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_4.out +214 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_5.out +136 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_6.out +50 -0
- data/bin/Image-ExifTool-9.99/t/ZIP_7.out +29 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AFCP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/AIFF.aif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.ape +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/APE.mpc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ASF.wmv +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Audible.aa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BMP.bmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/BigTIFF.btf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Canon1DmkIII.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.cr2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonRaw.crw +0 -0
- data/bin/Image-ExifTool-9.99/t/images/CanonVRD.dr4 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CanonVRD.vrd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CaptureOne.eip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Casio2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/CasioQVCI.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DICOM.dcm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DNG.dng +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DPX.dpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DV.dv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/DjVu.djvu +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.elf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.exe +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/EXE.macho +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExifTool.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ExtendedXMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.flac +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLAC.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.fpf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FLIR.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.flv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Flash.swf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FlashPix.ppt +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.afm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.dfont +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfa +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfb +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.pfm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Font.ttf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FotoStation.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/FujiFilm.raf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GE.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIF.gif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GIMP.xcf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GPS.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/GeoTiff.tif +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.gpx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.igc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.kml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.log +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Geotag2.log +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Geotag3.log +7 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/HTML.html +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/IPTC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ITC.itc +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/InDesign.indd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/JVC2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.j2c +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Jpeg2000.jp2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Kodak.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/KyoceraRaw.raw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/LNK.lnk +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Lytro.lfp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/M2TS.mts +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIE.mie +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MIFF.miff +0 -0
- data/bin/Image-ExifTool-9.99/t/images/MOI.moi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MP3.mp3 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MWG.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/MXF.mxf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Matroska.mkv +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Minolta.mrw +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Nikon.nef +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD2Hs.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/NikonD70.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OOXML.docx +0 -0
- data/bin/Image-ExifTool-9.99/t/images/Olympus.dss +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Olympus2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OlympusE1.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenDoc.ods +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/OpenEXR.exr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PDF2.pdf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PGF.pgf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PICT.pict +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-bin.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PLIST-xml.plist +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PNG.png +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PPM.ppm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PSP.psp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Palm.mobi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Panasonic.rw2 +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Pentax.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoCD.pcd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PhotoMechanic.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Photoshop.psd +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/PostScript.eps +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.m4a +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/QuickTime.mov +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.avi +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.wav +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RIFF.webp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/RTF.rtf +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Radiance.hdr +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ra +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.ram +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Real.rm +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Ricoh2.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sanyo.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sigma.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/SigmaDP2.x3f +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Sony.pmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Torrent.torrent +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Unknown.jpg +0 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.ics +94 -0
- data/bin/Image-ExifTool-9.99/t/images/VCard.vcf +45 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Vorbis.ogg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/Writer.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.inx +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.jpg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.svg +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xml +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP2.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP3.xmp +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/XMP4.xmp +0 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP5.xmp +157 -0
- data/bin/Image-ExifTool-9.99/t/images/XMP6.xmp +48 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.gz +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/ZIP.zip +0 -0
- data/bin/{Image-ExifTool-9.78 → Image-ExifTool-9.99}/t/images/iWork.numbers +0 -0
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +941 -904
- data/bin/Image-ExifTool-9.78/Changes +0 -6884
- data/bin/Image-ExifTool-9.78/MANIFEST +0 -900
- data/bin/Image-ExifTool-9.78/META.yml +0 -27
- data/bin/Image-ExifTool-9.78/README +0 -227
- data/bin/Image-ExifTool-9.78/arg_files/exif2xmp.args +0 -42
- data/bin/Image-ExifTool-9.78/arg_files/iptcCore.args +0 -172
- data/bin/Image-ExifTool-9.78/arg_files/xmp2exif.args +0 -43
- data/bin/Image-ExifTool-9.78/config_files/ExifTool_config +0 -341
- data/bin/Image-ExifTool-9.78/config_files/convert_regions.config +0 -81
- data/bin/Image-ExifTool-9.78/exiftool +0 -5969
- data/bin/Image-ExifTool-9.78/html/ExifTool.html +0 -2018
- data/bin/Image-ExifTool-9.78/html/Shift.html +0 -173
- data/bin/Image-ExifTool-9.78/html/TagNames/AIFF.html +0 -146
- data/bin/Image-ExifTool-9.78/html/TagNames/ASF.html +0 -1066
- data/bin/Image-ExifTool-9.78/html/TagNames/Apple.html +0 -69
- data/bin/Image-ExifTool-9.78/html/TagNames/BMP.html +0 -110
- data/bin/Image-ExifTool-9.78/html/TagNames/Canon.html +0 -8414
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonCustom.html +0 -2081
- data/bin/Image-ExifTool-9.78/html/TagNames/CanonVRD.html +0 -1222
- data/bin/Image-ExifTool-9.78/html/TagNames/Casio.html +0 -1606
- data/bin/Image-ExifTool-9.78/html/TagNames/Composite.html +0 -696
- data/bin/Image-ExifTool-9.78/html/TagNames/DNG.html +0 -285
- data/bin/Image-ExifTool-9.78/html/TagNames/DPX.html +0 -190
- data/bin/Image-ExifTool-9.78/html/TagNames/DjVu.html +0 -313
- data/bin/Image-ExifTool-9.78/html/TagNames/EXE.html +0 -697
- data/bin/Image-ExifTool-9.78/html/TagNames/EXIF.html +0 -3365
- data/bin/Image-ExifTool-9.78/html/TagNames/Extra.html +0 -341
- data/bin/Image-ExifTool-9.78/html/TagNames/FLAC.html +0 -183
- data/bin/Image-ExifTool-9.78/html/TagNames/FLIR.html +0 -1340
- data/bin/Image-ExifTool-9.78/html/TagNames/Flash.html +0 -419
- data/bin/Image-ExifTool-9.78/html/TagNames/FlashPix.html +0 -1465
- data/bin/Image-ExifTool-9.78/html/TagNames/FujiFilm.html +0 -789
- data/bin/Image-ExifTool-9.78/html/TagNames/GeoTiff.html +0 -2184
- data/bin/Image-ExifTool-9.78/html/TagNames/H264.html +0 -393
- data/bin/Image-ExifTool-9.78/html/TagNames/ICC_Profile.html +0 -711
- data/bin/Image-ExifTool-9.78/html/TagNames/ID3.html +0 -1471
- data/bin/Image-ExifTool-9.78/html/TagNames/IPTC.html +0 -902
- data/bin/Image-ExifTool-9.78/html/TagNames/JPEG.html +0 -602
- data/bin/Image-ExifTool-9.78/html/TagNames/Jpeg2000.html +0 -464
- data/bin/Image-ExifTool-9.78/html/TagNames/Kodak.html +0 -1881
- data/bin/Image-ExifTool-9.78/html/TagNames/KyoceraRaw.html +0 -92
- data/bin/Image-ExifTool-9.78/html/TagNames/LNK.html +0 -478
- data/bin/Image-ExifTool-9.78/html/TagNames/Lytro.html +0 -122
- data/bin/Image-ExifTool-9.78/html/TagNames/M2TS.html +0 -133
- data/bin/Image-ExifTool-9.78/html/TagNames/MIE.html +0 -1026
- data/bin/Image-ExifTool-9.78/html/TagNames/MNG.html +0 -847
- data/bin/Image-ExifTool-9.78/html/TagNames/MPC.html +0 -97
- data/bin/Image-ExifTool-9.78/html/TagNames/MPEG.html +0 -249
- data/bin/Image-ExifTool-9.78/html/TagNames/MPF.html +0 -199
- data/bin/Image-ExifTool-9.78/html/TagNames/MWG.html +0 -567
- data/bin/Image-ExifTool-9.78/html/TagNames/MXF.html +0 -6673
- data/bin/Image-ExifTool-9.78/html/TagNames/Matroska.html +0 -1069
- data/bin/Image-ExifTool-9.78/html/TagNames/Microsoft.html +0 -2069
- data/bin/Image-ExifTool-9.78/html/TagNames/Minolta.html +0 -2585
- data/bin/Image-ExifTool-9.78/html/TagNames/MinoltaRaw.html +0 -326
- data/bin/Image-ExifTool-9.78/html/TagNames/Nikon.html +0 -4734
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCapture.html +0 -799
- data/bin/Image-ExifTool-9.78/html/TagNames/NikonCustom.html +0 -4794
- data/bin/Image-ExifTool-9.78/html/TagNames/OOXML.html +0 -280
- data/bin/Image-ExifTool-9.78/html/TagNames/Olympus.html +0 -3447
- data/bin/Image-ExifTool-9.78/html/TagNames/OpenEXR.html +0 -222
- data/bin/Image-ExifTool-9.78/html/TagNames/PDF.html +0 -745
- data/bin/Image-ExifTool-9.78/html/TagNames/PGF.html +0 -80
- data/bin/Image-ExifTool-9.78/html/TagNames/Palm.html +0 -388
- data/bin/Image-ExifTool-9.78/html/TagNames/Panasonic.html +0 -1686
- data/bin/Image-ExifTool-9.78/html/TagNames/PanasonicRaw.html +0 -451
- data/bin/Image-ExifTool-9.78/html/TagNames/Pentax.html +0 -4601
- data/bin/Image-ExifTool-9.78/html/TagNames/PhaseOne.html +0 -258
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoCD.html +0 -402
- data/bin/Image-ExifTool-9.78/html/TagNames/PhotoMechanic.html +0 -196
- data/bin/Image-ExifTool-9.78/html/TagNames/Photoshop.html +0 -570
- data/bin/Image-ExifTool-9.78/html/TagNames/Qualcomm.html +0 -4778
- data/bin/Image-ExifTool-9.78/html/TagNames/QuickTime.html +0 -5729
- data/bin/Image-ExifTool-9.78/html/TagNames/RIFF.html +0 -1314
- data/bin/Image-ExifTool-9.78/html/TagNames/Radiance.html +0 -87
- data/bin/Image-ExifTool-9.78/html/TagNames/Real.html +0 -780
- data/bin/Image-ExifTool-9.78/html/TagNames/Reconyx.html +0 -132
- data/bin/Image-ExifTool-9.78/html/TagNames/Ricoh.html +0 -794
- data/bin/Image-ExifTool-9.78/html/TagNames/Samsung.html +0 -603
- data/bin/Image-ExifTool-9.78/html/TagNames/Sanyo.html +0 -366
- data/bin/Image-ExifTool-9.78/html/TagNames/Shortcuts.html +0 -274
- data/bin/Image-ExifTool-9.78/html/TagNames/Sigma.html +0 -377
- data/bin/Image-ExifTool-9.78/html/TagNames/SigmaRaw.html +0 -438
- data/bin/Image-ExifTool-9.78/html/TagNames/Sony.html +0 -7481
- data/bin/Image-ExifTool-9.78/html/TagNames/SonyIDC.html +0 -267
- data/bin/Image-ExifTool-9.78/html/TagNames/XMP.html +0 -7971
- data/bin/Image-ExifTool-9.78/html/TagNames/ZIP.html +0 -205
- data/bin/Image-ExifTool-9.78/html/TagNames/index.html +0 -207
- data/bin/Image-ExifTool-9.78/html/ancient_history.html +0 -7356
- data/bin/Image-ExifTool-9.78/html/config.html +0 -354
- data/bin/Image-ExifTool-9.78/html/data_members.html +0 -277
- data/bin/Image-ExifTool-9.78/html/exiftool_pod.html +0 -2414
- data/bin/Image-ExifTool-9.78/html/faq.html +0 -1499
- data/bin/Image-ExifTool-9.78/html/filename.html +0 -331
- data/bin/Image-ExifTool-9.78/html/geotag.html +0 -652
- data/bin/Image-ExifTool-9.78/html/history.html +0 -431
- data/bin/Image-ExifTool-9.78/html/htmldump.html +0 -734
- data/bin/Image-ExifTool-9.78/html/index.html +0 -1298
- data/bin/Image-ExifTool-9.78/html/install.html +0 -251
- data/bin/Image-ExifTool-9.78/html/standards.html +0 -286
- data/bin/Image-ExifTool-9.78/html/under.html +0 -127
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pm +0 -378
- data/bin/Image-ExifTool-9.78/lib/File/RandomAccess.pod +0 -231
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pm +0 -7070
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool.pod +0 -2437
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AES.pm +0 -501
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AFCP.pm +0 -284
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/AIFF.pm +0 -286
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APE.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/APP12.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ASF.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Apple.pm +0 -115
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BMP.pm +0 -179
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BZZ.pm +0 -472
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BigTIFF.pm +0 -282
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/BuildTagLookup.pm +0 -2445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Canon.pm +0 -8184
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonCustom.pm +0 -2582
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonRaw.pm +0 -908
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CanonVRD.pm +0 -1519
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/CaptureOne.pm +0 -235
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Casio.pm +0 -2057
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Charset.pm +0 -396
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DICOM.pm +0 -3874
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DNG.pm +0 -835
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DPX.pm +0 -151
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DV.pm +0 -319
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DarwinCore.pm +0 -322
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/DjVu.pm +0 -376
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/EXE.pm +0 -1228
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Exif.pm +0 -4652
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLAC.pm +0 -296
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FLIR.pm +0 -1531
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Fixup.pm +0 -354
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Flash.pm +0 -755
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FlashPix.pm +0 -1929
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Font.pm +0 -643
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FotoStation.pm +0 -259
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/FujiFilm.pm +0 -1162
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GE.pm +0 -81
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIF.pm +0 -542
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GIMP.pm +0 -258
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GPS.pm +0 -546
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/GeoTiff.pm +0 -2202
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Geotag.pm +0 -1201
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/H264.pm +0 -1112
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HP.pm +0 -262
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HTML.pm +0 -576
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/HtmlDump.pm +0 -895
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ICC_Profile.pm +0 -1000
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ID3.pm +0 -1532
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/IPTC.pm +0 -1264
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ITC.pm +0 -215
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Import.pm +0 -313
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/InDesign.pm +0 -277
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEG.pm +0 -601
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JPEGDigest.pm +0 -2511
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/JVC.pm +0 -130
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Jpeg2000.pm +0 -873
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Kodak.pm +0 -2080
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/KyoceraRaw.pm +0 -173
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/LNK.pm +0 -723
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/cs.pm +0 -1588
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/de.pm +0 -8683
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_ca.pm +0 -848
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/en_gb.pm +0 -863
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/es.pm +0 -4020
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fi.pm +0 -2854
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/fr.pm +0 -4748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/it.pm +0 -7920
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ja.pm +0 -5827
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ko.pm +0 -2331
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/nl.pm +0 -3222
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/pl.pm +0 -1168
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/ru.pm +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/sv.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/tr.pm +0 -544
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_cn.pm +0 -1330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lang/zh_tw.pm +0 -801
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Leaf.pm +0 -515
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Lytro.pm +0 -217
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/M2TS.pm +0 -725
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIE.pm +0 -2561
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIEUnits.pod +0 -377
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MIFF.pm +0 -279
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MNG.pm +0 -684
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPC.pm +0 -156
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPEG.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MPF.pm +0 -292
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MWG.pm +0 -748
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MXF.pm +0 -3032
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MakerNotes.pm +0 -1686
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Matroska.pm +0 -891
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Microsoft.pm +0 -884
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Minolta.pm +0 -2901
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/MinoltaRaw.pm +0 -534
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nikon.pm +0 -6578
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCapture.pm +0 -940
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/NikonCustom.pm +0 -5445
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Nintendo.pm +0 -128
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OOXML.pm +0 -409
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ogg.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Olympus.pm +0 -3696
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/OpenEXR.pm +0 -324
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PDF.pm +0 -2327
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PGF.pm +0 -143
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PICT.pm +0 -1260
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PLIST.pm +0 -453
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PNG.pm +0 -1190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PPM.pm +0 -169
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PSP.pm +0 -305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Palm.pm +0 -403
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Panasonic.pm +0 -2355
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PanasonicRaw.pm +0 -638
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Pentax.pm +0 -5877
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhaseOne.pm +0 -557
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoCD.pm +0 -507
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PhotoMechanic.pm +0 -256
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Photoshop.pm +0 -648
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PostScript.pm +0 -694
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/PrintIM.pm +0 -125
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Qualcomm.pm +0 -1344
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/QuickTime.pm +0 -6305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/README +0 -967
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RIFF.pm +0 -1478
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RSRC.pm +0 -241
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/RTF.pm +0 -383
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Radiance.pm +0 -144
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Rawzor.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Real.pm +0 -736
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Reconyx.pm +0 -190
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Ricoh.pm +0 -1114
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Samsung.pm +0 -1158
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sanyo.pm +0 -439
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Scalado.pm +0 -141
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shift.pl +0 -596
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Shortcuts.pm +0 -333
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sigma.pm +0 -589
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SigmaRaw.pm +0 -665
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Sony.pm +0 -8366
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/SonyIDC.pm +0 -330
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Stim.pm +0 -196
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagInfoXML.pm +0 -806
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagLookup.pm +0 -8745
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/TagNames.pod +0 -27987
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Theora.pm +0 -145
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Torrent.pm +0 -317
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Unknown.pm +0 -66
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Vorbis.pm +0 -237
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteCanonRaw.pl +0 -637
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteExif.pl +0 -3743
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteIPTC.pl +0 -702
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePDF.pl +0 -768
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePNG.pl +0 -390
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePhotoshop.pl +0 -266
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WritePostScript.pl +0 -777
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteQuickTime.pl +0 -358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/WriteXMP.pl +0 -1358
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/Writer.pl +0 -5972
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP.pm +0 -3840
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMP2.pl +0 -1305
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/XMPStruct.pl +0 -826
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/ZIP.pm +0 -667
- data/bin/Image-ExifTool-9.78/lib/Image/ExifTool/iWork.pm +0 -223
- data/bin/Image-ExifTool-9.78/perl-Image-ExifTool.spec +0 -110
- data/bin/Image-ExifTool-9.78/t/AFCP_2.out +0 -37
- data/bin/Image-ExifTool-9.78/t/AIFF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/APE_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/APE_3.out +0 -57
- data/bin/Image-ExifTool-9.78/t/ASF_2.out +0 -54
- data/bin/Image-ExifTool-9.78/t/BMP_2.out +0 -21
- data/bin/Image-ExifTool-9.78/t/BigTIFF_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/CanonRaw_2.out +0 -166
- data/bin/Image-ExifTool-9.78/t/CanonRaw_4.out +0 -216
- data/bin/Image-ExifTool-9.78/t/CanonRaw_5.out +0 -208
- data/bin/Image-ExifTool-9.78/t/CanonRaw_6.out +0 -231
- data/bin/Image-ExifTool-9.78/t/CanonRaw_7.out +0 -247
- data/bin/Image-ExifTool-9.78/t/CanonVRD.t +0 -129
- data/bin/Image-ExifTool-9.78/t/CanonVRD_11.out +0 -118
- data/bin/Image-ExifTool-9.78/t/CanonVRD_12.out +0 -12
- data/bin/Image-ExifTool-9.78/t/CanonVRD_2.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_3.out +0 -116
- data/bin/Image-ExifTool-9.78/t/CanonVRD_5.out +0 -3
- data/bin/Image-ExifTool-9.78/t/Canon_2.out +0 -353
- data/bin/Image-ExifTool-9.78/t/Casio_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Casio_3.out +0 -100
- data/bin/Image-ExifTool-9.78/t/Casio_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Casio_5.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Casio_6.out +0 -115
- data/bin/Image-ExifTool-9.78/t/DICOM_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/DNG_2.out +0 -326
- data/bin/Image-ExifTool-9.78/t/DPX_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/DV_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/DjVu_2.out +0 -44
- data/bin/Image-ExifTool-9.78/t/EXE.t +0 -31
- data/bin/Image-ExifTool-9.78/t/EXE_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/EXE_3.out +0 -15
- data/bin/Image-ExifTool-9.78/t/EXE_4.out +0 -14
- data/bin/Image-ExifTool-9.78/t/ExifTool_16.out +0 -181
- data/bin/Image-ExifTool-9.78/t/ExifTool_17.out +0 -597
- data/bin/Image-ExifTool-9.78/t/ExifTool_2.out +0 -416
- data/bin/Image-ExifTool-9.78/t/ExifTool_28.out +0 -10
- data/bin/Image-ExifTool-9.78/t/ExifTool_3.out +0 -87
- data/bin/Image-ExifTool-9.78/t/ExifTool_6.out +0 -68
- data/bin/Image-ExifTool-9.78/t/FLAC_2.out +0 -25
- data/bin/Image-ExifTool-9.78/t/FLAC_3.out +0 -19
- data/bin/Image-ExifTool-9.78/t/FLIR_2.out +0 -110
- data/bin/Image-ExifTool-9.78/t/FLIR_3.out +0 -47
- data/bin/Image-ExifTool-9.78/t/FlashPix_2.out +0 -48
- data/bin/Image-ExifTool-9.78/t/Flash_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Flash_3.out +0 -53
- data/bin/Image-ExifTool-9.78/t/Font_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/Font_3.out +0 -35
- data/bin/Image-ExifTool-9.78/t/Font_4.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_5.out +0 -26
- data/bin/Image-ExifTool-9.78/t/Font_6.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Font_7.out +0 -36
- data/bin/Image-ExifTool-9.78/t/FotoStation_2.out +0 -39
- data/bin/Image-ExifTool-9.78/t/FujiFilm_2.out +0 -87
- data/bin/Image-ExifTool-9.78/t/FujiFilm_3.out +0 -88
- data/bin/Image-ExifTool-9.78/t/FujiFilm_4.out +0 -137
- data/bin/Image-ExifTool-9.78/t/GE_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GE_3.out +0 -84
- data/bin/Image-ExifTool-9.78/t/GIF_2.out +0 -40
- data/bin/Image-ExifTool-9.78/t/GIF_3.out +0 -41
- data/bin/Image-ExifTool-9.78/t/GIF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/GIMP_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/GPS_2.out +0 -94
- data/bin/Image-ExifTool-9.78/t/GPS_3.out +0 -96
- data/bin/Image-ExifTool-9.78/t/GeoTiff_2.out +0 -36
- data/bin/Image-ExifTool-9.78/t/GeoTiff_3.out +0 -36
- data/bin/Image-ExifTool-9.78/t/Geotag.t +0 -181
- data/bin/Image-ExifTool-9.78/t/HTML_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/IPTC_2.out +0 -58
- data/bin/Image-ExifTool-9.78/t/IPTC_4.out +0 -56
- data/bin/Image-ExifTool-9.78/t/ITC_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_2.out +0 -19
- data/bin/Image-ExifTool-9.78/t/InDesign_3.out +0 -21
- data/bin/Image-ExifTool-9.78/t/InDesign_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_2.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_3.out +0 -51
- data/bin/Image-ExifTool-9.78/t/Jpeg2000_4.out +0 -15
- data/bin/Image-ExifTool-9.78/t/Kodak_2.out +0 -109
- data/bin/Image-ExifTool-9.78/t/Kodak_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/KyoceraRaw_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/LNK_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/Lytro_2.out +0 -107
- data/bin/Image-ExifTool-9.78/t/M2TS_2.out +0 -27
- data/bin/Image-ExifTool-9.78/t/MIE_2.out +0 -67
- data/bin/Image-ExifTool-9.78/t/MIE_3.out +0 -134
- data/bin/Image-ExifTool-9.78/t/MIFF_2.out +0 -108
- data/bin/Image-ExifTool-9.78/t/MP3_2.out +0 -45
- data/bin/Image-ExifTool-9.78/t/MXF_2.out +0 -78
- data/bin/Image-ExifTool-9.78/t/Matroska_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/Minolta_2.out +0 -133
- data/bin/Image-ExifTool-9.78/t/Minolta_3.out +0 -146
- data/bin/Image-ExifTool-9.78/t/Minolta_4.out +0 -148
- data/bin/Image-ExifTool-9.78/t/Nikon_2.out +0 -82
- data/bin/Image-ExifTool-9.78/t/Nikon_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Nikon_4.out +0 -174
- data/bin/Image-ExifTool-9.78/t/Nikon_5.out +0 -167
- data/bin/Image-ExifTool-9.78/t/Nikon_7.out +0 -259
- data/bin/Image-ExifTool-9.78/t/Olympus.t +0 -85
- data/bin/Image-ExifTool-9.78/t/Olympus_2.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Olympus_3.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Olympus_4.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Olympus_5.out +0 -264
- data/bin/Image-ExifTool-9.78/t/Olympus_6.out +0 -151
- data/bin/Image-ExifTool-9.78/t/Olympus_7.out +0 -482
- data/bin/Image-ExifTool-9.78/t/OpenEXR_2.out +0 -23
- data/bin/Image-ExifTool-9.78/t/PDF_2.out +0 -117
- data/bin/Image-ExifTool-9.78/t/PGF_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/PICT_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PLIST_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PLIST_3.out +0 -20
- data/bin/Image-ExifTool-9.78/t/PNG_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/PNG_3.out +0 -121
- data/bin/Image-ExifTool-9.78/t/PNG_5.out +0 -17
- data/bin/Image-ExifTool-9.78/t/PPM_2.out +0 -15
- data/bin/Image-ExifTool-9.78/t/PPM_3.out +0 -9
- data/bin/Image-ExifTool-9.78/t/PSP_2.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Palm_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Panasonic_2.out +0 -99
- data/bin/Image-ExifTool-9.78/t/Panasonic_3.out +0 -119
- data/bin/Image-ExifTool-9.78/t/Panasonic_4.out +0 -204
- data/bin/Image-ExifTool-9.78/t/Panasonic_5.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Pentax_2.out +0 -221
- data/bin/Image-ExifTool-9.78/t/Pentax_3.out +0 -263
- data/bin/Image-ExifTool-9.78/t/Pentax_4.out +0 -127
- data/bin/Image-ExifTool-9.78/t/PhotoCD_2.out +0 -35
- data/bin/Image-ExifTool-9.78/t/PhotoMechanic_2.out +0 -81
- data/bin/Image-ExifTool-9.78/t/Photoshop_2.out +0 -96
- data/bin/Image-ExifTool-9.78/t/Photoshop_3.out +0 -108
- data/bin/Image-ExifTool-9.78/t/PostScript_2.out +0 -64
- data/bin/Image-ExifTool-9.78/t/PostScript_3.out +0 -132
- data/bin/Image-ExifTool-9.78/t/QuickTime.t +0 -54
- data/bin/Image-ExifTool-9.78/t/QuickTime_2.out +0 -131
- data/bin/Image-ExifTool-9.78/t/QuickTime_3.out +0 -72
- data/bin/Image-ExifTool-9.78/t/RIFF_2.out +0 -24
- data/bin/Image-ExifTool-9.78/t/RIFF_3.out +0 -52
- data/bin/Image-ExifTool-9.78/t/RIFF_4.out +0 -16
- data/bin/Image-ExifTool-9.78/t/RTF_2.out +0 -20
- data/bin/Image-ExifTool-9.78/t/Radiance_2.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Real_2.out +0 -68
- data/bin/Image-ExifTool-9.78/t/Real_3.out +0 -18
- data/bin/Image-ExifTool-9.78/t/Real_4.out +0 -11
- data/bin/Image-ExifTool-9.78/t/Ricoh_2.out +0 -70
- data/bin/Image-ExifTool-9.78/t/Ricoh_3.out +0 -98
- data/bin/Image-ExifTool-9.78/t/Ricoh_4.out +0 -112
- data/bin/Image-ExifTool-9.78/t/Sanyo_2.out +0 -101
- data/bin/Image-ExifTool-9.78/t/Sanyo_3.out +0 -111
- data/bin/Image-ExifTool-9.78/t/Sigma_2.out +0 -91
- data/bin/Image-ExifTool-9.78/t/Sigma_3.out +0 -94
- data/bin/Image-ExifTool-9.78/t/Sigma_4.out +0 -63
- data/bin/Image-ExifTool-9.78/t/Sigma_5.out +0 -192
- data/bin/Image-ExifTool-9.78/t/Sony_2.out +0 -84
- data/bin/Image-ExifTool-9.78/t/Sony_3.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Sony_5.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Torrent_2.out +0 -31
- data/bin/Image-ExifTool-9.78/t/Unknown_2.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Unknown_3.out +0 -90
- data/bin/Image-ExifTool-9.78/t/Vorbis_2.out +0 -28
- data/bin/Image-ExifTool-9.78/t/Writer_10.out +0 -242
- data/bin/Image-ExifTool-9.78/t/Writer_11.out +0 -37
- data/bin/Image-ExifTool-9.78/t/Writer_13.out +0 -161
- data/bin/Image-ExifTool-9.78/t/Writer_14.out +0 -67
- data/bin/Image-ExifTool-9.78/t/Writer_15.out +0 -172
- data/bin/Image-ExifTool-9.78/t/Writer_19.out +0 -34
- data/bin/Image-ExifTool-9.78/t/Writer_2.out +0 -169
- data/bin/Image-ExifTool-9.78/t/Writer_25.out +0 -38
- data/bin/Image-ExifTool-9.78/t/Writer_26.out +0 -32
- data/bin/Image-ExifTool-9.78/t/Writer_31.out +0 -97
- data/bin/Image-ExifTool-9.78/t/Writer_35.out +0 -187
- data/bin/Image-ExifTool-9.78/t/Writer_38.out +0 -62
- data/bin/Image-ExifTool-9.78/t/Writer_4.out +0 -85
- data/bin/Image-ExifTool-9.78/t/Writer_46.out +0 -79
- data/bin/Image-ExifTool-9.78/t/Writer_47.out +0 -56
- data/bin/Image-ExifTool-9.78/t/Writer_48.out +0 -29
- data/bin/Image-ExifTool-9.78/t/Writer_51.out +0 -403
- data/bin/Image-ExifTool-9.78/t/Writer_52.out +0 -22
- data/bin/Image-ExifTool-9.78/t/Writer_53.out +0 -33
- data/bin/Image-ExifTool-9.78/t/Writer_6.out +0 -183
- data/bin/Image-ExifTool-9.78/t/Writer_7.out +0 -150
- data/bin/Image-ExifTool-9.78/t/Writer_9.out +0 -238
- data/bin/Image-ExifTool-9.78/t/XMP.t +0 -525
- data/bin/Image-ExifTool-9.78/t/XMP_10.out +0 -36
- data/bin/Image-ExifTool-9.78/t/XMP_2.out +0 -138
- data/bin/Image-ExifTool-9.78/t/XMP_24.out +0 -31
- data/bin/Image-ExifTool-9.78/t/XMP_25.out +0 -28
- data/bin/Image-ExifTool-9.78/t/XMP_26.out +0 -52
- data/bin/Image-ExifTool-9.78/t/XMP_27.out +0 -93
- data/bin/Image-ExifTool-9.78/t/XMP_28.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_29.out +0 -24
- data/bin/Image-ExifTool-9.78/t/XMP_3.out +0 -136
- data/bin/Image-ExifTool-9.78/t/XMP_31.out +0 -19
- data/bin/Image-ExifTool-9.78/t/XMP_36.out +0 -18
- data/bin/Image-ExifTool-9.78/t/XMP_37.out +0 -35
- data/bin/Image-ExifTool-9.78/t/XMP_39.out +0 -44
- data/bin/Image-ExifTool-9.78/t/XMP_41.out +0 -180
- data/bin/Image-ExifTool-9.78/t/XMP_5.out +0 -29
- data/bin/Image-ExifTool-9.78/t/XMP_6.out +0 -87
- data/bin/Image-ExifTool-9.78/t/XMP_8.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_2.out +0 -18
- data/bin/Image-ExifTool-9.78/t/ZIP_3.out +0 -17
- data/bin/Image-ExifTool-9.78/t/ZIP_4.out +0 -213
- data/bin/Image-ExifTool-9.78/t/ZIP_5.out +0 -134
- data/bin/Image-ExifTool-9.78/t/ZIP_6.out +0 -49
- data/bin/Image-ExifTool-9.78/t/ZIP_7.out +0 -28
- data/bin/Image-ExifTool-9.78/t/images/XMP5.xmp +0 -158
@@ -0,0 +1,4758 @@
|
|
1
|
+
#------------------------------------------------------------------------------
|
2
|
+
# File: fr.pm
|
3
|
+
#
|
4
|
+
# Description: ExifTool French language translations
|
5
|
+
#
|
6
|
+
# Notes: This file generated automatically by Image::ExifTool::TagInfoXML
|
7
|
+
#------------------------------------------------------------------------------
|
8
|
+
|
9
|
+
package Image::ExifTool::Lang::fr;
|
10
|
+
|
11
|
+
use strict;
|
12
|
+
use vars qw($VERSION);
|
13
|
+
|
14
|
+
$VERSION = '1.30';
|
15
|
+
|
16
|
+
%Image::ExifTool::Lang::fr::Translate = (
|
17
|
+
'AEAperture' => 'Ouverture AE',
|
18
|
+
'AEBAutoCancel' => {
|
19
|
+
Description => 'Annulation bracketing auto',
|
20
|
+
PrintConv => {
|
21
|
+
'Off' => 'Arrêt',
|
22
|
+
'On' => 'Marche',
|
23
|
+
},
|
24
|
+
},
|
25
|
+
'AEBSequence' => 'Séquence de bracketing',
|
26
|
+
'AEBSequenceAutoCancel' => {
|
27
|
+
Description => 'Séquence auto AEB/annuler',
|
28
|
+
PrintConv => {
|
29
|
+
'-,0,+/Disabled' => '-,0,+/Désactivé',
|
30
|
+
'-,0,+/Enabled' => '-,0,+/Activé',
|
31
|
+
'0,-,+/Disabled' => '0,-,+/Désactivé',
|
32
|
+
'0,-,+/Enabled' => '0,-,+/Activé',
|
33
|
+
},
|
34
|
+
},
|
35
|
+
'AEBShotCount' => 'Nombre de vues bracketées',
|
36
|
+
'AEBXv' => 'Compensation d\'expo. auto en bracketing',
|
37
|
+
'AEExposureTime' => 'Temps d\'exposition AE',
|
38
|
+
'AEExtra' => 'Suppléments AE',
|
39
|
+
'AEInfo' => 'Info sur l\'exposition auto',
|
40
|
+
'AELock' => {
|
41
|
+
Description => 'Verrouillage AE',
|
42
|
+
PrintConv => {
|
43
|
+
'Off' => 'Désactivé',
|
44
|
+
'On' => 'Activé',
|
45
|
+
},
|
46
|
+
},
|
47
|
+
'AEMaxAperture' => 'Ouverture maxi AE',
|
48
|
+
'AEMaxAperture2' => 'Ouverture maxi AE (2)',
|
49
|
+
'AEMeteringMode' => {
|
50
|
+
Description => 'Mode de mesure AE',
|
51
|
+
PrintConv => {
|
52
|
+
'Multi-segment' => 'Multizone',
|
53
|
+
},
|
54
|
+
},
|
55
|
+
'AEMeteringSegments' => 'Segments de mesure AE',
|
56
|
+
'AEMinAperture' => 'Ouverture mini AE',
|
57
|
+
'AEMinExposureTime' => 'Temps d\'exposition mini AE',
|
58
|
+
'AEProgramMode' => {
|
59
|
+
Description => 'Mode programme AE',
|
60
|
+
PrintConv => {
|
61
|
+
'Av, B or X' => 'Av, B ou X',
|
62
|
+
'Candlelight' => 'Bougie',
|
63
|
+
'DOF Program' => 'Programme PdC',
|
64
|
+
'DOF Program (P-Shift)' => 'Programme PdC (décalage P)',
|
65
|
+
'Hi-speed Program' => 'Programme grande vitesse',
|
66
|
+
'Hi-speed Program (P-Shift)' => 'Programme grande vitesse (décalage P)',
|
67
|
+
'Kids' => 'Enfants',
|
68
|
+
'Landscape' => 'Paysage',
|
69
|
+
'M, P or TAv' => 'M, P ou TAv',
|
70
|
+
'MTF Program' => 'Programme FTM',
|
71
|
+
'MTF Program (P-Shift)' => 'Programme FTM (décalage P)',
|
72
|
+
'Museum' => 'Musée',
|
73
|
+
'Night Scene' => 'Nocturne',
|
74
|
+
'Night Scene Portrait' => 'Portrait nocturne',
|
75
|
+
'No Flash' => 'Sans flash',
|
76
|
+
'Pet' => 'Animaux de compagnie',
|
77
|
+
'Sunset' => 'Coucher de soleil',
|
78
|
+
'Surf & Snow' => 'Surf et neige',
|
79
|
+
'Sv or Green Mode' => 'Sv ou mode vert',
|
80
|
+
'Text' => 'Texte',
|
81
|
+
},
|
82
|
+
},
|
83
|
+
'AEXv' => 'Compensation d\'exposition auto',
|
84
|
+
'AE_ISO' => 'Sensibilité ISO AE',
|
85
|
+
'AFAdjustment' => 'Ajustement AF',
|
86
|
+
'AFAperture' => 'Ouverture AF',
|
87
|
+
'AFAreaIllumination' => {
|
88
|
+
PrintConv => {
|
89
|
+
'Off' => 'Désactivé',
|
90
|
+
'On' => 'Activé',
|
91
|
+
},
|
92
|
+
},
|
93
|
+
'AFAreaMode' => {
|
94
|
+
Description => 'Mode de zone AF',
|
95
|
+
PrintConv => {
|
96
|
+
'1-area' => 'Mise au point 1 zone',
|
97
|
+
'1-area (high speed)' => 'Mise au point 1 zone (haute vitesse)',
|
98
|
+
'3-area (center)?' => 'Mise au point 3 zones (au centre) ?',
|
99
|
+
'3-area (high speed)' => 'Mise au point 3 zones (haute vitesse)',
|
100
|
+
'3-area (left)?' => 'Mise au point 3 zones (à gauche) ?',
|
101
|
+
'3-area (right)?' => 'Mise au point 3 zones (à droite) ?',
|
102
|
+
'5-area' => 'Mise au point 5 zones',
|
103
|
+
'9-area' => 'Mise au point 9 zones',
|
104
|
+
'Face Detect AF' => 'Dét. visage',
|
105
|
+
'Spot Focusing' => 'Mise au point Spot',
|
106
|
+
'Spot Mode Off' => 'Mode Spot désactivé',
|
107
|
+
'Spot Mode On' => 'Mode Spot enclenché',
|
108
|
+
},
|
109
|
+
},
|
110
|
+
'AFAssist' => {
|
111
|
+
Description => 'Faisceau d\'assistance AF',
|
112
|
+
PrintConv => {
|
113
|
+
'Does not emit/Fires' => 'N\'émet pas/Se déclenche',
|
114
|
+
'Emits/Does not fire' => 'Emet/Ne se déclenche pas',
|
115
|
+
'Emits/Fires' => 'Emet/Se déclenche',
|
116
|
+
'Off' => 'Désactivé',
|
117
|
+
'On' => 'Activé',
|
118
|
+
'Only ext. flash emits/Fires' => 'Flash ext émet/Se déclenche',
|
119
|
+
},
|
120
|
+
},
|
121
|
+
'AFAssistBeam' => {
|
122
|
+
Description => 'Faisceau d\'assistance AF',
|
123
|
+
PrintConv => {
|
124
|
+
'Does not emit' => 'Désactivé',
|
125
|
+
'Emits' => 'Activé',
|
126
|
+
'Only ext. flash emits' => 'Uniquement par flash ext.',
|
127
|
+
},
|
128
|
+
},
|
129
|
+
'AFDefocus' => 'Défocalisation AF',
|
130
|
+
'AFDuringLiveView' => {
|
131
|
+
Description => 'AF pendant la visée directe',
|
132
|
+
PrintConv => {
|
133
|
+
'Disable' => 'Désactivé',
|
134
|
+
'Enable' => 'Activé',
|
135
|
+
'Live mode' => 'Mode visée directe',
|
136
|
+
'Quick mode' => 'Mode rapide',
|
137
|
+
},
|
138
|
+
},
|
139
|
+
'AFInfo' => 'Info autofocus',
|
140
|
+
'AFInfo2' => 'Infos AF',
|
141
|
+
'AFInfo2Version' => 'Version des infos AF',
|
142
|
+
'AFIntegrationTime' => 'Temps d\'intégration AF',
|
143
|
+
'AFMicroadjustment' => {
|
144
|
+
Description => 'Micro-ajustement de l\'AF',
|
145
|
+
PrintConv => {
|
146
|
+
'Adjust all by same amount' => 'Ajuster idem tous obj',
|
147
|
+
'Adjust by lens' => 'Ajuster par objectif',
|
148
|
+
'Disable' => 'Désactivé',
|
149
|
+
},
|
150
|
+
},
|
151
|
+
'AFMode' => 'Mode AF',
|
152
|
+
'AFOnAELockButtonSwitch' => {
|
153
|
+
Description => 'Permutation touche AF/Mémo',
|
154
|
+
PrintConv => {
|
155
|
+
'Disable' => 'Désactivé',
|
156
|
+
'Enable' => 'Activé',
|
157
|
+
},
|
158
|
+
},
|
159
|
+
'AFPoint' => {
|
160
|
+
Description => 'Point AF',
|
161
|
+
PrintConv => {
|
162
|
+
'Bottom' => 'Bas',
|
163
|
+
'Center' => 'Centre',
|
164
|
+
'Far Left' => 'Extrême-gauche',
|
165
|
+
'Far Right' => 'Extrême-droit',
|
166
|
+
'Left' => 'Gauche',
|
167
|
+
'Lower-left' => 'Bas-gauche',
|
168
|
+
'Lower-right' => 'Bas-droit',
|
169
|
+
'Mid-left' => 'Milieu gauche',
|
170
|
+
'Mid-right' => 'Milieu droit',
|
171
|
+
'None' => 'Aucune',
|
172
|
+
'Right' => 'Droit',
|
173
|
+
'Top' => 'Haut',
|
174
|
+
'Upper-left' => 'Haut-gauche',
|
175
|
+
'Upper-right' => 'Haut-droit',
|
176
|
+
},
|
177
|
+
},
|
178
|
+
'AFPointActivationArea' => {
|
179
|
+
Description => 'Zone activation collimateurs AF',
|
180
|
+
PrintConv => {
|
181
|
+
'Automatic expanded (max. 13)' => 'Expansion auto (13 max.)',
|
182
|
+
'Expanded (TTL. of 7 AF points)' => 'Expansion (TTL 7 collimat.)',
|
183
|
+
'Single AF point' => 'Un seul collimateur AF',
|
184
|
+
},
|
185
|
+
},
|
186
|
+
'AFPointAreaExpansion' => {
|
187
|
+
Description => 'Extension de la zone AF',
|
188
|
+
PrintConv => {
|
189
|
+
'Disable' => 'Désactivé',
|
190
|
+
'Enable' => 'Activé',
|
191
|
+
'Left/right AF points' => 'Activé (gauche/droite collimateurs autofocus d\'assistance)',
|
192
|
+
'Surrounding AF points' => 'Activée (Collimateurs autofocus d\'assistance environnants)',
|
193
|
+
},
|
194
|
+
},
|
195
|
+
'AFPointAutoSelection' => {
|
196
|
+
Description => 'Sélection des collimateurs automatique',
|
197
|
+
PrintConv => {
|
198
|
+
'Control-direct:disable/Main:disable' => 'Contrôle rapide-Directe:désactivé/Principale:désactivé',
|
199
|
+
'Control-direct:disable/Main:enable' => 'Contrôle rapide-Directe:désactivé/Principale:activé',
|
200
|
+
'Control-direct:enable/Main:enable' => 'Contrôle rapide-Directe:activé/Principale:activé',
|
201
|
+
},
|
202
|
+
},
|
203
|
+
'AFPointBrightness' => {
|
204
|
+
Description => 'Intensité d\'illumination AF',
|
205
|
+
PrintConv => {
|
206
|
+
'Brighter' => 'Forte',
|
207
|
+
'Normal' => 'Normale',
|
208
|
+
},
|
209
|
+
},
|
210
|
+
'AFPointDisplayDuringFocus' => {
|
211
|
+
Description => 'Affichage de point AF pendant mise au point',
|
212
|
+
PrintConv => {
|
213
|
+
'Off' => 'Désactivé',
|
214
|
+
'On' => 'Activé',
|
215
|
+
'On (when focus achieved)' => 'Activé (si mise au point effectuée)',
|
216
|
+
},
|
217
|
+
},
|
218
|
+
'AFPointIllumination' => {
|
219
|
+
Description => 'Eclairage des collimateurs AF',
|
220
|
+
PrintConv => {
|
221
|
+
'Brighter' => 'Plus brillant',
|
222
|
+
'Off' => 'Désactivé',
|
223
|
+
'On' => 'Activé',
|
224
|
+
'On without dimming' => 'Activé sans atténuation',
|
225
|
+
},
|
226
|
+
},
|
227
|
+
'AFPointMode' => 'Mode de mise au point AF',
|
228
|
+
'AFPointRegistration' => {
|
229
|
+
Description => 'Validation du point AF',
|
230
|
+
PrintConv => {
|
231
|
+
'Automatic' => 'Auto',
|
232
|
+
'Bottom' => 'Bas',
|
233
|
+
'Center' => 'Centre',
|
234
|
+
'Extreme Left' => 'Extrême gauche',
|
235
|
+
'Extreme Right' => 'Extrême droite',
|
236
|
+
'Left' => 'Gauche',
|
237
|
+
'Right' => 'Droit',
|
238
|
+
'Top' => 'Haut',
|
239
|
+
},
|
240
|
+
},
|
241
|
+
'AFPointSelected' => {
|
242
|
+
Description => 'Point AF sélectionné',
|
243
|
+
PrintConv => {
|
244
|
+
'Automatic Tracking AF' => 'AF en suivi auto',
|
245
|
+
'Bottom' => 'Bas',
|
246
|
+
'Center' => 'Centre',
|
247
|
+
'Face Detect AF' => 'AF en reconnaissance de visage',
|
248
|
+
'Fixed Center' => 'Fixe au centre',
|
249
|
+
'Left' => 'Gauche',
|
250
|
+
'Lower-left' => 'Bas gauche',
|
251
|
+
'Lower-right' => 'Bas droit',
|
252
|
+
'Mid-left' => 'Milieu gauche',
|
253
|
+
'Mid-right' => 'Milieu droit',
|
254
|
+
'Right' => 'Droit',
|
255
|
+
'Top' => 'Haut',
|
256
|
+
'Upper-left' => 'Haut gauche',
|
257
|
+
'Upper-right' => 'Haut droite',
|
258
|
+
},
|
259
|
+
},
|
260
|
+
'AFPointSelected2' => 'Point AF sélectionné 2',
|
261
|
+
'AFPointSelection' => 'Méthode sélect. collimateurs AF',
|
262
|
+
'AFPointSelectionMethod' => {
|
263
|
+
Description => 'Méthode sélection collim. AF',
|
264
|
+
PrintConv => {
|
265
|
+
'Multi-controller direct' => 'Multicontrôleur direct',
|
266
|
+
'Normal' => 'Normale',
|
267
|
+
'Quick Control Dial direct' => 'Molette AR directe',
|
268
|
+
},
|
269
|
+
},
|
270
|
+
'AFPointSpotMetering' => {
|
271
|
+
Description => 'Nombre collimateurs/mesure spot',
|
272
|
+
PrintConv => {
|
273
|
+
'11/Active AF point' => '11/collimateur AF actif',
|
274
|
+
'11/Center AF point' => '11/collimateur AF central',
|
275
|
+
'45/Center AF point' => '45/collimateur AF central',
|
276
|
+
'9/Active AF point' => '9/collimateur AF actif',
|
277
|
+
},
|
278
|
+
},
|
279
|
+
'AFPointsInFocus' => {
|
280
|
+
Description => 'Points AF nets',
|
281
|
+
PrintConv => {
|
282
|
+
'All' => 'Tous',
|
283
|
+
'Bottom' => 'Bas',
|
284
|
+
'Bottom, Center' => 'Bas + centre',
|
285
|
+
'Bottom-center' => 'Bas centre',
|
286
|
+
'Bottom-left' => 'Bas gauche',
|
287
|
+
'Bottom-right' => 'Bas droit',
|
288
|
+
'Center' => 'Centre',
|
289
|
+
'Center (horizontal)' => 'Centre (horizontal)',
|
290
|
+
'Center (vertical)' => 'Centre (vertical)',
|
291
|
+
'Center+Right' => 'Centre+droit',
|
292
|
+
'Fixed Center or Multiple' => 'Centre fixe ou multiple',
|
293
|
+
'Left' => 'Gauche',
|
294
|
+
'Left+Center' => 'Gauch+centre',
|
295
|
+
'Left+Right' => 'Gauche+droit',
|
296
|
+
'Lower-left, Bottom' => 'Bas gauche + bas',
|
297
|
+
'Lower-left, Mid-left' => 'Bas gauche + milieu gauche',
|
298
|
+
'Lower-right, Bottom' => 'Bas droit + bas',
|
299
|
+
'Lower-right, Mid-right' => 'Bas droit + milieu droit',
|
300
|
+
'Mid-left' => 'Milieu gauche',
|
301
|
+
'Mid-left, Center' => 'Milieu gauche + centre',
|
302
|
+
'Mid-right' => 'Milieu droit',
|
303
|
+
'Mid-right, Center' => 'Milieu droit + centre',
|
304
|
+
'None' => 'Aucune',
|
305
|
+
'None (MF)' => 'Aucune (MF)',
|
306
|
+
'Right' => 'Droit',
|
307
|
+
'Top' => 'Haut',
|
308
|
+
'Top, Center' => 'Haut + centre',
|
309
|
+
'Top-center' => 'Haut centre',
|
310
|
+
'Top-left' => 'Haut gauche',
|
311
|
+
'Top-right' => 'Haut droit',
|
312
|
+
'Upper-left, Mid-left' => 'Haut gauche + milieu gauche',
|
313
|
+
'Upper-left, Top' => 'Haut gauche + haut',
|
314
|
+
'Upper-right, Mid-right' => 'Haut droit + milieu droit',
|
315
|
+
'Upper-right, Top' => 'Haut droit + haut',
|
316
|
+
},
|
317
|
+
},
|
318
|
+
'AFPointsSelected' => 'Points AF sélectionnés',
|
319
|
+
'AFPointsUnknown1' => {
|
320
|
+
PrintConv => {
|
321
|
+
'All' => 'Tous',
|
322
|
+
'Central 9 points' => '9 points centraux',
|
323
|
+
},
|
324
|
+
},
|
325
|
+
'AFPointsUnknown2' => 'Points AF inconnus 2',
|
326
|
+
'AFPointsUsed' => {
|
327
|
+
Description => 'Points AF utilisés',
|
328
|
+
PrintConv => {
|
329
|
+
'Bottom' => 'Bas',
|
330
|
+
'Center' => 'Centre',
|
331
|
+
'Mid-left' => 'Milieu gauche',
|
332
|
+
'Mid-right' => 'Milieu droit',
|
333
|
+
'Top' => 'Haut',
|
334
|
+
},
|
335
|
+
},
|
336
|
+
'AFPredictor' => 'Prédicteur AF',
|
337
|
+
'AFResponse' => 'Réponse AF',
|
338
|
+
'AIServoContinuousShooting' => 'Priorité vit. méca. AI Servo',
|
339
|
+
'AIServoImagePriority' => {
|
340
|
+
Description => '1er Servo Ai/2e priorité déclenchement',
|
341
|
+
PrintConv => {
|
342
|
+
'1: AF, 2: Drive speed' => 'Priorité AF/Priorité cadence vues',
|
343
|
+
'1: AF, 2: Tracking' => 'Priorité AF/Priorité suivi AF',
|
344
|
+
'1: Release, 2: Drive speed' => 'Déclenchement/Priorité cadence vues',
|
345
|
+
},
|
346
|
+
},
|
347
|
+
'AIServoTrackingMethod' => {
|
348
|
+
Description => 'Méthode de suivi autofocus AI Servo',
|
349
|
+
PrintConv => {
|
350
|
+
'Continuous AF track priority' => 'Priorité suivi AF en continu',
|
351
|
+
'Main focus point priority' => 'Priorité point AF principal',
|
352
|
+
},
|
353
|
+
},
|
354
|
+
'AIServoTrackingSensitivity' => {
|
355
|
+
Description => 'Sensibili. de suivi AI Servo',
|
356
|
+
PrintConv => {
|
357
|
+
'Fast' => 'Rapide',
|
358
|
+
'Medium Fast' => 'Moyenne rapide',
|
359
|
+
'Medium Slow' => 'Moyenne lent',
|
360
|
+
'Moderately fast' => 'Moyennement rapide',
|
361
|
+
'Moderately slow' => 'Moyennement lent',
|
362
|
+
'Slow' => 'Lent',
|
363
|
+
},
|
364
|
+
},
|
365
|
+
'APEVersion' => 'Version APE',
|
366
|
+
'ARMIdentifier' => 'Identificateur ARM',
|
367
|
+
'ARMVersion' => 'Version ARM',
|
368
|
+
'AToB0' => 'A à B0',
|
369
|
+
'AToB1' => 'A à B1',
|
370
|
+
'AToB2' => 'A à B2',
|
371
|
+
'AccessoryType' => 'Type d\'accessoire',
|
372
|
+
'ActionAdvised' => {
|
373
|
+
Description => 'Action conseillée',
|
374
|
+
PrintConv => {
|
375
|
+
'Object Kill' => 'Destruction d\'objet',
|
376
|
+
'Object Reference' => 'Référence d\'objet',
|
377
|
+
'Object Replace' => 'Remplacement d\'objet',
|
378
|
+
'Ojbect Append' => 'Ajout d\'objet',
|
379
|
+
},
|
380
|
+
},
|
381
|
+
'ActiveArea' => 'Zone active',
|
382
|
+
'ActiveD-Lighting' => {
|
383
|
+
PrintConv => {
|
384
|
+
'Low' => 'Bas',
|
385
|
+
'Normal' => 'Normale',
|
386
|
+
'Off' => 'Désactivé',
|
387
|
+
'On' => 'Activé',
|
388
|
+
},
|
389
|
+
},
|
390
|
+
'ActiveD-LightingMode' => {
|
391
|
+
PrintConv => {
|
392
|
+
'Low' => 'Bas',
|
393
|
+
'Normal' => 'Normale',
|
394
|
+
'Off' => 'Désactivé',
|
395
|
+
},
|
396
|
+
},
|
397
|
+
'AddAspectRatioInfo' => {
|
398
|
+
Description => 'Ajouter info ratio d\'aspect',
|
399
|
+
PrintConv => {
|
400
|
+
'Off' => 'Désactivé',
|
401
|
+
},
|
402
|
+
},
|
403
|
+
'AddOriginalDecisionData' => {
|
404
|
+
Description => 'Aj. données décis. origine',
|
405
|
+
PrintConv => {
|
406
|
+
'Off' => 'Désactivé',
|
407
|
+
'On' => 'Activé',
|
408
|
+
},
|
409
|
+
},
|
410
|
+
'AdditionalModelInformation' => 'Modèle d\'Information additionnel',
|
411
|
+
'Address' => 'Adresse',
|
412
|
+
'AdultContentWarning' => {
|
413
|
+
PrintConv => {
|
414
|
+
'Unknown' => 'Inconnu',
|
415
|
+
},
|
416
|
+
},
|
417
|
+
'AdvancedRaw' => {
|
418
|
+
PrintConv => {
|
419
|
+
'Off' => 'Désactivé',
|
420
|
+
'On' => 'Activé',
|
421
|
+
},
|
422
|
+
},
|
423
|
+
'AdvancedSceneMode' => {
|
424
|
+
PrintConv => {
|
425
|
+
'Color Select' => 'Désaturation partielle',
|
426
|
+
'Cross Process' => 'Dévelop. croisé',
|
427
|
+
'Dynamic Monochrome' => 'Monochrome dynamique',
|
428
|
+
'Expressive' => 'Expressif',
|
429
|
+
'High Dynamic' => 'Dynamique haute',
|
430
|
+
'High Key' => 'Tons clairs',
|
431
|
+
'Impressive Art' => 'Impressionisme',
|
432
|
+
'Low Key' => 'Clair-obscur',
|
433
|
+
'Miniature' => 'Effet miniature',
|
434
|
+
'Retro' => 'Rétro',
|
435
|
+
'Sepia' => 'Sépia',
|
436
|
+
'Soft' => 'Mise au point douce',
|
437
|
+
'Star' => 'Filtre étoile',
|
438
|
+
'Toy Effect' => 'Effet jouet',
|
439
|
+
},
|
440
|
+
},
|
441
|
+
'Advisory' => 'Adversité',
|
442
|
+
'AnalogBalance' => 'Balance analogique',
|
443
|
+
'Annotations' => 'Annotations Photoshop',
|
444
|
+
'Anti-Blur' => {
|
445
|
+
PrintConv => {
|
446
|
+
'Off' => 'Désactivé',
|
447
|
+
'n/a' => 'Non établie',
|
448
|
+
},
|
449
|
+
},
|
450
|
+
'AntiAliasStrength' => 'Puissance relative du filtre anticrénelage de l\'appareil',
|
451
|
+
'Aperture' => 'Ouverture',
|
452
|
+
'ApertureRange' => {
|
453
|
+
Description => 'Régler gamme d\'ouvertures',
|
454
|
+
PrintConv => {
|
455
|
+
'Disable' => 'Désactivé',
|
456
|
+
'Enable' => 'Activée',
|
457
|
+
},
|
458
|
+
},
|
459
|
+
'ApertureRingUse' => {
|
460
|
+
Description => 'Utilisation de la bague de diaphragme',
|
461
|
+
PrintConv => {
|
462
|
+
'Permitted' => 'Autorisée',
|
463
|
+
'Prohibited' => 'Interdite',
|
464
|
+
},
|
465
|
+
},
|
466
|
+
'ApertureValue' => 'Ouverture',
|
467
|
+
'ApplicationRecordVersion' => 'Version d\'enregistrement',
|
468
|
+
'ApplyShootingMeteringMode' => {
|
469
|
+
Description => 'Appliquer mode de prise de vue/de mesure',
|
470
|
+
PrintConv => {
|
471
|
+
'Disable' => 'Désactivé',
|
472
|
+
'Enable' => 'Activée',
|
473
|
+
},
|
474
|
+
},
|
475
|
+
'Artist' => 'Artiste',
|
476
|
+
'ArtworkCopyrightNotice' => 'Notice copyright de l\'Illustration',
|
477
|
+
'ArtworkCreator' => 'Créateur de l\'Illustration',
|
478
|
+
'ArtworkDateCreated' => 'Date de création de l\'Illustration',
|
479
|
+
'ArtworkSource' => 'Source de l\'Illustration',
|
480
|
+
'ArtworkSourceInventoryNo' => 'No d\'Inventaire du source de l\'Illustration',
|
481
|
+
'ArtworkTitle' => 'Titre de l\'Illustration',
|
482
|
+
'AsShotICCProfile' => 'Profil ICC à la prise de vue',
|
483
|
+
'AsShotNeutral' => 'Balance neutre à la prise de vue',
|
484
|
+
'AsShotPreProfileMatrix' => 'Matrice de pré-profil à la prise de vue',
|
485
|
+
'AsShotProfileName' => 'Nom du profil du cliché',
|
486
|
+
'AsShotWhiteXY' => 'Balance blanc X-Y à la prise de vue',
|
487
|
+
'AssignFuncButton' => {
|
488
|
+
Description => 'Changer fonct. touche FUNC.',
|
489
|
+
PrintConv => {
|
490
|
+
'Exposure comp./AEB setting' => 'Correct. expo/réglage AEB',
|
491
|
+
'Image jump with main dial' => 'Saut image par molette principale',
|
492
|
+
'Image quality' => 'Changer de qualité',
|
493
|
+
'LCD brightness' => 'Luminosité LCD',
|
494
|
+
'Live view function settings' => 'Réglages Visée par l’écran',
|
495
|
+
},
|
496
|
+
},
|
497
|
+
'AssistButtonFunction' => {
|
498
|
+
Description => 'Touche de fonction rapide',
|
499
|
+
PrintConv => {
|
500
|
+
'Av+/- (AF point by QCD)' => 'Av+/- (AF par mol. AR)',
|
501
|
+
'FE lock' => 'Mémo expo. au flash',
|
502
|
+
'Normal' => 'Normale',
|
503
|
+
'Select HP (while pressing)' => 'Sélect. HP (en appuyant)',
|
504
|
+
'Select Home Position' => 'Sélect. position origine',
|
505
|
+
},
|
506
|
+
},
|
507
|
+
'Audio' => {
|
508
|
+
PrintConv => {
|
509
|
+
'No' => 'Non',
|
510
|
+
'Yes' => 'Oui',
|
511
|
+
},
|
512
|
+
},
|
513
|
+
'AudioDuration' => 'Durée audio',
|
514
|
+
'AudioOutcue' => 'Queue audio',
|
515
|
+
'AudioSamplingRate' => 'Taux d\'échantillonnage audio',
|
516
|
+
'AudioSamplingResolution' => 'Résolution d\'échantillonnage audio',
|
517
|
+
'AudioType' => {
|
518
|
+
Description => 'Type audio',
|
519
|
+
PrintConv => {
|
520
|
+
'Mono Actuality' => 'Actualité (audio mono (1 canal))',
|
521
|
+
'Mono Music' => 'Musique, transmise par elle-même (audio mono (1 canal))',
|
522
|
+
'Mono Question and Answer Session' => 'Question et réponse (audio mono (1 canal))',
|
523
|
+
'Mono Raw Sound' => 'Son brut (audio mono (1 canal))',
|
524
|
+
'Mono Response to a Question' => 'Réponse à une question (audio mono (1 canal))',
|
525
|
+
'Mono Scener' => 'Scener (audio mono (1 canal))',
|
526
|
+
'Mono Voicer' => 'Voix (audio mono (1 canal))',
|
527
|
+
'Mono Wrap' => 'Wrap (audio mono (1 canal))',
|
528
|
+
'Stereo Actuality' => 'Actualité (audio stéréo (2 canaux))',
|
529
|
+
'Stereo Music' => 'Musique, transmise par elle-même (audio stéréo (2 canaux))',
|
530
|
+
'Stereo Question and Answer Session' => 'Question et réponse (audio stéréo (2 canaux))',
|
531
|
+
'Stereo Raw Sound' => 'Son brut (audio stéréo (2 canaux))',
|
532
|
+
'Stereo Response to a Question' => 'Réponse à une question (audio stéréo (2 canaux))',
|
533
|
+
'Stereo Scener' => 'Scener (audio stéréo (2 canaux))',
|
534
|
+
'Stereo Voicer' => 'Voix (audio stéréo (2 canaux))',
|
535
|
+
'Stereo Wrap' => 'Wrap (audio stéréo (2 canaux))',
|
536
|
+
'Text Only' => 'Texte seul (pas de données d\'objet)',
|
537
|
+
},
|
538
|
+
},
|
539
|
+
'Author' => 'Auteur',
|
540
|
+
'AuthorsPosition' => 'Titre du créateur',
|
541
|
+
'AutoAperture' => {
|
542
|
+
Description => 'Auto-diaph',
|
543
|
+
PrintConv => {
|
544
|
+
'Off' => 'Désactivé',
|
545
|
+
'On' => 'Activé',
|
546
|
+
},
|
547
|
+
},
|
548
|
+
'AutoBracketing' => {
|
549
|
+
Description => 'Bracketing auto',
|
550
|
+
PrintConv => {
|
551
|
+
'Off' => 'Désactivé',
|
552
|
+
'On' => 'Activé',
|
553
|
+
},
|
554
|
+
},
|
555
|
+
'AutoExposureBracketing' => {
|
556
|
+
PrintConv => {
|
557
|
+
'Off' => 'Désactivé',
|
558
|
+
'On' => 'Activé',
|
559
|
+
},
|
560
|
+
},
|
561
|
+
'AutoFP' => {
|
562
|
+
PrintConv => {
|
563
|
+
'Off' => 'Désactivé',
|
564
|
+
'On' => 'Activé',
|
565
|
+
},
|
566
|
+
},
|
567
|
+
'AutoFocus' => {
|
568
|
+
Description => 'Auto-Focus',
|
569
|
+
PrintConv => {
|
570
|
+
'Off' => 'Désactivé',
|
571
|
+
'On' => 'Activé',
|
572
|
+
},
|
573
|
+
},
|
574
|
+
'AutoISO' => {
|
575
|
+
PrintConv => {
|
576
|
+
'Off' => 'Désactivé',
|
577
|
+
'On' => 'Activé',
|
578
|
+
},
|
579
|
+
},
|
580
|
+
'AutoLightingOptimizer' => {
|
581
|
+
Description => 'Correction auto de luminosité',
|
582
|
+
PrintConv => {
|
583
|
+
'Disable' => 'Désactivé',
|
584
|
+
'Enable' => 'Actif',
|
585
|
+
'Low' => 'Faible',
|
586
|
+
'Off' => 'Désactivé',
|
587
|
+
'Strong' => 'Importante',
|
588
|
+
'n/a' => 'Non établie',
|
589
|
+
},
|
590
|
+
},
|
591
|
+
'AutoLightingOptimizerOn' => {
|
592
|
+
PrintConv => {
|
593
|
+
'No' => 'Non',
|
594
|
+
'Yes' => 'Oui',
|
595
|
+
},
|
596
|
+
},
|
597
|
+
'AutoRedEye' => {
|
598
|
+
PrintConv => {
|
599
|
+
'Off' => 'Désactivé',
|
600
|
+
'On' => 'Activé',
|
601
|
+
},
|
602
|
+
},
|
603
|
+
'AutoRotate' => {
|
604
|
+
Description => 'Rotation automatique',
|
605
|
+
PrintConv => {
|
606
|
+
'None' => 'Aucune',
|
607
|
+
'Rotate 180' => '180° (bas/droit)',
|
608
|
+
'Rotate 270 CW' => '90° sens horaire (gauche/bas)',
|
609
|
+
'Rotate 90 CW' => '90° sens antihoraire (droit/haut)',
|
610
|
+
'n/a' => 'Inconnu',
|
611
|
+
},
|
612
|
+
},
|
613
|
+
'AuxiliaryLens' => 'Objectif Auxiliaire',
|
614
|
+
'AvApertureSetting' => 'Réglage d\'ouverture Av',
|
615
|
+
'AvSettingWithoutLens' => {
|
616
|
+
Description => 'Réglage Av sans objectif',
|
617
|
+
PrintConv => {
|
618
|
+
'Disable' => 'Désactivé',
|
619
|
+
'Enable' => 'Activé',
|
620
|
+
},
|
621
|
+
},
|
622
|
+
'BToA0' => 'B à A0',
|
623
|
+
'BToA1' => 'B à A1',
|
624
|
+
'BToA2' => 'B à A2',
|
625
|
+
'BWMode' => {
|
626
|
+
PrintConv => {
|
627
|
+
'Off' => 'Désactivé',
|
628
|
+
'On' => 'Activé',
|
629
|
+
},
|
630
|
+
},
|
631
|
+
'BackgroundColorIndicator' => 'Indicateur de couleur d\'arrière-plan',
|
632
|
+
'BackgroundColorValue' => 'Valeur de couleur d\'arrière-plan',
|
633
|
+
'BackgroundTiling' => {
|
634
|
+
PrintConv => {
|
635
|
+
'No' => 'Non',
|
636
|
+
'Yes' => 'Oui',
|
637
|
+
},
|
638
|
+
},
|
639
|
+
'BadFaxLines' => 'Mauvaises lignes de Fax',
|
640
|
+
'BannerImageType' => {
|
641
|
+
PrintConv => {
|
642
|
+
'None' => 'Aucune',
|
643
|
+
},
|
644
|
+
},
|
645
|
+
'BaseExposureCompensation' => 'Compensation d\'exposition de base',
|
646
|
+
'BaseURL' => 'URL de base',
|
647
|
+
'BaselineExposure' => 'Exposition de base',
|
648
|
+
'BaselineNoise' => 'Bruit de base',
|
649
|
+
'BaselineSharpness' => 'Accentuation de base',
|
650
|
+
'BatteryInfo' => 'Source d\'alimentation',
|
651
|
+
'BatteryLevel' => 'Niveau de batterie',
|
652
|
+
'BayerGreenSplit' => 'Séparation de vert Bayer',
|
653
|
+
'Beep' => {
|
654
|
+
PrintConv => {
|
655
|
+
'High' => 'Bruyant',
|
656
|
+
'Low' => 'Calme',
|
657
|
+
'Off' => 'Désactivé',
|
658
|
+
'On' => 'Activé',
|
659
|
+
},
|
660
|
+
},
|
661
|
+
'BestQualityScale' => 'Echelle de meilleure qualité',
|
662
|
+
'BitsPerComponent' => 'Bits par composante',
|
663
|
+
'BitsPerExtendedRunLength' => 'Bits par « Run Length » étendue',
|
664
|
+
'BitsPerRunLength' => 'Bits par « Run Length »',
|
665
|
+
'BitsPerSample' => 'Nombre de bits par échantillon',
|
666
|
+
'BlackLevel' => 'Niveau noir',
|
667
|
+
'BlackLevelDeltaH' => 'Delta H du niveau noir',
|
668
|
+
'BlackLevelDeltaV' => 'Delta V du niveau noir',
|
669
|
+
'BlackLevelRepeatDim' => 'Dimension de répétition du niveau noir',
|
670
|
+
'BlackPoint' => 'Point noir',
|
671
|
+
'BlueBalance' => 'Balance bleue',
|
672
|
+
'BlueMatrixColumn' => 'Colonne de matrice bleue',
|
673
|
+
'BlueTRC' => 'Courbe de reproduction des tons bleus',
|
674
|
+
'BlurWarning' => {
|
675
|
+
PrintConv => {
|
676
|
+
'None' => 'Aucune',
|
677
|
+
},
|
678
|
+
},
|
679
|
+
'BodyBatteryADLoad' => 'Tension accu boîtier en charge',
|
680
|
+
'BodyBatteryADNoLoad' => 'Tension accu boîtier à vide',
|
681
|
+
'BodyBatteryState' => {
|
682
|
+
Description => 'État de accu boîtier',
|
683
|
+
PrintConv => {
|
684
|
+
'Almost Empty' => 'Presque vide',
|
685
|
+
'Empty or Missing' => 'Vide ou absent',
|
686
|
+
'Full' => 'Plein',
|
687
|
+
'Running Low' => 'En baisse',
|
688
|
+
},
|
689
|
+
},
|
690
|
+
'BracketMode' => {
|
691
|
+
PrintConv => {
|
692
|
+
'Off' => 'Désactivé',
|
693
|
+
},
|
694
|
+
},
|
695
|
+
'BracketShotNumber' => {
|
696
|
+
Description => 'Numéro de cliché en bracketing',
|
697
|
+
PrintConv => {
|
698
|
+
'1 of 3' => '1 sur 3',
|
699
|
+
'1 of 5' => '1 sur 5',
|
700
|
+
'2 of 3' => '2 sur 3',
|
701
|
+
'2 of 5' => '2 sur 5',
|
702
|
+
'3 of 3' => '3 sur 3',
|
703
|
+
'3 of 5' => '3 sur 5',
|
704
|
+
'4 of 5' => '4 sur 5',
|
705
|
+
'5 of 5' => '5 sur 5',
|
706
|
+
'n/a' => 'Non établie',
|
707
|
+
},
|
708
|
+
},
|
709
|
+
'Brightness' => 'Luminosité',
|
710
|
+
'BrightnessValue' => 'Luminosité',
|
711
|
+
'BulbDuration' => 'Durée du pose longue',
|
712
|
+
'BurstMode' => {
|
713
|
+
Description => 'Mode Rafale',
|
714
|
+
PrintConv => {
|
715
|
+
'Infinite' => 'Infini',
|
716
|
+
'Off' => 'Désactivé',
|
717
|
+
'On' => 'Activé',
|
718
|
+
},
|
719
|
+
},
|
720
|
+
'ButtonFunctionControlOff' => {
|
721
|
+
Description => 'Fonction de touche si Contrôle Rapide OFF',
|
722
|
+
PrintConv => {
|
723
|
+
'Disable main, Control, Multi-control' => 'Désactivés principale, Contrôle rapide, Multicontrôleur',
|
724
|
+
'Normal (enable)' => 'Normale (activée)',
|
725
|
+
},
|
726
|
+
},
|
727
|
+
'By-line' => 'Créateur',
|
728
|
+
'By-lineTitle' => 'Fonction du créateur',
|
729
|
+
'CFALayout' => {
|
730
|
+
Description => 'Organisation CFA',
|
731
|
+
PrintConv => {
|
732
|
+
'Even columns offset down 1/2 row' => 'Organisation décalée A : les colonnes paires sont décalées vers le bas d\'une demi-rangée.',
|
733
|
+
'Even columns offset up 1/2 row' => 'Organisation décalée B : les colonnes paires sont décalées vers le haut d\'une demi-rangée.',
|
734
|
+
'Even rows offset left 1/2 column' => 'Organisation décalée D : les rangées paires sont décalées vers la gauche d\'une demi-colonne.',
|
735
|
+
'Even rows offset right 1/2 column' => 'Organisation décalée C : les rangées paires sont décalées vers la droite d\'une demi-colonne.',
|
736
|
+
'Rectangular' => 'Plan rectangulaire (ou carré)',
|
737
|
+
},
|
738
|
+
},
|
739
|
+
'CFAPattern' => 'Matrice de filtrage couleur',
|
740
|
+
'CFAPattern2' => 'Modèle CFA 2',
|
741
|
+
'CFAPlaneColor' => 'Couleur de plan CFA',
|
742
|
+
'CFARepeatPatternDim' => 'Dimension du modèle de répétition CFA',
|
743
|
+
'CMMFlags' => 'Drapeaux CMM',
|
744
|
+
'CMYKEquivalent' => 'Equivalent CMJK',
|
745
|
+
'CPUFirmwareVersion' => 'Version de firmware de CPU',
|
746
|
+
'CPUType' => {
|
747
|
+
PrintConv => {
|
748
|
+
'None' => 'Aucune',
|
749
|
+
},
|
750
|
+
},
|
751
|
+
'CalibrationDateTime' => 'Date et heure de calibration',
|
752
|
+
'CalibrationIlluminant1' => {
|
753
|
+
Description => 'Illuminant de calibration 1',
|
754
|
+
PrintConv => {
|
755
|
+
'Cloudy' => 'Temps nuageux',
|
756
|
+
'Cool White Fluorescent' => 'Fluorescente type soft',
|
757
|
+
'Day White Fluorescent' => 'Fluorescente type blanc',
|
758
|
+
'Daylight' => 'Lumière du jour',
|
759
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
760
|
+
'Fine Weather' => 'Beau temps',
|
761
|
+
'Fluorescent' => 'Fluorescente',
|
762
|
+
'ISO Studio Tungsten' => 'Tungstène studio ISO',
|
763
|
+
'Other' => 'Autre source de lumière',
|
764
|
+
'Shade' => 'Ombre',
|
765
|
+
'Standard Light A' => 'Lumière standard A',
|
766
|
+
'Standard Light B' => 'Lumière standard B',
|
767
|
+
'Standard Light C' => 'Lumière standard C',
|
768
|
+
'Tungsten (Incandescent)' => 'Tungstène (lumière incandescente)',
|
769
|
+
'Unknown' => 'Inconnue',
|
770
|
+
'Warm White Fluorescent' => 'Fluorescent blanc chaud',
|
771
|
+
'White Fluorescent' => 'Fluorescent blanc',
|
772
|
+
},
|
773
|
+
},
|
774
|
+
'CalibrationIlluminant2' => {
|
775
|
+
Description => 'Illuminant de calibration 2',
|
776
|
+
PrintConv => {
|
777
|
+
'Cloudy' => 'Temps nuageux',
|
778
|
+
'Cool White Fluorescent' => 'Fluorescente type soft',
|
779
|
+
'Day White Fluorescent' => 'Fluorescente type blanc',
|
780
|
+
'Daylight' => 'Lumière du jour',
|
781
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
782
|
+
'Fine Weather' => 'Beau temps',
|
783
|
+
'Fluorescent' => 'Fluorescente',
|
784
|
+
'ISO Studio Tungsten' => 'Tungstène studio ISO',
|
785
|
+
'Other' => 'Autre source de lumière',
|
786
|
+
'Shade' => 'Ombre',
|
787
|
+
'Standard Light A' => 'Lumière standard A',
|
788
|
+
'Standard Light B' => 'Lumière standard B',
|
789
|
+
'Standard Light C' => 'Lumière standard C',
|
790
|
+
'Tungsten (Incandescent)' => 'Tungstène (lumière incandescente)',
|
791
|
+
'Unknown' => 'Inconnue',
|
792
|
+
'Warm White Fluorescent' => 'Fluorescent blanc chaud',
|
793
|
+
'White Fluorescent' => 'Fluorescent blanc',
|
794
|
+
},
|
795
|
+
},
|
796
|
+
'CameraCalibration1' => 'Calibration d\'appareil 1',
|
797
|
+
'CameraCalibration2' => 'Calibration d\'appareil 2',
|
798
|
+
'CameraCalibrationSig' => 'Signature de calibration de l\'appareil',
|
799
|
+
'CameraOrientation' => {
|
800
|
+
Description => 'Orientation de l\'image',
|
801
|
+
PrintConv => {
|
802
|
+
'Horizontal (normal)' => '0° (haut/gauche)',
|
803
|
+
'Rotate 270 CW' => '90° sens horaire (gauche/bas)',
|
804
|
+
'Rotate 90 CW' => '90° sens antihoraire (droit/haut)',
|
805
|
+
},
|
806
|
+
},
|
807
|
+
'CameraSerialNumber' => 'Numéro de série de l\'appareil',
|
808
|
+
'CameraSettings' => 'Réglages de l\'appareil',
|
809
|
+
'CameraTemperature' => 'Température de l\'appareil',
|
810
|
+
'CameraType' => 'Type d\'objectif Pentax',
|
811
|
+
'CanonExposureMode' => {
|
812
|
+
PrintConv => {
|
813
|
+
'Aperture-priority AE' => 'Priorité ouverture',
|
814
|
+
'Bulb' => 'Pose B',
|
815
|
+
'Manual' => 'Manuelle',
|
816
|
+
'Program AE' => 'Programme d\'exposition automatique',
|
817
|
+
'Shutter speed priority AE' => 'Priorité vitesse',
|
818
|
+
},
|
819
|
+
},
|
820
|
+
'CanonFirmwareVersion' => 'Version de firmware',
|
821
|
+
'CanonFlashMode' => {
|
822
|
+
PrintConv => {
|
823
|
+
'Off' => 'Désactivé',
|
824
|
+
'On' => 'Activé',
|
825
|
+
'Red-eye reduction' => 'Réduction yeux rouges',
|
826
|
+
},
|
827
|
+
},
|
828
|
+
'CanonImageSize' => {
|
829
|
+
PrintConv => {
|
830
|
+
'Large' => 'Grande',
|
831
|
+
'Medium' => 'Moyenne',
|
832
|
+
'Medium 1' => 'Moyenne 1',
|
833
|
+
'Medium 2' => 'Moyenne 2',
|
834
|
+
'Medium 3' => 'Moyenne 3',
|
835
|
+
'Small' => 'Petite',
|
836
|
+
'Small 1' => 'Petite 1',
|
837
|
+
'Small 2' => 'Petite 2',
|
838
|
+
'Small 3' => 'Petite 3',
|
839
|
+
},
|
840
|
+
},
|
841
|
+
'Caption-Abstract' => 'Légende / Description',
|
842
|
+
'CaptionWriter' => 'Rédacteur',
|
843
|
+
'CaptureXResolutionUnit' => {
|
844
|
+
PrintConv => {
|
845
|
+
'um' => 'µm (micromètre)',
|
846
|
+
},
|
847
|
+
},
|
848
|
+
'CaptureYResolutionUnit' => {
|
849
|
+
PrintConv => {
|
850
|
+
'um' => 'µm (micromètre)',
|
851
|
+
},
|
852
|
+
},
|
853
|
+
'Categories' => 'Catégories',
|
854
|
+
'Category' => 'Catégorie',
|
855
|
+
'CellLength' => 'Longueur de cellule',
|
856
|
+
'CellWidth' => 'Largeur de cellule',
|
857
|
+
'CenterWeightedAreaSize' => {
|
858
|
+
PrintConv => {
|
859
|
+
'Average' => 'Moyenne',
|
860
|
+
},
|
861
|
+
},
|
862
|
+
'Certificate' => 'Certificat',
|
863
|
+
'CharTarget' => 'Cible caractère',
|
864
|
+
'CharacterSet' => 'Jeu de caractères',
|
865
|
+
'ChromaBlurRadius' => 'Rayon de flou de chromatisme',
|
866
|
+
'ChromaticAdaptation' => 'Adaptation chromatique',
|
867
|
+
'Chromaticity' => 'Chromaticité',
|
868
|
+
'ChrominanceNR_TIFF_JPEG' => {
|
869
|
+
PrintConv => {
|
870
|
+
'Low' => 'Bas',
|
871
|
+
'Off' => 'Désactivé',
|
872
|
+
},
|
873
|
+
},
|
874
|
+
'ChrominanceNoiseReduction' => {
|
875
|
+
PrintConv => {
|
876
|
+
'Low' => 'Bas',
|
877
|
+
'Off' => 'Désactivé',
|
878
|
+
},
|
879
|
+
},
|
880
|
+
'CircleOfConfusion' => 'Cercle de confusion',
|
881
|
+
'City' => 'Ville',
|
882
|
+
'ClassifyState' => 'État de classification',
|
883
|
+
'CleanFaxData' => 'Données de Fax propres',
|
884
|
+
'ClipPath' => 'Chemin de rognage',
|
885
|
+
'CodedCharacterSet' => 'Jeu de caractères codé',
|
886
|
+
'CollectionName' => 'Nom de collection',
|
887
|
+
'ColorAberrationControl' => {
|
888
|
+
PrintConv => {
|
889
|
+
'Off' => 'Désactivé',
|
890
|
+
'On' => 'Activé',
|
891
|
+
},
|
892
|
+
},
|
893
|
+
'ColorAdjustmentMode' => {
|
894
|
+
PrintConv => {
|
895
|
+
'Off' => 'Désactivé',
|
896
|
+
'On' => 'Activé',
|
897
|
+
},
|
898
|
+
},
|
899
|
+
'ColorBalance' => 'Balance des couleurs',
|
900
|
+
'ColorBalanceAdj' => {
|
901
|
+
PrintConv => {
|
902
|
+
'Off' => 'Désactivé',
|
903
|
+
'On' => 'Activé',
|
904
|
+
},
|
905
|
+
},
|
906
|
+
'ColorBooster' => {
|
907
|
+
PrintConv => {
|
908
|
+
'Off' => 'Désactivé',
|
909
|
+
'On' => 'Activé',
|
910
|
+
},
|
911
|
+
},
|
912
|
+
'ColorCalibrationMatrix' => 'Table de matrice de calibration de couleur',
|
913
|
+
'ColorCharacterization' => 'Caractérisation de couleur',
|
914
|
+
'ColorComponents' => 'Composants colorimétriques',
|
915
|
+
'ColorEffect' => {
|
916
|
+
Description => 'Effet de couleurs',
|
917
|
+
PrintConv => {
|
918
|
+
'Black & White' => 'Noir et blanc',
|
919
|
+
'Cool' => 'Froide',
|
920
|
+
'Off' => 'Désactivé',
|
921
|
+
'Sepia' => 'Sépia',
|
922
|
+
'Warm' => 'Chaude',
|
923
|
+
},
|
924
|
+
},
|
925
|
+
'ColorFilter' => {
|
926
|
+
Description => 'Filtre de couleur',
|
927
|
+
PrintConv => {
|
928
|
+
'Blue' => 'Bleu',
|
929
|
+
'Green' => 'Vert',
|
930
|
+
'Off' => 'Désactivé',
|
931
|
+
'Red' => 'Rouge',
|
932
|
+
'Yellow' => 'Jaune',
|
933
|
+
},
|
934
|
+
},
|
935
|
+
'ColorHue' => 'Teinte de couleur',
|
936
|
+
'ColorInfo' => 'Info couleur',
|
937
|
+
'ColorMap' => 'Charte de couleur',
|
938
|
+
'ColorMatrix1' => 'Matrice de couleur 1',
|
939
|
+
'ColorMatrix2' => 'Matrice de couleur 2',
|
940
|
+
'ColorMode' => {
|
941
|
+
Description => 'Mode colorimétrique',
|
942
|
+
PrintConv => {
|
943
|
+
'Adobe RGB' => 'AdobeRVB',
|
944
|
+
'Autumn Leaves' => 'Feuilles automne',
|
945
|
+
'B&W' => 'Noir & Blanc',
|
946
|
+
'Clear' => 'Lumineux',
|
947
|
+
'Deep' => 'Profond',
|
948
|
+
'Evening' => 'Soir',
|
949
|
+
'Landscape' => 'Paysage',
|
950
|
+
'Light' => 'Pastel',
|
951
|
+
'Natural' => 'Naturel',
|
952
|
+
'Neutral' => 'Neutre',
|
953
|
+
'Night Scene' => 'Nocturne',
|
954
|
+
'Night View' => 'Vision nocturne',
|
955
|
+
'Night View/Portrait' => 'Portrait nocturne',
|
956
|
+
'Normal' => 'Normale',
|
957
|
+
'Off' => 'Désactivé',
|
958
|
+
'RGB' => 'RVB',
|
959
|
+
'Sunset' => 'Coucher de soleil',
|
960
|
+
'Vivid' => 'Vives',
|
961
|
+
},
|
962
|
+
},
|
963
|
+
'ColorMoireReduction' => {
|
964
|
+
PrintConv => {
|
965
|
+
'Off' => 'Désactivé',
|
966
|
+
'On' => 'Activé',
|
967
|
+
},
|
968
|
+
},
|
969
|
+
'ColorMoireReductionMode' => {
|
970
|
+
PrintConv => {
|
971
|
+
'Low' => 'Bas',
|
972
|
+
'Off' => 'Désactivé',
|
973
|
+
},
|
974
|
+
},
|
975
|
+
'ColorPalette' => 'Palette de couleur',
|
976
|
+
'ColorRepresentation' => {
|
977
|
+
Description => 'Représentation de couleur',
|
978
|
+
PrintConv => {
|
979
|
+
'3 Components, Frame Sequential in Multiple Objects' => 'Trois composantes, Vue séquentielle dans différents objets',
|
980
|
+
'3 Components, Frame Sequential in One Object' => 'Trois composantes, Vue séquentielle dans un objet',
|
981
|
+
'3 Components, Line Sequential' => 'Trois composantes, Ligne séquentielle',
|
982
|
+
'3 Components, Pixel Sequential' => 'Trois composantes, Pixel séquentiel',
|
983
|
+
'3 Components, Single Frame' => 'Trois composantes, Vue unique',
|
984
|
+
'3 Components, Special Interleaving' => 'Trois composantes, Entrelacement spécial',
|
985
|
+
'4 Components, Frame Sequential in Multiple Objects' => 'Quatre composantes, Vue séquentielle dans différents objets',
|
986
|
+
'4 Components, Frame Sequential in One Object' => 'Quatre composantes, Vue séquentielle dans un objet',
|
987
|
+
'4 Components, Line Sequential' => 'Quatre composantes, Ligne séquentielle',
|
988
|
+
'4 Components, Pixel Sequential' => 'Quatre composantes, Pixel séquentiel',
|
989
|
+
'4 Components, Single Frame' => 'Quatre composantes, Vue unique',
|
990
|
+
'4 Components, Special Interleaving' => 'Quatre composantes, Entrelacement spécial',
|
991
|
+
'Monochrome, Single Frame' => 'Monochrome, Vue unique',
|
992
|
+
'No Image, Single Frame' => 'Pas d\'image, Vue unique',
|
993
|
+
},
|
994
|
+
},
|
995
|
+
'ColorResponseUnit' => 'Unité de réponse couleur',
|
996
|
+
'ColorSequence' => 'Séquence de couleur',
|
997
|
+
'ColorSpace' => {
|
998
|
+
Description => 'Espace colorimétrique',
|
999
|
+
PrintConv => {
|
1000
|
+
'ICC Profile' => 'Profil ICC',
|
1001
|
+
'RGB' => 'RVB',
|
1002
|
+
'Uncalibrated' => 'Non calibré',
|
1003
|
+
'Wide Gamut RGB' => 'Wide Gamut RVB',
|
1004
|
+
'sRGB' => 'sRVB',
|
1005
|
+
},
|
1006
|
+
},
|
1007
|
+
'ColorSpaceData' => 'Espace de couleur de données',
|
1008
|
+
'ColorTable' => 'Tableau de couleurs',
|
1009
|
+
'ColorTemperature' => 'Température de couleur',
|
1010
|
+
'ColorTone' => {
|
1011
|
+
Description => 'Teinte couleur',
|
1012
|
+
PrintConv => {
|
1013
|
+
'Normal' => 'Normale',
|
1014
|
+
},
|
1015
|
+
},
|
1016
|
+
'ColorType' => {
|
1017
|
+
PrintConv => {
|
1018
|
+
'RGB' => 'RVB',
|
1019
|
+
},
|
1020
|
+
},
|
1021
|
+
'ColorantOrder' => 'Ordre de colorant',
|
1022
|
+
'ColorantTable' => 'Table de colorant',
|
1023
|
+
'ColorimetricReference' => 'Référence colorimétrique',
|
1024
|
+
'CommandDialsChangeMainSub' => {
|
1025
|
+
PrintConv => {
|
1026
|
+
'Off' => 'Désactivé',
|
1027
|
+
'On' => 'Activé',
|
1028
|
+
},
|
1029
|
+
},
|
1030
|
+
'CommandDialsMenuAndPlayback' => {
|
1031
|
+
PrintConv => {
|
1032
|
+
'Off' => 'Désactivé',
|
1033
|
+
'On' => 'Activé',
|
1034
|
+
},
|
1035
|
+
},
|
1036
|
+
'CommandDialsReverseRotation' => {
|
1037
|
+
PrintConv => {
|
1038
|
+
'No' => 'Non',
|
1039
|
+
'Yes' => 'Oui',
|
1040
|
+
},
|
1041
|
+
},
|
1042
|
+
'CommanderGroupAMode' => {
|
1043
|
+
PrintConv => {
|
1044
|
+
'Manual' => 'Manuelle',
|
1045
|
+
'Off' => 'Désactivé',
|
1046
|
+
},
|
1047
|
+
},
|
1048
|
+
'CommanderGroupBMode' => {
|
1049
|
+
PrintConv => {
|
1050
|
+
'Manual' => 'Manuelle',
|
1051
|
+
'Off' => 'Désactivé',
|
1052
|
+
},
|
1053
|
+
},
|
1054
|
+
'CommanderInternalFlash' => {
|
1055
|
+
PrintConv => {
|
1056
|
+
'Manual' => 'Manuelle',
|
1057
|
+
'Off' => 'Désactivé',
|
1058
|
+
},
|
1059
|
+
},
|
1060
|
+
'Comment' => 'Commentaire',
|
1061
|
+
'Comments' => 'Commentaires',
|
1062
|
+
'Compilation' => {
|
1063
|
+
PrintConv => {
|
1064
|
+
'No' => 'Non',
|
1065
|
+
'Yes' => 'Oui',
|
1066
|
+
},
|
1067
|
+
},
|
1068
|
+
'ComponentsConfiguration' => 'Signification de chaque composante',
|
1069
|
+
'CompressedBitsPerPixel' => 'Mode de compression d\'image',
|
1070
|
+
'Compression' => {
|
1071
|
+
Description => 'Schéma de compression',
|
1072
|
+
PrintConv => {
|
1073
|
+
'JBIG Color' => 'JBIG Couleur',
|
1074
|
+
'JPEG' => 'Compression JPEG',
|
1075
|
+
'JPEG (old-style)' => 'JPEG (ancien style)',
|
1076
|
+
'Kodak DCR Compressed' => 'Compression Kodak DCR',
|
1077
|
+
'Kodak KDC Compressed' => 'Compression Kodak KDC',
|
1078
|
+
'Next' => 'Encodage NeXT 2 bits',
|
1079
|
+
'Nikon NEF Compressed' => 'Compression Nikon NEF',
|
1080
|
+
'None' => 'Aucune',
|
1081
|
+
'Pentax PEF Compressed' => 'Compression Pentax PEF',
|
1082
|
+
'SGILog' => 'Encodage Log luminance SGI 32 bits',
|
1083
|
+
'SGILog24' => 'Encodage Log luminance SGI 24 bits',
|
1084
|
+
'Sony ARW Compressed' => 'Compression Sony ARW',
|
1085
|
+
'Thunderscan' => 'Encodage ThunderScan 4 bits',
|
1086
|
+
'Uncompressed' => 'Non compressé',
|
1087
|
+
},
|
1088
|
+
},
|
1089
|
+
'CompressionType' => {
|
1090
|
+
PrintConv => {
|
1091
|
+
'None' => 'Aucune',
|
1092
|
+
},
|
1093
|
+
},
|
1094
|
+
'ConditionalFEC' => 'Compensation exposition flash',
|
1095
|
+
'ConnectionSpaceIlluminant' => 'Illuminant d\'espace de connexion',
|
1096
|
+
'ConsecutiveBadFaxLines' => 'Mauvaises lignes de Fax consécutives',
|
1097
|
+
'ContentLocationCode' => 'Code du lieu du contenu',
|
1098
|
+
'ContentLocationName' => 'Nom du lieu du contenu',
|
1099
|
+
'ContinuousDrive' => {
|
1100
|
+
PrintConv => {
|
1101
|
+
'Movie' => 'Vidéo',
|
1102
|
+
},
|
1103
|
+
},
|
1104
|
+
'ContinuousShootingSpeed' => {
|
1105
|
+
Description => 'Vitesse de prise de vues en continu',
|
1106
|
+
PrintConv => {
|
1107
|
+
'Disable' => 'Désactivé',
|
1108
|
+
'Enable' => 'Activée',
|
1109
|
+
},
|
1110
|
+
},
|
1111
|
+
'ContinuousShotLimit' => {
|
1112
|
+
Description => 'Limiter nombre de vues en continu',
|
1113
|
+
PrintConv => {
|
1114
|
+
'Disable' => 'Désactivé',
|
1115
|
+
'Enable' => 'Activée',
|
1116
|
+
},
|
1117
|
+
},
|
1118
|
+
'Contrast' => {
|
1119
|
+
Description => 'Contraste',
|
1120
|
+
PrintConv => {
|
1121
|
+
'+1 (med high)' => '+1 (Assez fort)',
|
1122
|
+
'+2 (high)' => '+2 (Forte)',
|
1123
|
+
'+3 (very high)' => '+3 (Très fort)',
|
1124
|
+
'-1 (med low)' => '-1 (Assez faible)',
|
1125
|
+
'-2 (low)' => '-2 (Faible)',
|
1126
|
+
'-3 (very low)' => '-3 (Très faible)',
|
1127
|
+
'0 (normal)' => '0 (Normale)',
|
1128
|
+
'High' => 'Dur',
|
1129
|
+
'Low' => 'Doux',
|
1130
|
+
'Medium High' => 'Moyen Haut',
|
1131
|
+
'Medium Low' => 'Moyen Faible',
|
1132
|
+
'Normal' => 'Normale',
|
1133
|
+
'n/a' => 'Non établie',
|
1134
|
+
},
|
1135
|
+
},
|
1136
|
+
'ContrastCurve' => 'Courbe de contraste',
|
1137
|
+
'Contributor' => 'Contributeur',
|
1138
|
+
'ControlMode' => {
|
1139
|
+
PrintConv => {
|
1140
|
+
'n/a' => 'Non établie',
|
1141
|
+
},
|
1142
|
+
},
|
1143
|
+
'ConversionLens' => {
|
1144
|
+
Description => 'Complément Optique',
|
1145
|
+
PrintConv => {
|
1146
|
+
'Off' => 'Désactivé',
|
1147
|
+
'Telephoto' => 'Télé',
|
1148
|
+
'Wide' => 'Grand angulaire',
|
1149
|
+
},
|
1150
|
+
},
|
1151
|
+
'Copyright' => 'Propriétaire du copyright',
|
1152
|
+
'CopyrightNotice' => 'Mention de copyright',
|
1153
|
+
'CopyrightStatus' => {
|
1154
|
+
PrintConv => {
|
1155
|
+
'Unknown' => 'Inconnu',
|
1156
|
+
},
|
1157
|
+
},
|
1158
|
+
'Country' => 'Pays',
|
1159
|
+
'Country-PrimaryLocationCode' => 'Code de pays ISO',
|
1160
|
+
'Country-PrimaryLocationName' => 'Pays',
|
1161
|
+
'CountryCode' => 'Code pays',
|
1162
|
+
'Coverage' => 'Couverture',
|
1163
|
+
'CreateDate' => 'Date de la création des données numériques',
|
1164
|
+
'CreationDate' => 'Date de création',
|
1165
|
+
'Creator' => 'Créateur',
|
1166
|
+
'CreatorAddress' => 'Adresse du créateur',
|
1167
|
+
'CreatorCity' => 'Lieu d\'Habitation du créateur',
|
1168
|
+
'CreatorContactInfo' => 'Contact créateur',
|
1169
|
+
'CreatorCountry' => 'Pays du créateur',
|
1170
|
+
'CreatorPostalCode' => 'Code postal du créateur',
|
1171
|
+
'CreatorRegion' => 'Région du créateur',
|
1172
|
+
'CreatorTool' => 'Outil de création',
|
1173
|
+
'CreatorWorkEmail' => 'Courriel professionnel du créateur',
|
1174
|
+
'CreatorWorkTelephone' => 'Téléphone professionnel créateur',
|
1175
|
+
'CreatorWorkURL' => 'URL professionnelle du créateur',
|
1176
|
+
'Credit' => 'Fournisseur',
|
1177
|
+
'CropActive' => {
|
1178
|
+
PrintConv => {
|
1179
|
+
'No' => 'Non',
|
1180
|
+
'Yes' => 'Oui',
|
1181
|
+
},
|
1182
|
+
},
|
1183
|
+
'CropUnit' => {
|
1184
|
+
PrintConv => {
|
1185
|
+
'inches' => 'Pouce',
|
1186
|
+
},
|
1187
|
+
},
|
1188
|
+
'CropUnits' => {
|
1189
|
+
PrintConv => {
|
1190
|
+
'inches' => 'Pouce',
|
1191
|
+
},
|
1192
|
+
},
|
1193
|
+
'CurrentICCProfile' => 'Profil ICC actuel',
|
1194
|
+
'CurrentIPTCDigest' => 'Sommaire courant IPTC',
|
1195
|
+
'CurrentPreProfileMatrix' => 'Matrice de pré-profil actuelle',
|
1196
|
+
'Curves' => {
|
1197
|
+
PrintConv => {
|
1198
|
+
'Off' => 'Désactivé',
|
1199
|
+
'On' => 'Activé',
|
1200
|
+
},
|
1201
|
+
},
|
1202
|
+
'CustomRendered' => {
|
1203
|
+
Description => 'Traitement d\'image personnalisé',
|
1204
|
+
PrintConv => {
|
1205
|
+
'Custom' => 'Traitement personnalisé',
|
1206
|
+
'Normal' => 'Traitement normal',
|
1207
|
+
},
|
1208
|
+
},
|
1209
|
+
'D-LightingHQ' => {
|
1210
|
+
PrintConv => {
|
1211
|
+
'Off' => 'Désactivé',
|
1212
|
+
'On' => 'Activé',
|
1213
|
+
},
|
1214
|
+
},
|
1215
|
+
'D-LightingHQSelected' => {
|
1216
|
+
PrintConv => {
|
1217
|
+
'No' => 'Non',
|
1218
|
+
'Yes' => 'Oui',
|
1219
|
+
},
|
1220
|
+
},
|
1221
|
+
'D-LightingHS' => {
|
1222
|
+
PrintConv => {
|
1223
|
+
'Off' => 'Désactivé',
|
1224
|
+
'On' => 'Activé',
|
1225
|
+
},
|
1226
|
+
},
|
1227
|
+
'DNGBackwardVersion' => 'Version DNG antérieure',
|
1228
|
+
'DNGLensInfo' => 'Distance focale minimale',
|
1229
|
+
'DNGVersion' => 'Version DNG',
|
1230
|
+
'DOF' => 'Profondeur de champ',
|
1231
|
+
'DSPFirmwareVersion' => 'Version de firmware de DSP',
|
1232
|
+
'DataCompressionMethod' => 'Fournisseur/propriétaire de l\'algorithme de compression de données',
|
1233
|
+
'DataDump' => 'Vidage données',
|
1234
|
+
'DataImprint' => {
|
1235
|
+
PrintConv => {
|
1236
|
+
'None' => 'Aucune',
|
1237
|
+
'Text' => 'Texte',
|
1238
|
+
},
|
1239
|
+
},
|
1240
|
+
'DataType' => 'Type de données',
|
1241
|
+
'DateCreated' => 'Date de création',
|
1242
|
+
'DateDisplayFormat' => {
|
1243
|
+
Description => 'Format date',
|
1244
|
+
PrintConv => {
|
1245
|
+
'D/M/Y' => 'Jour/Mois/Année',
|
1246
|
+
'M/D/Y' => 'Mois/Jour/Année',
|
1247
|
+
'Y/M/D' => 'Année/Mois/Jour',
|
1248
|
+
},
|
1249
|
+
},
|
1250
|
+
'DateSent' => 'Date d\'envoi',
|
1251
|
+
'DateStampMode' => {
|
1252
|
+
PrintConv => {
|
1253
|
+
'Date & Time' => 'Date et heure',
|
1254
|
+
'Off' => 'Désactivé',
|
1255
|
+
},
|
1256
|
+
},
|
1257
|
+
'DateTime' => 'Date de modification du fichier',
|
1258
|
+
'DateTimeCreated' => 'Date/heure de création',
|
1259
|
+
'DateTimeDigitized' => 'Date/heure de la numérisation',
|
1260
|
+
'DateTimeOriginal' => 'Date de la création des données originales',
|
1261
|
+
'DaylightSavings' => {
|
1262
|
+
Description => 'Heure d\'été',
|
1263
|
+
PrintConv => {
|
1264
|
+
'No' => 'Non',
|
1265
|
+
'Yes' => 'Oui',
|
1266
|
+
},
|
1267
|
+
},
|
1268
|
+
'DefaultCropOrigin' => 'Origine de rognage par défaut',
|
1269
|
+
'DefaultCropSize' => 'Taille de rognage par défaut',
|
1270
|
+
'DefaultScale' => 'Echelle par défaut',
|
1271
|
+
'DeletedImageCount' => 'Compteur d\'images supprimées',
|
1272
|
+
'DestinationCity' => 'Ville de destination',
|
1273
|
+
'DestinationCityCode' => 'Code ville de destination',
|
1274
|
+
'DestinationDST' => {
|
1275
|
+
Description => 'Heure d\'été de destination',
|
1276
|
+
PrintConv => {
|
1277
|
+
'No' => 'Non',
|
1278
|
+
'Yes' => 'Oui',
|
1279
|
+
},
|
1280
|
+
},
|
1281
|
+
'DeviceAttributes' => 'Attributs d\'appareil',
|
1282
|
+
'DeviceManufacturer' => 'Fabricant de l\'appareil',
|
1283
|
+
'DeviceMfgDesc' => 'Description du fabricant d\'appareil',
|
1284
|
+
'DeviceModel' => 'Modèle de l\'appareil',
|
1285
|
+
'DeviceModelDesc' => 'Description du modèle d\'appareil',
|
1286
|
+
'DeviceSettingDescription' => 'Description des réglages du dispositif',
|
1287
|
+
'DialDirectionTvAv' => {
|
1288
|
+
Description => 'Sens rotation molette Tv/Av',
|
1289
|
+
PrintConv => {
|
1290
|
+
'Normal' => 'Normale',
|
1291
|
+
'Reversed' => 'Sens inversé',
|
1292
|
+
},
|
1293
|
+
},
|
1294
|
+
'DigitalCreationDate' => 'Date de numérisation',
|
1295
|
+
'DigitalCreationTime' => 'Heure de numérisation',
|
1296
|
+
'DigitalImageGUID' => 'GUID de l\'image numérique',
|
1297
|
+
'DigitalSourceFileType' => 'Type de fichier de la source numérique',
|
1298
|
+
'DigitalZoom' => {
|
1299
|
+
Description => 'Zoom numérique',
|
1300
|
+
PrintConv => {
|
1301
|
+
'None' => 'Aucune',
|
1302
|
+
'Off' => 'Désactivé',
|
1303
|
+
},
|
1304
|
+
},
|
1305
|
+
'DigitalZoomOn' => {
|
1306
|
+
PrintConv => {
|
1307
|
+
'Off' => 'Désactivé',
|
1308
|
+
'On' => 'Activé',
|
1309
|
+
},
|
1310
|
+
},
|
1311
|
+
'DigitalZoomRatio' => 'Rapport de zoom numérique',
|
1312
|
+
'Directory' => 'Dossier',
|
1313
|
+
'DirectoryNumber' => 'Numéro de dossier',
|
1314
|
+
'DisplaySize' => {
|
1315
|
+
PrintConv => {
|
1316
|
+
'Normal' => 'Normale',
|
1317
|
+
},
|
1318
|
+
},
|
1319
|
+
'DisplayUnits' => {
|
1320
|
+
PrintConv => {
|
1321
|
+
'inches' => 'Pouce',
|
1322
|
+
},
|
1323
|
+
},
|
1324
|
+
'DisplayXResolutionUnit' => {
|
1325
|
+
PrintConv => {
|
1326
|
+
'um' => 'µm (micromètre)',
|
1327
|
+
},
|
1328
|
+
},
|
1329
|
+
'DisplayYResolutionUnit' => {
|
1330
|
+
PrintConv => {
|
1331
|
+
'um' => 'µm (micromètre)',
|
1332
|
+
},
|
1333
|
+
},
|
1334
|
+
'DisplayedUnitsX' => {
|
1335
|
+
PrintConv => {
|
1336
|
+
'inches' => 'Pouce',
|
1337
|
+
},
|
1338
|
+
},
|
1339
|
+
'DisplayedUnitsY' => {
|
1340
|
+
PrintConv => {
|
1341
|
+
'inches' => 'Pouce',
|
1342
|
+
},
|
1343
|
+
},
|
1344
|
+
'DistortionCorrection' => {
|
1345
|
+
PrintConv => {
|
1346
|
+
'Off' => 'Désactivé',
|
1347
|
+
'On' => 'Activé',
|
1348
|
+
},
|
1349
|
+
},
|
1350
|
+
'DistortionCorrection2' => {
|
1351
|
+
PrintConv => {
|
1352
|
+
'Off' => 'Désactivé',
|
1353
|
+
'On' => 'Activé',
|
1354
|
+
},
|
1355
|
+
},
|
1356
|
+
'DjVuVersion' => 'Version DjVu',
|
1357
|
+
'DocumentHistory' => 'Historique du document',
|
1358
|
+
'DocumentName' => 'Nom du document',
|
1359
|
+
'DocumentNotes' => 'Remarques sur le document',
|
1360
|
+
'DotRange' => 'Étendue de points',
|
1361
|
+
'DriveMode' => {
|
1362
|
+
Description => 'Mode de prise de vue',
|
1363
|
+
PrintConv => {
|
1364
|
+
'Burst' => 'Rafale',
|
1365
|
+
'Continuous' => 'Continu',
|
1366
|
+
'Continuous High' => 'Continu (ultrarapide)',
|
1367
|
+
'Continuous Shooting' => 'Prise de vues en continu',
|
1368
|
+
'Multiple Exposure' => 'Exposition multiple',
|
1369
|
+
'No Timer' => 'Pas de retardateur',
|
1370
|
+
'Off' => 'Désactivé',
|
1371
|
+
'Remote Control' => 'Télécommande',
|
1372
|
+
'Remote Control (3 s delay)' => 'Télécommande (retard 3 s)',
|
1373
|
+
'Self-timer (12 s)' => 'Retardateur (12 s)',
|
1374
|
+
'Self-timer (2 s)' => 'Retardateur (2 s)',
|
1375
|
+
'Self-timer Operation' => 'Retardateur',
|
1376
|
+
'Shutter Button' => 'Déclencheur',
|
1377
|
+
'Single Exposure' => 'Exposition unique',
|
1378
|
+
'Single-frame' => 'Vue par vue',
|
1379
|
+
'Single-frame Shooting' => 'Prise de vue unique',
|
1380
|
+
},
|
1381
|
+
},
|
1382
|
+
'DriveMode2' => {
|
1383
|
+
Description => 'Exposition multiple',
|
1384
|
+
PrintConv => {
|
1385
|
+
'Single-frame' => 'Vue par vue',
|
1386
|
+
},
|
1387
|
+
},
|
1388
|
+
'Duration' => 'Durée',
|
1389
|
+
'DynamicRangeExpansion' => {
|
1390
|
+
Description => 'Expansion de la dynamique',
|
1391
|
+
PrintConv => {
|
1392
|
+
'Off' => 'Désactivé',
|
1393
|
+
'On' => 'Activé',
|
1394
|
+
},
|
1395
|
+
},
|
1396
|
+
'DynamicRangeOptimizer' => {
|
1397
|
+
Description => 'Optimiseur Dyna',
|
1398
|
+
PrintConv => {
|
1399
|
+
'Advanced Auto' => 'Avancé Auto',
|
1400
|
+
'Advanced Lv1' => 'Avancé Niv1',
|
1401
|
+
'Advanced Lv2' => 'Avancé Niv2',
|
1402
|
+
'Advanced Lv3' => 'Avancé Niv3',
|
1403
|
+
'Advanced Lv4' => 'Avancé Niv4',
|
1404
|
+
'Advanced Lv5' => 'Avancé Niv5',
|
1405
|
+
'Auto' => 'Auto.',
|
1406
|
+
'Off' => 'Désactivé',
|
1407
|
+
},
|
1408
|
+
},
|
1409
|
+
'E-DialInProgram' => {
|
1410
|
+
PrintConv => {
|
1411
|
+
'P Shift' => 'Décalage P',
|
1412
|
+
'Tv or Av' => 'Tv ou Av',
|
1413
|
+
},
|
1414
|
+
},
|
1415
|
+
'ETTLII' => {
|
1416
|
+
PrintConv => {
|
1417
|
+
'Average' => 'Moyenne',
|
1418
|
+
'Evaluative' => 'Évaluative',
|
1419
|
+
},
|
1420
|
+
},
|
1421
|
+
'EVStepInfo' => 'Info de pas IL',
|
1422
|
+
'EVSteps' => {
|
1423
|
+
Description => 'Pas IL',
|
1424
|
+
PrintConv => {
|
1425
|
+
'1/2 EV Steps' => 'Pas de 1/2 IL',
|
1426
|
+
'1/3 EV Steps' => 'Pas de 1/3 IL',
|
1427
|
+
},
|
1428
|
+
},
|
1429
|
+
'EasyExposureCompensation' => {
|
1430
|
+
PrintConv => {
|
1431
|
+
'Off' => 'Désactivé',
|
1432
|
+
'On' => 'Activé',
|
1433
|
+
},
|
1434
|
+
},
|
1435
|
+
'EasyMode' => {
|
1436
|
+
PrintConv => {
|
1437
|
+
'Beach' => 'Plage',
|
1438
|
+
'Color Accent' => 'Couleur contrastée',
|
1439
|
+
'Color Swap' => 'Permuter couleur',
|
1440
|
+
'Fireworks' => 'Feu d\'artifice',
|
1441
|
+
'Foliage' => 'Feuillages',
|
1442
|
+
'Indoor' => 'Intérieur',
|
1443
|
+
'Kids & Pets' => 'Enfants & animaux',
|
1444
|
+
'Landscape' => 'Paysage',
|
1445
|
+
'Manual' => 'Manuelle',
|
1446
|
+
'Night' => 'Scène de nuit',
|
1447
|
+
'Night Snapshot' => 'Mode Nuit',
|
1448
|
+
'Snow' => 'Neige',
|
1449
|
+
'Sports' => 'Sport',
|
1450
|
+
'Super Macro' => 'Super macro',
|
1451
|
+
'Underwater' => 'Sous-marin',
|
1452
|
+
},
|
1453
|
+
},
|
1454
|
+
'EdgeNoiseReduction' => {
|
1455
|
+
PrintConv => {
|
1456
|
+
'Off' => 'Désactivé',
|
1457
|
+
'On' => 'Activé',
|
1458
|
+
},
|
1459
|
+
},
|
1460
|
+
'EditStatus' => 'Statut d\'édition',
|
1461
|
+
'EditorialUpdate' => {
|
1462
|
+
Description => 'Mise à jour éditoriale',
|
1463
|
+
PrintConv => {
|
1464
|
+
'Additional language' => 'Langues supplémentaires',
|
1465
|
+
},
|
1466
|
+
},
|
1467
|
+
'EffectiveLV' => 'Indice de lumination effectif',
|
1468
|
+
'EffectiveMaxAperture' => 'Ouverture effective maxi de l\'Objectif',
|
1469
|
+
'Emphasis' => {
|
1470
|
+
PrintConv => {
|
1471
|
+
'None' => 'Aucune',
|
1472
|
+
},
|
1473
|
+
},
|
1474
|
+
'EncodingProcess' => {
|
1475
|
+
Description => 'Procédé de codage',
|
1476
|
+
PrintConv => {
|
1477
|
+
'Baseline DCT, Huffman coding' => 'Baseline DCT, codage Huffman',
|
1478
|
+
'Extended sequential DCT, Huffman coding' => 'Extended sequential DCT, codage Huffman',
|
1479
|
+
'Extended sequential DCT, arithmetic coding' => 'Extended sequential DCT, codage arithmétique',
|
1480
|
+
'Lossless, Differential Huffman coding' => 'Lossless, codage Huffman différentiel',
|
1481
|
+
'Lossless, Huffman coding' => 'Lossless, codage Huffman',
|
1482
|
+
'Lossless, arithmetic coding' => 'Lossless, codage arithmétique',
|
1483
|
+
'Lossless, differential arithmetic coding' => 'Lossless, codage arithmétique différentiel',
|
1484
|
+
'Progressive DCT, Huffman coding' => 'Progressive DCT, codage Huffman',
|
1485
|
+
'Progressive DCT, arithmetic coding' => 'Progressive DCT, codage arithmétique',
|
1486
|
+
'Progressive DCT, differential Huffman coding' => 'Progressive DCT, codage Huffman différentiel',
|
1487
|
+
'Progressive DCT, differential arithmetic coding' => 'Progressive DCT, codage arithmétique différentiel',
|
1488
|
+
'Sequential DCT, differential Huffman coding' => 'Sequential DCT, codage Huffman différentiel',
|
1489
|
+
'Sequential DCT, differential arithmetic coding' => 'Sequential DCT, codage arithmétique différentiel',
|
1490
|
+
},
|
1491
|
+
},
|
1492
|
+
'Encryption' => 'Chiffrage',
|
1493
|
+
'EndPoints' => 'Points de terminaison',
|
1494
|
+
'EnhanceDarkTones' => {
|
1495
|
+
PrintConv => {
|
1496
|
+
'Off' => 'Désactivé',
|
1497
|
+
'On' => 'Activé',
|
1498
|
+
},
|
1499
|
+
},
|
1500
|
+
'Enhancement' => {
|
1501
|
+
PrintConv => {
|
1502
|
+
'Blue' => 'Bleu',
|
1503
|
+
'Green' => 'Vert',
|
1504
|
+
'Off' => 'Désactivé',
|
1505
|
+
'Red' => 'Rouge',
|
1506
|
+
},
|
1507
|
+
},
|
1508
|
+
'EnvelopeNumber' => 'Numéro d\'enveloppe',
|
1509
|
+
'EnvelopePriority' => {
|
1510
|
+
Description => 'Priorité d\'enveloppe',
|
1511
|
+
PrintConv => {
|
1512
|
+
'0 (reserved)' => '0 (réservé pour utilisation future)',
|
1513
|
+
'1 (most urgent)' => '1 (très urgent)',
|
1514
|
+
'5 (normal urgency)' => '5 (normalement urgent)',
|
1515
|
+
'8 (least urgent)' => '8 (moins urgent)',
|
1516
|
+
'9 (user-defined priority)' => '9 (priorité définie par l\'utilisateur)',
|
1517
|
+
},
|
1518
|
+
},
|
1519
|
+
'EnvelopeRecordVersion' => 'Version d\'enregistrement',
|
1520
|
+
'Error' => 'Erreur',
|
1521
|
+
'Event' => 'Evenement',
|
1522
|
+
'ExcursionTolerance' => {
|
1523
|
+
Description => 'Tolérance d\'excursion ',
|
1524
|
+
PrintConv => {
|
1525
|
+
'Allowed' => 'Possible',
|
1526
|
+
'Not Allowed' => 'Non permis (défaut)',
|
1527
|
+
},
|
1528
|
+
},
|
1529
|
+
'ExifByteOrder' => 'Indicateur d\'ordre des octets Exif',
|
1530
|
+
'ExifCameraInfo' => 'Info d\'appareil photo Exif',
|
1531
|
+
'ExifImageHeight' => 'Hauteur d\'image',
|
1532
|
+
'ExifImageWidth' => 'Largeur d\'image',
|
1533
|
+
'ExifOffset' => 'Pointeur Exif IFD',
|
1534
|
+
'ExifToolVersion' => 'Version ExifTool',
|
1535
|
+
'ExifUnicodeByteOrder' => 'Indicateur d\'ordre des octets Unicode Exif',
|
1536
|
+
'ExifVersion' => 'Version Exif',
|
1537
|
+
'ExitPupilPosition' => 'Position de la pupille de sortie',
|
1538
|
+
'ExpandFilm' => 'Extension film',
|
1539
|
+
'ExpandFilterLens' => 'Extension lentille filtre',
|
1540
|
+
'ExpandFlashLamp' => 'Extension lampe flash',
|
1541
|
+
'ExpandLens' => 'Extension objectif',
|
1542
|
+
'ExpandScanner' => 'Extension Scanner',
|
1543
|
+
'ExpandSoftware' => 'Extension logiciel',
|
1544
|
+
'ExpirationDate' => 'Date d\'expiration',
|
1545
|
+
'ExpirationTime' => 'Heure d\'expiration',
|
1546
|
+
'ExposureBracketStepSize' => 'Intervalle de bracketing d\'exposition',
|
1547
|
+
'ExposureBracketValue' => 'Valeur Bracketing Expo',
|
1548
|
+
'ExposureCompensation' => 'Décalage d\'exposition',
|
1549
|
+
'ExposureDelayMode' => {
|
1550
|
+
PrintConv => {
|
1551
|
+
'Off' => 'Désactivé',
|
1552
|
+
'On' => 'Activé',
|
1553
|
+
},
|
1554
|
+
},
|
1555
|
+
'ExposureDifference' => 'Correction d\'exposition',
|
1556
|
+
'ExposureIndex' => 'Indice d\'exposition',
|
1557
|
+
'ExposureLevelIncrements' => {
|
1558
|
+
Description => 'Paliers de réglage d\'expo',
|
1559
|
+
PrintConv => {
|
1560
|
+
'1-stop set, 1/3-stop comp.' => 'Réglage 1 valeur, correction 1/3 val.',
|
1561
|
+
'1/2 Stop' => 'Palier 1/2',
|
1562
|
+
'1/2-stop set, 1/2-stop comp.' => 'Réglage 1/2 valeur, correction 1/2 val.',
|
1563
|
+
'1/3 Stop' => 'Palier 1/3',
|
1564
|
+
'1/3-stop set, 1/3-stop comp.' => 'Réglage 1/3 valeur, correction 1/3 val.',
|
1565
|
+
},
|
1566
|
+
},
|
1567
|
+
'ExposureMode' => {
|
1568
|
+
Description => 'Mode d\'exposition',
|
1569
|
+
PrintConv => {
|
1570
|
+
'Aperture Priority' => 'Priorité ouverture',
|
1571
|
+
'Aperture-priority AE' => 'Priorité ouverture',
|
1572
|
+
'Auto' => 'Exposition automatique',
|
1573
|
+
'Auto bracket' => 'Bracketting auto',
|
1574
|
+
'Bulb' => 'Pose B',
|
1575
|
+
'Landscape' => 'Paysage',
|
1576
|
+
'Manual' => 'Exposition manuelle',
|
1577
|
+
'Night Scene / Twilight' => 'Nocturne',
|
1578
|
+
'Shutter Priority' => 'Priorité vitesse',
|
1579
|
+
'Shutter speed priority AE' => 'Priorité vitesse',
|
1580
|
+
},
|
1581
|
+
},
|
1582
|
+
'ExposureModeInManual' => {
|
1583
|
+
Description => 'Mode d\'exposition manuelle',
|
1584
|
+
PrintConv => {
|
1585
|
+
'Center-weighted average' => 'Centrale pondérée',
|
1586
|
+
'Evaluative metering' => 'Mesure évaluativ',
|
1587
|
+
'Partial metering' => 'Partielle',
|
1588
|
+
'Specified metering mode' => 'Mode de mesure spécifié',
|
1589
|
+
'Spot metering' => 'Spot',
|
1590
|
+
},
|
1591
|
+
},
|
1592
|
+
'ExposureProgram' => {
|
1593
|
+
Description => 'Programme d\'exposition',
|
1594
|
+
PrintConv => {
|
1595
|
+
'Action (High speed)' => 'Programme action (orienté grandes vitesses d\'obturation)',
|
1596
|
+
'Aperture Priority' => 'Priorité ouverture',
|
1597
|
+
'Aperture-priority AE' => 'Priorité ouverture',
|
1598
|
+
'Creative (Slow speed)' => 'Programme créatif (orienté profondeur de champ)',
|
1599
|
+
'Landscape' => 'Mode paysage',
|
1600
|
+
'Manual' => 'Manuel',
|
1601
|
+
'Not Defined' => 'Non défini',
|
1602
|
+
'Portrait' => 'Mode portrait',
|
1603
|
+
'Program AE' => 'Programme normal',
|
1604
|
+
'Shutter Priority' => 'Priorité vitesse',
|
1605
|
+
'Shutter speed priority AE' => 'Priorité vitesse',
|
1606
|
+
},
|
1607
|
+
},
|
1608
|
+
'ExposureTime' => 'Temps de pose',
|
1609
|
+
'ExposureTime2' => 'Temps de pose 2',
|
1610
|
+
'ExtendedWBDetect' => {
|
1611
|
+
PrintConv => {
|
1612
|
+
'Off' => 'Désactivé',
|
1613
|
+
'On' => 'Activé',
|
1614
|
+
},
|
1615
|
+
},
|
1616
|
+
'ExtenderStatus' => {
|
1617
|
+
PrintConv => {
|
1618
|
+
'Attached' => 'Attaché',
|
1619
|
+
'Not attached' => 'Non attaché',
|
1620
|
+
'Removed' => 'Retiré',
|
1621
|
+
},
|
1622
|
+
},
|
1623
|
+
'ExternalFlash' => {
|
1624
|
+
PrintConv => {
|
1625
|
+
'Off' => 'Désactivé',
|
1626
|
+
'On' => 'Activé',
|
1627
|
+
},
|
1628
|
+
},
|
1629
|
+
'ExternalFlashBounce' => {
|
1630
|
+
Description => 'Réflexion flash externe',
|
1631
|
+
PrintConv => {
|
1632
|
+
'Bounce' => 'Avec réflecteur',
|
1633
|
+
'No' => 'Non',
|
1634
|
+
'Yes' => 'Oui',
|
1635
|
+
'n/a' => 'Non établie',
|
1636
|
+
},
|
1637
|
+
},
|
1638
|
+
'ExternalFlashExposureComp' => {
|
1639
|
+
Description => 'Compensation d\'exposition flash externe',
|
1640
|
+
PrintConv => {
|
1641
|
+
'-0.5' => '-0.5 IL',
|
1642
|
+
'-1.0' => '-1.0 IL',
|
1643
|
+
'-1.5' => '-1.5 IL',
|
1644
|
+
'-2.0' => '-2.0 IL',
|
1645
|
+
'-2.5' => '-2.5 IL',
|
1646
|
+
'-3.0' => '-3.0 IL',
|
1647
|
+
'0.0' => '0.0 IL',
|
1648
|
+
'0.5' => '0.5 IL',
|
1649
|
+
'1.0' => '1.0 IL',
|
1650
|
+
'n/a' => 'Non établie (éteint ou modes auto)',
|
1651
|
+
'n/a (Manual Mode)' => 'Non établie (mode manuel)',
|
1652
|
+
},
|
1653
|
+
},
|
1654
|
+
'ExternalFlashGuideNumber' => 'Nombre guide flash externe',
|
1655
|
+
'ExternalFlashMode' => {
|
1656
|
+
Description => 'Segment de mesure flash esclave 3',
|
1657
|
+
PrintConv => {
|
1658
|
+
'Off' => 'Désactivé',
|
1659
|
+
'On, Auto' => 'En service, auto',
|
1660
|
+
'On, Contrast-control Sync' => 'En service, synchro contrôle des contrastes',
|
1661
|
+
'On, Flash Problem' => 'En service, problème de flash',
|
1662
|
+
'On, High-speed Sync' => 'En service, synchro haute vitesse',
|
1663
|
+
'On, Manual' => 'En service, manuel',
|
1664
|
+
'On, P-TTL Auto' => 'En service, auto P-TTL',
|
1665
|
+
'On, Wireless' => 'En service, sans cordon',
|
1666
|
+
'On, Wireless, High-speed Sync' => 'En service, sans cordon, synchro haute vitesse',
|
1667
|
+
'n/a - Off-Auto-Aperture' => 'N/c - auto-diaph hors service',
|
1668
|
+
},
|
1669
|
+
},
|
1670
|
+
'ExtraSamples' => 'Echantillons supplémentaires',
|
1671
|
+
'FNumber' => 'Nombre F',
|
1672
|
+
'FOV' => 'Champ de vision',
|
1673
|
+
'FaceOrientation' => {
|
1674
|
+
PrintConv => {
|
1675
|
+
'Horizontal (normal)' => '0° (haut/gauche)',
|
1676
|
+
'Rotate 180' => '180° (bas/droit)',
|
1677
|
+
'Rotate 270 CW' => '90° sens horaire (gauche/bas)',
|
1678
|
+
'Rotate 90 CW' => '90° sens antihoraire (droit/haut)',
|
1679
|
+
},
|
1680
|
+
},
|
1681
|
+
'FastSeek' => {
|
1682
|
+
PrintConv => {
|
1683
|
+
'No' => 'Non',
|
1684
|
+
'Yes' => 'Oui',
|
1685
|
+
},
|
1686
|
+
},
|
1687
|
+
'FaxProfile' => {
|
1688
|
+
PrintConv => {
|
1689
|
+
'Unknown' => 'Inconnu',
|
1690
|
+
},
|
1691
|
+
},
|
1692
|
+
'FaxRecvParams' => 'Paramètres de réception Fax',
|
1693
|
+
'FaxRecvTime' => 'Temps de réception Fax',
|
1694
|
+
'FaxSubAddress' => 'Sous-adresse Fax',
|
1695
|
+
'FileFormat' => 'Format de fichier',
|
1696
|
+
'FileInfo' => 'Infos Fichier',
|
1697
|
+
'FileInfoVersion' => 'Version des Infos Fichier',
|
1698
|
+
'FileModifyDate' => 'Date/heure de modification du fichier',
|
1699
|
+
'FileName' => 'Nom de fichier',
|
1700
|
+
'FileNumber' => 'Numéro de fichier',
|
1701
|
+
'FileNumberMemory' => {
|
1702
|
+
PrintConv => {
|
1703
|
+
'Off' => 'Désactivé',
|
1704
|
+
'On' => 'Activé',
|
1705
|
+
},
|
1706
|
+
},
|
1707
|
+
'FileNumberSequence' => {
|
1708
|
+
PrintConv => {
|
1709
|
+
'Off' => 'Désactivé',
|
1710
|
+
'On' => 'Activé',
|
1711
|
+
},
|
1712
|
+
},
|
1713
|
+
'FileSize' => 'Taille du fichier',
|
1714
|
+
'FileSource' => {
|
1715
|
+
Description => 'Source du fichier',
|
1716
|
+
PrintConv => {
|
1717
|
+
'Digital Camera' => 'Appareil photo numérique',
|
1718
|
+
'Film Scanner' => 'Scanner de film',
|
1719
|
+
'Reflection Print Scanner' => 'Scanner par réflexion',
|
1720
|
+
},
|
1721
|
+
},
|
1722
|
+
'FileType' => 'Type de fichier',
|
1723
|
+
'FileVersion' => 'Version de format de fichier',
|
1724
|
+
'Filename' => 'Nom du fichier ',
|
1725
|
+
'FillFlashAutoReduction' => {
|
1726
|
+
Description => 'Mesure E-TTL',
|
1727
|
+
PrintConv => {
|
1728
|
+
'Disable' => 'Désactivé',
|
1729
|
+
'Enable' => 'Activé',
|
1730
|
+
},
|
1731
|
+
},
|
1732
|
+
'FillOrder' => {
|
1733
|
+
Description => 'Ordre de remplissage',
|
1734
|
+
PrintConv => {
|
1735
|
+
'Normal' => 'Normale',
|
1736
|
+
},
|
1737
|
+
},
|
1738
|
+
'FilmMode' => {
|
1739
|
+
Description => 'Mode Film',
|
1740
|
+
PrintConv => {
|
1741
|
+
'Dynamic (B&W)' => 'Vives (N & Bà)',
|
1742
|
+
'Dynamic (color)' => 'Couleurs vives',
|
1743
|
+
'Nature (color)' => 'Couleurs naturelles',
|
1744
|
+
'Smooth (B&W)' => 'Pastel (N & B)',
|
1745
|
+
'Smooth (color)' => 'Couleurs pastel',
|
1746
|
+
'Standard (B&W)' => 'Normales (N & B)',
|
1747
|
+
'Standard (color)' => 'Couleurs normales',
|
1748
|
+
},
|
1749
|
+
},
|
1750
|
+
'FilterEffect' => {
|
1751
|
+
Description => 'Effet de filtre',
|
1752
|
+
PrintConv => {
|
1753
|
+
'Green' => 'Vert',
|
1754
|
+
'None' => 'Aucune',
|
1755
|
+
'Off' => 'Désactivé',
|
1756
|
+
'Red' => 'Rouge',
|
1757
|
+
'Yellow' => 'Jaune',
|
1758
|
+
'n/a' => 'Non établie',
|
1759
|
+
},
|
1760
|
+
},
|
1761
|
+
'FilterEffectMonochrome' => {
|
1762
|
+
PrintConv => {
|
1763
|
+
'Green' => 'Vert',
|
1764
|
+
'None' => 'Aucune',
|
1765
|
+
'Red' => 'Rouge',
|
1766
|
+
'Yellow' => 'Jaune',
|
1767
|
+
},
|
1768
|
+
},
|
1769
|
+
'FinderDisplayDuringExposure' => {
|
1770
|
+
Description => 'Affich. viseur pendant expo.',
|
1771
|
+
PrintConv => {
|
1772
|
+
'Off' => 'Désactivé',
|
1773
|
+
'On' => 'Activé',
|
1774
|
+
},
|
1775
|
+
},
|
1776
|
+
'FirmwareVersion' => 'Version de firmware',
|
1777
|
+
'FixtureIdentifier' => 'Identificateur d\'installation',
|
1778
|
+
'Flash' => {
|
1779
|
+
Description => 'Flash ',
|
1780
|
+
PrintConv => {
|
1781
|
+
'Auto, Did not fire' => 'Flash non déclenché, mode auto',
|
1782
|
+
'Auto, Did not fire, Red-eye reduction' => 'Auto, flash non déclenché, mode réduction yeux rouges',
|
1783
|
+
'Auto, Fired' => 'Flash déclenché, mode auto',
|
1784
|
+
'Auto, Fired, Red-eye reduction' => 'Flash déclenché, mode auto, mode réduction yeux rouges, lumière renvoyée détectée',
|
1785
|
+
'Auto, Fired, Red-eye reduction, Return detected' => 'Flash déclenché, mode auto, lumière renvoyée détectée, mode réduction yeux rouges',
|
1786
|
+
'Auto, Fired, Red-eye reduction, Return not detected' => 'Flash déclenché, mode auto, lumière renvoyée non détectée, mode réduction yeux rouges',
|
1787
|
+
'Auto, Fired, Return detected' => 'Flash déclenché, mode auto, lumière renvoyée détectée',
|
1788
|
+
'Auto, Fired, Return not detected' => 'Flash déclenché, mode auto, lumière renvoyée non détectée',
|
1789
|
+
'Did not fire' => 'Flash non déclenché',
|
1790
|
+
'Fired' => 'Flash déclenché',
|
1791
|
+
'Fired, Red-eye reduction' => 'Flash déclenché, mode réduction yeux rouges',
|
1792
|
+
'Fired, Red-eye reduction, Return detected' => 'Flash déclenché, mode réduction yeux rouges, lumière renvoyée détectée',
|
1793
|
+
'Fired, Red-eye reduction, Return not detected' => 'Flash déclenché, mode réduction yeux rouges, lumière renvoyée non détectée',
|
1794
|
+
'Fired, Return detected' => 'Lumière renvoyée sur le capteur détectée',
|
1795
|
+
'Fired, Return not detected' => 'Lumière renvoyée sur le capteur non détectée',
|
1796
|
+
'No Flash' => 'Flash non déclenché',
|
1797
|
+
'No flash function' => 'Pas de fonction flash',
|
1798
|
+
'Off' => 'Désactivé',
|
1799
|
+
'Off, Did not fire' => 'Flash non déclenché, mode flash forcé',
|
1800
|
+
'Off, Did not fire, Return not detected' => 'Éteint, flash non déclenché, lumière renvoyée non détectée',
|
1801
|
+
'Off, No flash function' => 'Éteint, pas de fonction flash',
|
1802
|
+
'Off, Red-eye reduction' => 'Éteint, mode réduction yeux rouges',
|
1803
|
+
'On' => 'Activé',
|
1804
|
+
'On, Did not fire' => 'Hors service, flash non déclenché',
|
1805
|
+
'On, Fired' => 'Flash déclenché, mode flash forcé',
|
1806
|
+
'On, Red-eye reduction' => 'Flash déclenché, mode forcé, mode réduction yeux rouges',
|
1807
|
+
'On, Red-eye reduction, Return detected' => 'Flash déclenché, mode forcé, mode réduction yeux rouges, lumière renvoyée détectée',
|
1808
|
+
'On, Red-eye reduction, Return not detected' => 'Flash déclenché, mode forcé, mode réduction yeux rouges, lumière renvoyée non détectée',
|
1809
|
+
'On, Return detected' => 'Flash déclenché, mode flash forcé, lumière renvoyée détectée',
|
1810
|
+
'On, Return not detected' => 'Flash déclenché, mode flash forcé, lumière renvoyée non détectée',
|
1811
|
+
},
|
1812
|
+
},
|
1813
|
+
'FlashBias' => 'Décalage Flash',
|
1814
|
+
'FlashCommanderMode' => {
|
1815
|
+
PrintConv => {
|
1816
|
+
'Off' => 'Désactivé',
|
1817
|
+
'On' => 'Activé',
|
1818
|
+
},
|
1819
|
+
},
|
1820
|
+
'FlashCompensation' => 'Compensation flash',
|
1821
|
+
'FlashControlMode' => {
|
1822
|
+
Description => 'Mode de Contrôle du Flash',
|
1823
|
+
PrintConv => {
|
1824
|
+
'Manual' => 'Manuelle',
|
1825
|
+
'Off' => 'Désactivé',
|
1826
|
+
},
|
1827
|
+
},
|
1828
|
+
'FlashDevice' => {
|
1829
|
+
PrintConv => {
|
1830
|
+
'None' => 'Aucune',
|
1831
|
+
},
|
1832
|
+
},
|
1833
|
+
'FlashEnergy' => 'Énergie du flash',
|
1834
|
+
'FlashExposureBracketValue' => 'Valeur Bracketing Flash',
|
1835
|
+
'FlashExposureComp' => 'Compensation d\'exposition au flash',
|
1836
|
+
'FlashExposureCompSet' => 'Réglage de compensation d\'exposition au flash',
|
1837
|
+
'FlashExposureLock' => {
|
1838
|
+
PrintConv => {
|
1839
|
+
'Off' => 'Désactivé',
|
1840
|
+
'On' => 'Activé',
|
1841
|
+
},
|
1842
|
+
},
|
1843
|
+
'FlashFired' => {
|
1844
|
+
Description => 'Flash utilisé',
|
1845
|
+
PrintConv => {
|
1846
|
+
'No' => 'Non',
|
1847
|
+
'Yes' => 'Oui',
|
1848
|
+
},
|
1849
|
+
},
|
1850
|
+
'FlashFiring' => {
|
1851
|
+
Description => 'Émission de l\'éclair',
|
1852
|
+
PrintConv => {
|
1853
|
+
'Does not fire' => 'Désactivé',
|
1854
|
+
'Fires' => 'Activé',
|
1855
|
+
},
|
1856
|
+
},
|
1857
|
+
'FlashFocalLength' => 'Focale Flash',
|
1858
|
+
'FlashFunction' => 'Fonction flash',
|
1859
|
+
'FlashGroupAControlMode' => {
|
1860
|
+
PrintConv => {
|
1861
|
+
'Manual' => 'Manuelle',
|
1862
|
+
'Off' => 'Désactivé',
|
1863
|
+
},
|
1864
|
+
},
|
1865
|
+
'FlashGroupBControlMode' => {
|
1866
|
+
PrintConv => {
|
1867
|
+
'Manual' => 'Manuelle',
|
1868
|
+
'Off' => 'Désactivé',
|
1869
|
+
},
|
1870
|
+
},
|
1871
|
+
'FlashGroupCControlMode' => {
|
1872
|
+
PrintConv => {
|
1873
|
+
'Manual' => 'Manuelle',
|
1874
|
+
'Off' => 'Désactivé',
|
1875
|
+
},
|
1876
|
+
},
|
1877
|
+
'FlashInfo' => 'Information flash',
|
1878
|
+
'FlashInfoVersion' => 'Version de l\'info Flash',
|
1879
|
+
'FlashIntensity' => {
|
1880
|
+
PrintConv => {
|
1881
|
+
'High' => 'Haut',
|
1882
|
+
'Low' => 'Bas',
|
1883
|
+
'Normal' => 'Normale',
|
1884
|
+
'Strong' => 'Forte',
|
1885
|
+
},
|
1886
|
+
},
|
1887
|
+
'FlashMeteringSegments' => 'Segments de mesure flash',
|
1888
|
+
'FlashMode' => {
|
1889
|
+
Description => 'Mode flash',
|
1890
|
+
PrintConv => {
|
1891
|
+
'Auto, Did not fire' => 'Auto, non déclenché',
|
1892
|
+
'Auto, Did not fire, Red-eye reduction' => 'Auto, non déclenché, réduction yeux rouges',
|
1893
|
+
'Auto, Fired' => 'Auto, déclenché',
|
1894
|
+
'Auto, Fired, Red-eye reduction' => 'Auto, déclenché, réduction yeux rouges',
|
1895
|
+
'Did Not Fire' => 'Eclair non-déclenché',
|
1896
|
+
'External, Auto' => 'Externe, auto',
|
1897
|
+
'External, Contrast-control Sync' => 'Externe, synchro contrôle des contrastes',
|
1898
|
+
'External, Flash Problem' => 'Externe, problème de flash ?',
|
1899
|
+
'External, High-speed Sync' => 'Externe, synchro haute vitesse',
|
1900
|
+
'External, Manual' => 'Externe, manuel',
|
1901
|
+
'External, P-TTL Auto' => 'Externe, P-TTL',
|
1902
|
+
'External, Wireless' => 'Externe, sans cordon',
|
1903
|
+
'External, Wireless, High-speed Sync' => 'Externe, sans cordon, synchro haute vitesse',
|
1904
|
+
'Fired, Commander Mode' => 'Eclair déclenché, Mode maître',
|
1905
|
+
'Fired, External' => 'Eclair déclenché, Exterieur',
|
1906
|
+
'Fired, Manual' => 'Eclair déclenché, Manuel',
|
1907
|
+
'Fired, TTL Mode' => 'Eclair déclenché, Mode TTL',
|
1908
|
+
'Internal' => 'Interne',
|
1909
|
+
'Normal' => 'Normale',
|
1910
|
+
'Off' => 'Désactivé',
|
1911
|
+
'Off, Did not fire' => 'Hors service',
|
1912
|
+
'On' => 'Activé',
|
1913
|
+
'On, Did not fire' => 'En service, non déclenché',
|
1914
|
+
'On, Fired' => 'En service',
|
1915
|
+
'On, Red-eye reduction' => 'En service, réduction yeux rouges',
|
1916
|
+
'On, Slow-sync' => 'En service, synchro lente',
|
1917
|
+
'On, Slow-sync, Red-eye reduction' => 'En service, synchro lente, réduction yeux rouges',
|
1918
|
+
'On, Soft' => 'En service, doux',
|
1919
|
+
'On, Trailing-curtain Sync' => 'En service, synchro 2e rideau',
|
1920
|
+
'On, Wireless (Control)' => 'En service, sans cordon (esclave)',
|
1921
|
+
'On, Wireless (Master)' => 'En service, sans cordon (maître)',
|
1922
|
+
'Red-eye Reduction' => 'Réduction yeux rouges',
|
1923
|
+
'Red-eye reduction' => 'Réduction yeux rouges',
|
1924
|
+
'Unknown' => 'Inconnu',
|
1925
|
+
'n/a - Off-Auto-Aperture' => 'N/c - auto-diaph hors service',
|
1926
|
+
},
|
1927
|
+
},
|
1928
|
+
'FlashModel' => {
|
1929
|
+
Description => 'Modèle de Flash',
|
1930
|
+
PrintConv => {
|
1931
|
+
'None' => 'Aucune',
|
1932
|
+
},
|
1933
|
+
},
|
1934
|
+
'FlashOptions' => {
|
1935
|
+
Description => 'Options de flash',
|
1936
|
+
PrintConv => {
|
1937
|
+
'Auto, Red-eye reduction' => 'Auto, réduction yeux rouges',
|
1938
|
+
'Normal' => 'Normale',
|
1939
|
+
'Red-eye reduction' => 'Réduction yeux rouges',
|
1940
|
+
'Slow-sync' => 'Synchro lente',
|
1941
|
+
'Slow-sync, Red-eye reduction' => 'Synchro lente, réduction yeux rouges',
|
1942
|
+
'Trailing-curtain Sync' => 'Synchro 2e rideau',
|
1943
|
+
'Wireless (Control)' => 'Sans cordon (contrôleur)',
|
1944
|
+
'Wireless (Master)' => 'Sans cordon (maître)',
|
1945
|
+
},
|
1946
|
+
},
|
1947
|
+
'FlashOptions2' => {
|
1948
|
+
Description => 'Options de flash (2)',
|
1949
|
+
PrintConv => {
|
1950
|
+
'Auto, Red-eye reduction' => 'Auto, réduction yeux rouges',
|
1951
|
+
'Normal' => 'Normale',
|
1952
|
+
'Red-eye reduction' => 'Réduction yeux rouges',
|
1953
|
+
'Slow-sync' => 'Synchro lente',
|
1954
|
+
'Slow-sync, Red-eye reduction' => 'Synchro lente, réduction yeux rouges',
|
1955
|
+
'Trailing-curtain Sync' => 'Synchro 2e rideau',
|
1956
|
+
'Wireless (Control)' => 'Sans cordon (contrôleur)',
|
1957
|
+
'Wireless (Master)' => 'Sans cordon (maître)',
|
1958
|
+
},
|
1959
|
+
},
|
1960
|
+
'FlashOutput' => 'Puissance de l\'éclair',
|
1961
|
+
'FlashRedEyeMode' => 'Flash mode anti-yeux rouges',
|
1962
|
+
'FlashReturn' => {
|
1963
|
+
PrintConv => {
|
1964
|
+
'No return detection' => 'Pas de détection de retour',
|
1965
|
+
'Return detected' => 'Retour détecté',
|
1966
|
+
'Return not detected' => 'Retour non détecté',
|
1967
|
+
},
|
1968
|
+
},
|
1969
|
+
'FlashSetting' => 'Réglages Flash',
|
1970
|
+
'FlashStatus' => {
|
1971
|
+
Description => 'Segment de mesure flash esclave 1',
|
1972
|
+
PrintConv => {
|
1973
|
+
'External, Did not fire' => 'Externe, non déclenché',
|
1974
|
+
'External, Fired' => 'Externe, déclenché',
|
1975
|
+
'Internal, Did not fire' => 'Interne, non déclenché',
|
1976
|
+
'Internal, Fired' => 'Interne, déclenché',
|
1977
|
+
'Off' => 'Désactivé',
|
1978
|
+
},
|
1979
|
+
},
|
1980
|
+
'FlashSyncSpeedAv' => {
|
1981
|
+
Description => 'Vitesse synchro en mode Av',
|
1982
|
+
PrintConv => {
|
1983
|
+
'1/200 Fixed' => '1/200 fixe',
|
1984
|
+
'1/250 Fixed' => '1/250 fixe',
|
1985
|
+
'1/300 Fixed' => '1/300 fixe',
|
1986
|
+
},
|
1987
|
+
},
|
1988
|
+
'FlashType' => {
|
1989
|
+
Description => 'Type de flash',
|
1990
|
+
PrintConv => {
|
1991
|
+
'Built-In Flash' => 'Intégré',
|
1992
|
+
'External' => 'Externe',
|
1993
|
+
'None' => 'Aucune',
|
1994
|
+
},
|
1995
|
+
},
|
1996
|
+
'FlashWarning' => {
|
1997
|
+
PrintConv => {
|
1998
|
+
'Off' => 'Désactivé',
|
1999
|
+
'On' => 'Activé',
|
2000
|
+
},
|
2001
|
+
},
|
2002
|
+
'FlashpixVersion' => 'Version Flashpix supportée',
|
2003
|
+
'FlickerReduce' => {
|
2004
|
+
PrintConv => {
|
2005
|
+
'Off' => 'Désactivé',
|
2006
|
+
'On' => 'Activé',
|
2007
|
+
},
|
2008
|
+
},
|
2009
|
+
'FlipHorizontal' => {
|
2010
|
+
PrintConv => {
|
2011
|
+
'No' => 'Non',
|
2012
|
+
'Yes' => 'Oui',
|
2013
|
+
},
|
2014
|
+
},
|
2015
|
+
'FocalLength' => 'Focale de l\'objectif',
|
2016
|
+
'FocalLength35efl' => 'Focale de l\'objectif',
|
2017
|
+
'FocalLengthIn35mmFormat' => 'Distance focale sur film 35 mm',
|
2018
|
+
'FocalPlaneResolutionUnit' => {
|
2019
|
+
Description => 'Unité de résolution de plan focal',
|
2020
|
+
PrintConv => {
|
2021
|
+
'None' => 'Aucune',
|
2022
|
+
'inches' => 'Pouce',
|
2023
|
+
'um' => 'µm (micromètre)',
|
2024
|
+
},
|
2025
|
+
},
|
2026
|
+
'FocalPlaneXResolution' => 'Résolution X du plan focal',
|
2027
|
+
'FocalPlaneYResolution' => 'Résolution Y du plan focal',
|
2028
|
+
'Focus' => {
|
2029
|
+
PrintConv => {
|
2030
|
+
'Manual' => 'Manuelle',
|
2031
|
+
},
|
2032
|
+
},
|
2033
|
+
'FocusContinuous' => {
|
2034
|
+
PrintConv => {
|
2035
|
+
'Manual' => 'Manuelle',
|
2036
|
+
},
|
2037
|
+
},
|
2038
|
+
'FocusDistance' => 'Distance de mise au point',
|
2039
|
+
'FocusMode' => {
|
2040
|
+
Description => 'Mode mise au point',
|
2041
|
+
PrintConv => {
|
2042
|
+
'AF-C' => 'AF-C (prise de vue en rafale)',
|
2043
|
+
'AF-S' => 'AF-S (prise de vue unique)',
|
2044
|
+
'Auto, Continuous' => 'Auto, continue',
|
2045
|
+
'Auto, Focus button' => 'Bouton autofocus',
|
2046
|
+
'Continuous' => 'Auto, continue',
|
2047
|
+
'Infinity' => 'Infini',
|
2048
|
+
'Manual' => 'Manuelle',
|
2049
|
+
'Normal' => 'Normale',
|
2050
|
+
'Pan Focus' => 'Hyperfocale',
|
2051
|
+
},
|
2052
|
+
},
|
2053
|
+
'FocusMode2' => {
|
2054
|
+
Description => 'Mode mise au point 2',
|
2055
|
+
PrintConv => {
|
2056
|
+
'AF-C' => 'AF-C (prise de vue en rafale)',
|
2057
|
+
'AF-S' => 'AF-S (prise de vue unique)',
|
2058
|
+
'Manual' => 'Manuelle',
|
2059
|
+
},
|
2060
|
+
},
|
2061
|
+
'FocusModeSetting' => {
|
2062
|
+
PrintConv => {
|
2063
|
+
'AF-C' => 'AF-C (prise de vue en rafale)',
|
2064
|
+
'AF-S' => 'AF-S (prise de vue unique)',
|
2065
|
+
'Manual' => 'Manuelle',
|
2066
|
+
},
|
2067
|
+
},
|
2068
|
+
'FocusPosition' => 'Distance de mise au point',
|
2069
|
+
'FocusRange' => {
|
2070
|
+
PrintConv => {
|
2071
|
+
'Infinity' => 'Infini',
|
2072
|
+
'Manual' => 'Manuelle',
|
2073
|
+
'Normal' => 'Normale',
|
2074
|
+
'Pan Focus' => 'Hyperfocale',
|
2075
|
+
'Super Macro' => 'Super macro',
|
2076
|
+
},
|
2077
|
+
},
|
2078
|
+
'FocusTrackingLockOn' => {
|
2079
|
+
PrintConv => {
|
2080
|
+
'Normal' => 'Normale',
|
2081
|
+
'Off' => 'Désactivé',
|
2082
|
+
},
|
2083
|
+
},
|
2084
|
+
'FocusingScreen' => 'Verre de visée',
|
2085
|
+
'ForwardMatrix1' => 'Matrice forward 1',
|
2086
|
+
'ForwardMatrix2' => 'Matrice forward 2',
|
2087
|
+
'FrameNumber' => 'Numéro de vue',
|
2088
|
+
'FrameRate' => 'Vitesse',
|
2089
|
+
'FrameSize' => 'Taille du cadre',
|
2090
|
+
'FreeByteCounts' => 'Nombre d\'octets libres',
|
2091
|
+
'FreeOffsets' => 'Offsets libres',
|
2092
|
+
'FujiFlashMode' => {
|
2093
|
+
PrintConv => {
|
2094
|
+
'Off' => 'Désactivé',
|
2095
|
+
'On' => 'Activé',
|
2096
|
+
'Red-eye reduction' => 'Réduction yeux rouges',
|
2097
|
+
},
|
2098
|
+
},
|
2099
|
+
'GIFVersion' => 'Version GIF',
|
2100
|
+
'GPSAltitude' => 'Altitude',
|
2101
|
+
'GPSAltitudeRef' => {
|
2102
|
+
Description => 'Référence d\'altitude',
|
2103
|
+
PrintConv => {
|
2104
|
+
'Above Sea Level' => 'Au-dessus du niveau de la mer',
|
2105
|
+
'Below Sea Level' => 'Au-dessous du niveau de la mer',
|
2106
|
+
},
|
2107
|
+
},
|
2108
|
+
'GPSAreaInformation' => 'Nom de la zone GPS',
|
2109
|
+
'GPSDOP' => 'Précision de mesure',
|
2110
|
+
'GPSDateStamp' => 'Date GPS',
|
2111
|
+
'GPSDateTime' => 'Heure GPS (horloge atomique)',
|
2112
|
+
'GPSDestBearing' => 'Orientation de la destination',
|
2113
|
+
'GPSDestBearingRef' => {
|
2114
|
+
Description => 'Référence de l\'orientation de la destination',
|
2115
|
+
PrintConv => {
|
2116
|
+
'Magnetic North' => 'Nord magnétique',
|
2117
|
+
'True North' => 'Direction vraie',
|
2118
|
+
},
|
2119
|
+
},
|
2120
|
+
'GPSDestDistance' => 'Distance à la destination',
|
2121
|
+
'GPSDestDistanceRef' => {
|
2122
|
+
Description => 'Référence de la distance à la destination',
|
2123
|
+
PrintConv => {
|
2124
|
+
'Kilometers' => 'Kilomètres',
|
2125
|
+
'Nautical Miles' => 'Milles marins',
|
2126
|
+
},
|
2127
|
+
},
|
2128
|
+
'GPSDestLatitude' => 'Latitude de destination',
|
2129
|
+
'GPSDestLatitudeRef' => {
|
2130
|
+
Description => 'Référence de la latitude de destination',
|
2131
|
+
PrintConv => {
|
2132
|
+
'North' => 'Latitude nord',
|
2133
|
+
'South' => 'Latitude sud',
|
2134
|
+
},
|
2135
|
+
},
|
2136
|
+
'GPSDestLongitude' => 'Longitude de destination',
|
2137
|
+
'GPSDestLongitudeRef' => {
|
2138
|
+
Description => 'Référence de la longitude de destination',
|
2139
|
+
PrintConv => {
|
2140
|
+
'East' => 'Longitude est',
|
2141
|
+
'West' => 'Longitude ouest',
|
2142
|
+
},
|
2143
|
+
},
|
2144
|
+
'GPSDifferential' => {
|
2145
|
+
Description => 'Correction différentielle GPS',
|
2146
|
+
PrintConv => {
|
2147
|
+
'Differential Corrected' => 'Correction différentielle appliquée',
|
2148
|
+
'No Correction' => 'Mesure sans correction différentielle',
|
2149
|
+
},
|
2150
|
+
},
|
2151
|
+
'GPSImgDirection' => 'Direction de l\'image',
|
2152
|
+
'GPSImgDirectionRef' => {
|
2153
|
+
Description => 'Référence pour la direction l\'image',
|
2154
|
+
PrintConv => {
|
2155
|
+
'Magnetic North' => 'Direction magnétique',
|
2156
|
+
'True North' => 'Direction vraie',
|
2157
|
+
},
|
2158
|
+
},
|
2159
|
+
'GPSInfo' => 'Pointeur IFD d\'informations GPS',
|
2160
|
+
'GPSLatitude' => 'Latitude',
|
2161
|
+
'GPSLatitudeRef' => {
|
2162
|
+
Description => 'Latitude nord ou sud',
|
2163
|
+
PrintConv => {
|
2164
|
+
'North' => 'Latitude nord',
|
2165
|
+
'South' => 'Latitude sud',
|
2166
|
+
},
|
2167
|
+
},
|
2168
|
+
'GPSLongitude' => 'Longitude',
|
2169
|
+
'GPSLongitudeRef' => {
|
2170
|
+
Description => 'Longitude est ou ouest',
|
2171
|
+
PrintConv => {
|
2172
|
+
'East' => 'Longitude est',
|
2173
|
+
'West' => 'Longitude ouest',
|
2174
|
+
},
|
2175
|
+
},
|
2176
|
+
'GPSMapDatum' => 'Données de surveillance géodésique utilisées',
|
2177
|
+
'GPSMeasureMode' => {
|
2178
|
+
Description => 'Mode de mesure GPS',
|
2179
|
+
PrintConv => {
|
2180
|
+
'2-D' => 'Mesure à deux dimensions',
|
2181
|
+
'2-Dimensional' => 'Mesure à deux dimensions',
|
2182
|
+
'2-Dimensional Measurement' => 'Mesure à deux dimensions',
|
2183
|
+
'3-D' => 'Mesure à trois dimensions',
|
2184
|
+
'3-Dimensional' => 'Mesure à trois dimensions',
|
2185
|
+
'3-Dimensional Measurement' => 'Mesure à trois dimensions',
|
2186
|
+
},
|
2187
|
+
},
|
2188
|
+
'GPSPosition' => 'Position GPS',
|
2189
|
+
'GPSProcessingMethod' => 'Nom de la méthode de traitement GPS',
|
2190
|
+
'GPSSatellites' => 'Satellites GPS utilisés pour la mesure',
|
2191
|
+
'GPSSpeed' => 'Vitesse du récepteur GPS',
|
2192
|
+
'GPSSpeedRef' => {
|
2193
|
+
Description => 'Unité de vitesse',
|
2194
|
+
PrintConv => {
|
2195
|
+
'km/h' => 'Kilomètres par heure',
|
2196
|
+
'knots' => 'Nœuds',
|
2197
|
+
'mph' => 'Miles par heure',
|
2198
|
+
},
|
2199
|
+
},
|
2200
|
+
'GPSStatus' => {
|
2201
|
+
Description => 'État du récepteur GPS',
|
2202
|
+
PrintConv => {
|
2203
|
+
'Measurement Active' => 'Mesure active',
|
2204
|
+
'Measurement Void' => 'Mesure vide',
|
2205
|
+
},
|
2206
|
+
},
|
2207
|
+
'GPSTimeStamp' => 'Heure GPS (horloge atomique)',
|
2208
|
+
'GPSTrack' => 'Direction de déplacement',
|
2209
|
+
'GPSTrackRef' => {
|
2210
|
+
Description => 'Référence pour la direction de déplacement',
|
2211
|
+
PrintConv => {
|
2212
|
+
'Magnetic North' => 'Direction magnétique',
|
2213
|
+
'True North' => 'Direction vraie',
|
2214
|
+
},
|
2215
|
+
},
|
2216
|
+
'GPSVersionID' => 'Version de tag GPS',
|
2217
|
+
'GainControl' => {
|
2218
|
+
Description => 'Contrôle de gain',
|
2219
|
+
PrintConv => {
|
2220
|
+
'High gain down' => 'Forte atténuation',
|
2221
|
+
'High gain up' => 'Fort gain',
|
2222
|
+
'Low gain down' => 'Faible atténuation',
|
2223
|
+
'Low gain up' => 'Faible gain',
|
2224
|
+
'None' => 'Aucune',
|
2225
|
+
},
|
2226
|
+
},
|
2227
|
+
'GammaCompensatedValue' => 'Valeur de compensation gamma',
|
2228
|
+
'Gapless' => {
|
2229
|
+
PrintConv => {
|
2230
|
+
'No' => 'Non',
|
2231
|
+
'Yes' => 'Oui',
|
2232
|
+
},
|
2233
|
+
},
|
2234
|
+
'GeoTiffAsciiParams' => 'Tag de paramètres Ascii GeoTiff',
|
2235
|
+
'GeoTiffDirectory' => 'Tag de répertoire de clé GeoTiff',
|
2236
|
+
'GeoTiffDoubleParams' => 'Tag de paramètres doubles GeoTiff',
|
2237
|
+
'Gradation' => 'Gradation',
|
2238
|
+
'GrayResponseCurve' => 'Courbe de réponse du gris',
|
2239
|
+
'GrayResponseUnit' => {
|
2240
|
+
Description => 'Unité de réponse en gris',
|
2241
|
+
PrintConv => {
|
2242
|
+
'0.0001' => 'Le nombre représente des millièmes d\'unité',
|
2243
|
+
'0.001' => 'Le nombre représente des centièmes d\'unité',
|
2244
|
+
'0.1' => 'Le nombre représente des dixièmes d\'unité',
|
2245
|
+
'1e-05' => 'Le nombre représente des dix-millièmes d\'unité',
|
2246
|
+
'1e-06' => 'Le nombre représente des cent-millièmes d\'unité',
|
2247
|
+
},
|
2248
|
+
},
|
2249
|
+
'GrayTRC' => 'Courbe de reproduction des tons gris',
|
2250
|
+
'GreenMatrixColumn' => 'Colonne de matrice verte',
|
2251
|
+
'GreenTRC' => 'Courbe de reproduction des tons verts',
|
2252
|
+
'GridDisplay' => {
|
2253
|
+
PrintConv => {
|
2254
|
+
'Off' => 'Désactivé',
|
2255
|
+
'On' => 'Activé',
|
2256
|
+
},
|
2257
|
+
},
|
2258
|
+
'GripBatteryADLoad' => 'Tension accu poignée en charge',
|
2259
|
+
'GripBatteryADNoLoad' => 'Tension accu poignée à vide',
|
2260
|
+
'GripBatteryState' => {
|
2261
|
+
Description => 'État de accu poignée',
|
2262
|
+
PrintConv => {
|
2263
|
+
'Almost Empty' => 'Presque vide',
|
2264
|
+
'Empty or Missing' => 'Vide ou absent',
|
2265
|
+
'Full' => 'Plein',
|
2266
|
+
'Running Low' => 'En baisse',
|
2267
|
+
},
|
2268
|
+
},
|
2269
|
+
'HCUsage' => 'Usage HC',
|
2270
|
+
'HDR' => {
|
2271
|
+
Description => 'HDR auto',
|
2272
|
+
PrintConv => {
|
2273
|
+
'Off' => 'Désactivée',
|
2274
|
+
},
|
2275
|
+
},
|
2276
|
+
'HalftoneHints' => 'Indications sur les demi-teintes',
|
2277
|
+
'Headline' => 'Titre principal',
|
2278
|
+
'HierarchicalSubject' => 'Sujet hiérarchique',
|
2279
|
+
'HighISONoiseReduction' => {
|
2280
|
+
Description => 'Réduction du bruit en haute sensibilité ISO',
|
2281
|
+
PrintConv => {
|
2282
|
+
'Auto' => 'Auto.',
|
2283
|
+
'High' => 'Fort',
|
2284
|
+
'Low' => 'Bas',
|
2285
|
+
'Normal' => 'Normale',
|
2286
|
+
'Off' => 'Désactivé',
|
2287
|
+
'On' => 'Activé',
|
2288
|
+
'Strong' => 'Importante',
|
2289
|
+
'Weak' => 'Faible',
|
2290
|
+
'Weakest' => 'La plus faible',
|
2291
|
+
},
|
2292
|
+
},
|
2293
|
+
'HighlightTonePriority' => {
|
2294
|
+
Description => 'Priorité hautes lumières',
|
2295
|
+
PrintConv => {
|
2296
|
+
'Disable' => 'Désactivée',
|
2297
|
+
'Enable' => 'Activée',
|
2298
|
+
'Off' => 'Désactivé',
|
2299
|
+
'On' => 'Activé',
|
2300
|
+
},
|
2301
|
+
},
|
2302
|
+
'History' => 'Récapitulatif',
|
2303
|
+
'HometownCity' => 'Ville de résidence',
|
2304
|
+
'HometownCityCode' => 'Code ville de résidence',
|
2305
|
+
'HometownDST' => {
|
2306
|
+
Description => 'Heure d\'été de résidence',
|
2307
|
+
PrintConv => {
|
2308
|
+
'No' => 'Non',
|
2309
|
+
'Yes' => 'Oui',
|
2310
|
+
},
|
2311
|
+
},
|
2312
|
+
'HostComputer' => 'Ordinateur hôte',
|
2313
|
+
'Hue' => 'Nuance',
|
2314
|
+
'HueAdjustment' => 'Teinte',
|
2315
|
+
'HyperfocalDistance' => 'Distance hyperfocale',
|
2316
|
+
'ICCProfile' => 'Profil ICC',
|
2317
|
+
'ICCProfileName' => 'Nom du profil ICC',
|
2318
|
+
'ICC_Profile' => 'Profil de couleur ICC d\'entrée',
|
2319
|
+
'ID3Size' => 'Taille ID3',
|
2320
|
+
'IPTC-NAA' => 'Métadonnées IPTC-NAA',
|
2321
|
+
'IPTCBitsPerSample' => 'Nombre de bits par échantillon',
|
2322
|
+
'IPTCImageHeight' => 'Nombre de lignes',
|
2323
|
+
'IPTCImageRotation' => {
|
2324
|
+
Description => 'Rotation d\'image',
|
2325
|
+
PrintConv => {
|
2326
|
+
'0' => 'Pas de rotation',
|
2327
|
+
'180' => 'Rotation de 180 degrés',
|
2328
|
+
'270' => 'Rotation de 270 degrés',
|
2329
|
+
'90' => 'Rotation de 90 degrés',
|
2330
|
+
},
|
2331
|
+
},
|
2332
|
+
'IPTCImageWidth' => 'Pixels par ligne',
|
2333
|
+
'IPTCPictureNumber' => 'Numéro d\'image',
|
2334
|
+
'IPTCPixelHeight' => 'Taille de pixel perpendiculairement à la direction de scan',
|
2335
|
+
'IPTCPixelWidth' => 'Taille de pixel dans la direction de scan',
|
2336
|
+
'ISO' => 'Sensibilité ISO',
|
2337
|
+
'ISOExpansion' => {
|
2338
|
+
Description => 'Extension sensibilité ISO',
|
2339
|
+
PrintConv => {
|
2340
|
+
'Off' => 'Arrêt',
|
2341
|
+
'On' => 'Marche',
|
2342
|
+
},
|
2343
|
+
},
|
2344
|
+
'ISOExpansion2' => {
|
2345
|
+
PrintConv => {
|
2346
|
+
'Off' => 'Désactivé',
|
2347
|
+
},
|
2348
|
+
},
|
2349
|
+
'ISOFloor' => 'Seuil ISO',
|
2350
|
+
'ISOInfo' => 'Info ISO',
|
2351
|
+
'ISOSelection' => 'Choix ISO',
|
2352
|
+
'ISOSetting' => {
|
2353
|
+
Description => 'Réglage ISO',
|
2354
|
+
PrintConv => {
|
2355
|
+
'Manual' => 'Manuelle',
|
2356
|
+
},
|
2357
|
+
},
|
2358
|
+
'ISOSpeedExpansion' => {
|
2359
|
+
Description => 'Extension de sensibilité ISO',
|
2360
|
+
PrintConv => {
|
2361
|
+
'No' => 'Non',
|
2362
|
+
'Yes' => 'Oui',
|
2363
|
+
},
|
2364
|
+
},
|
2365
|
+
'ISOSpeedIncrements' => {
|
2366
|
+
Description => 'Incréments de sensibilité ISO',
|
2367
|
+
PrintConv => {
|
2368
|
+
'1/3 Stop' => 'Palier 1/3',
|
2369
|
+
},
|
2370
|
+
},
|
2371
|
+
'ISOSpeedRange' => {
|
2372
|
+
Description => 'Régler l\'extension de sensibilité ISO',
|
2373
|
+
PrintConv => {
|
2374
|
+
'Disable' => 'Désactivé',
|
2375
|
+
'Enable' => 'Activée',
|
2376
|
+
},
|
2377
|
+
},
|
2378
|
+
'IT8Header' => 'En-tête IT8',
|
2379
|
+
'Identifier' => 'Identifiant',
|
2380
|
+
'Illumination' => {
|
2381
|
+
PrintConv => {
|
2382
|
+
'Off' => 'Désactivé',
|
2383
|
+
'On' => 'Activé',
|
2384
|
+
},
|
2385
|
+
},
|
2386
|
+
'ImageAdjustment' => 'Ajustement Image',
|
2387
|
+
'ImageAreaOffset' => 'Décalage de zone d\'image',
|
2388
|
+
'ImageAuthentication' => {
|
2389
|
+
Description => 'Authentication de l\'image',
|
2390
|
+
PrintConv => {
|
2391
|
+
'Off' => 'Désactivé',
|
2392
|
+
'On' => 'Activé',
|
2393
|
+
},
|
2394
|
+
},
|
2395
|
+
'ImageBoundary' => 'Cadre Image',
|
2396
|
+
'ImageColorIndicator' => 'Indicateur de couleur d\'image',
|
2397
|
+
'ImageColorValue' => 'Valeur de couleur d\'image',
|
2398
|
+
'ImageCount' => 'Compteur d\'images',
|
2399
|
+
'ImageDataSize' => 'Taille de l\'image',
|
2400
|
+
'ImageDepth' => 'Profondeur d\'image',
|
2401
|
+
'ImageDescription' => 'Description d\'image',
|
2402
|
+
'ImageDustOff' => {
|
2403
|
+
PrintConv => {
|
2404
|
+
'Off' => 'Désactivé',
|
2405
|
+
'On' => 'Activé',
|
2406
|
+
},
|
2407
|
+
},
|
2408
|
+
'ImageEditCount' => 'Compteur de traitement d\'image',
|
2409
|
+
'ImageEditing' => {
|
2410
|
+
Description => 'Traitement de l\'image',
|
2411
|
+
PrintConv => {
|
2412
|
+
'Cropped' => 'Recadré',
|
2413
|
+
'Digital Filter' => 'Filtre numérique',
|
2414
|
+
'Frame Synthesis?' => 'Synthèse de vue ?',
|
2415
|
+
'None' => 'Aucun',
|
2416
|
+
},
|
2417
|
+
},
|
2418
|
+
'ImageHeight' => 'Hauteur d\'image',
|
2419
|
+
'ImageHistory' => 'Historique de l\'image',
|
2420
|
+
'ImageID' => 'ID d\'image',
|
2421
|
+
'ImageLayer' => 'Couche image',
|
2422
|
+
'ImageNumber' => 'Numéro d\'image',
|
2423
|
+
'ImageOptimization' => 'Optimisation d\'image',
|
2424
|
+
'ImageOrientation' => {
|
2425
|
+
Description => 'Orientation d\'image',
|
2426
|
+
PrintConv => {
|
2427
|
+
'Landscape' => 'Paysage',
|
2428
|
+
'Square' => 'Carré',
|
2429
|
+
},
|
2430
|
+
},
|
2431
|
+
'ImageProcessing' => 'Retouche d\'image',
|
2432
|
+
'ImageQuality' => {
|
2433
|
+
PrintConv => {
|
2434
|
+
'Normal' => 'Normale',
|
2435
|
+
},
|
2436
|
+
},
|
2437
|
+
'ImageReview' => {
|
2438
|
+
PrintConv => {
|
2439
|
+
'Off' => 'Désactivé',
|
2440
|
+
'On' => 'Activé',
|
2441
|
+
},
|
2442
|
+
},
|
2443
|
+
'ImageRotated' => {
|
2444
|
+
PrintConv => {
|
2445
|
+
'No' => 'Non',
|
2446
|
+
'Yes' => 'Oui',
|
2447
|
+
},
|
2448
|
+
},
|
2449
|
+
'ImageSize' => 'Taille de l\'Image',
|
2450
|
+
'ImageSourceData' => 'Données source d\'image',
|
2451
|
+
'ImageStabilization' => {
|
2452
|
+
Description => 'Stabilisation d\'image',
|
2453
|
+
PrintConv => {
|
2454
|
+
'Off' => 'Désactivé',
|
2455
|
+
'On' => 'Activé',
|
2456
|
+
'On, Mode 1' => 'Enclenché, Mode 1',
|
2457
|
+
'On, Mode 2' => 'Enclenché, Mode 2',
|
2458
|
+
},
|
2459
|
+
},
|
2460
|
+
'ImageTone' => {
|
2461
|
+
Description => 'Ton de l\'image',
|
2462
|
+
PrintConv => {
|
2463
|
+
'Bright' => 'Brillant',
|
2464
|
+
'Landscape' => 'Paysage',
|
2465
|
+
'Natural' => 'Naturel',
|
2466
|
+
},
|
2467
|
+
},
|
2468
|
+
'ImageType' => 'Type d\'image',
|
2469
|
+
'ImageUniqueID' => 'Identificateur unique d\'image',
|
2470
|
+
'ImageWidth' => 'Largeur d\'image',
|
2471
|
+
'Indexed' => 'Indexé',
|
2472
|
+
'InfoButtonWhenShooting' => {
|
2473
|
+
Description => 'Touche INFO au déclenchement',
|
2474
|
+
PrintConv => {
|
2475
|
+
'Displays camera settings' => 'Affiche les réglages en cours',
|
2476
|
+
'Displays shooting functions' => 'Affiche les fonctions',
|
2477
|
+
},
|
2478
|
+
},
|
2479
|
+
'InkNames' => 'Nom des encres',
|
2480
|
+
'InkSet' => 'Encrage',
|
2481
|
+
'IntellectualGenre' => 'Genre intellectuel',
|
2482
|
+
'IntelligentAuto' => 'Mode Auto intelligent',
|
2483
|
+
'IntensityStereo' => {
|
2484
|
+
PrintConv => {
|
2485
|
+
'Off' => 'Désactivé',
|
2486
|
+
'On' => 'Activé',
|
2487
|
+
},
|
2488
|
+
},
|
2489
|
+
'InterchangeColorSpace' => {
|
2490
|
+
PrintConv => {
|
2491
|
+
'CMY (K) Device Dependent' => 'CMY(K) dépendant de l\'appareil',
|
2492
|
+
'RGB Device Dependent' => 'RVB dépendant de l\'appareil',
|
2493
|
+
},
|
2494
|
+
},
|
2495
|
+
'IntergraphMatrix' => 'Tag de matrice intergraphe',
|
2496
|
+
'Interlace' => 'Entrelacement',
|
2497
|
+
'InternalFlash' => {
|
2498
|
+
PrintConv => {
|
2499
|
+
'Fired' => 'Flash déclenché',
|
2500
|
+
'Manual' => 'Manuelle',
|
2501
|
+
'No' => 'Flash non déclenché',
|
2502
|
+
'Off' => 'Désactivé',
|
2503
|
+
'On' => 'Activé',
|
2504
|
+
},
|
2505
|
+
},
|
2506
|
+
'InternalFlashMode' => {
|
2507
|
+
Description => 'Segment de mesure flash esclave 2',
|
2508
|
+
PrintConv => {
|
2509
|
+
'Did not fire, (Unknown 0xf4)' => 'Hors service (inconnue 0xF4)',
|
2510
|
+
'Did not fire, Auto' => 'Hors service, auto',
|
2511
|
+
'Did not fire, Auto, Red-eye reduction' => 'Hors service, auto, réduction yeux rouges',
|
2512
|
+
'Did not fire, Normal' => 'Hors service, normal',
|
2513
|
+
'Did not fire, Red-eye reduction' => 'Hors service, réduction yeux rouges',
|
2514
|
+
'Did not fire, Slow-sync' => 'Hors service, synchro lente',
|
2515
|
+
'Did not fire, Slow-sync, Red-eye reduction' => 'Hors service, synchro lente, réduction yeux rouges',
|
2516
|
+
'Did not fire, Trailing-curtain Sync' => 'Hors service, synchro 2e rideau',
|
2517
|
+
'Did not fire, Wireless (Control)' => 'Hors service, sans cordon (contrôleur)',
|
2518
|
+
'Did not fire, Wireless (Master)' => 'Hors service, sans cordon (maître)',
|
2519
|
+
'Fired' => 'Activé',
|
2520
|
+
'Fired, Auto' => 'En service, auto',
|
2521
|
+
'Fired, Auto, Red-eye reduction' => 'En service, auto, réduction yeux rouges',
|
2522
|
+
'Fired, Red-eye reduction' => 'En service, réduction yeux rouges',
|
2523
|
+
'Fired, Slow-sync' => 'En service, synchro lente',
|
2524
|
+
'Fired, Slow-sync, Red-eye reduction' => 'En service, synchro lente, réduction yeux rouges',
|
2525
|
+
'Fired, Trailing-curtain Sync' => 'En service, synchro 2e rideau',
|
2526
|
+
'Fired, Wireless (Control)' => 'En service, sans cordon (contrôleur)',
|
2527
|
+
'Fired, Wireless (Master)' => 'En service, sans cordon (maître)',
|
2528
|
+
'n/a - Off-Auto-Aperture' => 'N/c - auto-diaph hors service',
|
2529
|
+
},
|
2530
|
+
},
|
2531
|
+
'InternalFlashStrength' => 'Segment de mesure flash esclave 4',
|
2532
|
+
'InternalSerialNumber' => 'Numéro de série interne',
|
2533
|
+
'InteropIndex' => {
|
2534
|
+
Description => 'Identification d\'interopérabilité',
|
2535
|
+
PrintConv => {
|
2536
|
+
'R03 - DCF option file (Adobe RGB)' => 'R03: fichier d\'option DCF (Adobe RGB)',
|
2537
|
+
'R98 - DCF basic file (sRGB)' => 'R98: fichier de base DCF (sRGB)',
|
2538
|
+
'THM - DCF thumbnail file' => 'THM: fichier de vignette DCF',
|
2539
|
+
},
|
2540
|
+
},
|
2541
|
+
'InteropOffset' => 'Indicateur d\'interfonctionnement',
|
2542
|
+
'InteropVersion' => 'Version d\'interopérabilité',
|
2543
|
+
'IptcLastEdited' => 'Dernière édition IPTC',
|
2544
|
+
'JFIFVersion' => 'Version JFIF',
|
2545
|
+
'JPEGACTables' => 'Tableaux AC JPEG',
|
2546
|
+
'JPEGDCTables' => 'Tableaux DC JPEG',
|
2547
|
+
'JPEGLosslessPredictors' => 'Prédicteurs JPEG sans perte',
|
2548
|
+
'JPEGPointTransforms' => 'Transformations de point JPEG',
|
2549
|
+
'JPEGProc' => 'Proc JPEG',
|
2550
|
+
'JPEGQTables' => 'Tableaux Q JPEG',
|
2551
|
+
'JPEGQuality' => {
|
2552
|
+
Description => 'Qualité',
|
2553
|
+
PrintConv => {
|
2554
|
+
'Extra Fine' => 'Extra fine',
|
2555
|
+
'Standard' => 'Normale',
|
2556
|
+
},
|
2557
|
+
},
|
2558
|
+
'JPEGRestartInterval' => 'Intervalle de redémarrage JPEG',
|
2559
|
+
'JPEGTables' => 'Tableaux JPEG',
|
2560
|
+
'JobID' => 'ID de la tâche',
|
2561
|
+
'JpgRecordedPixels' => {
|
2562
|
+
Description => 'Pixels enregistrés JPEG',
|
2563
|
+
PrintConv => {
|
2564
|
+
'10 MP' => '10 Mpx',
|
2565
|
+
'2 MP' => '2 Mpx',
|
2566
|
+
'6 MP' => '6 Mpx',
|
2567
|
+
},
|
2568
|
+
},
|
2569
|
+
'Keyword' => 'Mots clé',
|
2570
|
+
'Keywords' => 'Mots-clés',
|
2571
|
+
'LC1' => 'Données d\'objectif',
|
2572
|
+
'LC10' => 'Données mv\' nv\'',
|
2573
|
+
'LC11' => 'Données AVC 1/EXP',
|
2574
|
+
'LC12' => 'Données mv1 Avminsif',
|
2575
|
+
'LC14' => 'Données UNT_12 UNT_6',
|
2576
|
+
'LC15' => 'Données d\'adaptation de flash incorporé',
|
2577
|
+
'LC2' => 'Code de distance',
|
2578
|
+
'LC3' => 'Valeur K',
|
2579
|
+
'LC4' => 'Données de correction d\'aberration à courte distance',
|
2580
|
+
'LC5' => 'Données de correction d\'aberration chromatique',
|
2581
|
+
'LC6' => 'Données d\'aberration d\'ouverture',
|
2582
|
+
'LC7' => 'Données de condition minimale de déclenchement AF',
|
2583
|
+
'LCDDisplayAtPowerOn' => {
|
2584
|
+
Description => 'État LCD lors de l\'allumage',
|
2585
|
+
PrintConv => {
|
2586
|
+
'Display' => 'Allumé',
|
2587
|
+
'Retain power off status' => 'État précédent',
|
2588
|
+
},
|
2589
|
+
},
|
2590
|
+
'LCDDisplayReturnToShoot' => {
|
2591
|
+
Description => 'Affich. LCD -> Prise de vues',
|
2592
|
+
PrintConv => {
|
2593
|
+
'Also with * etc.' => 'Aussi par * etc.',
|
2594
|
+
'With Shutter Button only' => 'Par déclencheur uniq.',
|
2595
|
+
},
|
2596
|
+
},
|
2597
|
+
'LCDIllumination' => {
|
2598
|
+
PrintConv => {
|
2599
|
+
'Off' => 'Désactivé',
|
2600
|
+
'On' => 'Activé',
|
2601
|
+
},
|
2602
|
+
},
|
2603
|
+
'LCDIlluminationDuringBulb' => {
|
2604
|
+
Description => 'Éclairage LCD pendant pose longue',
|
2605
|
+
PrintConv => {
|
2606
|
+
'Off' => 'Désactivé',
|
2607
|
+
'On' => 'Activé',
|
2608
|
+
},
|
2609
|
+
},
|
2610
|
+
'LCDPanels' => {
|
2611
|
+
Description => 'Ecran LCD supérieur/arrière',
|
2612
|
+
PrintConv => {
|
2613
|
+
'ISO/File no.' => 'ISO/No. fichier',
|
2614
|
+
'ISO/Remain. shots' => 'ISO/Vues restantes',
|
2615
|
+
'Remain. shots/File no.' => 'Vues restantes/No. fichier',
|
2616
|
+
'Shots in folder/Remain. shots' => 'Vues dans dossier/Vues restantes',
|
2617
|
+
},
|
2618
|
+
},
|
2619
|
+
'LCHEditor' => {
|
2620
|
+
PrintConv => {
|
2621
|
+
'Off' => 'Désactivé',
|
2622
|
+
'On' => 'Activé',
|
2623
|
+
},
|
2624
|
+
},
|
2625
|
+
'Language' => 'Langage',
|
2626
|
+
'LanguageIdentifier' => 'Identificateur de langue',
|
2627
|
+
'LastKeywordIPTC' => 'Dernier mot-clé IPTC',
|
2628
|
+
'LastKeywordXMP' => 'Dernier mot-clé XMP',
|
2629
|
+
'LeafData' => 'Données Leaf',
|
2630
|
+
'Lens' => 'Objectif ',
|
2631
|
+
'LensAFStopButton' => {
|
2632
|
+
Description => 'Fonct. touche AF objectif',
|
2633
|
+
PrintConv => {
|
2634
|
+
'AE lock' => 'Verrouillage AE',
|
2635
|
+
'AE lock while metering' => 'Verr. AE posemètre actif',
|
2636
|
+
'AF Stop' => 'Arrêt AF',
|
2637
|
+
'AF mode: ONE SHOT <-> AI SERVO' => 'Mode AF: ONE SHOT <-> AI SERVO',
|
2638
|
+
'AF point: M -> Auto / Auto -> Ctr.' => 'Colli: M -> Auto / Auto -> Ctr.',
|
2639
|
+
'AF point: M->Auto/Auto->ctr' => 'Collim.AF: M->Auto/Auto->ctr',
|
2640
|
+
'AF start' => 'Activation AF',
|
2641
|
+
'AF stop' => 'Arrêt AF',
|
2642
|
+
'IS start' => 'Activation stab. image',
|
2643
|
+
'Switch to registered AF point' => 'Activer le collimateur autofocus enregistré',
|
2644
|
+
},
|
2645
|
+
},
|
2646
|
+
'LensData' => 'Valeur K (LC3)',
|
2647
|
+
'LensDataVersion' => 'Version des Données Objectif',
|
2648
|
+
'LensDriveNoAF' => {
|
2649
|
+
Description => 'Pilot. obj. si AF impossible',
|
2650
|
+
PrintConv => {
|
2651
|
+
'Focus search off' => 'Pas de recherche du point',
|
2652
|
+
'Focus search on' => 'Recherche du point',
|
2653
|
+
},
|
2654
|
+
},
|
2655
|
+
'LensFStops' => 'Nombre de diaphs de l\'objectif',
|
2656
|
+
'LensID' => 'ID Lens',
|
2657
|
+
'LensIDNumber' => 'Numéro d\'Objectif',
|
2658
|
+
'LensInfo' => 'Informations sur l\'objectif',
|
2659
|
+
'LensKind' => 'Sorte d\'objectif / version (LC0)',
|
2660
|
+
'LensMake' => 'Fabricant d\'objectif',
|
2661
|
+
'LensModel' => 'Modèle d\'objectif',
|
2662
|
+
'LensSerialNumber' => 'Numéro de série objectif',
|
2663
|
+
'LensType' => 'Sorte d\'objectif',
|
2664
|
+
'LicenseType' => {
|
2665
|
+
PrintConv => {
|
2666
|
+
'Unknown' => 'Inconnu',
|
2667
|
+
},
|
2668
|
+
},
|
2669
|
+
'LightReading' => 'Lecture de la lumière',
|
2670
|
+
'LightSource' => {
|
2671
|
+
Description => 'Source de lumière',
|
2672
|
+
PrintConv => {
|
2673
|
+
'Cloudy' => 'Temps nuageux',
|
2674
|
+
'Cool White Fluorescent' => 'Fluorescente type soft',
|
2675
|
+
'Day White Fluorescent' => 'Fluorescente type blanc',
|
2676
|
+
'Daylight' => 'Lumière du jour',
|
2677
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
2678
|
+
'Fine Weather' => 'Beau temps',
|
2679
|
+
'Fluorescent' => 'Fluorescente',
|
2680
|
+
'ISO Studio Tungsten' => 'Tungstène studio ISO',
|
2681
|
+
'Other' => 'Autre source de lumière',
|
2682
|
+
'Shade' => 'Ombre',
|
2683
|
+
'Standard Light A' => 'Lumière standard A',
|
2684
|
+
'Standard Light B' => 'Lumière standard B',
|
2685
|
+
'Standard Light C' => 'Lumière standard C',
|
2686
|
+
'Tungsten (Incandescent)' => 'Tungstène (lumière incandescente)',
|
2687
|
+
'Unknown' => 'Inconnue',
|
2688
|
+
'Warm White Fluorescent' => 'Fluorescent blanc chaud',
|
2689
|
+
'White Fluorescent' => 'Fluorescent blanc',
|
2690
|
+
},
|
2691
|
+
},
|
2692
|
+
'LightSourceSpecial' => {
|
2693
|
+
PrintConv => {
|
2694
|
+
'Off' => 'Désactivé',
|
2695
|
+
'On' => 'Activé',
|
2696
|
+
},
|
2697
|
+
},
|
2698
|
+
'LightValue' => 'Luminosité',
|
2699
|
+
'Lightness' => 'Luminosité',
|
2700
|
+
'LinearResponseLimit' => 'Limite de réponse linéaire',
|
2701
|
+
'LinearizationTable' => 'Table de linéarisation',
|
2702
|
+
'Lit' => {
|
2703
|
+
PrintConv => {
|
2704
|
+
'No' => 'Non',
|
2705
|
+
'Yes' => 'Oui',
|
2706
|
+
},
|
2707
|
+
},
|
2708
|
+
'LiveViewExposureSimulation' => {
|
2709
|
+
Description => 'Simulation d\'exposition directe',
|
2710
|
+
PrintConv => {
|
2711
|
+
'Disable (LCD auto adjust)' => 'Désactivée (réglage écran auto)',
|
2712
|
+
'Enable (simulates exposure)' => 'Activée (simulation exposition)',
|
2713
|
+
},
|
2714
|
+
},
|
2715
|
+
'LiveViewShooting' => {
|
2716
|
+
PrintConv => {
|
2717
|
+
'Off' => 'Désactivé',
|
2718
|
+
'On' => 'Activé',
|
2719
|
+
},
|
2720
|
+
},
|
2721
|
+
'LocalizedCameraModel' => 'Nom traduit de modèle d\'appareil',
|
2722
|
+
'Location' => 'Lieu',
|
2723
|
+
'LockMicrophoneButton' => {
|
2724
|
+
Description => 'Fonction de touche microphone',
|
2725
|
+
PrintConv => {
|
2726
|
+
'Protect (hold:record memo)' => 'Protéger (maintien: enregistrement sonore)',
|
2727
|
+
'Record memo (protect:disable)' => 'Enregistrement sonore (protéger: désactivée)',
|
2728
|
+
},
|
2729
|
+
},
|
2730
|
+
'LongExposureNoiseReduction' => {
|
2731
|
+
Description => 'Réduct. bruit longue expo.',
|
2732
|
+
PrintConv => {
|
2733
|
+
'Off' => 'Arrêt',
|
2734
|
+
'On' => 'Marche',
|
2735
|
+
},
|
2736
|
+
},
|
2737
|
+
'LookupTable' => 'Table de correspondance',
|
2738
|
+
'LoopStyle' => {
|
2739
|
+
PrintConv => {
|
2740
|
+
'Normal' => 'Normale',
|
2741
|
+
},
|
2742
|
+
},
|
2743
|
+
'LuminanceNoiseReduction' => {
|
2744
|
+
PrintConv => {
|
2745
|
+
'Low' => 'Bas',
|
2746
|
+
'Off' => 'Désactivé',
|
2747
|
+
},
|
2748
|
+
},
|
2749
|
+
'MCUVersion' => 'Version MCU',
|
2750
|
+
'MIEVersion' => 'Version MIE',
|
2751
|
+
'MIMEType' => 'Type MIME',
|
2752
|
+
'MSStereo' => {
|
2753
|
+
PrintConv => {
|
2754
|
+
'Off' => 'Désactivé',
|
2755
|
+
'On' => 'Activé',
|
2756
|
+
},
|
2757
|
+
},
|
2758
|
+
'Macro' => {
|
2759
|
+
PrintConv => {
|
2760
|
+
'Manual' => 'Manuelle',
|
2761
|
+
'Normal' => 'Normale',
|
2762
|
+
'Off' => 'Désactivé',
|
2763
|
+
'On' => 'Activé',
|
2764
|
+
'Super Macro' => 'Super macro',
|
2765
|
+
},
|
2766
|
+
},
|
2767
|
+
'MacroMode' => {
|
2768
|
+
Description => 'Mode Macro',
|
2769
|
+
PrintConv => {
|
2770
|
+
'Normal' => 'Normale',
|
2771
|
+
'Off' => 'Désactivé',
|
2772
|
+
'On' => 'Activé',
|
2773
|
+
'Super Macro' => 'Super macro',
|
2774
|
+
'Tele-Macro' => 'Macro en télé',
|
2775
|
+
},
|
2776
|
+
},
|
2777
|
+
'MagnifiedView' => {
|
2778
|
+
Description => 'Agrandissement en lecture',
|
2779
|
+
PrintConv => {
|
2780
|
+
'Image playback only' => 'Lecture image uniquement',
|
2781
|
+
'Image review and playback' => 'Aff. inst. et lecture',
|
2782
|
+
},
|
2783
|
+
},
|
2784
|
+
'MainDialExposureComp' => {
|
2785
|
+
PrintConv => {
|
2786
|
+
'Off' => 'Désactivé',
|
2787
|
+
'On' => 'Activé',
|
2788
|
+
},
|
2789
|
+
},
|
2790
|
+
'Make' => 'Fabricant',
|
2791
|
+
'MakeAndModel' => 'Fabricant et modèle',
|
2792
|
+
'MakerNote' => 'Données privées DNG',
|
2793
|
+
'MakerNoteSafety' => {
|
2794
|
+
Description => 'Sécurité de note de fabricant',
|
2795
|
+
PrintConv => {
|
2796
|
+
'Safe' => 'Sûre',
|
2797
|
+
'Unsafe' => 'Pas sûre',
|
2798
|
+
},
|
2799
|
+
},
|
2800
|
+
'MakerNoteVersion' => 'Version des informations spécifiques fabricant',
|
2801
|
+
'MakerNotes' => 'Notes fabricant',
|
2802
|
+
'ManualFlashOutput' => {
|
2803
|
+
PrintConv => {
|
2804
|
+
'Low' => 'Bas',
|
2805
|
+
'n/a' => 'Non établie',
|
2806
|
+
},
|
2807
|
+
},
|
2808
|
+
'ManualFocusDistance' => 'Distance de Mise-au-point Manuelle',
|
2809
|
+
'ManualTv' => {
|
2810
|
+
Description => 'Régl. Tv/Av manuel pour exp. M',
|
2811
|
+
PrintConv => {
|
2812
|
+
'Tv=Control/Av=Main' => 'Tv=Contrôle rapide/Av=Principale',
|
2813
|
+
'Tv=Control/Av=Main w/o lens' => 'Tv=Contrôle rapide/Av=Principale sans objectif',
|
2814
|
+
'Tv=Main/Av=Control' => 'Tv=Principale/Av=Contrôle rapide',
|
2815
|
+
'Tv=Main/Av=Main w/o lens' => 'Tv=Principale/Av=Contrôle rapide sans objectif',
|
2816
|
+
},
|
2817
|
+
},
|
2818
|
+
'ManufactureDate' => 'Date de fabrication',
|
2819
|
+
'Marked' => 'Marqué',
|
2820
|
+
'MaskedAreas' => 'Zones masquées',
|
2821
|
+
'MasterDocumentID' => 'ID du document maître',
|
2822
|
+
'Matteing' => 'Matité',
|
2823
|
+
'MaxAperture' => 'Données Avmin',
|
2824
|
+
'MaxApertureAtMaxFocal' => 'Ouverture à la focale maxi',
|
2825
|
+
'MaxApertureAtMinFocal' => 'Ouverture à la focale mini',
|
2826
|
+
'MaxApertureValue' => 'Ouverture maximale de l\'objectif',
|
2827
|
+
'MaxAvailHeight' => 'Hauteur max Disponible',
|
2828
|
+
'MaxAvailWidth' => 'Largeur max Disponible',
|
2829
|
+
'MaxFocalLength' => 'Focale maxi',
|
2830
|
+
'MaxSampleValue' => 'Valeur maxi d\'échantillon',
|
2831
|
+
'MaxVal' => 'Valeur max',
|
2832
|
+
'MaximumDensityRange' => 'Etendue maximale de densité',
|
2833
|
+
'Measurement' => 'Observateur de mesure',
|
2834
|
+
'MeasurementBacking' => 'Support de mesure',
|
2835
|
+
'MeasurementFlare' => 'Flare de mesure',
|
2836
|
+
'MeasurementGeometry' => {
|
2837
|
+
Description => 'Géométrie de mesure',
|
2838
|
+
PrintConv => {
|
2839
|
+
'0/45 or 45/0' => '0/45 ou 45/0',
|
2840
|
+
'0/d or d/0' => '0/d ou d/0',
|
2841
|
+
},
|
2842
|
+
},
|
2843
|
+
'MeasurementIlluminant' => 'Illuminant de mesure',
|
2844
|
+
'MeasurementObserver' => 'Observateur de mesure',
|
2845
|
+
'MediaBlackPoint' => 'Point noir moyen',
|
2846
|
+
'MediaType' => {
|
2847
|
+
PrintConv => {
|
2848
|
+
'Normal' => 'Normale',
|
2849
|
+
},
|
2850
|
+
},
|
2851
|
+
'MediaWhitePoint' => 'Point blanc moyen',
|
2852
|
+
'MenuButtonDisplayPosition' => {
|
2853
|
+
Description => 'Position début touche menu',
|
2854
|
+
PrintConv => {
|
2855
|
+
'Previous' => 'Précédente',
|
2856
|
+
'Previous (top if power off)' => 'Précédente (Haut si dés.)',
|
2857
|
+
'Top' => 'Haut',
|
2858
|
+
},
|
2859
|
+
},
|
2860
|
+
'MenuButtonReturn' => {
|
2861
|
+
PrintConv => {
|
2862
|
+
'Previous' => 'Précédente',
|
2863
|
+
'Top' => 'Haut',
|
2864
|
+
},
|
2865
|
+
},
|
2866
|
+
'MetadataDate' => 'Date des metadonnées',
|
2867
|
+
'MeteringMode' => {
|
2868
|
+
Description => 'Mode de mesure',
|
2869
|
+
PrintConv => {
|
2870
|
+
'Average' => 'Moyenne',
|
2871
|
+
'Center-weighted average' => 'Centrale pondérée',
|
2872
|
+
'Evaluative' => 'Évaluative',
|
2873
|
+
'Multi-segment' => 'Multizone',
|
2874
|
+
'Multi-spot' => 'MultiSpot',
|
2875
|
+
'Other' => 'Autre',
|
2876
|
+
'Partial' => 'Partielle',
|
2877
|
+
'Unknown' => 'Inconnu',
|
2878
|
+
},
|
2879
|
+
},
|
2880
|
+
'MeteringMode2' => {
|
2881
|
+
Description => 'Mode de mesure 2',
|
2882
|
+
PrintConv => {
|
2883
|
+
'Multi-segment' => 'Multizone',
|
2884
|
+
},
|
2885
|
+
},
|
2886
|
+
'MeteringMode3' => {
|
2887
|
+
Description => 'Mode de mesure (3)',
|
2888
|
+
PrintConv => {
|
2889
|
+
'Multi-segment' => 'Multizone',
|
2890
|
+
},
|
2891
|
+
},
|
2892
|
+
'MinAperture' => 'Ouverture mini',
|
2893
|
+
'MinFocalLength' => 'Focale mini',
|
2894
|
+
'MinSampleValue' => 'Valeur mini d\'échantillon',
|
2895
|
+
'MinoltaQuality' => {
|
2896
|
+
Description => 'Qualité',
|
2897
|
+
PrintConv => {
|
2898
|
+
'Normal' => 'Normale',
|
2899
|
+
},
|
2900
|
+
},
|
2901
|
+
'MirrorLockup' => {
|
2902
|
+
Description => 'Verrouillage du miroir',
|
2903
|
+
PrintConv => {
|
2904
|
+
'Disable' => 'Désactivé',
|
2905
|
+
'Enable' => 'Activé',
|
2906
|
+
'Enable: Down with Set' => 'Activé: Retour par touche SET',
|
2907
|
+
},
|
2908
|
+
},
|
2909
|
+
'ModDate' => 'Date de modification',
|
2910
|
+
'Model' => 'Modèle d\'appareil photo',
|
2911
|
+
'Model2' => 'Modèle d\'équipement de prise de vue (2)',
|
2912
|
+
'ModelAge' => 'Age du modèle',
|
2913
|
+
'ModelTiePoint' => 'Tag de lien d modèle',
|
2914
|
+
'ModelTransform' => 'Tag de transformation de modèle',
|
2915
|
+
'ModelingFlash' => {
|
2916
|
+
PrintConv => {
|
2917
|
+
'Off' => 'Désactivé',
|
2918
|
+
'On' => 'Activé',
|
2919
|
+
},
|
2920
|
+
},
|
2921
|
+
'ModifiedPictureStyle' => {
|
2922
|
+
PrintConv => {
|
2923
|
+
'Landscape' => 'Paysage',
|
2924
|
+
'None' => 'Aucune',
|
2925
|
+
},
|
2926
|
+
},
|
2927
|
+
'ModifiedSaturation' => {
|
2928
|
+
PrintConv => {
|
2929
|
+
'Off' => 'Désactivé',
|
2930
|
+
},
|
2931
|
+
},
|
2932
|
+
'ModifiedSharpnessFreq' => {
|
2933
|
+
PrintConv => {
|
2934
|
+
'High' => 'Haut',
|
2935
|
+
'Highest' => 'Plus haut',
|
2936
|
+
'Low' => 'Doux',
|
2937
|
+
'n/a' => 'Non établie',
|
2938
|
+
},
|
2939
|
+
},
|
2940
|
+
'ModifiedToneCurve' => {
|
2941
|
+
PrintConv => {
|
2942
|
+
'Manual' => 'Manuelle',
|
2943
|
+
},
|
2944
|
+
},
|
2945
|
+
'ModifiedWhiteBalance' => {
|
2946
|
+
PrintConv => {
|
2947
|
+
'Cloudy' => 'Temps nuageux',
|
2948
|
+
'Daylight' => 'Lumière du jour',
|
2949
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
2950
|
+
'Fluorescent' => 'Fluorescente',
|
2951
|
+
'Shade' => 'Ombre',
|
2952
|
+
'Tungsten' => 'Tungstène (lumière incandescente)',
|
2953
|
+
},
|
2954
|
+
},
|
2955
|
+
'ModifyDate' => 'Date de modification de fichier',
|
2956
|
+
'MoireFilter' => {
|
2957
|
+
PrintConv => {
|
2958
|
+
'Off' => 'Désactivé',
|
2959
|
+
'On' => 'Activé',
|
2960
|
+
},
|
2961
|
+
},
|
2962
|
+
'MonochromeFilterEffect' => {
|
2963
|
+
PrintConv => {
|
2964
|
+
'Green' => 'Vert',
|
2965
|
+
'None' => 'Aucune',
|
2966
|
+
'Red' => 'Rouge',
|
2967
|
+
'Yellow' => 'Jaune',
|
2968
|
+
},
|
2969
|
+
},
|
2970
|
+
'MonochromeLinear' => {
|
2971
|
+
PrintConv => {
|
2972
|
+
'No' => 'Non',
|
2973
|
+
'Yes' => 'Oui',
|
2974
|
+
},
|
2975
|
+
},
|
2976
|
+
'MonochromeToningEffect' => {
|
2977
|
+
PrintConv => {
|
2978
|
+
'Blue' => 'Bleu',
|
2979
|
+
'Green' => 'Vert',
|
2980
|
+
'None' => 'Aucune',
|
2981
|
+
},
|
2982
|
+
},
|
2983
|
+
'MultiExposure' => 'Infos Surimpression',
|
2984
|
+
'MultiExposureAutoGain' => {
|
2985
|
+
Description => 'Auto-expo des surimpressions',
|
2986
|
+
PrintConv => {
|
2987
|
+
'Off' => 'Désactivé',
|
2988
|
+
'On' => 'Activé',
|
2989
|
+
},
|
2990
|
+
},
|
2991
|
+
'MultiExposureMode' => {
|
2992
|
+
Description => 'Mode de surimpression',
|
2993
|
+
PrintConv => {
|
2994
|
+
'Off' => 'Désactivé',
|
2995
|
+
},
|
2996
|
+
},
|
2997
|
+
'MultiExposureShots' => 'Nombre de prises de vue',
|
2998
|
+
'MultiExposureVersion' => 'Version Surimpression',
|
2999
|
+
'MultiFrameNoiseReduction' => {
|
3000
|
+
Description => 'Réduc. bruit multi-photos',
|
3001
|
+
PrintConv => {
|
3002
|
+
'Off' => 'Désactivée',
|
3003
|
+
'On' => 'Activé(e)',
|
3004
|
+
},
|
3005
|
+
},
|
3006
|
+
'MultipleExposureSet' => {
|
3007
|
+
Description => 'Exposition multiple',
|
3008
|
+
PrintConv => {
|
3009
|
+
'Off' => 'Désactivé',
|
3010
|
+
'On' => 'Activé',
|
3011
|
+
},
|
3012
|
+
},
|
3013
|
+
'Mute' => {
|
3014
|
+
PrintConv => {
|
3015
|
+
'Off' => 'Désactivé',
|
3016
|
+
'On' => 'Activé',
|
3017
|
+
},
|
3018
|
+
},
|
3019
|
+
'MyColorMode' => {
|
3020
|
+
PrintConv => {
|
3021
|
+
'Off' => 'Désactivé',
|
3022
|
+
},
|
3023
|
+
},
|
3024
|
+
'NDFilter' => {
|
3025
|
+
PrintConv => {
|
3026
|
+
'Off' => 'Désactivé',
|
3027
|
+
'On' => 'Activé',
|
3028
|
+
},
|
3029
|
+
},
|
3030
|
+
'NEFCompression' => {
|
3031
|
+
PrintConv => {
|
3032
|
+
'Uncompressed' => 'Non compressé',
|
3033
|
+
},
|
3034
|
+
},
|
3035
|
+
'NEFLinearizationTable' => 'Table de Linearization',
|
3036
|
+
'Name' => 'Nom',
|
3037
|
+
'NamedColor2' => 'Couleur nommée 2',
|
3038
|
+
'NativeDigest' => 'Sommaire natif',
|
3039
|
+
'NativeDisplayInfo' => 'Information sur l\'affichage natif',
|
3040
|
+
'NewsPhotoVersion' => 'Version d\'enregistrement news photo',
|
3041
|
+
'Nickname' => 'Surnom',
|
3042
|
+
'NikonCaptureData' => 'Données Nikon Capture',
|
3043
|
+
'NikonCaptureVersion' => 'Version Nikon Capture',
|
3044
|
+
'Noise' => 'Bruit',
|
3045
|
+
'NoiseFilter' => {
|
3046
|
+
PrintConv => {
|
3047
|
+
'Low' => 'Bas',
|
3048
|
+
'Off' => 'Désactivé',
|
3049
|
+
},
|
3050
|
+
},
|
3051
|
+
'NoiseReduction' => {
|
3052
|
+
Description => 'Réduction du bruit',
|
3053
|
+
PrintConv => {
|
3054
|
+
'High (+1)' => '+1 (haut)',
|
3055
|
+
'Highest (+2)' => '+2 (le plus haut)',
|
3056
|
+
'Low' => 'Bas',
|
3057
|
+
'Low (-1)' => '-1 (bas)',
|
3058
|
+
'Lowest (-2)' => '-2 (le plus bas)',
|
3059
|
+
'Normal' => 'Normale',
|
3060
|
+
'Off' => 'Désactivé',
|
3061
|
+
'On' => 'Activé',
|
3062
|
+
'Standard' => '±0 (normal)',
|
3063
|
+
},
|
3064
|
+
},
|
3065
|
+
'NoiseReductionApplied' => 'Réduction de bruit appliquée',
|
3066
|
+
'NominalMaxAperture' => 'Ouverture maxi nominal',
|
3067
|
+
'NominalMinAperture' => 'Ouverture mini nominal',
|
3068
|
+
'NumIndexEntries' => 'Nombre d\'entrées d\'index',
|
3069
|
+
'NumberofInks' => 'Nombre d\'encres',
|
3070
|
+
'OECFColumns' => 'Colonnes OECF',
|
3071
|
+
'OECFNames' => 'Noms OECF',
|
3072
|
+
'OECFRows' => 'Lignes OECF',
|
3073
|
+
'OECFValues' => 'Valeurs OECF',
|
3074
|
+
'OPIProxy' => 'Proxy OPI',
|
3075
|
+
'ObjectAttributeReference' => 'Genre intellectuel',
|
3076
|
+
'ObjectCycle' => {
|
3077
|
+
Description => 'Cycle d\'objet',
|
3078
|
+
PrintConv => {
|
3079
|
+
'Both Morning and Evening' => 'Les deux',
|
3080
|
+
'Evening' => 'Soir',
|
3081
|
+
'Morning' => 'Matin',
|
3082
|
+
},
|
3083
|
+
},
|
3084
|
+
'ObjectFileType' => {
|
3085
|
+
PrintConv => {
|
3086
|
+
'None' => 'Aucune',
|
3087
|
+
'Unknown' => 'Inconnu',
|
3088
|
+
},
|
3089
|
+
},
|
3090
|
+
'ObjectName' => 'Titre',
|
3091
|
+
'ObjectPreviewData' => 'Données de la miniature de l\'objet',
|
3092
|
+
'ObjectPreviewFileFormat' => 'Format de fichier de la miniature de l\'objet',
|
3093
|
+
'ObjectPreviewFileVersion' => 'Version de format de fichier de la miniature de l\'objet',
|
3094
|
+
'ObjectTypeReference' => 'Référence de type d\'objet',
|
3095
|
+
'OffsetSchema' => 'Schéma de décalage',
|
3096
|
+
'OldSubfileType' => 'Type du sous-fichier',
|
3097
|
+
'OneTouchWB' => {
|
3098
|
+
PrintConv => {
|
3099
|
+
'Off' => 'Désactivé',
|
3100
|
+
'On' => 'Activé',
|
3101
|
+
},
|
3102
|
+
},
|
3103
|
+
'OpticalZoomMode' => {
|
3104
|
+
Description => 'Mode Zoom optique',
|
3105
|
+
PrintConv => {
|
3106
|
+
'Extended' => 'Optique EX',
|
3107
|
+
'Standard' => 'Normal',
|
3108
|
+
},
|
3109
|
+
},
|
3110
|
+
'OpticalZoomOn' => {
|
3111
|
+
PrintConv => {
|
3112
|
+
'Off' => 'Désactivé',
|
3113
|
+
'On' => 'Activé',
|
3114
|
+
},
|
3115
|
+
},
|
3116
|
+
'Opto-ElectricConvFactor' => 'Facteur de conversion optoélectrique',
|
3117
|
+
'Orientation' => {
|
3118
|
+
Description => 'Orientation de l\'image',
|
3119
|
+
PrintConv => {
|
3120
|
+
'Horizontal (normal)' => '0° (haut/gauche)',
|
3121
|
+
'Mirror horizontal' => '0° (haut/droit)',
|
3122
|
+
'Mirror horizontal and rotate 270 CW' => '90° sens horaire (gauche/haut)',
|
3123
|
+
'Mirror horizontal and rotate 90 CW' => '90° sens antihoraire (droit/bas)',
|
3124
|
+
'Mirror vertical' => '180° (bas/gauche)',
|
3125
|
+
'Rotate 180' => '180° (bas/droit)',
|
3126
|
+
'Rotate 270 CW' => '90° sens horaire (gauche/bas)',
|
3127
|
+
'Rotate 90 CW' => '90° sens antihoraire (droit/haut)',
|
3128
|
+
},
|
3129
|
+
},
|
3130
|
+
'OriginalRawFileData' => 'Données du fichier raw d\'origine',
|
3131
|
+
'OriginalRawFileDigest' => 'Digest du fichier raw original',
|
3132
|
+
'OriginalRawFileName' => 'Nom du fichier raw d\'origine',
|
3133
|
+
'OriginalTransmissionReference' => 'Identificateur de tâche',
|
3134
|
+
'OriginatingProgram' => 'Programme d\'origine',
|
3135
|
+
'OtherImage' => 'Autre image',
|
3136
|
+
'OutputResponse' => 'Réponse de sortie',
|
3137
|
+
'Owner' => 'Propriétaire',
|
3138
|
+
'OwnerID' => 'ID du propriétaire',
|
3139
|
+
'OwnerName' => 'Nom du propriétaire',
|
3140
|
+
'PDFVersion' => 'Version PDF',
|
3141
|
+
'PEFVersion' => 'Version PEF',
|
3142
|
+
'Padding' => 'Remplissage',
|
3143
|
+
'PageName' => 'Nom de page',
|
3144
|
+
'PageNumber' => 'Page numéro',
|
3145
|
+
'PanasonicExifVersion' => 'Version Exif Panasonic',
|
3146
|
+
'PanasonicRawVersion' => 'Version Panasonic RAW',
|
3147
|
+
'PanasonicTitle' => 'Titre',
|
3148
|
+
'PentaxImageSize' => {
|
3149
|
+
Description => 'Taille d\'image Pentax',
|
3150
|
+
PrintConv => {
|
3151
|
+
'2304x1728 or 2592x1944' => '2304 x 1728 ou 2592 x 1944',
|
3152
|
+
'2560x1920 or 2304x1728' => '2560 x 1920 ou 2304 x 1728',
|
3153
|
+
'2816x2212 or 2816x2112' => '2816 x 2212 ou 2816 x 2112',
|
3154
|
+
'3008x2008 or 3040x2024' => '3008 x 2008 ou 3040 x 2024',
|
3155
|
+
'Full' => 'Pleine',
|
3156
|
+
},
|
3157
|
+
},
|
3158
|
+
'PentaxModelID' => 'Modèle Pentax',
|
3159
|
+
'PentaxVersion' => 'Version Pentax',
|
3160
|
+
'PeripheralLighting' => {
|
3161
|
+
Description => 'Correction éclairage périphérique',
|
3162
|
+
PrintConv => {
|
3163
|
+
'Off' => 'Désactiver',
|
3164
|
+
'On' => 'Activer',
|
3165
|
+
},
|
3166
|
+
},
|
3167
|
+
'PersonInImage' => 'Personnage sur l\'Image',
|
3168
|
+
'PhaseDetectAF' => 'Auto-Focus',
|
3169
|
+
'PhotoEffect' => {
|
3170
|
+
PrintConv => {
|
3171
|
+
'Off' => 'Désactivé',
|
3172
|
+
},
|
3173
|
+
},
|
3174
|
+
'PhotoEffects' => {
|
3175
|
+
PrintConv => {
|
3176
|
+
'Off' => 'Désactivé',
|
3177
|
+
'On' => 'Activé',
|
3178
|
+
},
|
3179
|
+
},
|
3180
|
+
'PhotoEffectsType' => {
|
3181
|
+
PrintConv => {
|
3182
|
+
'None' => 'Aucune',
|
3183
|
+
},
|
3184
|
+
},
|
3185
|
+
'PhotometricInterpretation' => {
|
3186
|
+
Description => 'Schéma de pixel',
|
3187
|
+
PrintConv => {
|
3188
|
+
'BlackIsZero' => 'Zéro pour noir',
|
3189
|
+
'Color Filter Array' => 'CFA (Matrice de filtre de couleur)',
|
3190
|
+
'Pixar LogL' => 'CIE Log2(L) (Log luminance)',
|
3191
|
+
'Pixar LogLuv' => 'CIE Log2(L)(u\',v\') (Log luminance et chrominance)',
|
3192
|
+
'RGB' => 'RVB',
|
3193
|
+
'RGB Palette' => 'Palette RVB',
|
3194
|
+
'Transparency Mask' => 'Masque de transparence',
|
3195
|
+
'WhiteIsZero' => 'Zéro pour blanc',
|
3196
|
+
},
|
3197
|
+
},
|
3198
|
+
'PhotoshopAnnotations' => 'Annotations Photoshop',
|
3199
|
+
'PictureControl' => {
|
3200
|
+
Description => 'Optimisation d\'image',
|
3201
|
+
PrintConv => {
|
3202
|
+
'Off' => 'Désactivé',
|
3203
|
+
'On' => 'Activé',
|
3204
|
+
},
|
3205
|
+
},
|
3206
|
+
'PictureControlActive' => {
|
3207
|
+
PrintConv => {
|
3208
|
+
'Off' => 'Désactivé',
|
3209
|
+
'On' => 'Activé',
|
3210
|
+
},
|
3211
|
+
},
|
3212
|
+
'PictureControlAdjust' => {
|
3213
|
+
Description => 'Ajustement de l\'optimisation d\'image',
|
3214
|
+
PrintConv => {
|
3215
|
+
'Default Settings' => 'Paramètres par défault',
|
3216
|
+
'Full Control' => 'Réglages manuels',
|
3217
|
+
'Quick Adjust' => 'Réglages rapides',
|
3218
|
+
},
|
3219
|
+
},
|
3220
|
+
'PictureControlBase' => 'Optimisation d\'image de base',
|
3221
|
+
'PictureControlName' => 'Nom de l\'optimisation d\'image',
|
3222
|
+
'PictureControlQuickAdjust' => 'Optimisation d\'image - Réglages rapides',
|
3223
|
+
'PictureControlVersion' => 'Version de l\'Optimisation d\'image',
|
3224
|
+
'PictureFinish' => {
|
3225
|
+
PrintConv => {
|
3226
|
+
'Natural' => 'Naturel',
|
3227
|
+
'Night Scene' => 'Nocturne',
|
3228
|
+
},
|
3229
|
+
},
|
3230
|
+
'PictureMode' => {
|
3231
|
+
Description => 'Mode d\'image',
|
3232
|
+
PrintConv => {
|
3233
|
+
'1/2 EV steps' => 'Pas de 1/2 IL',
|
3234
|
+
'1/3 EV steps' => 'Pas de 1/3 IL',
|
3235
|
+
'Aperture Priority' => 'Priorité ouverture',
|
3236
|
+
'Aperture Priority, Off-Auto-Aperture' => 'Priorité ouverture (auto-diaph hors service)',
|
3237
|
+
'Aperture-priority AE' => 'Priorité ouverture',
|
3238
|
+
'Auto PICT (Landscape)' => 'Auto PICT (paysage)',
|
3239
|
+
'Auto PICT (Macro)' => 'Auto PICT (macro)',
|
3240
|
+
'Auto PICT (Portrait)' => 'Auto PICT (portrait)',
|
3241
|
+
'Auto PICT (Sport)' => 'Auto PICT (sport)',
|
3242
|
+
'Auto PICT (Standard)' => 'Auto PICT (standard)',
|
3243
|
+
'Autumn' => 'Automne',
|
3244
|
+
'Blur Reduction' => 'Réduction du flou',
|
3245
|
+
'Bulb' => 'Pose B',
|
3246
|
+
'Bulb, Off-Auto-Aperture' => 'Pose B (auto-diaph hors service)',
|
3247
|
+
'Candlelight' => 'Bougie',
|
3248
|
+
'DOF Program' => 'Programme PdC',
|
3249
|
+
'DOF Program (HyP)' => 'Programme PdC (Hyper-programme)',
|
3250
|
+
'Dark Pet' => 'Animal foncé',
|
3251
|
+
'Digital Filter' => 'Filtre numérique',
|
3252
|
+
'Fireworks' => 'Feux d\'artifice',
|
3253
|
+
'Flash X-Sync Speed AE' => 'Synchro X flash vitesse AE',
|
3254
|
+
'Food' => 'Nourriture',
|
3255
|
+
'Frame Composite' => 'Vue composite',
|
3256
|
+
'Green Mode' => 'Mode vert',
|
3257
|
+
'Half-length Portrait' => 'Portrait (buste)',
|
3258
|
+
'Hi-speed Program' => 'Programme grande vitesse',
|
3259
|
+
'Hi-speed Program (HyP)' => 'Programme grande vitesse (Hyper-programme)',
|
3260
|
+
'Kids' => 'Enfants',
|
3261
|
+
'Landscape' => 'Paysage',
|
3262
|
+
'Light Pet' => 'Animal clair',
|
3263
|
+
'MTF Program' => 'Programme FTM',
|
3264
|
+
'MTF Program (HyP)' => 'Programme FTM (Hyper-programme)',
|
3265
|
+
'Manual' => 'Manuelle',
|
3266
|
+
'Manual, Off-Auto-Aperture' => 'Manuel (auto-diaph hors service)',
|
3267
|
+
'Medium Pet' => 'Animal demi-teintes',
|
3268
|
+
'Museum' => 'Musée',
|
3269
|
+
'Natural Skin Tone' => 'Ton chair naturel',
|
3270
|
+
'Night Scene' => 'Nocturne',
|
3271
|
+
'Night Scene Portrait' => 'Portrait nocturne',
|
3272
|
+
'No Flash' => 'Sans flash',
|
3273
|
+
'Pet' => 'Animaux de compagnie',
|
3274
|
+
'Program' => 'Programme',
|
3275
|
+
'Program (HyP)' => 'Programme AE (Hyper-programme)',
|
3276
|
+
'Program AE' => 'Priorité vitesse',
|
3277
|
+
'Program Av Shift' => 'Décalage programme Av',
|
3278
|
+
'Program Tv Shift' => 'Décalage programme Tv',
|
3279
|
+
'Self Portrait' => 'Autoportrait',
|
3280
|
+
'Sensitivity Priority AE' => 'Priorité sensibilité AE',
|
3281
|
+
'Shutter & Aperture Priority AE' => 'Priorité vitesse et ouverture AE',
|
3282
|
+
'Shutter Speed Priority' => 'Priorité vitesse',
|
3283
|
+
'Shutter speed priority AE' => 'Priorité vitesse',
|
3284
|
+
'Snow' => 'Neige',
|
3285
|
+
'Soft' => 'Doux',
|
3286
|
+
'Sunset' => 'Coucher de soleil',
|
3287
|
+
'Surf & Snow' => 'Surf et neige',
|
3288
|
+
'Synchro Sound Record' => 'Enregistrement de son synchro',
|
3289
|
+
'Text' => 'Texte',
|
3290
|
+
'Underwater' => 'Sous-marine',
|
3291
|
+
},
|
3292
|
+
},
|
3293
|
+
'PictureMode2' => {
|
3294
|
+
Description => 'Mode d\'image 2',
|
3295
|
+
PrintConv => {
|
3296
|
+
'Aperture Priority' => 'Priorité ouverture',
|
3297
|
+
'Aperture Priority, Off-Auto-Aperture' => 'Priorité ouverture (auto-diaph hors service)',
|
3298
|
+
'Auto PICT' => 'Image auto',
|
3299
|
+
'Bulb' => 'Pose B',
|
3300
|
+
'Bulb, Off-Auto-Aperture' => 'Pose B (auto-diaph hors service)',
|
3301
|
+
'Flash X-Sync Speed AE' => 'Expo auto, vitesse de synchro flash X',
|
3302
|
+
'Green Mode' => 'Mode vert',
|
3303
|
+
'Manual' => 'Manuelle',
|
3304
|
+
'Manual, Off-Auto-Aperture' => 'Manuel (auto-diaph hors service)',
|
3305
|
+
'Program AE' => 'Programme AE',
|
3306
|
+
'Program Av Shift' => 'Décalage programme Av',
|
3307
|
+
'Program Tv Shift' => 'Décalage programme Tv',
|
3308
|
+
'Scene Mode' => 'Mode scène',
|
3309
|
+
'Sensitivity Priority AE' => 'Expo auto, priorité sensibilité',
|
3310
|
+
'Shutter & Aperture Priority AE' => 'Expo auto, priorité vitesse et ouverture',
|
3311
|
+
'Shutter Speed Priority' => 'Priorité vitesse',
|
3312
|
+
},
|
3313
|
+
},
|
3314
|
+
'PictureModeBWFilter' => {
|
3315
|
+
PrintConv => {
|
3316
|
+
'Green' => 'Vert',
|
3317
|
+
'Red' => 'Rouge',
|
3318
|
+
'Yellow' => 'Jaune',
|
3319
|
+
'n/a' => 'Non établie',
|
3320
|
+
},
|
3321
|
+
},
|
3322
|
+
'PictureModeTone' => {
|
3323
|
+
PrintConv => {
|
3324
|
+
'Blue' => 'Bleu',
|
3325
|
+
'Green' => 'Vert',
|
3326
|
+
'n/a' => 'Non établie',
|
3327
|
+
},
|
3328
|
+
},
|
3329
|
+
'PictureStyle' => {
|
3330
|
+
Description => 'Style d\'image',
|
3331
|
+
PrintConv => {
|
3332
|
+
'Faithful' => 'Fidèle',
|
3333
|
+
'High Saturation' => 'Saturation élevée',
|
3334
|
+
'Landscape' => 'Paysage',
|
3335
|
+
'Low Saturation' => 'Faible saturation',
|
3336
|
+
'Neutral' => 'Neutre',
|
3337
|
+
'None' => 'Aucune',
|
3338
|
+
},
|
3339
|
+
},
|
3340
|
+
'PixelIntensityRange' => 'Intervalle d\'intensité de pixel',
|
3341
|
+
'PixelScale' => 'Tag d\'échelle de pixel modèle',
|
3342
|
+
'PixelUnits' => {
|
3343
|
+
PrintConv => {
|
3344
|
+
'Unknown' => 'Inconnu',
|
3345
|
+
},
|
3346
|
+
},
|
3347
|
+
'PlanarConfiguration' => {
|
3348
|
+
Description => 'Arrangement des données image',
|
3349
|
+
PrintConv => {
|
3350
|
+
'Chunky' => 'Format « chunky » (entrelacé)',
|
3351
|
+
'Planar' => 'Format « planar »',
|
3352
|
+
},
|
3353
|
+
},
|
3354
|
+
'PostalCode' => 'Code Postal',
|
3355
|
+
'PowerSource' => {
|
3356
|
+
Description => 'Source d\'alimentation',
|
3357
|
+
PrintConv => {
|
3358
|
+
'Body Battery' => 'Accu boîtier',
|
3359
|
+
'External Power Supply' => 'Alimentation externe',
|
3360
|
+
'Grip Battery' => 'Accu poignée',
|
3361
|
+
},
|
3362
|
+
},
|
3363
|
+
'Predictor' => {
|
3364
|
+
Description => 'Prédicteur',
|
3365
|
+
PrintConv => {
|
3366
|
+
'Horizontal differencing' => 'Différentiation horizontale',
|
3367
|
+
'None' => 'Aucun schéma de prédicteur utilisé avant l\'encodage',
|
3368
|
+
},
|
3369
|
+
},
|
3370
|
+
'Preview0' => 'Aperçu 0',
|
3371
|
+
'Preview1' => 'Aperçu 1',
|
3372
|
+
'Preview2' => 'Aperçu 2',
|
3373
|
+
'PreviewApplicationName' => 'Nom de l\'application d\'aperçu',
|
3374
|
+
'PreviewApplicationVersion' => 'Version de l\'application d\'aperçu',
|
3375
|
+
'PreviewColorSpace' => {
|
3376
|
+
Description => 'Espace de couleur de l\'aperçu',
|
3377
|
+
PrintConv => {
|
3378
|
+
'Unknown' => 'Inconnu',
|
3379
|
+
},
|
3380
|
+
},
|
3381
|
+
'PreviewDateTime' => 'Horodatage d\'aperçu',
|
3382
|
+
'PreviewImage' => 'Aperçu',
|
3383
|
+
'PreviewImageBorders' => 'Limites d\'image miniature',
|
3384
|
+
'PreviewImageData' => 'Données d\'image miniature',
|
3385
|
+
'PreviewImageLength' => 'Longueur d\'image miniature',
|
3386
|
+
'PreviewImageSize' => 'Taille d\'image miniature',
|
3387
|
+
'PreviewImageStart' => 'Début d\'image miniature',
|
3388
|
+
'PreviewImageValid' => {
|
3389
|
+
PrintConv => {
|
3390
|
+
'No' => 'Non',
|
3391
|
+
'Yes' => 'Oui',
|
3392
|
+
},
|
3393
|
+
},
|
3394
|
+
'PreviewQuality' => {
|
3395
|
+
PrintConv => {
|
3396
|
+
'Normal' => 'Normale',
|
3397
|
+
},
|
3398
|
+
},
|
3399
|
+
'PreviewSettingsDigest' => 'Digest des réglages d\'aperçu',
|
3400
|
+
'PreviewSettingsName' => 'Nom des réglages d\'aperçu',
|
3401
|
+
'PrimaryAFPoint' => {
|
3402
|
+
PrintConv => {
|
3403
|
+
'Bottom' => 'Bas',
|
3404
|
+
'C6 (Center)' => 'C6 (Centre)',
|
3405
|
+
'Center' => 'Centre',
|
3406
|
+
'Mid-left' => 'Milieu gauche',
|
3407
|
+
'Mid-right' => 'Milieu droit',
|
3408
|
+
'Top' => 'Haut',
|
3409
|
+
},
|
3410
|
+
},
|
3411
|
+
'PrimaryChromaticities' => 'Chromaticité des couleurs primaires',
|
3412
|
+
'PrimaryPlatform' => 'Plateforme primaire',
|
3413
|
+
'ProcessingSoftware' => 'Logiciel de traitement',
|
3414
|
+
'Producer' => 'Producteur',
|
3415
|
+
'ProductID' => 'ID de produit',
|
3416
|
+
'ProductionCode' => 'L\'appareil est passé en SAV',
|
3417
|
+
'ProfileCMMType' => 'Type de profil CMM',
|
3418
|
+
'ProfileCalibrationSig' => 'Signature de calibration de profil',
|
3419
|
+
'ProfileClass' => {
|
3420
|
+
Description => 'Classe de profil',
|
3421
|
+
PrintConv => {
|
3422
|
+
'Abstract Profile' => 'Profil de résumé',
|
3423
|
+
'ColorSpace Conversion Profile' => 'Profil de conversion d\'espace de couleur',
|
3424
|
+
'DeviceLink Profile' => 'Profil de liaison',
|
3425
|
+
'Display Device Profile' => 'Profil d\'appareil d\'affichage',
|
3426
|
+
'Input Device Profile' => 'Profil d\'appareil d\'entrée',
|
3427
|
+
'NamedColor Profile' => 'Profil de couleur nommée',
|
3428
|
+
'Nikon Input Device Profile (NON-STANDARD!)' => 'Profil Nikon ("nkpf")',
|
3429
|
+
'Output Device Profile' => 'Profil d\'appareil de sortie',
|
3430
|
+
},
|
3431
|
+
},
|
3432
|
+
'ProfileConnectionSpace' => 'Espace de connexion de profil',
|
3433
|
+
'ProfileCopyright' => 'Copyright du profil',
|
3434
|
+
'ProfileCreator' => 'Créateur du profil',
|
3435
|
+
'ProfileDateTime' => 'Horodatage du profil',
|
3436
|
+
'ProfileDescription' => 'Description du profil',
|
3437
|
+
'ProfileDescriptionML' => 'Description de profil ML',
|
3438
|
+
'ProfileEmbedPolicy' => {
|
3439
|
+
Description => 'Règles d\'usage du profil incluses',
|
3440
|
+
PrintConv => {
|
3441
|
+
'Allow Copying' => 'Permet la copie',
|
3442
|
+
'Embed if Used' => 'Inclus si utilisé',
|
3443
|
+
'Never Embed' => 'Jamais inclus',
|
3444
|
+
'No Restrictions' => 'Pas de restriction',
|
3445
|
+
},
|
3446
|
+
},
|
3447
|
+
'ProfileFileSignature' => 'Signature de fichier de profil',
|
3448
|
+
'ProfileHueSatMapData1' => 'Données de profil teinte sat. 1',
|
3449
|
+
'ProfileHueSatMapData2' => 'Données de profil teinte sat. 2',
|
3450
|
+
'ProfileHueSatMapDims' => 'Divisions de teinte',
|
3451
|
+
'ProfileID' => 'ID du profil',
|
3452
|
+
'ProfileLookTableData' => 'Données de table de correspondance de profil',
|
3453
|
+
'ProfileLookTableDims' => 'Divisions de teinte',
|
3454
|
+
'ProfileName' => 'Nom du profil',
|
3455
|
+
'ProfileSequenceDesc' => 'Description de séquence du profil',
|
3456
|
+
'ProfileToneCurve' => 'Courbe de ton du profil',
|
3457
|
+
'ProfileVersion' => 'Version de profil',
|
3458
|
+
'ProgramISO' => 'Programme ISO',
|
3459
|
+
'ProgramLine' => {
|
3460
|
+
Description => 'Ligne de programme',
|
3461
|
+
PrintConv => {
|
3462
|
+
'Depth' => 'Priorité profondeur de champ',
|
3463
|
+
'Hi Speed' => 'Priorité grande vitesse',
|
3464
|
+
'MTF' => 'Priorité FTM',
|
3465
|
+
'Normal' => 'Normale',
|
3466
|
+
},
|
3467
|
+
},
|
3468
|
+
'ProgramMode' => {
|
3469
|
+
PrintConv => {
|
3470
|
+
'None' => 'Aucune',
|
3471
|
+
'Sunset' => 'Coucher de soleil',
|
3472
|
+
'Text' => 'Texte',
|
3473
|
+
},
|
3474
|
+
},
|
3475
|
+
'ProgramShift' => 'Décalage Programme',
|
3476
|
+
'ProgramVersion' => 'Version du programme',
|
3477
|
+
'Protect' => 'Protéger',
|
3478
|
+
'Province-State' => 'État / Région',
|
3479
|
+
'Publisher' => 'Editeur',
|
3480
|
+
'Quality' => {
|
3481
|
+
Description => 'Qualité',
|
3482
|
+
PrintConv => {
|
3483
|
+
'Best' => 'La meilleure',
|
3484
|
+
'Better' => 'Meilleure',
|
3485
|
+
'Compressed RAW' => 'cRAW',
|
3486
|
+
'Compressed RAW + JPEG' => 'cRAW+JPEG',
|
3487
|
+
'Extra Fine' => 'Extra fine',
|
3488
|
+
'Good' => 'Bonne',
|
3489
|
+
'Low' => 'Bas',
|
3490
|
+
'Normal' => 'Normale',
|
3491
|
+
'RAW + JPEG' => 'RAW+JPEG',
|
3492
|
+
},
|
3493
|
+
},
|
3494
|
+
'QualityMode' => {
|
3495
|
+
Description => 'Qualité',
|
3496
|
+
PrintConv => {
|
3497
|
+
'Fine' => 'Haute',
|
3498
|
+
'Normal' => 'Normale',
|
3499
|
+
},
|
3500
|
+
},
|
3501
|
+
'QuantizationMethod' => {
|
3502
|
+
Description => 'Méthode de quantification',
|
3503
|
+
PrintConv => {
|
3504
|
+
'Color Space Specific' => 'Spécifique à l\'espace de couleur',
|
3505
|
+
'Compression Method Specific' => 'Spécifique à la méthode de compression',
|
3506
|
+
'Gamma Compensated' => 'Compensée gamma',
|
3507
|
+
'IPTC Ref B' => 'IPTC réf "B"',
|
3508
|
+
'Linear Density' => 'Densité linéaire',
|
3509
|
+
'Linear Dot Percent' => 'Pourcentage de point linéaire',
|
3510
|
+
'Linear Reflectance/Transmittance' => 'Réflectance/transmittance linéaire',
|
3511
|
+
},
|
3512
|
+
},
|
3513
|
+
'QuickAdjust' => 'Réglages rapides',
|
3514
|
+
'QuickControlDialInMeter' => {
|
3515
|
+
Description => 'Molette de contrôle rapide en mesure',
|
3516
|
+
PrintConv => {
|
3517
|
+
'AF point selection' => 'Sélection collimateur AF',
|
3518
|
+
'Exposure comp/Aperture' => 'Correction exposition/ouverture',
|
3519
|
+
'ISO speed' => 'Sensibilité ISO',
|
3520
|
+
},
|
3521
|
+
},
|
3522
|
+
'QuickShot' => {
|
3523
|
+
PrintConv => {
|
3524
|
+
'Off' => 'Désactivé',
|
3525
|
+
'On' => 'Activé',
|
3526
|
+
},
|
3527
|
+
},
|
3528
|
+
'RAFVersion' => 'Version RAF',
|
3529
|
+
'RasterPadding' => 'Remplissage raster',
|
3530
|
+
'RasterizedCaption' => 'Légende rastérisée',
|
3531
|
+
'Rating' => 'Évaluation',
|
3532
|
+
'RatingPercent' => 'Rapport en pourcentage',
|
3533
|
+
'RawAndJpgRecording' => {
|
3534
|
+
Description => 'Enregistrement RAW et JPEG',
|
3535
|
+
PrintConv => {
|
3536
|
+
'JPEG (Best)' => 'JPEG (le meilleur)',
|
3537
|
+
'JPEG (Better)' => 'JPEG (meilleur)',
|
3538
|
+
'JPEG (Good)' => 'JPEG (bon)',
|
3539
|
+
'RAW (DNG, Best)' => 'RAW (DNG, le meilleur)',
|
3540
|
+
'RAW (DNG, Better)' => 'RAW (DNG, meilleur)',
|
3541
|
+
'RAW (DNG, Good)' => 'RAW (DNG, bon)',
|
3542
|
+
'RAW (PEF, Best)' => 'RAW (PEF, le meilleur)',
|
3543
|
+
'RAW (PEF, Better)' => 'RAW (PEF, meilleur)',
|
3544
|
+
'RAW (PEF, Good)' => 'RAW (PEF, bon)',
|
3545
|
+
'RAW+JPEG (DNG, Best)' => 'RAW+JPEG (DNG, le meilleur)',
|
3546
|
+
'RAW+JPEG (DNG, Better)' => 'RAW+JPEG (DNG, meilleur)',
|
3547
|
+
'RAW+JPEG (DNG, Good)' => 'RAW+JPEG (DNG, bon)',
|
3548
|
+
'RAW+JPEG (PEF, Best)' => 'RAW+JPEG (PEF, le meilleur)',
|
3549
|
+
'RAW+JPEG (PEF, Better)' => 'RAW+JPEG (PEF, meilleur)',
|
3550
|
+
'RAW+JPEG (PEF, Good)' => 'RAW+JPEG (PEF, bon)',
|
3551
|
+
'RAW+Large/Fine' => 'RAW+grande/fine',
|
3552
|
+
'RAW+Large/Normal' => 'RAW+grande/normale',
|
3553
|
+
'RAW+Medium/Fine' => 'RAW+moyenne/fine',
|
3554
|
+
'RAW+Medium/Normal' => 'RAW+moyenne/normale',
|
3555
|
+
'RAW+Small/Fine' => 'RAW+petite/fine',
|
3556
|
+
'RAW+Small/Normal' => 'RAW+petite/normale',
|
3557
|
+
},
|
3558
|
+
},
|
3559
|
+
'RawDataOffset' => 'Décalage données Raw',
|
3560
|
+
'RawDataUniqueID' => 'ID unique de données brutes',
|
3561
|
+
'RawDevAutoGradation' => {
|
3562
|
+
PrintConv => {
|
3563
|
+
'Off' => 'Désactivé',
|
3564
|
+
'On' => 'Activé',
|
3565
|
+
},
|
3566
|
+
},
|
3567
|
+
'RawDevPMPictureTone' => {
|
3568
|
+
PrintConv => {
|
3569
|
+
'Blue' => 'Bleu',
|
3570
|
+
'Green' => 'Vert',
|
3571
|
+
},
|
3572
|
+
},
|
3573
|
+
'RawDevPM_BWFilter' => {
|
3574
|
+
PrintConv => {
|
3575
|
+
'Green' => 'Vert',
|
3576
|
+
'Red' => 'Rouge',
|
3577
|
+
'Yellow' => 'Jaune',
|
3578
|
+
},
|
3579
|
+
},
|
3580
|
+
'RawDevPictureMode' => {
|
3581
|
+
PrintConv => {
|
3582
|
+
'Natural' => 'Naturel',
|
3583
|
+
},
|
3584
|
+
},
|
3585
|
+
'RawDevWhiteBalance' => {
|
3586
|
+
PrintConv => {
|
3587
|
+
'Color Temperature' => 'Température de couleur',
|
3588
|
+
},
|
3589
|
+
},
|
3590
|
+
'RawImageCenter' => 'Centre Image RAW',
|
3591
|
+
'RawImageDigest' => 'Digest d\'image brute',
|
3592
|
+
'RawImageHeight' => 'Hauteur de l\'image brute',
|
3593
|
+
'RawImageSize' => 'Taille d\'image RAW',
|
3594
|
+
'RawImageWidth' => 'Largeur de l\'image brute',
|
3595
|
+
'RawJpgQuality' => {
|
3596
|
+
PrintConv => {
|
3597
|
+
'Normal' => 'Normale',
|
3598
|
+
},
|
3599
|
+
},
|
3600
|
+
'RecordMode' => {
|
3601
|
+
Description => 'Mode d\'enregistrement',
|
3602
|
+
PrintConv => {
|
3603
|
+
'Aperture Priority' => 'Priorité ouverture',
|
3604
|
+
'Manual' => 'Manuelle',
|
3605
|
+
'Shutter Priority' => 'Priorité vitesse',
|
3606
|
+
},
|
3607
|
+
},
|
3608
|
+
'RecordingMode' => {
|
3609
|
+
PrintConv => {
|
3610
|
+
'Landscape' => 'Paysage',
|
3611
|
+
'Manual' => 'Manuelle',
|
3612
|
+
'Night Scene' => 'Nocturne',
|
3613
|
+
},
|
3614
|
+
},
|
3615
|
+
'RedBalance' => 'Balance rouge',
|
3616
|
+
'RedEyeCorrection' => {
|
3617
|
+
PrintConv => {
|
3618
|
+
'Automatic' => 'Auto',
|
3619
|
+
'Off' => 'Désactivé',
|
3620
|
+
},
|
3621
|
+
},
|
3622
|
+
'RedEyeReduction' => {
|
3623
|
+
Description => 'Réduction yeux rouges',
|
3624
|
+
PrintConv => {
|
3625
|
+
'Off' => 'Désactivé',
|
3626
|
+
'On' => 'Activé',
|
3627
|
+
},
|
3628
|
+
},
|
3629
|
+
'RedMatrixColumn' => 'Colonne de matrice rouge',
|
3630
|
+
'RedTRC' => 'Courbe de reproduction des tons rouges',
|
3631
|
+
'ReductionMatrix1' => 'Matrice de réduction 1',
|
3632
|
+
'ReductionMatrix2' => 'Matrice de réduction 2',
|
3633
|
+
'ReferenceBlackWhite' => 'Paire de valeurs de référence noir et blanc',
|
3634
|
+
'ReferenceDate' => 'Date de référence',
|
3635
|
+
'ReferenceNumber' => 'Numéro de référence',
|
3636
|
+
'ReferenceService' => 'Service de référence',
|
3637
|
+
'RelatedImageFileFormat' => 'Format de fichier image apparenté',
|
3638
|
+
'RelatedImageHeight' => 'Hauteur d\'image apparentée',
|
3639
|
+
'RelatedImageWidth' => 'Largeur d\'image apparentée',
|
3640
|
+
'RelatedSoundFile' => 'Fichier audio apparenté',
|
3641
|
+
'ReleaseButtonToUseDial' => {
|
3642
|
+
PrintConv => {
|
3643
|
+
'No' => 'Non',
|
3644
|
+
'Yes' => 'Oui',
|
3645
|
+
},
|
3646
|
+
},
|
3647
|
+
'ReleaseDate' => 'Date de version',
|
3648
|
+
'ReleaseTime' => 'Heure de version',
|
3649
|
+
'RenderingIntent' => {
|
3650
|
+
Description => 'Intention de rendu',
|
3651
|
+
PrintConv => {
|
3652
|
+
'ICC-Absolute Colorimetric' => 'Colorimétrique absolu',
|
3653
|
+
'Media-Relative Colorimetric' => 'Colorimétrique relatif',
|
3654
|
+
'Perceptual' => 'Perceptif',
|
3655
|
+
},
|
3656
|
+
},
|
3657
|
+
'ResampleParamsQuality' => {
|
3658
|
+
PrintConv => {
|
3659
|
+
'Low' => 'Bas',
|
3660
|
+
},
|
3661
|
+
},
|
3662
|
+
'Resaved' => {
|
3663
|
+
PrintConv => {
|
3664
|
+
'No' => 'Non',
|
3665
|
+
'Yes' => 'Oui',
|
3666
|
+
},
|
3667
|
+
},
|
3668
|
+
'Resolution' => 'Résolution d\'image',
|
3669
|
+
'ResolutionUnit' => {
|
3670
|
+
Description => 'Unité de résolution en X et Y',
|
3671
|
+
PrintConv => {
|
3672
|
+
'None' => 'Aucune',
|
3673
|
+
'cm' => 'Pixels/cm',
|
3674
|
+
'inches' => 'Pouce',
|
3675
|
+
},
|
3676
|
+
},
|
3677
|
+
'RetouchHistory' => {
|
3678
|
+
Description => 'Historique retouche',
|
3679
|
+
PrintConv => {
|
3680
|
+
'None' => 'Aucune',
|
3681
|
+
},
|
3682
|
+
},
|
3683
|
+
'RevisionNumber' => 'Numéro de révision',
|
3684
|
+
'Rights' => 'Droits',
|
3685
|
+
'Rotation' => {
|
3686
|
+
PrintConv => {
|
3687
|
+
'Rotate 270 CW' => 'Rotation à 270 ° - sens antihoraire',
|
3688
|
+
'Rotate 90 CW' => 'Rotation 90 ° - sens horaire',
|
3689
|
+
},
|
3690
|
+
},
|
3691
|
+
'RowInterleaveFactor' => 'Facteur d\'entrelacement des lignes',
|
3692
|
+
'RowsPerStrip' => 'Nombre de rangées par bande',
|
3693
|
+
'SMaxSampleValue' => 'Valeur maxi d\'échantillon S',
|
3694
|
+
'SMinSampleValue' => 'Valeur mini d\'échantillon S',
|
3695
|
+
'SPIFFVersion' => 'Version SPIFF',
|
3696
|
+
'SRAWQuality' => {
|
3697
|
+
PrintConv => {
|
3698
|
+
'n/a' => 'Non établie',
|
3699
|
+
},
|
3700
|
+
},
|
3701
|
+
'SRActive' => {
|
3702
|
+
Description => 'Réduction de bougé active',
|
3703
|
+
PrintConv => {
|
3704
|
+
'No' => 'Non',
|
3705
|
+
'Yes' => 'Oui',
|
3706
|
+
},
|
3707
|
+
},
|
3708
|
+
'SRFocalLength' => 'Focale de réduction de bougé',
|
3709
|
+
'SRHalfPressTime' => 'Temps entre mesure et déclenchement',
|
3710
|
+
'SRResult' => {
|
3711
|
+
Description => 'Stabilisation',
|
3712
|
+
PrintConv => {
|
3713
|
+
'Not stabilized' => 'Non stabilisé',
|
3714
|
+
},
|
3715
|
+
},
|
3716
|
+
'SVGVersion' => 'Version SVG',
|
3717
|
+
'SafetyShift' => {
|
3718
|
+
Description => 'Décalage de sécurité',
|
3719
|
+
PrintConv => {
|
3720
|
+
'Disable' => 'Désactivé',
|
3721
|
+
'Enable (ISO speed)' => 'Activé (sensibilité ISO)',
|
3722
|
+
'Enable (Tv/Av)' => 'Activé (Tv/Av)',
|
3723
|
+
},
|
3724
|
+
},
|
3725
|
+
'SafetyShiftInAvOrTv' => {
|
3726
|
+
Description => 'Décalage de sécurité Av ou Tv',
|
3727
|
+
PrintConv => {
|
3728
|
+
'Disable' => 'Désactivé',
|
3729
|
+
'Enable' => 'Activé',
|
3730
|
+
},
|
3731
|
+
},
|
3732
|
+
'SampleFormat' => {
|
3733
|
+
Description => 'Format d\'échantillon',
|
3734
|
+
PrintConv => {
|
3735
|
+
'Complex int' => 'Entier complexe',
|
3736
|
+
'Float' => 'Réel à virgule flottante',
|
3737
|
+
'Signed' => 'Entier signé',
|
3738
|
+
'Undefined' => 'Non défini',
|
3739
|
+
'Unsigned' => 'Entier non signé',
|
3740
|
+
},
|
3741
|
+
},
|
3742
|
+
'SampleStructure' => {
|
3743
|
+
Description => 'Structure d\'échantillonnage',
|
3744
|
+
PrintConv => {
|
3745
|
+
'CompressionDependent' => 'Définie dans le processus de compression',
|
3746
|
+
'Orthogonal4-2-2Sampling' => 'Orthogonale, avec les fréquences d\'échantillonnage dans le rapport 4:2:2:(4)',
|
3747
|
+
'OrthogonalConstangSampling' => 'Orthogonale, avec les mêmes fréquences d\'échantillonnage relatives sur chaque composante',
|
3748
|
+
},
|
3749
|
+
},
|
3750
|
+
'SamplesPerPixel' => 'Nombre de composantes',
|
3751
|
+
'Saturation' => {
|
3752
|
+
PrintConv => {
|
3753
|
+
'+1 (med high)' => '+1 (Assez fort)',
|
3754
|
+
'+2 (high)' => '+2 (Forte)',
|
3755
|
+
'+3 (very high)' => '+3 (Très fort)',
|
3756
|
+
'-1 (med low)' => '-1 (Assez faible)',
|
3757
|
+
'-2 (low)' => '-2 (Faible)',
|
3758
|
+
'-3 (very low)' => '-3 (Très faible)',
|
3759
|
+
'0 (normal)' => '0 (Normale)',
|
3760
|
+
'High' => 'Forte',
|
3761
|
+
'Low' => 'Faible',
|
3762
|
+
'None' => 'Non établie',
|
3763
|
+
'Normal' => 'Normale',
|
3764
|
+
},
|
3765
|
+
},
|
3766
|
+
'ScanImageEnhancer' => {
|
3767
|
+
PrintConv => {
|
3768
|
+
'Off' => 'Désactivé',
|
3769
|
+
'On' => 'Activé',
|
3770
|
+
},
|
3771
|
+
},
|
3772
|
+
'ScanningDirection' => {
|
3773
|
+
Description => 'Direction de scannage',
|
3774
|
+
PrintConv => {
|
3775
|
+
'Bottom-Top, L-R' => 'De bas en haut, de gauche à droite',
|
3776
|
+
'Bottom-Top, R-L' => 'De bas en haut, de droite à gauche',
|
3777
|
+
'L-R, Bottom-Top' => 'De gauche à droite, de bas en haut',
|
3778
|
+
'L-R, Top-Bottom' => 'De gauche à droite, de haut en bas',
|
3779
|
+
'R-L, Bottom-Top' => 'De droite à gauche, de bas en haut',
|
3780
|
+
'R-L, Top-Bottom' => 'De droite à gauche, de haut en bas',
|
3781
|
+
'Top-Bottom, L-R' => 'De haut en bas, de gauche à droite',
|
3782
|
+
'Top-Bottom, R-L' => 'De haut en bas, de droite à gauche',
|
3783
|
+
},
|
3784
|
+
},
|
3785
|
+
'Scene' => 'Scène',
|
3786
|
+
'SceneAssist' => 'Assistant Scene',
|
3787
|
+
'SceneCaptureType' => {
|
3788
|
+
Description => 'Type de capture de scène',
|
3789
|
+
PrintConv => {
|
3790
|
+
'Landscape' => 'Paysage',
|
3791
|
+
'Night' => 'Scène de nuit',
|
3792
|
+
},
|
3793
|
+
},
|
3794
|
+
'SceneMode' => {
|
3795
|
+
Description => 'Modes scène',
|
3796
|
+
PrintConv => {
|
3797
|
+
'3D Sweep Panorama' => '3D',
|
3798
|
+
'Anti Motion Blur' => 'Anti-flou de mvt',
|
3799
|
+
'Aperture Priority' => 'Priorité ouverture',
|
3800
|
+
'Auto' => 'Auto.',
|
3801
|
+
'Candlelight' => 'Bougie',
|
3802
|
+
'Cont. Priority AE' => 'AE priorité continue',
|
3803
|
+
'Handheld Night Shot' => 'Vue de nuit manuelle',
|
3804
|
+
'Landscape' => 'Paysage',
|
3805
|
+
'Manual' => 'Manuelle',
|
3806
|
+
'Night Portrait' => 'Portrait nocturne',
|
3807
|
+
'Night Scene' => 'Nocturne',
|
3808
|
+
'Night View/Portrait' => 'Vision/portrait nocturne',
|
3809
|
+
'Normal' => 'Normale',
|
3810
|
+
'Off' => 'Désactivé',
|
3811
|
+
'Shutter Priority' => 'Priorité vitesse',
|
3812
|
+
'Snow' => 'Neige',
|
3813
|
+
'Sunset' => 'Coucher de soleil',
|
3814
|
+
'Super Macro' => 'Super macro',
|
3815
|
+
'Sweep Panorama' => 'Panora. par balayage',
|
3816
|
+
'Text' => 'Texte',
|
3817
|
+
},
|
3818
|
+
},
|
3819
|
+
'SceneModeUsed' => {
|
3820
|
+
PrintConv => {
|
3821
|
+
'Aperture Priority' => 'Priorité ouverture',
|
3822
|
+
'Candlelight' => 'Bougie',
|
3823
|
+
'Landscape' => 'Paysage',
|
3824
|
+
'Manual' => 'Manuelle',
|
3825
|
+
'Shutter Priority' => 'Priorité vitesse',
|
3826
|
+
'Snow' => 'Neige',
|
3827
|
+
'Sunset' => 'Coucher de soleil',
|
3828
|
+
'Text' => 'Texte',
|
3829
|
+
},
|
3830
|
+
},
|
3831
|
+
'SceneSelect' => {
|
3832
|
+
PrintConv => {
|
3833
|
+
'Night' => 'Scène de nuit',
|
3834
|
+
'Off' => 'Désactivé',
|
3835
|
+
},
|
3836
|
+
},
|
3837
|
+
'SceneType' => {
|
3838
|
+
Description => 'Type de scène',
|
3839
|
+
PrintConv => {
|
3840
|
+
'Directly photographed' => 'Image photographiée directement',
|
3841
|
+
},
|
3842
|
+
},
|
3843
|
+
'SecurityClassification' => {
|
3844
|
+
Description => 'Classement de sécurité',
|
3845
|
+
PrintConv => {
|
3846
|
+
'Confidential' => 'Confidentiel',
|
3847
|
+
'Restricted' => 'Restreint',
|
3848
|
+
'Top Secret' => 'Top secret',
|
3849
|
+
'Unclassified' => 'Non classé',
|
3850
|
+
},
|
3851
|
+
},
|
3852
|
+
'SelectableAFPoint' => {
|
3853
|
+
Description => 'Collimateurs AF sélectionnables',
|
3854
|
+
PrintConv => {
|
3855
|
+
'11 points' => '11 collimateurs',
|
3856
|
+
'19 points' => '19 collimateurs',
|
3857
|
+
'45 points' => '45 collimateurs',
|
3858
|
+
'Inner 9 points' => '9 collimateurs centraux',
|
3859
|
+
'Outer 9 points' => '9 collimateurs périphériques',
|
3860
|
+
},
|
3861
|
+
},
|
3862
|
+
'SelfTimer' => {
|
3863
|
+
Description => 'Retardateur',
|
3864
|
+
PrintConv => {
|
3865
|
+
'Off' => 'Désactivé',
|
3866
|
+
'On' => 'Activé',
|
3867
|
+
},
|
3868
|
+
},
|
3869
|
+
'SelfTimer2' => 'Retardateur (2)',
|
3870
|
+
'SelfTimerMode' => 'Mode auto-timer',
|
3871
|
+
'SensingMethod' => {
|
3872
|
+
Description => 'Méthode de capture',
|
3873
|
+
PrintConv => {
|
3874
|
+
'Color sequential area' => 'Capteur couleur séquentiel',
|
3875
|
+
'Color sequential linear' => 'Capteur couleur séquentiel linéaire',
|
3876
|
+
'Monochrome area' => 'Capteur monochrome',
|
3877
|
+
'Monochrome linear' => 'Capteur linéaire monochrome',
|
3878
|
+
'Not defined' => 'Non définie',
|
3879
|
+
'One-chip color area' => 'Capteur monochip couleur',
|
3880
|
+
'Three-chip color area' => 'Capteur trois chips couleur',
|
3881
|
+
'Trilinear' => 'Capteur trilinéaire',
|
3882
|
+
'Two-chip color area' => 'Capteur deux chips couleur',
|
3883
|
+
},
|
3884
|
+
},
|
3885
|
+
'SensitivityAdjust' => 'Réglage de sensibilité',
|
3886
|
+
'SensitivitySteps' => {
|
3887
|
+
Description => 'Pas de sensibilité',
|
3888
|
+
PrintConv => {
|
3889
|
+
'1 EV Steps' => 'Pas de 1 IL',
|
3890
|
+
'As EV Steps' => 'Comme pas IL',
|
3891
|
+
},
|
3892
|
+
},
|
3893
|
+
'SensitivityType' => 'Type de sensibilité',
|
3894
|
+
'SensorCleaning' => {
|
3895
|
+
PrintConv => {
|
3896
|
+
'Disable' => 'Désactivé',
|
3897
|
+
'Enable' => 'Activé',
|
3898
|
+
},
|
3899
|
+
},
|
3900
|
+
'SensorHeight' => 'Hauteur du capteur',
|
3901
|
+
'SensorPixelSize' => 'Taille des pixels du capteur',
|
3902
|
+
'SensorWidth' => 'Largeur du capteur',
|
3903
|
+
'SequenceNumber' => 'Numéro de Séquence',
|
3904
|
+
'SequentialShot' => {
|
3905
|
+
PrintConv => {
|
3906
|
+
'None' => 'Aucune',
|
3907
|
+
},
|
3908
|
+
},
|
3909
|
+
'SerialNumber' => 'Numéro de série',
|
3910
|
+
'ServiceIdentifier' => 'Identificateur de service',
|
3911
|
+
'SetButtonCrossKeysFunc' => {
|
3912
|
+
Description => 'Réglage touche SET/joypad',
|
3913
|
+
PrintConv => {
|
3914
|
+
'Cross keys: AF point select' => 'Joypad:Sélec. collim. AF',
|
3915
|
+
'Normal' => 'Normale',
|
3916
|
+
'Set: Flash Exposure Comp' => 'SET:Cor expo flash',
|
3917
|
+
'Set: Parameter' => 'SET:Changer de paramètres',
|
3918
|
+
'Set: Picture Style' => 'SET:Style d’image',
|
3919
|
+
'Set: Playback' => 'SET:Lecture',
|
3920
|
+
'Set: Quality' => 'SET:Qualité',
|
3921
|
+
},
|
3922
|
+
},
|
3923
|
+
'SetButtonWhenShooting' => {
|
3924
|
+
Description => 'Touche SET au déclenchement',
|
3925
|
+
PrintConv => {
|
3926
|
+
'Change parameters' => 'Changer de paramètres',
|
3927
|
+
'Default (no function)' => 'Normal (désactivée)',
|
3928
|
+
'Disabled' => 'Désactivée',
|
3929
|
+
'Flash exposure compensation' => 'Correction expo flash',
|
3930
|
+
'ISO speed' => 'Sensibilité ISO',
|
3931
|
+
'Image playback' => 'Lecture de l\'image',
|
3932
|
+
'Image quality' => 'Changer de qualité',
|
3933
|
+
'Image size' => 'Taille d\'image',
|
3934
|
+
'LCD monitor On/Off' => 'Écran LCD On/Off',
|
3935
|
+
'Menu display' => 'Affichage du menu',
|
3936
|
+
'Normal (disabled)' => 'Normal (désactivée)',
|
3937
|
+
'Picture style' => 'Style d\'image',
|
3938
|
+
'Quick control screen' => 'Écran de contrôle rapide',
|
3939
|
+
'Record func. + media/folder' => 'Fonction enregistrement + média/dossier',
|
3940
|
+
'Record movie (Live View)' => 'Enr. vidéo (visée écran)',
|
3941
|
+
'White balance' => 'Balance des blancs',
|
3942
|
+
},
|
3943
|
+
},
|
3944
|
+
'SetFunctionWhenShooting' => {
|
3945
|
+
Description => 'Touche SET au déclenchement',
|
3946
|
+
PrintConv => {
|
3947
|
+
'Change Parameters' => 'Changer de paramètres',
|
3948
|
+
'Change Picture Style' => 'Style d\'image',
|
3949
|
+
'Change quality' => 'Changer de qualité',
|
3950
|
+
'Default (no function)' => 'Normal (désactivée)',
|
3951
|
+
'Image replay' => 'Lecture de l\'image',
|
3952
|
+
'Menu display' => 'Affichage du menu',
|
3953
|
+
},
|
3954
|
+
},
|
3955
|
+
'ShadingCompensation' => {
|
3956
|
+
Description => 'Compensation de l\'ombrage',
|
3957
|
+
PrintConv => {
|
3958
|
+
'Off' => 'Désactivé',
|
3959
|
+
'On' => 'Activé',
|
3960
|
+
},
|
3961
|
+
},
|
3962
|
+
'ShadingCompensation2' => {
|
3963
|
+
PrintConv => {
|
3964
|
+
'Off' => 'Désactivé',
|
3965
|
+
'On' => 'Activé',
|
3966
|
+
},
|
3967
|
+
},
|
3968
|
+
'ShadowScale' => 'Echelle d\'ombre',
|
3969
|
+
'ShakeReduction' => {
|
3970
|
+
Description => 'Réduction du bougé (réglage)',
|
3971
|
+
PrintConv => {
|
3972
|
+
'Off' => 'Désactivé',
|
3973
|
+
'On' => 'Activé',
|
3974
|
+
},
|
3975
|
+
},
|
3976
|
+
'ShakeReductionInfo' => 'Stabilisation',
|
3977
|
+
'Sharpness' => {
|
3978
|
+
Description => 'Accentuation',
|
3979
|
+
PrintConv => {
|
3980
|
+
'+1 (med hard)' => '+1 (Assez dure)',
|
3981
|
+
'+2 (hard)' => '+2 (Dure)',
|
3982
|
+
'+3 (very hard)' => '+3 (Très dure)',
|
3983
|
+
'-1 (med soft)' => '-1 (Assez dure)',
|
3984
|
+
'-2 (soft)' => '-2 (Douce)',
|
3985
|
+
'-3 (very soft)' => '-3 (Très douce)',
|
3986
|
+
'0 (normal)' => '0 (Normale)',
|
3987
|
+
'Hard' => 'Dure',
|
3988
|
+
'Normal' => 'Normale',
|
3989
|
+
'Soft' => 'Douce',
|
3990
|
+
'n/a' => 'Non établie',
|
3991
|
+
},
|
3992
|
+
},
|
3993
|
+
'SharpnessFrequency' => {
|
3994
|
+
PrintConv => {
|
3995
|
+
'High' => 'Haut',
|
3996
|
+
'Highest' => 'Plus haut',
|
3997
|
+
'Low' => 'Doux',
|
3998
|
+
'n/a' => 'Non établie',
|
3999
|
+
},
|
4000
|
+
},
|
4001
|
+
'ShootingMode' => {
|
4002
|
+
Description => 'Télécommande IR',
|
4003
|
+
PrintConv => {
|
4004
|
+
'Aerial Photo' => 'Photo aérienne',
|
4005
|
+
'Aperture Priority' => 'Priorité ouverture',
|
4006
|
+
'Baby' => 'Bébé',
|
4007
|
+
'Beach' => 'Plage',
|
4008
|
+
'Candlelight' => 'Eclairage Bougie',
|
4009
|
+
'Color Effects' => 'Effets de couleurs',
|
4010
|
+
'Fireworks' => 'Feu d\'artifice',
|
4011
|
+
'Food' => 'Nourriture',
|
4012
|
+
'High Sensitivity' => 'Haute sensibilité',
|
4013
|
+
'High Speed Continuous Shooting' => 'Déclenchement continu à grande vitesse',
|
4014
|
+
'Intelligent Auto' => 'Mode Auto intelligent',
|
4015
|
+
'Intelligent ISO' => 'ISO Intelligent',
|
4016
|
+
'Manual' => 'Manuel',
|
4017
|
+
'Movie Preview' => 'Prévisualisation vidéo',
|
4018
|
+
'Night Portrait' => 'Portrait de nuit',
|
4019
|
+
'Normal' => 'Normale',
|
4020
|
+
'Panning' => 'Panoramique',
|
4021
|
+
'Panorama Assist' => 'Assistant Panorama',
|
4022
|
+
'Party' => 'Fête',
|
4023
|
+
'Pet' => 'Animal domestique',
|
4024
|
+
'Program' => 'Programme',
|
4025
|
+
'Scenery' => 'Paysage',
|
4026
|
+
'Shutter Priority' => 'Priorité vitesse',
|
4027
|
+
'Snow' => 'Neige',
|
4028
|
+
'Soft Skin' => 'Peau douce',
|
4029
|
+
'Starry Night' => 'Nuit étoilée',
|
4030
|
+
'Sunset' => 'Coucher de soleil',
|
4031
|
+
'Underwater' => 'Subaquatique',
|
4032
|
+
},
|
4033
|
+
},
|
4034
|
+
'ShortDocumentID' => 'ID court de document',
|
4035
|
+
'ShortReleaseTimeLag' => {
|
4036
|
+
Description => 'Inertie au déclenchement réduite',
|
4037
|
+
PrintConv => {
|
4038
|
+
'Disable' => 'Désactivé',
|
4039
|
+
'Enable' => 'Activé',
|
4040
|
+
},
|
4041
|
+
},
|
4042
|
+
'ShotInfoVersion' => 'Version des Infos prise de vue',
|
4043
|
+
'Shutter-AELock' => {
|
4044
|
+
Description => 'Déclencheur/Touche verr. AE',
|
4045
|
+
PrintConv => {
|
4046
|
+
'AE lock/AF' => 'Verrouillage AE/autofocus',
|
4047
|
+
'AE/AF, No AE lock' => 'AE/AF, pas de verrou. AE',
|
4048
|
+
'AF/AE lock' => 'Autofocus/verrouillage AE',
|
4049
|
+
'AF/AF lock' => 'Autofocus/verrouillage AF',
|
4050
|
+
'AF/AF lock, No AE lock' => 'AF/verr.AF, pas de verr.AE',
|
4051
|
+
},
|
4052
|
+
},
|
4053
|
+
'ShutterAELButton' => {
|
4054
|
+
Description => 'Déclencheur/Touche verr. AE',
|
4055
|
+
PrintConv => {
|
4056
|
+
'AE lock/AF' => 'Verrouillage AE/Autofocus',
|
4057
|
+
'AE/AF, No AE lock' => 'AE/AF, pas de verrou. AE',
|
4058
|
+
'AF/AE lock stop' => 'Autofocus/Verrouillage AE',
|
4059
|
+
'AF/AF lock, No AE lock' => 'AF/verr.AF, pas de verr.AE',
|
4060
|
+
},
|
4061
|
+
},
|
4062
|
+
'ShutterButtonAFOnButton' => {
|
4063
|
+
Description => 'Déclencheur/Touche AF',
|
4064
|
+
PrintConv => {
|
4065
|
+
'AE lock/Metering + AF start' => 'Mémo expo/lct. mesure+AF',
|
4066
|
+
'Metering + AF start' => 'Mesure + lancement AF',
|
4067
|
+
'Metering + AF start/AF stop' => 'Mesure + lancement/arrêt AF',
|
4068
|
+
'Metering + AF start/disable' => 'Lct. mesure+AF/désactivée',
|
4069
|
+
'Metering start/Meter + AF start' => 'Lct. mesure/lct. mesure+AF',
|
4070
|
+
},
|
4071
|
+
},
|
4072
|
+
'ShutterCount' => 'Comptage des déclenchements',
|
4073
|
+
'ShutterCurtainSync' => {
|
4074
|
+
Description => 'Synchronisation du rideau',
|
4075
|
+
PrintConv => {
|
4076
|
+
'1st-curtain sync' => 'Synchronisation premier rideau',
|
4077
|
+
'2nd-curtain sync' => 'Synchronisation deuxième rideau',
|
4078
|
+
},
|
4079
|
+
},
|
4080
|
+
'ShutterMode' => {
|
4081
|
+
PrintConv => {
|
4082
|
+
'Aperture Priority' => 'Priorité ouverture',
|
4083
|
+
},
|
4084
|
+
},
|
4085
|
+
'ShutterReleaseButtonAE-L' => {
|
4086
|
+
PrintConv => {
|
4087
|
+
'Off' => 'Désactivé',
|
4088
|
+
'On' => 'Activé',
|
4089
|
+
},
|
4090
|
+
},
|
4091
|
+
'ShutterReleaseNoCFCard' => {
|
4092
|
+
Description => 'Déclench. obtur. sans carte',
|
4093
|
+
PrintConv => {
|
4094
|
+
'No' => 'Non',
|
4095
|
+
'Yes' => 'Oui',
|
4096
|
+
},
|
4097
|
+
},
|
4098
|
+
'ShutterSpeed' => 'Temps de pose',
|
4099
|
+
'ShutterSpeedRange' => {
|
4100
|
+
Description => 'Régler gamme de vitesses',
|
4101
|
+
PrintConv => {
|
4102
|
+
'Disable' => 'Désactivé',
|
4103
|
+
'Enable' => 'Activée',
|
4104
|
+
},
|
4105
|
+
},
|
4106
|
+
'ShutterSpeedValue' => 'Vitesse d\'obturation',
|
4107
|
+
'SidecarForExtension' => 'Extension',
|
4108
|
+
'SimilarityIndex' => 'Indice de similarité',
|
4109
|
+
'SlaveFlashMeteringSegments' => 'Segments de mesure flash esclave',
|
4110
|
+
'SlideShow' => {
|
4111
|
+
PrintConv => {
|
4112
|
+
'No' => 'Non',
|
4113
|
+
'Yes' => 'Oui',
|
4114
|
+
},
|
4115
|
+
},
|
4116
|
+
'SlowShutter' => {
|
4117
|
+
Description => 'Vitesse d\'obturation lente',
|
4118
|
+
PrintConv => {
|
4119
|
+
'Night Scene' => 'Nocturne',
|
4120
|
+
'None' => 'Aucune',
|
4121
|
+
'Off' => 'Désactivé',
|
4122
|
+
'On' => 'Activé',
|
4123
|
+
},
|
4124
|
+
},
|
4125
|
+
'SlowSync' => {
|
4126
|
+
PrintConv => {
|
4127
|
+
'Off' => 'Désactivé',
|
4128
|
+
'On' => 'Activé',
|
4129
|
+
},
|
4130
|
+
},
|
4131
|
+
'Software' => 'Logiciel',
|
4132
|
+
'SpatialFrequencyResponse' => 'Réponse spatiale en fréquence',
|
4133
|
+
'SpecialEffectsOpticalFilter' => {
|
4134
|
+
PrintConv => {
|
4135
|
+
'None' => 'Aucune',
|
4136
|
+
},
|
4137
|
+
},
|
4138
|
+
'SpectralSensitivity' => 'Sensibilité spectrale',
|
4139
|
+
'SpotMeterLinkToAFPoint' => {
|
4140
|
+
Description => 'Mesure spot liée au collimateur AF',
|
4141
|
+
PrintConv => {
|
4142
|
+
'Disable (use center AF point)' => 'Désactivée (utiliser collimateur AF central)',
|
4143
|
+
'Enable (use active AF point)' => 'Activé (utiliser collimateur AF actif)',
|
4144
|
+
},
|
4145
|
+
},
|
4146
|
+
'SpotMeteringMode' => {
|
4147
|
+
PrintConv => {
|
4148
|
+
'Center' => 'Centre',
|
4149
|
+
},
|
4150
|
+
},
|
4151
|
+
'State' => 'État / Région',
|
4152
|
+
'StreamType' => {
|
4153
|
+
PrintConv => {
|
4154
|
+
'Text' => 'Texte',
|
4155
|
+
},
|
4156
|
+
},
|
4157
|
+
'StripByteCounts' => 'Octets par bande compressée',
|
4158
|
+
'StripOffsets' => 'Emplacement des données image',
|
4159
|
+
'Sub-location' => 'Lieu',
|
4160
|
+
'SubSecCreateDate' => 'Date de la création des données numériques',
|
4161
|
+
'SubSecDateTimeOriginal' => 'Date de la création des données originales',
|
4162
|
+
'SubSecModifyDate' => 'Date de modification de fichier',
|
4163
|
+
'SubSecTime' => 'Fractions de seconde de DateTime',
|
4164
|
+
'SubSecTimeDigitized' => 'Fractions de seconde de DateTimeDigitized',
|
4165
|
+
'SubSecTimeOriginal' => 'Fractions de seconde de DateTimeOriginal',
|
4166
|
+
'SubTileBlockSize' => 'Taille de bloc de sous-tuile',
|
4167
|
+
'SubfileType' => 'Type du nouveau sous-fichier',
|
4168
|
+
'SubimageColor' => {
|
4169
|
+
PrintConv => {
|
4170
|
+
'RGB' => 'RVB',
|
4171
|
+
},
|
4172
|
+
},
|
4173
|
+
'Subject' => 'Sujet',
|
4174
|
+
'SubjectArea' => 'Zone du sujet',
|
4175
|
+
'SubjectCode' => 'Code sujet',
|
4176
|
+
'SubjectDistance' => 'Distance du sujet',
|
4177
|
+
'SubjectDistanceRange' => {
|
4178
|
+
Description => 'Intervalle de distance du sujet',
|
4179
|
+
PrintConv => {
|
4180
|
+
'Close' => 'Vue rapprochée',
|
4181
|
+
'Distant' => 'Vue distante',
|
4182
|
+
'Unknown' => 'Inconnu',
|
4183
|
+
},
|
4184
|
+
},
|
4185
|
+
'SubjectLocation' => 'Zone du sujet',
|
4186
|
+
'SubjectProgram' => {
|
4187
|
+
PrintConv => {
|
4188
|
+
'None' => 'Aucune',
|
4189
|
+
'Sunset' => 'Coucher de soleil',
|
4190
|
+
'Text' => 'Texte',
|
4191
|
+
},
|
4192
|
+
},
|
4193
|
+
'SubjectReference' => 'Code de sujet',
|
4194
|
+
'Subsystem' => {
|
4195
|
+
PrintConv => {
|
4196
|
+
'Unknown' => 'Inconnu',
|
4197
|
+
},
|
4198
|
+
},
|
4199
|
+
'SuperMacro' => {
|
4200
|
+
PrintConv => {
|
4201
|
+
'Off' => 'Désactivé',
|
4202
|
+
},
|
4203
|
+
},
|
4204
|
+
'SuperimposedDisplay' => {
|
4205
|
+
Description => 'Affichage superposé',
|
4206
|
+
PrintConv => {
|
4207
|
+
'Off' => 'Désactivé',
|
4208
|
+
'On' => 'Activé',
|
4209
|
+
},
|
4210
|
+
},
|
4211
|
+
'SupplementalCategories' => 'Catégorie d\'appoint',
|
4212
|
+
'SupplementalType' => {
|
4213
|
+
Description => 'Type de supplément',
|
4214
|
+
PrintConv => {
|
4215
|
+
'Main Image' => 'Non établi',
|
4216
|
+
'Rasterized Caption' => 'Titre rastérisé',
|
4217
|
+
'Reduced Resolution Image' => 'Image de résolution réduite',
|
4218
|
+
},
|
4219
|
+
},
|
4220
|
+
'SvISOSetting' => 'Réglage ISO Sv',
|
4221
|
+
'SwitchToRegisteredAFPoint' => {
|
4222
|
+
Description => 'Activer collimateur enregistré',
|
4223
|
+
PrintConv => {
|
4224
|
+
'Assist' => 'Touche d\'assistance',
|
4225
|
+
'Assist + AF' => 'Touche d\'assistance + touche AF',
|
4226
|
+
'Disable' => 'Désactivé',
|
4227
|
+
'Enable' => 'Activé',
|
4228
|
+
'Only while pressing assist' => 'Seulement en appuyant touche d\'assistance',
|
4229
|
+
},
|
4230
|
+
},
|
4231
|
+
'T4Options' => 'Bits de remplissage ajoutés',
|
4232
|
+
'T6Options' => 'Options T6',
|
4233
|
+
'TTL_DA_ADown' => 'Segment de mesure flash esclave 6',
|
4234
|
+
'TTL_DA_AUp' => 'Segment de mesure flash esclave 5',
|
4235
|
+
'TTL_DA_BDown' => 'Segment de mesure flash esclave 8',
|
4236
|
+
'TTL_DA_BUp' => 'Segment de mesure flash esclave 7',
|
4237
|
+
'Tagged' => {
|
4238
|
+
PrintConv => {
|
4239
|
+
'No' => 'Non',
|
4240
|
+
'Yes' => 'Oui',
|
4241
|
+
},
|
4242
|
+
},
|
4243
|
+
'TargetPrinter' => 'Imprimante cible',
|
4244
|
+
'Technology' => {
|
4245
|
+
Description => 'Technologie',
|
4246
|
+
PrintConv => {
|
4247
|
+
'Active Matrix Display' => 'Afficheur à matrice active',
|
4248
|
+
'Cathode Ray Tube Display' => 'Afficheur à tube cathodique',
|
4249
|
+
'Digital Camera' => 'Appareil photo numérique',
|
4250
|
+
'Dye Sublimation Printer' => 'Imprimante à sublimation thermique',
|
4251
|
+
'Electrophotographic Printer' => 'Imprimante électrophotographique',
|
4252
|
+
'Electrostatic Printer' => 'Imprimante électrostatique',
|
4253
|
+
'Film Scanner' => 'Scanner de film',
|
4254
|
+
'Flexography' => 'Flexographie',
|
4255
|
+
'Ink Jet Printer' => 'Imprimante à jet d\'encre',
|
4256
|
+
'Offset Lithography' => 'Lithographie offset',
|
4257
|
+
'Passive Matrix Display' => 'Afficheur à matrice passive',
|
4258
|
+
'Photo CD' => 'CD photo',
|
4259
|
+
'Photo Image Setter' => 'Cadre photo',
|
4260
|
+
'Photographic Paper Printer' => 'Imprimante à papier photo',
|
4261
|
+
'Projection Television' => 'Téléviseur à projection',
|
4262
|
+
'Reflective Scanner' => 'Scanner à réflexion',
|
4263
|
+
'Silkscreen' => 'Ecran de soie',
|
4264
|
+
'Thermal Wax Printer' => 'Imprimante thermique à cire',
|
4265
|
+
'Video Camera' => 'Caméra vidéo',
|
4266
|
+
'Video Monitor' => 'Moniteur vidéo',
|
4267
|
+
},
|
4268
|
+
},
|
4269
|
+
'Teleconverter' => {
|
4270
|
+
PrintConv => {
|
4271
|
+
'None' => 'Aucune',
|
4272
|
+
},
|
4273
|
+
},
|
4274
|
+
'Text' => 'Texte',
|
4275
|
+
'TextStamp' => {
|
4276
|
+
PrintConv => {
|
4277
|
+
'Off' => 'Désactivé',
|
4278
|
+
'On' => 'Activé',
|
4279
|
+
},
|
4280
|
+
},
|
4281
|
+
'Thresholding' => 'Seuil',
|
4282
|
+
'ThumbnailHeight' => 'Hauteur de la vignette',
|
4283
|
+
'ThumbnailImage' => 'Vignette',
|
4284
|
+
'ThumbnailImageSize' => 'Taille des miniatures',
|
4285
|
+
'ThumbnailLength' => 'Longueur de la vignette',
|
4286
|
+
'ThumbnailOffset' => 'Décalage de la vignette',
|
4287
|
+
'ThumbnailWidth' => 'Hauteur de la vignette',
|
4288
|
+
'TileByteCounts' => 'Nombre d\'octets d\'élément',
|
4289
|
+
'TileDepth' => 'Profondeur d\'élément',
|
4290
|
+
'TileLength' => 'Longueur d\'élément',
|
4291
|
+
'TileOffsets' => 'Décalages d\'élément',
|
4292
|
+
'TileWidth' => 'Largeur d\'élément',
|
4293
|
+
'Time' => 'Heure',
|
4294
|
+
'TimeCreated' => 'Heure de création',
|
4295
|
+
'TimeScaleParamsQuality' => {
|
4296
|
+
PrintConv => {
|
4297
|
+
'Low' => 'Bas',
|
4298
|
+
},
|
4299
|
+
},
|
4300
|
+
'TimeSent' => 'Heure d\'envoi',
|
4301
|
+
'TimeSincePowerOn' => 'Temps écoulé depuis la mise en marche',
|
4302
|
+
'TimeZone' => 'Fuseau horaire',
|
4303
|
+
'TimeZoneOffset' => 'Offset de zone de date',
|
4304
|
+
'TimerLength' => {
|
4305
|
+
Description => 'Durée du retardateur',
|
4306
|
+
PrintConv => {
|
4307
|
+
'Disable' => 'Désactivé',
|
4308
|
+
'Enable' => 'Activée',
|
4309
|
+
},
|
4310
|
+
},
|
4311
|
+
'Title' => 'Titre',
|
4312
|
+
'ToneComp' => 'Correction de tonalité',
|
4313
|
+
'ToneCurve' => {
|
4314
|
+
Description => 'Courbe de ton',
|
4315
|
+
PrintConv => {
|
4316
|
+
'Manual' => 'Manuelle',
|
4317
|
+
},
|
4318
|
+
},
|
4319
|
+
'ToneCurveActive' => {
|
4320
|
+
PrintConv => {
|
4321
|
+
'No' => 'Non',
|
4322
|
+
'Yes' => 'Oui',
|
4323
|
+
},
|
4324
|
+
},
|
4325
|
+
'ToneCurves' => 'Courbes de ton',
|
4326
|
+
'ToningEffect' => {
|
4327
|
+
Description => 'Virage',
|
4328
|
+
PrintConv => {
|
4329
|
+
'Blue' => 'Bleu',
|
4330
|
+
'Green' => 'Vert',
|
4331
|
+
'None' => 'Aucune',
|
4332
|
+
'Red' => 'Rouge',
|
4333
|
+
'Yellow' => 'Jaune',
|
4334
|
+
'n/a' => 'Non établie',
|
4335
|
+
},
|
4336
|
+
},
|
4337
|
+
'ToningEffectMonochrome' => {
|
4338
|
+
PrintConv => {
|
4339
|
+
'Blue' => 'Bleu',
|
4340
|
+
'Green' => 'Vert',
|
4341
|
+
'None' => 'Aucune',
|
4342
|
+
},
|
4343
|
+
},
|
4344
|
+
'ToningSaturation' => 'Saturation du virage',
|
4345
|
+
'TransferFunction' => 'Fonction de transfert',
|
4346
|
+
'TransferRange' => 'Intervalle de transfert',
|
4347
|
+
'Transformation' => {
|
4348
|
+
PrintConv => {
|
4349
|
+
'Horizontal (normal)' => '0° (haut/gauche)',
|
4350
|
+
'Mirror horizontal' => '0° (haut/droit)',
|
4351
|
+
'Mirror horizontal and rotate 270 CW' => '90° sens horaire (gauche/haut)',
|
4352
|
+
'Mirror horizontal and rotate 90 CW' => '90° sens antihoraire (droit/bas)',
|
4353
|
+
'Mirror vertical' => '180° (bas/gauche)',
|
4354
|
+
'Rotate 180' => '180° (bas/droit)',
|
4355
|
+
'Rotate 270 CW' => '90° sens horaire (gauche/bas)',
|
4356
|
+
'Rotate 90 CW' => '90° sens antihoraire (droit/haut)',
|
4357
|
+
},
|
4358
|
+
},
|
4359
|
+
'TransmissionReference' => 'Référence transmission',
|
4360
|
+
'TransparencyIndicator' => 'Indicateur de transparence',
|
4361
|
+
'TrapIndicator' => 'Indicateur de piège',
|
4362
|
+
'Trapped' => {
|
4363
|
+
Description => 'Piégé',
|
4364
|
+
PrintConv => {
|
4365
|
+
'False' => 'Faux',
|
4366
|
+
'True' => 'Vrai',
|
4367
|
+
'Unknown' => 'Inconnu',
|
4368
|
+
},
|
4369
|
+
},
|
4370
|
+
'TravelDay' => 'Date du Voyage',
|
4371
|
+
'TvExposureTimeSetting' => 'Réglage de temps de pose Tv',
|
4372
|
+
'URL' => 'URL ',
|
4373
|
+
'USMLensElectronicMF' => {
|
4374
|
+
Description => 'MF électronique à objectif USM',
|
4375
|
+
PrintConv => {
|
4376
|
+
'Always turned off' => 'Toujours débrayé',
|
4377
|
+
'Disable after one-shot AF' => 'Désactivée après One-Shot AF',
|
4378
|
+
'Disable in AF mode' => 'Désactivée en mode AF',
|
4379
|
+
'Enable after one-shot AF' => 'Activée après AF One-Shot',
|
4380
|
+
'Turns off after one-shot AF' => 'Débrayé après One-Shot AF',
|
4381
|
+
'Turns on after one-shot AF' => 'Activé après One-Shot AF',
|
4382
|
+
},
|
4383
|
+
},
|
4384
|
+
'Uncompressed' => {
|
4385
|
+
Description => 'Non.comprimé',
|
4386
|
+
PrintConv => {
|
4387
|
+
'No' => 'Non',
|
4388
|
+
'Yes' => 'Oui',
|
4389
|
+
},
|
4390
|
+
},
|
4391
|
+
'UniqueCameraModel' => 'Nom unique de modèle d\'appareil',
|
4392
|
+
'UniqueDocumentID' => 'ID unique de document',
|
4393
|
+
'UniqueObjectName' => 'Nom Unique d\'Objet',
|
4394
|
+
'Unknown' => 'Inconnu',
|
4395
|
+
'Unsharp1Color' => {
|
4396
|
+
PrintConv => {
|
4397
|
+
'Blue' => 'Bleu',
|
4398
|
+
'Green' => 'Vert',
|
4399
|
+
'RGB' => 'RVB',
|
4400
|
+
'Red' => 'Rouge',
|
4401
|
+
'Yellow' => 'Jaune',
|
4402
|
+
},
|
4403
|
+
},
|
4404
|
+
'Unsharp2Color' => {
|
4405
|
+
PrintConv => {
|
4406
|
+
'Blue' => 'Bleu',
|
4407
|
+
'Green' => 'Vert',
|
4408
|
+
'RGB' => 'RVB',
|
4409
|
+
'Red' => 'Rouge',
|
4410
|
+
'Yellow' => 'Jaune',
|
4411
|
+
},
|
4412
|
+
},
|
4413
|
+
'Unsharp3Color' => {
|
4414
|
+
PrintConv => {
|
4415
|
+
'Blue' => 'Bleu',
|
4416
|
+
'Green' => 'Vert',
|
4417
|
+
'RGB' => 'RVB',
|
4418
|
+
'Red' => 'Rouge',
|
4419
|
+
'Yellow' => 'Jaune',
|
4420
|
+
},
|
4421
|
+
},
|
4422
|
+
'Unsharp4Color' => {
|
4423
|
+
PrintConv => {
|
4424
|
+
'Blue' => 'Bleu',
|
4425
|
+
'Green' => 'Vert',
|
4426
|
+
'RGB' => 'RVB',
|
4427
|
+
'Red' => 'Rouge',
|
4428
|
+
'Yellow' => 'Jaune',
|
4429
|
+
},
|
4430
|
+
},
|
4431
|
+
'UnsharpMask' => {
|
4432
|
+
PrintConv => {
|
4433
|
+
'Off' => 'Désactivé',
|
4434
|
+
'On' => 'Activé',
|
4435
|
+
},
|
4436
|
+
},
|
4437
|
+
'Urgency' => {
|
4438
|
+
Description => 'Urgence',
|
4439
|
+
PrintConv => {
|
4440
|
+
'0 (reserved)' => '0 (réservé pour utilisation future)',
|
4441
|
+
'1 (most urgent)' => '1 (très urgent)',
|
4442
|
+
'5 (normal urgency)' => '5 (normalement urgent)',
|
4443
|
+
'8 (least urgent)' => '8 (moins urgent)',
|
4444
|
+
'9 (user-defined priority)' => '9 (réservé pour utilisation future)',
|
4445
|
+
},
|
4446
|
+
},
|
4447
|
+
'UsableMeteringModes' => {
|
4448
|
+
Description => 'Sélectionner modes de mesure',
|
4449
|
+
PrintConv => {
|
4450
|
+
'Disable' => 'Désactivé',
|
4451
|
+
'Enable' => 'Activée',
|
4452
|
+
},
|
4453
|
+
},
|
4454
|
+
'UsableShootingModes' => {
|
4455
|
+
Description => 'Sélectionner modes de prise de vue',
|
4456
|
+
PrintConv => {
|
4457
|
+
'Disable' => 'Désactivé',
|
4458
|
+
'Enable' => 'Activée',
|
4459
|
+
},
|
4460
|
+
},
|
4461
|
+
'UsageTerms' => 'Conditions d\'Utilisation',
|
4462
|
+
'UserComment' => 'Commentaire utilisateur',
|
4463
|
+
'UserDef1PictureStyle' => {
|
4464
|
+
PrintConv => {
|
4465
|
+
'Landscape' => 'Paysage',
|
4466
|
+
},
|
4467
|
+
},
|
4468
|
+
'UserDef2PictureStyle' => {
|
4469
|
+
PrintConv => {
|
4470
|
+
'Landscape' => 'Paysage',
|
4471
|
+
},
|
4472
|
+
},
|
4473
|
+
'UserDef3PictureStyle' => {
|
4474
|
+
PrintConv => {
|
4475
|
+
'Landscape' => 'Paysage',
|
4476
|
+
},
|
4477
|
+
},
|
4478
|
+
'VRDVersion' => 'Version VRD',
|
4479
|
+
'VRInfo' => 'Information stabilisateur',
|
4480
|
+
'VRInfoVersion' => 'Info Version VR',
|
4481
|
+
'VR_0x66' => {
|
4482
|
+
PrintConv => {
|
4483
|
+
'Off' => 'Désactivé',
|
4484
|
+
},
|
4485
|
+
},
|
4486
|
+
'VariProgram' => 'Variprogramme',
|
4487
|
+
'VibrationReduction' => {
|
4488
|
+
Description => 'Reduction des vibrations',
|
4489
|
+
PrintConv => {
|
4490
|
+
'Off' => 'Désactivé',
|
4491
|
+
'On' => 'Activé',
|
4492
|
+
'n/a' => 'Non établie',
|
4493
|
+
},
|
4494
|
+
},
|
4495
|
+
'VideoCardGamma' => 'Gamma de la carte vidéo',
|
4496
|
+
'ViewInfoDuringExposure' => {
|
4497
|
+
Description => 'Infos viseur pendant exposition',
|
4498
|
+
PrintConv => {
|
4499
|
+
'Disable' => 'Désactivé',
|
4500
|
+
'Enable' => 'Activé',
|
4501
|
+
},
|
4502
|
+
},
|
4503
|
+
'ViewfinderWarning' => {
|
4504
|
+
PrintConv => {
|
4505
|
+
'Off' => 'Désactivé',
|
4506
|
+
'On' => 'Activé',
|
4507
|
+
},
|
4508
|
+
},
|
4509
|
+
'ViewingCondDesc' => 'Description des conditions de visionnage',
|
4510
|
+
'ViewingCondIlluminant' => 'Illuminant des conditions de visionnage',
|
4511
|
+
'ViewingCondIlluminantType' => 'Type d\'illuminant des conditions de visionnage',
|
4512
|
+
'ViewingCondSurround' => 'Environnement des conditions de visionnage',
|
4513
|
+
'VignetteControl' => {
|
4514
|
+
Description => 'Controle du vignettage',
|
4515
|
+
PrintConv => {
|
4516
|
+
'High' => 'Haut',
|
4517
|
+
'Low' => 'Bas',
|
4518
|
+
'Normal' => 'Normale',
|
4519
|
+
'Off' => 'Désactivé',
|
4520
|
+
'On' => 'Activé',
|
4521
|
+
},
|
4522
|
+
},
|
4523
|
+
'VoiceMemo' => {
|
4524
|
+
PrintConv => {
|
4525
|
+
'Off' => 'Désactivé',
|
4526
|
+
'On' => 'Activé',
|
4527
|
+
},
|
4528
|
+
},
|
4529
|
+
'WBAdjLighting' => {
|
4530
|
+
PrintConv => {
|
4531
|
+
'Daylight (cloudy)' => 'Lumière du jour (2)',
|
4532
|
+
'Daylight (direct sunlight)' => 'Lumière du jour (0)',
|
4533
|
+
'Daylight (shade)' => 'Lumière du jour (1)',
|
4534
|
+
'None' => 'Aucune',
|
4535
|
+
},
|
4536
|
+
},
|
4537
|
+
'WBBlueLevel' => 'Niveau Bleu Balance des Blancs',
|
4538
|
+
'WBBracketMode' => {
|
4539
|
+
PrintConv => {
|
4540
|
+
'Off' => 'Désactivé',
|
4541
|
+
},
|
4542
|
+
},
|
4543
|
+
'WBFineTuneActive' => {
|
4544
|
+
PrintConv => {
|
4545
|
+
'No' => 'Non',
|
4546
|
+
'Yes' => 'Oui',
|
4547
|
+
},
|
4548
|
+
},
|
4549
|
+
'WBGreenLevel' => 'Niveau Vert Balance des Blancs',
|
4550
|
+
'WBMediaImageSizeSetting' => {
|
4551
|
+
Description => 'Réglage de balance des blancs + taille d\'image',
|
4552
|
+
PrintConv => {
|
4553
|
+
'LCD monitor' => 'Écran LCD',
|
4554
|
+
'Rear LCD panel' => 'Panneau LCD arrière',
|
4555
|
+
},
|
4556
|
+
},
|
4557
|
+
'WBRedLevel' => 'Niveau Rouge Balance des Blancs',
|
4558
|
+
'WBShiftAB' => 'Décalage Balance Blancs ambre-bleu',
|
4559
|
+
'WBShiftGM' => 'Décalage Balance Blancs vert-magenta',
|
4560
|
+
'WB_GBRGLevels' => 'Niveaux BB VBRV',
|
4561
|
+
'WB_GRBGLevels' => 'Niveaux BB VRBV',
|
4562
|
+
'WB_GRGBLevels' => 'Niveaux BB VRVB',
|
4563
|
+
'WB_RBGGLevels' => 'Niveaux BB RBVV',
|
4564
|
+
'WB_RBLevels' => 'Niveaux BB RB',
|
4565
|
+
'WB_RBLevels3000K' => 'Niveaux BB RB 3000K',
|
4566
|
+
'WB_RBLevels3300K' => 'Niveaux BB RB 3300K',
|
4567
|
+
'WB_RBLevels3600K' => 'Niveaux BB RB 3600K',
|
4568
|
+
'WB_RBLevels3900K' => 'Niveaux BB RB 3800K',
|
4569
|
+
'WB_RBLevels4000K' => 'Niveaux BB RB 4000K',
|
4570
|
+
'WB_RBLevels4300K' => 'Niveaux BB RB 4300K',
|
4571
|
+
'WB_RBLevels4500K' => 'Niveaux BB RB 4500K',
|
4572
|
+
'WB_RBLevels4800K' => 'Niveaux BB RB 4800K',
|
4573
|
+
'WB_RBLevels5300K' => 'Niveaux BB RB 5300K',
|
4574
|
+
'WB_RBLevels6000K' => 'Niveaux BB RB 6000K',
|
4575
|
+
'WB_RBLevels6600K' => 'Niveaux BB RB 6600K',
|
4576
|
+
'WB_RBLevels7500K' => 'Niveaux BB RB 7500K',
|
4577
|
+
'WB_RBLevelsCloudy' => 'Niveaux BB RB nuageux',
|
4578
|
+
'WB_RBLevelsShade' => 'Niveaux BB RB ombre',
|
4579
|
+
'WB_RBLevelsTungsten' => 'Niveaux BB RB tungstène',
|
4580
|
+
'WB_RGBGLevels' => 'Niveaux BB RVBV',
|
4581
|
+
'WB_RGBLevels' => 'Niveaux BB RVB',
|
4582
|
+
'WB_RGBLevelsCloudy' => 'Niveaux BB RVB nuageux',
|
4583
|
+
'WB_RGBLevelsDaylight' => 'Niveaux BB RVB lumière jour',
|
4584
|
+
'WB_RGBLevelsFlash' => 'Niveaux BB RVB flash',
|
4585
|
+
'WB_RGBLevelsFluorescent' => 'Niveaux BB RVB fluorescent',
|
4586
|
+
'WB_RGBLevelsShade' => 'Niveaux BB RVB ombre',
|
4587
|
+
'WB_RGBLevelsTungsten' => 'Niveaux BB RVB tungstène',
|
4588
|
+
'WB_RGGBLevels' => 'Niveaux BB RVVB',
|
4589
|
+
'WB_RGGBLevelsCloudy' => 'Niveaux BB RVVB nuageux',
|
4590
|
+
'WB_RGGBLevelsDaylight' => 'Niveaux BB RVVB lumière jour',
|
4591
|
+
'WB_RGGBLevelsFlash' => 'Niveaux BB RVVB flash',
|
4592
|
+
'WB_RGGBLevelsFluorescent' => 'Niveaux BB RVVB fluorescent',
|
4593
|
+
'WB_RGGBLevelsFluorescentD' => 'Niveaux BB RVVB fluorescent',
|
4594
|
+
'WB_RGGBLevelsFluorescentN' => 'Niveaux BB RVVB fluo N',
|
4595
|
+
'WB_RGGBLevelsFluorescentW' => 'Niveaux BB RVVB fluo W',
|
4596
|
+
'WB_RGGBLevelsShade' => 'Niveaux BB RVVB ombre',
|
4597
|
+
'WB_RGGBLevelsTungsten' => 'Niveaux BB RVVB tungstène',
|
4598
|
+
'WCSProfiles' => 'Profil Windows Color System',
|
4599
|
+
'Warning' => 'Attention',
|
4600
|
+
'WebStatement' => 'Relevé Web',
|
4601
|
+
'WhiteBalance' => {
|
4602
|
+
Description => 'Balance des blancs',
|
4603
|
+
PrintConv => {
|
4604
|
+
'Auto' => 'Equilibrage des blancs automatique',
|
4605
|
+
'Black & White' => 'Monochrome',
|
4606
|
+
'Cloudy' => 'Temps nuageux',
|
4607
|
+
'Color Temperature/Color Filter' => 'Temp. Couleur / Filtre couleur',
|
4608
|
+
'Cool White Fluorescent' => 'Fluorescente type soft',
|
4609
|
+
'Custom' => 'Personnalisée',
|
4610
|
+
'Custom 1' => 'Personnalisée 1',
|
4611
|
+
'Custom 2' => 'Personnalisée 2',
|
4612
|
+
'Custom 3' => 'Personnalisée 3',
|
4613
|
+
'Custom 4' => 'Personnalisée 4',
|
4614
|
+
'Day White Fluorescent' => 'Fluorescente type blanc',
|
4615
|
+
'Daylight' => 'Lumière du jour',
|
4616
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
4617
|
+
'Fluorescent' => 'Fluorescente',
|
4618
|
+
'Manual' => 'Manuelle',
|
4619
|
+
'Manual Temperature (Kelvin)' => 'Température de couleur (Kelvin)',
|
4620
|
+
'Shade' => 'Ombre',
|
4621
|
+
'Tungsten' => 'Tungstène (lumière incandescente)',
|
4622
|
+
'Unknown' => 'Inconnu',
|
4623
|
+
'User-Selected' => 'Sélectionnée par l\'utilisateur',
|
4624
|
+
'Warm White Fluorescent' => 'Fluorescent blanc chaud',
|
4625
|
+
'White Fluorescent' => 'Fluorescent blanc',
|
4626
|
+
},
|
4627
|
+
},
|
4628
|
+
'WhiteBalanceAdj' => {
|
4629
|
+
PrintConv => {
|
4630
|
+
'Cloudy' => 'Temps nuageux',
|
4631
|
+
'Daylight' => 'Lumière du jour',
|
4632
|
+
'Fluorescent' => 'Fluorescente',
|
4633
|
+
'Off' => 'Désactivé',
|
4634
|
+
'On' => 'Activé',
|
4635
|
+
'Shade' => 'Ombre',
|
4636
|
+
'Tungsten' => 'Tungstène (lumière incandescente)',
|
4637
|
+
},
|
4638
|
+
},
|
4639
|
+
'WhiteBalanceBias' => 'Décalage de Balance des blancs',
|
4640
|
+
'WhiteBalanceFineTune' => 'Balance des blancs - Réglage fin',
|
4641
|
+
'WhiteBalanceMode' => {
|
4642
|
+
Description => 'Mode de balance des blancs',
|
4643
|
+
PrintConv => {
|
4644
|
+
'Auto (Cloudy)' => 'Auto (nuageux)',
|
4645
|
+
'Auto (Day White Fluorescent)' => 'Auto (fluo jour)',
|
4646
|
+
'Auto (Daylight Fluorescent)' => 'Auto (fluo lum. jour)',
|
4647
|
+
'Auto (Daylight)' => 'Auto (lumière du jour)',
|
4648
|
+
'Auto (Flash)' => 'Auto (flash)',
|
4649
|
+
'Auto (Shade)' => 'Auto (ombre)',
|
4650
|
+
'Auto (Tungsten)' => 'Auto (tungstène)',
|
4651
|
+
'Auto (White Fluorescent)' => 'Auto (fluo blanc)',
|
4652
|
+
'Unknown' => 'Inconnu',
|
4653
|
+
'User-Selected' => 'Sélectionnée par l\'utilisateur',
|
4654
|
+
},
|
4655
|
+
},
|
4656
|
+
'WhiteBalanceSet' => {
|
4657
|
+
Description => 'Réglage de balance des blancs',
|
4658
|
+
PrintConv => {
|
4659
|
+
'Cloudy' => 'Temps nuageux',
|
4660
|
+
'Day White Fluorescent' => 'Fluorescent blanc jour',
|
4661
|
+
'Daylight' => 'Lumière du jour',
|
4662
|
+
'Daylight Fluorescent' => 'Fluorescente type jour',
|
4663
|
+
'Manual' => 'Manuelle',
|
4664
|
+
'Set Color Temperature 1' => 'Température de couleur définie 1',
|
4665
|
+
'Set Color Temperature 2' => 'Température de couleur définie 2',
|
4666
|
+
'Set Color Temperature 3' => 'Température de couleur définie 3',
|
4667
|
+
'Shade' => 'Ombre',
|
4668
|
+
'Tungsten' => 'Tungstène (lumière incandescente)',
|
4669
|
+
'White Fluorescent' => 'Fluorescent blanc',
|
4670
|
+
},
|
4671
|
+
},
|
4672
|
+
'WhiteLevel' => 'Niveau blanc',
|
4673
|
+
'WhitePoint' => 'Chromaticité du point blanc',
|
4674
|
+
'WideRange' => {
|
4675
|
+
PrintConv => {
|
4676
|
+
'Off' => 'Désactivé',
|
4677
|
+
'On' => 'Activé',
|
4678
|
+
},
|
4679
|
+
},
|
4680
|
+
'WorldTime' => 'Fuseau horaire',
|
4681
|
+
'WorldTimeLocation' => {
|
4682
|
+
Description => 'Position en temps mondial',
|
4683
|
+
PrintConv => {
|
4684
|
+
'Home' => 'Départ',
|
4685
|
+
'Hometown' => 'Résidence',
|
4686
|
+
},
|
4687
|
+
},
|
4688
|
+
'Writer-Editor' => 'Auteur de la légende / description',
|
4689
|
+
'XClipPathUnits' => 'Unités de chemin de rognage en X',
|
4690
|
+
'XMP' => 'Métadonnées XMP',
|
4691
|
+
'XPAuthor' => 'Auteur',
|
4692
|
+
'XPComment' => 'Commentaire',
|
4693
|
+
'XPKeywords' => 'Mots clé',
|
4694
|
+
'XPSubject' => 'Sujet',
|
4695
|
+
'XPTitle' => 'Titre',
|
4696
|
+
'XPosition' => 'Position en X',
|
4697
|
+
'XResolution' => 'Résolution d\'image horizontale',
|
4698
|
+
'YCbCrCoefficients' => 'Coefficients de la matrice de transformation de l\'espace de couleurs',
|
4699
|
+
'YCbCrPositioning' => {
|
4700
|
+
Description => 'Positionnement Y et C',
|
4701
|
+
PrintConv => {
|
4702
|
+
'Centered' => 'Centré',
|
4703
|
+
'Co-sited' => 'Côte à côte',
|
4704
|
+
},
|
4705
|
+
},
|
4706
|
+
'YCbCrSubSampling' => 'Rapport de sous-échantillonnage Y à C',
|
4707
|
+
'YClipPathUnits' => 'Unités de chemin de rognage en Y',
|
4708
|
+
'YPosition' => 'Position en Y',
|
4709
|
+
'YResolution' => 'Résolution d\'image verticale',
|
4710
|
+
'Year' => 'Année',
|
4711
|
+
'ZoneMatching' => {
|
4712
|
+
Description => 'Ajustage de la zone',
|
4713
|
+
PrintConv => {
|
4714
|
+
'High Key' => 'Hi',
|
4715
|
+
'ISO Setting Used' => 'Désactivée',
|
4716
|
+
'Low Key' => 'Lo',
|
4717
|
+
},
|
4718
|
+
},
|
4719
|
+
'ZoneMatchingOn' => {
|
4720
|
+
PrintConv => {
|
4721
|
+
'Off' => 'Désactivé',
|
4722
|
+
'On' => 'Activé',
|
4723
|
+
},
|
4724
|
+
},
|
4725
|
+
);
|
4726
|
+
|
4727
|
+
1; # end
|
4728
|
+
|
4729
|
+
|
4730
|
+
__END__
|
4731
|
+
|
4732
|
+
=head1 NAME
|
4733
|
+
|
4734
|
+
Image::ExifTool::Lang::fr.pm - ExifTool French language translations
|
4735
|
+
|
4736
|
+
=head1 DESCRIPTION
|
4737
|
+
|
4738
|
+
This file is used by Image::ExifTool to generate localized tag descriptions
|
4739
|
+
and values.
|
4740
|
+
|
4741
|
+
=head1 AUTHOR
|
4742
|
+
|
4743
|
+
Copyright 2003-2015, Phil Harvey (phil at owl.phy.queensu.ca)
|
4744
|
+
|
4745
|
+
This library is free software; you can redistribute it and/or modify it
|
4746
|
+
under the same terms as Perl itself.
|
4747
|
+
|
4748
|
+
=head1 ACKNOWLEDGEMENTS
|
4749
|
+
|
4750
|
+
Thanks to Jens Duttke, Bernard Guillotin, Jean Glasser, Jean Piquemal, Harry
|
4751
|
+
Nizard and Alphonse Philippe for providing this translation.
|
4752
|
+
|
4753
|
+
=head1 SEE ALSO
|
4754
|
+
|
4755
|
+
L<Image::ExifTool(3pm)|Image::ExifTool>,
|
4756
|
+
L<Image::ExifTool::TagInfoXML(3pm)|Image::ExifTool::TagInfoXML>
|
4757
|
+
|
4758
|
+
=cut
|