Ignore:
Timestamp:
2021-02-26T19:39:51+13:00 (3 years ago)
Author:
anupama
Message:

Committing the improvements to EmbeddedMetaPlugin's processing of Keywords vs other metadata fields. Keywords were literally stored as arrays of words rather than phrases in PDFs (at least in Diego's sample PDF), whereas other meta fields like Subjects and Creators stored them as arrays of phrases. To get both to work, Kathy updated EXIF to a newer version, to retrieve the actual EXIF values stored in the PDF. And Kathy and Dr Bainbridge came up with a new option that I added called apply_join_before_split_to_metafields that's a regex which can list the metadata fields to apply the join_before_split to and whcih previously always got applied to all metadata fields. Now it's applied to any *Keywords metafields by default, as that's the metafield we have experience of that behaves differently to the others, as it stores by word instead of phrases. Tested on Diego's sample PDF. Diego has double-checked it to works on his sample PDF too, setting the split char to ; and turning on the join_before_split and leaving apply_join_before_split_to_metafields at its default of .*Keywords. File changes are strings.properties for the tooltip, the plugin introducing the option and working with it and Kathy's EXIF updates affecting cpan/File and cpan/Image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/cpan/Image/ExifTool/Lang/es.pm

    r24107 r34921  
    1212use vars qw($VERSION);
    1313
    14 $VERSION = '1.06';
     14$VERSION = '1.16';
    1515
    1616%Image::ExifTool::Lang::es::Translate = (
    17    'AFMicroAdjActive' => {
    18       PrintConv => {
    19         'Yes' => 'Si',
    20       },
    21     },
     17   'AEAperture' => 'Aperture AE',
     18   'AELock' => 'Bloqueo AE',
     19   'AELockButton' => {
     20      Description => 'Botón Bloqueo AE',
     21      PrintConv => {
     22        'None' => 'Ninguno',
     23      },
     24    },
     25   'AELockButtonPlusDials' => {
     26      PrintConv => {
     27        'None' => 'Ninguno',
     28      },
     29    },
     30   'AEMaxAperture2' => 'Apertura máxima AE 2',
     31   'AEMinAperture' => 'Apertura mínima AE',
     32   'AEProgramMode' => {
     33      PrintConv => {
     34        'Landscape' => 'Paisaje',
     35        'Portrait' => 'Retrato',
     36        'Standard' => 'Estándar',
     37      },
     38    },
     39   'AESetting' => {
     40      PrintConv => {
     41        'AE Lock' => 'Bloqueo AE',
     42        'Exposure Compensation' => 'Compensación Exposición',
     43      },
     44    },
     45   'AFAperture' => 'Apertura AF',
     46   'AFAreaHeight' => 'AF Alto Área',
     47   'AFAreaHeights' => 'AF Alto Área',
     48   'AFAreaIllumination' => {
     49      PrintConv => {
     50        'Off' => 'Desactivado',
     51        'On' => 'Activado',
     52      },
     53    },
     54   'AFAreaMode' => {
     55      Description => 'AF Modo Área',
     56      PrintConv => {
     57        'Face Detect AF' => 'Detección Caras AF',
     58        'Multi-point AF or AI AF' => 'Multipunto AF o AI AF',
     59        'Off (Manual Focus)' => 'Desactivado (Enfoque Manual)',
     60        'Single-point AF' => 'Punto único AF)',
     61        'Zone AF' => 'Zona AF',
     62      },
     63    },
     64   'AFAreaWidth' => 'AF Ancho Área',
     65   'AFAreaWidths' => 'AF Ancho Área',
     66   'AFAssist' => {
     67      PrintConv => {
     68        'Off' => 'Desactivado',
     69        'On' => 'Activado',
     70      },
     71    },
     72   'AFImageHeight' => 'AF Alto Imágen',
     73   'AFImageWidth' => 'AF Ancho Imágen',
    2274   'AFMode' => 'Modo AF',
     75   'AFPoint' => {
     76      Description => 'Punto AF',
     77      PrintConv => {
     78        'Center' => 'Centro',
     79        'Face Detect' => 'Detección Caras',
     80        'Left' => 'Izquierda',
     81        'None' => 'Ninguno',
     82        'None (MF)' => 'Ninguno (MF)',
     83        'Right' => 'Derecha',
     84      },
     85    },
     86   'AFPointActivationArea' => {
     87      Description => 'Area de Activación Punto AF',
     88      PrintConv => {
     89        'Standard' => 'Estándar',
     90      },
     91    },
     92   'AFPointAreaExpansion' => {
     93      Description => 'Area Expansion Punto AF',
     94      PrintConv => {
     95        'Disable' => 'Desactivado',
     96      },
     97    },
     98   'AFPointAutoSelection' => 'Autoselección Punto AF',
     99   'AFPointBrightness' => {
     100      Description => 'Brillo Punto AF',
     101      PrintConv => {
     102        'Brighter' => 'Brillante',
     103        'High' => 'Alto',
     104        'Low' => 'Bajo',
     105      },
     106    },
     107   'AFPointDisplayDuringFocus' => {
     108      Description => 'Mostrar Punto AF durante el enfoque',
     109      PrintConv => {
     110        'Off' => 'Desactivado',
     111        'On' => 'Activado',
     112      },
     113    },
     114   'AFPointIllumination' => {
     115      Description => 'Iluminación de Punto AF',
     116      PrintConv => {
     117        'Brighter' => 'Brillante',
     118        'Off' => 'Desactivado',
     119        'On' => 'Activado',
     120      },
     121    },
     122   'AFPointMode' => 'Modo Punto AF',
     123   'AFPointPosition' => 'Posición Punto AF',
     124   'AFPointRegistration' => 'Registro de Puntos AF',
     125   'AFPointSelected' => {
     126      Description => 'Punto AF Seleccionado',
     127      PrintConv => {
     128        'None' => 'Ninguno',
     129      },
     130    },
     131   'AFPointSelected2' => 'Punto AF Seleccionado 2 ',
     132   'AFPointSelection' => 'Selección de Punto AF',
     133   'AFPointSelectionMethod' => 'Método Selección Punto AF',
     134   'AFPoints' => 'Punto AF',
     135   'AFPointsInFocus' => {
     136      Description => 'Puntos AF en foco',
     137      PrintConv => {
     138        'All' => 'Todo',
     139        'None' => 'Ninguno',
     140      },
     141    },
     142   'AFPointsInFocus1D' => 'Puntos AF en foco',
     143   'AFPointsInFocus5D' => {
     144      Description => 'Puntos AF en foco 5D',
     145      PrintConv => {
     146        'Bottom' => 'Abajo',
     147        'Center' => 'Centro',
     148        'Left' => 'Izquierda',
     149        'Lower-left' => 'Inferior izquierda',
     150        'Lower-right' => 'Inferior derecha',
     151        'Right' => 'Derecha',
     152        'Top' => 'Arriba',
     153        'Upper-left' => 'Superior izquierda',
     154        'Upper-right' => 'Superior derecha',
     155      },
     156    },
     157   'AFPointsSelected' => 'Puntos AF seleccionados',
     158   'AFPointsUnknown1' => {
     159      PrintConv => {
     160        'All' => 'Todo',
     161      },
     162    },
     163   'AFPointsUsed' => 'Puntos AF utilizados',
     164   'AIServoTrackingSensitivity' => {
     165      PrintConv => {
     166        'Fast' => 'Rápido',
     167        'Standard' => 'Estándar',
     168      },
     169    },
     170   'APEVersion' => 'Versión APE',
    23171   'ARMIdentifier' => 'Identificador ARM',
    24172   'ARMVersion' => 'Versión ARM',
     
    29177      Description => 'Acción Aconsejada',
    30178      PrintConv => {
     179        'Object Append' => 'Añadir Objeto',
    31180        'Object Kill' => 'Destruir Objecto',
    32181        'Object Reference' => 'Referencia Objecto',
     
    36185    },
    37186   'ActiveArea' => 'Área Activa',
     187   'ActiveD-Lighting' => {
     188      PrintConv => {
     189        'High' => 'Alto',
     190        'Low' => 'Bajo',
     191        'Off' => 'Desactivado',
     192        'On' => 'Activado',
     193      },
     194    },
     195   'ActiveD-LightingMode' => {
     196      PrintConv => {
     197        'High' => 'Alto',
     198        'Off' => 'Desactivado',
     199      },
     200    },
     201   'AddAspectRatioInfo' => {
     202      PrintConv => {
     203        'Off' => 'Desactivado',
     204      },
     205    },
     206   'AddOriginalDecisionData' => {
     207      PrintConv => {
     208        'Off' => 'Desactivado',
     209        'On' => 'Activado',
     210      },
     211    },
    38212   'AdjustmentMode' => 'Modo Ajuste',
     213   'AdvancedRaw' => {
     214      PrintConv => {
     215        'Off' => 'Desactivado',
     216        'On' => 'Activado',
     217      },
     218    },
     219   'AdvancedSceneMode' => {
     220      PrintConv => {
     221        'Monochrome' => 'Monocromo',
     222        'Soft' => 'Suave',
     223      },
     224    },
    39225   'Album' => 'Álbum',
    40226   'AlphaByteCount' => 'Número Byte Alfa',
     
    49235    },
    50236   'AlphaOffset' => 'Offset Alfa',
     237   'AmbienceSelection' => {
     238      PrintConv => {
     239        'Brighter' => 'Brillante',
     240        'Cool' => 'Frío',
     241        'Darker' => 'Oscuro',
     242        'Intense' => 'Intenso',
     243        'Monochrome' => 'Monocromo',
     244        'Soft' => 'Suave',
     245        'Standard' => 'Estándar',
     246        'Vivid' => 'Vívido',
     247        'Warm' => 'Cálido',
     248      },
     249    },
    51250   'AnalogBalance' => 'Balance Analógico',
     251   'Annotation' => 'Anotación',
     252   'Annotations' => 'Anotaciones',
     253   'Anti-Blur' => {
     254      PrintConv => {
     255        'Off' => 'Desactivado',
     256      },
     257    },
    52258   'AntiAliasStrength' => 'Potencia Relativa del Filtro Antialiasing',
    53    'Aperture' => 'Abertura',
    54    'ApertureValue' => 'Abertura',
     259   'Aperture' => 'Apertura',
     260   'ApertureRange' => 'Rango Apertura',
     261   'ApertureSetting' => 'Ajustes Apertura',
     262   'ApertureValue' => 'Apertura',
    55263   'ApplicationRecordVersion' => 'Versión Registro Aplicación',
    56    'Artist' => 'Persona que Creó la Imagen',
     264   'ArtMode' => {
     265      PrintConv => {
     266        'Monochrome' => 'Monocromo',
     267        'Panorama' => 'Panoramica',
     268      },
     269    },
     270   'Artist' => 'Autor',
    57271   'AsShotICCProfile' => 'Perfil ICC Captura',
    58272   'AsShotNeutral' => 'Captura Neutral',
     
    65279      },
    66280    },
     281   'AudioChannelType' => {
     282      PrintConv => {
     283        'Other' => 'Otro',
     284      },
     285    },
     286   'AudioChannels' => 'Canales Audio',
     287   'AudioCodecID' => {
     288      PrintConv => {
     289        'Unknown -' => 'Desconocido -',
     290      },
     291    },
    67292   'AudioDuration' => 'Duración Audio',
    68293   'AudioOutcue' => 'Cola Audio',
     294   'AudioSampleType' => {
     295      PrintConv => {
     296        'Other' => 'Otro',
     297      },
     298    },
    69299   'AudioSamplingRate' => 'Ratio Muestreo Audio',
    70300   'AudioSamplingResolution' => 'Resolución Muestreo Audio',
     
    93323   'Author' => 'Autor',
    94324   'AuthorsPosition' => 'Posición del Autor',
     325   'AutoAperture' => {
     326      PrintConv => {
     327        'Off' => 'Desactivado',
     328        'On' => 'Activado',
     329      },
     330    },
    95331   'AutoBracket' => 'Auto-horquillado',
     332   'AutoExposureBracketing' => {
     333      PrintConv => {
     334        'Off' => 'Desactivado',
     335        'On' => 'Activado',
     336      },
     337    },
     338   'AutoFP' => {
     339      PrintConv => {
     340        'Off' => 'Desactivado',
     341        'On' => 'Activado',
     342      },
     343    },
     344   'AutoLightingOptimizer' => {
     345      PrintConv => {
     346        'Low' => 'Bajo',
     347        'Off' => 'Desactivado',
     348        'Standard' => 'Estándar',
     349        'Strong' => 'Fuerte',
     350      },
     351    },
    96352   'AutoLightingOptimizerOn' => {
    97353      PrintConv => {
     
    99355      },
    100356    },
     357   'AutoRedEye' => {
     358      PrintConv => {
     359        'Off' => 'Desactivado',
     360        'On' => 'Activado',
     361      },
     362    },
    101363   'AutoRotate' => {
    102364      PrintConv => {
    103         'Rotate 180' => 'Rotar 180°',
    104         'Rotate 270 CW' => 'Rotar 270° sentido reloj',
    105         'Rotate 90 CW' => 'Rotar 90° sentido reloj',
    106       },
    107     },
     365        'None' => 'Ninguno',
     366        'Rotate 180' => 'Girado 180°',
     367        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     368        'Rotate 90 CW' => 'Girado 90° sentido reloj',
     369      },
     370    },
     371   'AverageLevel' => 'Nivel Medio',
    108372   'BToA0' => 'B a A0',
    109373   'BToA1' => 'B a A1',
     
    117381    },
    118382   'BadFaxLines' => 'Líneas Fax Malas',
     383   'BannerImageType' => {
     384      PrintConv => {
     385        'None' => 'Ninguno',
     386      },
     387    },
    119388   'BaselineExposure' => 'Exposición Base',
    120389   'BaselineNoise' => 'Ruido Base',
    121390   'BaselineSharpness' => 'Nitidez Base',
    122391   'BatteryLevel' => 'Nivel Batería',
     392   'BatteryState' => {
     393      PrintConv => {
     394        'Low' => 'Bajo',
     395      },
     396    },
    123397   'BayerGreenSplit' => 'Mosaico Bayer Verde',
     398   'Beep' => {
     399      PrintConv => {
     400        'High' => 'Alto',
     401        'Low' => 'Bajo',
     402        'Off' => 'Desactivado',
     403        'On' => 'Activado',
     404      },
     405    },
     406   'BeepPitch' => {
     407      PrintConv => {
     408        'High' => 'Alto',
     409        'Low' => 'Bajo',
     410      },
     411    },
    124412   'BestQualityScale' => 'Escala Mayor Calidad',
     413   'BestShotMode' => {
     414      PrintConv => {
     415        'Beach' => 'Playa',
     416        'Fireworks' => 'Fuegos Artificiales',
     417        'Food' => 'Comida',
     418        'Monochrome' => 'Monocromo',
     419        'Portrait' => 'Retrato',
     420        'Snow' => 'Nieve',
     421        'Underwater' => 'Subacuatica',
     422      },
     423    },
    125424   'BitsPerComponent' => 'Bits Por Componente',
    126425   'BitsPerExtendedRunLength' => 'Bits Por "Run Length" Extendido',
    127426   'BitsPerRunLength' => 'Bits Por "Run Length"',
    128    'BitsPerSample' => 'Número de Bits Por Componente',
     427   'BitsPerSample' => 'Número de Bits Por Muestra',
    129428   'BlackLevel' => 'Nivel Negro',
    130429   'BlackLevelDeltaH' => 'Nivel Negro Delta H',
    131430   'BlackLevelDeltaV' => 'Nivel Negro Delta V',
    132431   'BlackLevelRepeatDim' => 'Dimensión Repetición Nivel Negro',
     432   'BleachBypassToning' => {
     433      PrintConv => {
     434        'Green' => 'Verde',
     435        'Orange' => 'Naranja',
     436        'Red' => 'Rojo',
     437        'Yellow' => 'Amarillo',
     438      },
     439    },
     440   'BlocksPerFrame' => 'Bloques por Imagen',
     441   'BlueBalance' => 'Balance de azules',
    133442   'BlueMatrixColumn' => 'Columna Matriz Azul',
    134443   'BlueTRC' => 'Curva Reproducción Tono Azul',
     444   'BlurControl' => {
     445      PrintConv => {
     446        'High' => 'Alto',
     447        'Low' => 'Bajo',
     448      },
     449    },
     450   'BlurWarning' => {
     451      PrintConv => {
     452        'None' => 'Ninguno',
     453      },
     454    },
     455   'BodyFirmwareVersion' => 'Versión Firmware del cuerpo de la cámara',
     456   'BracketMode' => {
     457      PrintConv => {
     458        'Off' => 'Desactivado',
     459      },
     460    },
    135461   'Brightness' => 'Brillo',
    136462   'BrightnessValue' => 'Luminosidad',
     
    153479   'CMMFlags' => 'Banderas CMM',
    154480   'CMYKEquivalent' => 'CMYK Equivalente',
     481   'CPUType' => {
     482      PrintConv => {
     483        'None' => 'Ninguno',
     484      },
     485    },
    155486   'CalibrationDateTime' => 'Fecha y Hora Calibración',
    156487   'CalibrationIlluminant1' => {
    157488      Description => 'Calibración Iluminación 1',
    158489      PrintConv => {
    159         'Cloudy' => 'Tiempo nuboso',
     490        'Cloudy' => 'Tiempo Nublado',
    160491        'Cool White Fluorescent' => 'Fluorescente blanco cálido (W 3800 - 4500K)',
    161492        'Day White Fluorescent' => 'Fluorescente blanco día (N 4600 - 5500K)',
    162493        'Daylight' => 'Luz del día',
    163         'Daylight Fluorescent' => 'Fluorescente luz del día (D 5700 - 7100K)',
     494        'Daylight Fluorescent' => 'Fluorescente luz de día (D 5700 - 7100K)',
    164495        'Fine Weather' => 'Buen tiempo',
    165496        'Fluorescent' => 'Fluorescente',
    166497        'ISO Studio Tungsten' => 'Tungsteno estudio ISO',
    167498        'Other' => 'Otras Fuentes Luz',
    168         'Shade' => 'Sombra',
    169         'Standard Light A' => 'Luz estandar A',
    170         'Standard Light B' => 'Luz estandar B',
    171         'Standard Light C' => 'Luz estandar C',
     499        'Shade' => 'Sombrío',
     500        'Standard Light A' => 'Luz Estándar A',
     501        'Standard Light B' => 'Luz Estándar B',
     502        'Standard Light C' => 'Luz Estándar C',
    172503        'Tungsten (Incandescent)' => 'Tungsteno (luz incandescente)',
    173504        'Unknown' => 'Desconocido',
     
    179510      Description => 'Calibración Iluminación 2',
    180511      PrintConv => {
    181         'Cloudy' => 'Tiempo nuboso',
     512        'Cloudy' => 'Tiempo Nublado',
    182513        'Cool White Fluorescent' => 'Fluorescente blanco cálido (W 3800 - 4500K)',
    183514        'Day White Fluorescent' => 'Fluorescente blanco día (N 4600 - 5500K)',
    184515        'Daylight' => 'Luz del día',
    185         'Daylight Fluorescent' => 'Fluorescente luz del día (D 5700 - 7100K)',
     516        'Daylight Fluorescent' => 'Fluorescente luz de día (D 5700 - 7100K)',
    186517        'Fine Weather' => 'Buen tiempo',
    187518        'Fluorescent' => 'Fluorescente',
    188519        'ISO Studio Tungsten' => 'Tungsteno estudio ISO',
    189520        'Other' => 'Otras Fuentes Luz',
    190         'Shade' => 'Sombra',
    191         'Standard Light A' => 'Luz estandar A',
    192         'Standard Light B' => 'Luz estandar B',
    193         'Standard Light C' => 'Luz estandar C',
     521        'Shade' => 'Sombrío',
     522        'Standard Light A' => 'Luz Estándar A',
     523        'Standard Light B' => 'Luz Estándar B',
     524        'Standard Light C' => 'Luz Estándar C',
    194525        'Tungsten (Incandescent)' => 'Tungsteno (luz incandescente)',
    195526        'Unknown' => 'Desconocido',
     
    201532   'CameraCalibration2' => 'Calibración Cámara 2',
    202533   'CameraCalibrationSig' => 'Firma Calibración Cámara',
     534   'CameraISO' => 'Camara-ISO',
    203535   'CameraOrientation' => {
    204       PrintConv => {
    205         'Rotate 270 CW' => 'Rotar 270° sentido reloj',
    206         'Rotate 90 CW' => 'Rotar 90° sentido reloj',
     536      Description => 'Orientación Cámara',
     537      PrintConv => {
     538        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     539        'Rotate 90 CW' => 'Girado 90° sentido reloj',
    207540      },
    208541    },
    209542   'CameraSerialNumber' => 'Número Serie Cámara',
     543   'CameraTemperature' => 'Temperatura Cámara',
     544   'CameraType' => 'Tipo Cámara',
     545   'CameraType2' => 'Tipo Cámara',
     546   'CanonFileLength' => 'Tamaño Archivo',
     547   'CanonFlashMode' => {
     548      PrintConv => {
     549        'Auto' => 'Automático',
     550        'External flash' => 'Flash Externo',
     551        'Off' => 'Desactivado',
     552        'On' => 'Activado',
     553        'Red-eye reduction' => 'Réducción ojos rojos',
     554        'Red-eye reduction (Auto)' => 'Réducción ojos rojos (Automático)',
     555        'Red-eye reduction (On)' => 'Réducción ojos rojos (Activado)',
     556      },
     557    },
     558   'CanonImageSize' => {
     559      PrintConv => {
     560        '1280x720 Movie' => 'Película 1280x720',
     561        '1920x1080 Movie' => 'Película 1920x1080',
     562        '640x480 Movie' => 'Película 640x480',
     563        'Large' => 'Ancho',
     564        'Medium' => 'Medio',
     565        'Medium 1' => 'Medio 1',
     566        'Medium 2' => 'Medio 2',
     567        'Medium 3' => 'Medio 3',
     568        'Small' => 'Pequeño',
     569        'Small 1' => 'Pequeño 1',
     570        'Small 2' => 'Pequeño 2',
     571        'Small 3' => 'Pequeño 3',
     572        'Small Movie' => 'Película Pequeña',
     573      },
     574    },
    210575   'Caption-Abstract' => 'Título/Descripción',
    211576   'CaptionWriter' => 'Autor del Pie de Foto',
     
    214579   'CellLength' => 'Alto Celda',
    215580   'CellWidth' => 'Ancho Celda',
     581   'Certificate' => 'Certificado',
     582   'Channels' => 'Canales',
    216583   'CharTarget' => 'Objetivo Caracter',
    217584   'CharacterSet' => 'Conjunto de Caracteres',
     
    219586   'ChromaticAdaptation' => 'Adaptación Cromática',
    220587   'Chromaticity' => 'Cromaticidad',
     588   'ChrominanceNR_TIFF_JPEG' => {
     589      PrintConv => {
     590        'High' => 'Alto',
     591        'Low' => 'Bajo',
     592        'Off' => 'Desactivado',
     593      },
     594    },
     595   'ChrominanceNoiseReduction' => {
     596      PrintConv => {
     597        'High' => 'Alto',
     598        'Low' => 'Bajo',
     599        'Off' => 'Desactivado',
     600      },
     601    },
    221602   'City' => 'Ciudad',
    222603   'ClassifyState' => 'Clasificar Estado',
     
    224605   'ClipPath' => 'Camino Fragmento',
    225606   'CodedCharacterSet' => 'Juego Caracteres Codificado',
     607   'ColorAberrationControl' => {
     608      PrintConv => {
     609        'Off' => 'Desactivado',
     610        'On' => 'Activado',
     611      },
     612    },
    226613   'ColorAdjustment' => 'Ajuste Color',
    227614   'ColorAdjustmentMode' => {
     
    232619      },
    233620    },
     621   'ColorBalanceAdj' => {
     622      PrintConv => {
     623        'Off' => 'Desactivado',
     624        'On' => 'Activado',
     625      },
     626    },
     627   'ColorBooster' => {
     628      PrintConv => {
     629        'Off' => 'Desactivado',
     630        'On' => 'Activado',
     631      },
     632    },
    234633   'ColorCalibrationMatrix' => 'Tabla Matriz Calibración Color',
    235634   'ColorCharacterization' => 'Caracterización Color',
    236    'ColorFilter' => 'Filtro de Color',
     635   'ColorComponents' => 'Componentes de Color',
     636   'ColorEffect' => {
     637      PrintConv => {
     638        'Cool' => 'Frío',
     639        'Warm' => 'Cálido',
     640      },
     641    },
     642   'ColorFilter' => {
     643      Description => 'Filtro de Color',
     644      PrintConv => {
     645        'Green' => 'Verde',
     646        'Red' => 'Rojo',
     647        'Yellow' => 'Amarillo',
     648      },
     649    },
    237650   'ColorMap' => 'Mapa Color',
     651   'ColorMatrix' => 'Matriz de Color',
    238652   'ColorMatrix1' => 'Matriz Color 1',
    239653   'ColorMatrix2' => 'Matriz Color 2',
     654   'ColorMatrixA' => 'Matriz de Color A',
     655   'ColorMatrixAdobeRGB' => 'Matriz de Color Adobe RGB',
     656   'ColorMatrixB' => 'Matriz de Color B',
     657   'ColorMatrixNumber' => 'Número de Matriz de Color',
     658   'ColorMatrixSRGB' => 'Matriz de Color SRGB',
    240659   'ColorMode' => {
    241       Description => 'Estilo.Creativo',
     660      Description => 'Modo de Color',
    242661      PrintConv => {
    243662        'Autumn Leaves' => 'Hojas de otoño',
     
    248667        'Landscape' => 'Paisaje',
    249668        'Light' => 'Luz',
     669        'Neutral' => 'Neutro',
    250670        'Night View' => 'Vista nocturna',
    251671        'Night View/Portrait' => 'Retrato noct.',
     
    253673        'Standard' => 'Estándar',
    254674        'Sunset' => 'Puesta sol',
    255         'Vivid' => 'Color vívido',
     675        'Vivid' => 'Vívido',
     676      },
     677    },
     678   'ColorMoireReduction' => {
     679      PrintConv => {
     680        'Off' => 'Desactivado',
     681        'On' => 'Activado',
     682      },
     683    },
     684   'ColorMoireReductionMode' => {
     685      PrintConv => {
     686        'High' => 'Alto',
     687        'Low' => 'Bajo',
     688        'Off' => 'Desactivado',
    256689      },
    257690    },
     
    282715      PrintConv => {
    283716        'ICC Profile' => 'Perfil ICC',
     717        'Monochrome' => 'Monocromo',
    284718        'Uncalibrated' => 'Sin calibrar',
     719        'Wide Gamut RGB' => 'Gamut RVB Grande',
    285720      },
    286721    },
    287722   'ColorSpaceData' => 'Espacio Color Datos',
    288723   'ColorTable' => 'Tabla Color',
     724   'ColorTempAuto' => 'Temperatura Color Automática',
     725   'ColorTempCloudy' => 'Temperatura Color Nublado',
     726   'ColorTempCustom' => 'Temperatura Color Personalizada',
     727   'ColorTempCustom1' => 'Temperatura Color Personalizada 1',
     728   'ColorTempCustom2' => 'Temperatura Color Personalizada 2',
     729   'ColorTempDaylight' => 'Temperatura Color Luz de Día',
     730   'ColorTempFlash' => 'Temperatura Color Flash',
     731   'ColorTempFluorescent' => 'Temperatura Color Fluorescente',
     732   'ColorTempKelvin' => 'Temperatura Color Kelvin',
     733   'ColorTempMeasured' => 'Temperatura Color Medida',
     734   'ColorTempShade' => 'Temperatura Color Sombrío',
     735   'ColorTempTungsten' => 'Temperatura Color Tungsteno',
     736   'ColorTempUnknown' => 'Temperatura de Color Desconocida',
     737   'ColorTempUnknown10' => 'Temperatura de Color Desconocida 10',
     738   'ColorTempUnknown11' => 'Temperatura de Color Desconocida 11',
     739   'ColorTempUnknown12' => 'Temperatura de Color Desconocida 12',
     740   'ColorTempUnknown13' => 'Temperatura de Color Desconocida 13',
     741   'ColorTempUnknown14' => 'Temperatura de Color Desconocida 14',
     742   'ColorTempUnknown15' => 'Temperatura de Color Desconocida 15',
     743   'ColorTempUnknown16' => 'Temperatura de Color Desconocida 16',
     744   'ColorTempUnknown17' => 'Temperatura de Color Desconocida 17',
     745   'ColorTempUnknown18' => 'Temperatura de Color Desconocida 18',
     746   'ColorTempUnknown19' => 'Temperatura de Color Desconocida 19',
     747   'ColorTempUnknown2' => 'Temperatura de Color Desconocida 2',
     748   'ColorTempUnknown20' => 'Temperatura de Color Desconocida 20',
     749   'ColorTempUnknown3' => 'Temperatura de Color Desconocida 3',
     750   'ColorTempUnknown4' => 'Temperatura de Color Desconocida 4',
     751   'ColorTempUnknown5' => 'Temperatura de Color Desconocida 5',
     752   'ColorTempUnknown6' => 'Temperatura de Color Desconocida 6',
     753   'ColorTempUnknown7' => 'Temperatura de Color Desconocida 7',
     754   'ColorTempUnknown8' => 'Temperatura de Color Desconocida 8',
     755   'ColorTempUnknown9' => 'Temperatura de Color Desconocida 9',
    289756   'ColorTemperature' => 'Temperatura de Color',
     757   'ColorTone' => {
     758      Description => 'Tono de Color',
     759      PrintConv => {
     760        'Normal' => 'Estándar',
     761      },
     762    },
    290763   'ColorantOrder' => 'Orden Colorante',
    291764   'ColorantTable' => 'Tabla Colorante',
    292765   'ColorimetricReference' => 'Referencia Colorimétrica',
     766   'CommandDialsChangeMainSub' => {
     767      PrintConv => {
     768        'Off' => 'Desactivado',
     769        'On' => 'Activado',
     770      },
     771    },
     772   'CommandDialsMenuAndPlayback' => {
     773      PrintConv => {
     774        'Off' => 'Desactivado',
     775        'On' => 'Activado',
     776      },
     777    },
    293778   'CommandDialsReverseRotation' => {
    294779      PrintConv => {
     
    296781      },
    297782    },
     783   'CommanderGroupAMode' => {
     784      PrintConv => {
     785        'Off' => 'Desactivado',
     786      },
     787    },
     788   'CommanderGroupBMode' => {
     789      PrintConv => {
     790        'Off' => 'Desactivado',
     791      },
     792    },
     793   'CommanderInternalFlash' => {
     794      PrintConv => {
     795        'Off' => 'Desactivado',
     796      },
     797    },
    298798   'Comment' => 'Comentario',
     799   'Compatibility' => 'Compatibilidad',
    299800   'Compilation' => {
    300801      PrintConv => {
     
    302803      },
    303804    },
    304    'ComponentsConfiguration' => 'Significado de Cada Componente',
     805   'ComponentsConfiguration' => 'Configuración de Componentes',
     806   'Composer' => 'Compositor',
    305807   'CompressedBitsPerPixel' => 'Modo Compresión Imagen',
     808   'CompressedSize' => 'Tamaño Comprimido',
    306809   'Compression' => {
    307       Description => 'Esquema Compresión',
     810      Description => 'Compresión',
    308811      PrintConv => {
    309812        'JPEG' => 'Compresión JPEG',
     
    313816        'Next' => 'Codificación NeXT 2-bit',
    314817        'Nikon NEF Compressed' => 'Compresión Nikon NEF',
     818        'None' => 'Ninguno',
    315819        'Pentax PEF Compressed' => 'Compresión Pentax PEF',
    316820        'SGILog' => 'Codificación Log Luminancia SGI 32-bit',
     
    321825      },
    322826    },
     827   'CompressionFactor' => 'Factor de compresión',
     828   'CompressionLevel' => 'Nivel Compresión',
     829   'CompressionType' => {
     830      Description => 'Tipo Compresión',
     831      PrintConv => {
     832        'None' => 'Ninguno',
     833      },
     834    },
     835   'CompressorName' => 'Nombre Compresor',
     836   'Conductor' => 'Director',
     837   'Conductors' => 'Directores',
    323838   'ConnectionSpaceIlluminant' => 'Iluminación Espacio Conexión',
    324839   'ConsecutiveBadFaxLines' => 'Líneas Fax Malas Consecutivas',
     
    326841   'ContentLocationCode' => 'Código Localización Contenido',
    327842   'ContentLocationName' => 'Nombre Localización Contenido',
     843   'ContinuousBracketing' => {
     844      PrintConv => {
     845        'High' => 'Alto',
     846        'Low' => 'Bajo',
     847      },
     848    },
     849   'ContinuousDrive' => {
     850      PrintConv => {
     851        'Continuous' => 'Continuo',
     852        'Continuous, High' => 'Continuo, Alto',
     853        'Continuous, Low' => 'Continuo, Bajo',
     854        'Continuous, Speed Priority' => 'Continuo, Prioridad Velocidad',
     855        'Movie' => 'Película',
     856        'Single' => 'Simple',
     857      },
     858    },
    328859   'Contrast' => {
    329860      Description => 'Contraste',
    330861      PrintConv => {
    331         'High' => 'Fuerte',
    332         'Low' => 'Suave',
     862        'High' => 'Alto',
     863        'Low' => 'Bajo',
    333864        'Normal' => 'Estándar',
    334865      },
    335866    },
     867   'ContrastMode' => {
     868      PrintConv => {
     869        'High' => 'Alto',
     870        'Low' => 'Bajo',
     871      },
     872    },
     873   'ContrastSetting' => 'Ajustes de Contraste',
    336874   'Copyright' => 'Copyright Perfil',
    337875   'CopyrightNotice' => 'Aviso Copyright',
     
    339877   'Country-PrimaryLocationCode' => 'Código País ISO',
    340878   'Country-PrimaryLocationName' => 'País',
     879   'CountryCode' => 'Código País',
    341880   'CreateDate' => 'Fecha y Hora de Datos Digital',
    342881   'CreationDate' => 'Fecha Creación',
     882   'CreativeStyle' => {
     883      PrintConv => {
     884        'Autumn Leaves' => 'Hojas de otoño',
     885        'B&W' => 'ByN',
     886        'Clear' => 'Claro',
     887        'Deep' => 'Profundo',
     888        'Landscape' => 'Paisaje',
     889        'Light' => 'Luz',
     890        'Neutral' => 'Neutro',
     891        'Night View/Portrait' => 'Retrato noct.',
     892        'Portrait' => 'Retrato',
     893        'Standard' => 'Estándar',
     894        'Sunset' => 'Puesta sol',
     895        'Vivid' => 'Vívido',
     896      },
     897    },
     898   'CreativeStyleSetting' => {
     899      PrintConv => {
     900        'Landscape' => 'Paisaje',
     901        'Portrait' => 'Retrato',
     902        'Standard' => 'Estándar',
     903        'Vivid' => 'Vívido',
     904      },
     905    },
    343906   'Creator' => 'Creador',
    344907   'CreatorAddress' => 'Creador - Dirección',
    345908   'CreatorCity' => 'Creador - Ciudad',
     909   'CreatorContactInfo' => 'Contacto Creador',
    346910   'CreatorCountry' => 'Creador - País',
    347911   'CreatorPostalCode' => 'Creador - Código Postal',
     
    356920      },
    357921    },
     922   'CropHeight' => 'Recorte Altura',
     923   'CropLeft' => 'Recorte Izquierda',
     924   'CropTop' => 'Recorte Arriba',
     925   'CropWidth' => 'Recorte Anchura',
     926   'CroppedImageHeight' => 'Alto Imágen Recortada',
     927   'CroppedImageLeft' => 'Izquierda Imágen Recortada',
     928   'CroppedImageTop' => 'Superior Imágen Recortada',
     929   'CroppedImageWidth' => 'Ancho Imágen Recortada',
    358930   'CurrentICCProfile' => 'Perfil ICC Actual',
    359931   'CurrentPreProfileMatrix' => 'Matriz Pre Perfil Actual',
     932   'Curves' => {
     933      PrintConv => {
     934        'Off' => 'Desactivado',
     935        'On' => 'Activado',
     936      },
     937    },
    360938   'CustomRendered' => {
    361939      Description => 'Proceso Imagen Personalizado',
     
    365943      },
    366944    },
     945   'CustomSaturation' => 'Saturación personalizada',
     946   'D-LightingHQ' => {
     947      PrintConv => {
     948        'Off' => 'Desactivado',
     949        'On' => 'Activado',
     950      },
     951    },
    367952   'D-LightingHQSelected' => {
    368953      PrintConv => {
    369954        'Yes' => 'Si',
     955      },
     956    },
     957   'D-LightingHS' => {
     958      PrintConv => {
     959        'Off' => 'Desactivado',
     960        'On' => 'Activado',
    370961      },
    371962    },
     
    373964   'DNGLensInfo' => 'Distancia Focal Mínima',
    374965   'DNGVersion' => 'Versión DNG',
     966   'DOF' => 'Profundidad de campo',
     967   'Data' => 'Datos',
    375968   'DataCompressionMethod' => 'Proveedor/Propietario Algoritmo Compresión Datos',
     969   'DataImprint' => {
     970      PrintConv => {
     971        'None' => 'Ninguno',
     972      },
     973    },
     974   'DataPackets' => ' Paquetes de Datos',
    376975   'DataType' => 'Tipo Datos',
    377976   'Date' => 'Fecha',
    378977   'DateCreated' => 'Fecha Creación',
    379978   'DateSent' => 'Fecha Envío',
     979   'DateStampMode' => {
     980      PrintConv => {
     981        'Off' => 'Desactivado',
     982      },
     983    },
     984   'DateTimeDigitized' => 'Fecha y Hora Digital',
    380985   'DateTimeOriginal' => 'Fecha y Hora de Datos Original',
    381986   'DaylightSavings' => {
    382987      PrintConv => {
    383988        'Yes' => 'Si',
     989      },
     990    },
     991   'DefaultBlackRender' => {
     992      PrintConv => {
     993        'None' => 'Ninguno',
    384994      },
    385995    },
     
    387997   'DefaultCropSize' => 'Tamaño Corte Defecto',
    388998   'DefaultScale' => 'Escala por Defecto',
     999   'DerivedFromMaskMarkers' => {
     1000      PrintConv => {
     1001        'All' => 'Todo',
     1002        'None' => 'Ninguno',
     1003      },
     1004    },
    3891005   'Description' => 'Descripción',
    3901006   'Destination' => 'Destino',
     
    4021018   'DigitalCreationDate' => 'Fecha Creación Digital',
    4031019   'DigitalCreationTime' => 'Hora Creación Digital',
    404    'DigitalZoom' => 'Zoom Digital',
     1020   'DigitalFilter01' => {
     1021      PrintConv => {
     1022        'Monochrome' => 'Monocromo',
     1023      },
     1024    },
     1025   'DigitalFilter02' => {
     1026      PrintConv => {
     1027        'Monochrome' => 'Monocromo',
     1028      },
     1029    },
     1030   'DigitalFilter03' => {
     1031      PrintConv => {
     1032        'Monochrome' => 'Monocromo',
     1033      },
     1034    },
     1035   'DigitalFilter04' => {
     1036      PrintConv => {
     1037        'Monochrome' => 'Monocromo',
     1038      },
     1039    },
     1040   'DigitalFilter05' => {
     1041      PrintConv => {
     1042        'Monochrome' => 'Monocromo',
     1043      },
     1044    },
     1045   'DigitalFilter06' => {
     1046      PrintConv => {
     1047        'Monochrome' => 'Monocromo',
     1048      },
     1049    },
     1050   'DigitalFilter07' => {
     1051      PrintConv => {
     1052        'Monochrome' => 'Monocromo',
     1053      },
     1054    },
     1055   'DigitalFilter08' => {
     1056      PrintConv => {
     1057        'Monochrome' => 'Monocromo',
     1058      },
     1059    },
     1060   'DigitalFilter09' => {
     1061      PrintConv => {
     1062        'Monochrome' => 'Monocromo',
     1063      },
     1064    },
     1065   'DigitalFilter10' => {
     1066      PrintConv => {
     1067        'Monochrome' => 'Monocromo',
     1068      },
     1069    },
     1070   'DigitalFilter11' => {
     1071      PrintConv => {
     1072        'Monochrome' => 'Monocromo',
     1073      },
     1074    },
     1075   'DigitalFilter12' => {
     1076      PrintConv => {
     1077        'Monochrome' => 'Monocromo',
     1078      },
     1079    },
     1080   'DigitalFilter13' => {
     1081      PrintConv => {
     1082        'Monochrome' => 'Monocromo',
     1083      },
     1084    },
     1085   'DigitalFilter14' => {
     1086      PrintConv => {
     1087        'Monochrome' => 'Monocromo',
     1088      },
     1089    },
     1090   'DigitalFilter15' => {
     1091      PrintConv => {
     1092        'Monochrome' => 'Monocromo',
     1093      },
     1094    },
     1095   'DigitalFilter16' => {
     1096      PrintConv => {
     1097        'Monochrome' => 'Monocromo',
     1098      },
     1099    },
     1100   'DigitalFilter17' => {
     1101      PrintConv => {
     1102        'Monochrome' => 'Monocromo',
     1103      },
     1104    },
     1105   'DigitalFilter18' => {
     1106      PrintConv => {
     1107        'Monochrome' => 'Monocromo',
     1108      },
     1109    },
     1110   'DigitalFilter19' => {
     1111      PrintConv => {
     1112        'Monochrome' => 'Monocromo',
     1113      },
     1114    },
     1115   'DigitalFilter20' => {
     1116      PrintConv => {
     1117        'Monochrome' => 'Monocromo',
     1118      },
     1119    },
     1120   'DigitalSignature' => 'Firma Digital',
     1121   'DigitalZoom' => {
     1122      Description => 'Zoom Digital',
     1123      PrintConv => {
     1124        'None' => 'Ninguno',
     1125        'Off' => 'Desactivado',
     1126      },
     1127    },
    4051128   'DigitalZoomOn' => {
    4061129      Description => 'Zoom Digital Encendido',
     
    4121135   'DigitalZoomRatio' => 'Ratio Zoom Digital',
    4131136   'Directory' => 'Ubicación del Fichero',
     1137   'DistortionControl' => {
     1138      PrintConv => {
     1139        'Off' => 'Desactivado',
     1140      },
     1141    },
     1142   'DistortionCorrection' => {
     1143      Description => 'Corrección Distorsión',
     1144      PrintConv => {
     1145        'Off' => 'Desactivado',
     1146        'On' => 'Activado',
     1147      },
     1148    },
     1149   'DistortionCorrection2' => {
     1150      Description => 'Corrección Distorsión 2',
     1151      PrintConv => {
     1152        'Off' => 'Desactivado',
     1153        'On' => 'Activado',
     1154      },
     1155    },
     1156   'DistortionCorrectionOn' => 'Corrección Distorsión Activada',
     1157   'DocSecurity' => {
     1158      PrintConv => {
     1159        'None' => 'Ninguno',
     1160      },
     1161    },
    4141162   'DocumentHistory' => 'Historial del Documento',
    4151163   'DocumentName' => 'Nombre Documento',
    4161164   'DocumentNotes' => 'Notas del Documento',
    4171165   'DotRange' => 'Intervalo Puntos',
    418    'DriveMode' => 'Modo Entrada',
     1166   'DriveMode' => {
     1167      Description => 'Modo Entrada',
     1168      PrintConv => {
     1169        'Off' => 'Desactivado',
     1170      },
     1171    },
     1172   'Duration' => 'Duración',
     1173   'DynamicRange' => {
     1174      PrintConv => {
     1175        'Standard' => 'Estándar',
     1176      },
     1177    },
    4191178   'DynamicRangeOptimizer' => {
    4201179      Description => 'Optim.gama diná',
     
    4301189      },
    4311190    },
     1191   'DynamicRangeOptimizerBracket' => {
     1192      PrintConv => {
     1193        'Low' => 'Bajo',
     1194      },
     1195    },
     1196   'DynamicRangeOptimizerMode' => {
     1197      PrintConv => {
     1198        'Standard' => 'Estándar',
     1199      },
     1200    },
     1201   'DynamicRangeOptimizerSetting' => {
     1202      PrintConv => {
     1203        'Standard' => 'Estándar',
     1204      },
     1205    },
     1206   'EasyExposureCompensation' => {
     1207      PrintConv => {
     1208        'Off' => 'Desactivado',
     1209        'On' => 'Activado',
     1210      },
     1211    },
     1212   'EasyMode' => {
     1213      PrintConv => {
     1214        'Beach' => 'Playa',
     1215        'Black & White' => 'Blanco y Negro',
     1216        'Digital Macro' => 'Macro digital',
     1217        'Easy' => 'Fácil',
     1218        'Fireworks' => 'Fuegos Artificiales',
     1219        'Fisheye Effect' => 'Efecto Ojo de Pez',
     1220        'Flash Off' => 'Flash Desactivado',
     1221        'Foliage' => 'Follaje',
     1222        'Gray Scale' => 'Escala de Grises',
     1223        'Indoor' => 'Interior',
     1224        'Kids & Pets' => 'Niños y Mascotas',
     1225        'Landscape' => 'Paisaje',
     1226        'Monochrome' => 'Monocromo',
     1227        'Neutral' => 'Neutro',
     1228        'Night' => 'Nocturno',
     1229        'Night Scene' => 'Escena Nocturna',
     1230        'Night Snapshot' => 'Fotografía Nocturna',
     1231        'Nostalgic' => 'Nostalgico',
     1232        'Portrait' => 'Retrato',
     1233        'Smile' => 'Sonrisa',
     1234        'Snow' => 'Nieve',
     1235        'Sports' => 'Deportes',
     1236        'Sunset' => 'Puesta de sol',
     1237        'Surface' => 'Superficie',
     1238        'Underwater' => 'Subacuatica',
     1239        'Vivid' => 'Vívido',
     1240      },
     1241    },
     1242   'EdgeNoiseReduction' => {
     1243      PrintConv => {
     1244        'Off' => 'Desactivado',
     1245        'On' => 'Activado',
     1246      },
     1247    },
    4321248   'EditStatus' => 'Estado Edición',
    4331249   'EditorialUpdate' => {
     
    4371253      },
    4381254    },
     1255   'EffectiveMaxAperture' => 'Aperture Máxima Efectiva',
     1256   'Emphasis' => {
     1257      PrintConv => {
     1258        'None' => 'Ninguno',
     1259      },
     1260    },
     1261   'EncodedBy' => 'Codificado por',
     1262   'EncodingProcess' => 'Proceso de codificación',
     1263   'EncodingSettings' => 'Ajustes de Codificación',
     1264   'EncodingTime' => 'Hora de codificación',
    4391265   'EndPoints' => 'Puntos Finales',
     1266   'EnhanceDarkTones' => {
     1267      PrintConv => {
     1268        'Off' => 'Desactivado',
     1269        'On' => 'Activado',
     1270      },
     1271    },
     1272   'Enhancement' => {
     1273      PrintConv => {
     1274        'Green' => 'Verde',
     1275        'Red' => 'Rojo',
     1276        'Underwater' => 'Subacuatica',
     1277      },
     1278    },
    4401279   'EnvelopeNumber' => 'Número Sobre',
    4411280   'EnvelopePriority' => {
     
    4501289    },
    4511290   'EnvelopeRecordVersion' => 'Versión Registro Sobre',
     1291   'EquipmentVersion' => 'Versión Equipo',
     1292   'ErrorCorrection' => 'Correción Error',
     1293   'ErrorCorrectionType' => 'Tipo Corrección Error',
    4521294   'ExcursionTolerance' => {
    4531295      Description => 'Tolerancia Excursión',
     
    4611303   'ExifImageWidth' => 'Ancho Imagen',
    4621304   'ExifOffset' => 'Puntero Exif IFD',
     1305   'ExifToolVersion' => 'Versión ExifTool',
    4631306   'ExifVersion' => 'Versión Exif',
    4641307   'ExpandFilm' => 'Película Expandida',
     
    4711314   'ExpirationTime' => 'Hora Expiración',
    4721315   'ExposureCompensation' => 'Compensación Exposición',
     1316   'ExposureDelayMode' => {
     1317      PrintConv => {
     1318        'Off' => 'Desactivado',
     1319        'On' => 'Activado',
     1320      },
     1321    },
    4731322   'ExposureIndex' => 'Índice Exposición',
    4741323   'ExposureMode' => {
     
    4781327        'Auto' => 'Exposición automática',
    4791328        'Auto bracket' => 'Auto-horquillado',
     1329        'Beach' => 'Playa',
     1330        'Fireworks' => 'Fuegos Artificiales',
     1331        'Food' => 'Comida',
     1332        'Landscape' => 'Paisaje',
    4801333        'Manual' => 'Exposición manual',
     1334        'Panorama' => 'Panoramica',
     1335        'Portrait' => 'Retrato',
    4811336        'Program AE' => 'Programa AE',
    4821337        'Shutter speed priority AE' => 'Prioridad velocidad obturador AE',
     1338        'Snow' => 'Nieve',
     1339        'Underwater' => 'Subacuatica',
    4831340      },
    4841341    },
     
    4871344      PrintConv => {
    4881345        'Action (High speed)' => 'Programa acción (orientado a velocidad de obturación rápida)',
    489         'Aperture-priority AE' => 'Prioridad abertura',
     1346        'Aperture-priority AE' => 'Prioridad Apertura',
    4901347        'Creative (Slow speed)' => 'Programa creativo (orientado a profundidad de campo)',
    4911348        'Landscape' => 'Modo paisaje (para fotos de paisaje con el fondo en enfoque)',
     
    4971354      },
    4981355    },
    499    'ExposureTime' => 'Hora Exposición',
    500    'ExposureTime2' => 'Hora Exposición 2',
     1356   'ExposureTime' => 'Tiempo de Exposición',
     1357   'ExposureTime2' => 'Tiempo de Exposición 2',
     1358   'Extender' => {
     1359      PrintConv => {
     1360        'None' => 'Ninguno',
     1361      },
     1362    },
     1363   'ExternalFlash' => {
     1364      Description => 'Flash Externo',
     1365      PrintConv => {
     1366        'Off' => 'Desactivado',
     1367        'On' => 'Activado',
     1368      },
     1369    },
    5011370   'ExternalFlashBounce' => {
    5021371      PrintConv => {
     
    5041373      },
    5051374    },
     1375   'ExternalFlashMode' => {
     1376      PrintConv => {
     1377        'Off' => 'Desactivado',
     1378      },
     1379    },
     1380   'ExternalFlashZoom' => 'Zoom Flash Externo',
    5061381   'ExtraSamples' => 'Muestra Extra',
    5071382   'FNumber' => 'Número F',
     1383   'FOV' => 'Angulo de Visión',
     1384   'FaceDetectArea' => 'Area detección caras',
     1385   'FaceDetectFrameSize' => 'Tamaño Area detección caras',
     1386   'FaceOrientation' => {
     1387      PrintConv => {
     1388        'Horizontal (normal)' => '0° (arriba/izquierda)',
     1389        'Rotate 180' => 'Girado 180°',
     1390        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     1391        'Rotate 90 CW' => 'Girado 90° sentido reloj',
     1392      },
     1393    },
     1394   'FacesDetected' => 'Caras Detectadas',
    5081395   'FastSeek' => {
    5091396      PrintConv => {
    5101397        'Yes' => 'Si',
     1398      },
     1399    },
     1400   'FaxProfile' => {
     1401      PrintConv => {
     1402        'Unknown' => 'Desconocido',
    5111403      },
    5121404    },
     
    5141406   'FaxRecvTime' => 'Hora Recepción Fax',
    5151407   'FaxSubAddress' => 'Subdirección Fax',
     1408   'FileAccessDate' => 'Fecha y Hora de Acceso',
     1409   'FileCreateDate' => 'Fecha y Hora de Creación',
    5161410   'FileFormat' => 'Formato Archivo',
    517    'FileModifyDate' => 'Fecha Actualizada',
     1411   'FileLength' => 'Tamaño Archivo',
     1412   'FileModifyDate' => 'Fecha Actualización',
    5181413   'FileName' => 'Nombre Archivo',
     1414   'FileNumberMemory' => {
     1415      PrintConv => {
     1416        'Off' => 'Desactivado',
     1417        'On' => 'Activado',
     1418      },
     1419    },
     1420   'FileNumberSequence' => {
     1421      PrintConv => {
     1422        'Off' => 'Desactivado',
     1423        'On' => 'Activado',
     1424      },
     1425    },
     1426   'FileOwner' => 'Propietario del Archivo',
     1427   'FilePermissions' => 'Permisos',
    5191428   'FileSize' => 'Tamaño Archivo',
    5201429   'FileSource' => {
     
    5281437   'FileType' => 'Tipo Archivo',
    5291438   'FileVersion' => 'Versión Formato Archivo',
     1439   'Filename' => 'Nombre archivo',
    5301440   'FillOrder' => 'Orden Rellenado',
     1441   'FilterEffect' => {
     1442      PrintConv => {
     1443        'Green' => 'Verde',
     1444        'None' => 'Ninguno',
     1445        'Off' => 'Desactivado',
     1446        'Orange' => 'Naranja',
     1447        'Red' => 'Rojo',
     1448        'Yellow' => 'Amarillo',
     1449      },
     1450    },
     1451   'FilterEffectMonochrome' => {
     1452      PrintConv => {
     1453        'Green' => 'Verde',
     1454        'None' => 'Ninguno',
     1455        'Orange' => 'Naranja',
     1456        'Red' => 'Rojo',
     1457        'Yellow' => 'Amarillo',
     1458      },
     1459    },
     1460   'FilterEffectUnknown' => {
     1461      PrintConv => {
     1462        'Green' => 'Verde',
     1463        'None' => 'Ninguno',
     1464        'Orange' => 'Naranja',
     1465        'Red' => 'Rojo',
     1466        'Yellow' => 'Amarillo',
     1467      },
     1468    },
     1469   'FilterEffectUserDef1' => {
     1470      PrintConv => {
     1471        'Green' => 'Verde',
     1472        'None' => 'Ninguno',
     1473        'Orange' => 'Naranja',
     1474        'Red' => 'Rojo',
     1475        'Yellow' => 'Amarillo',
     1476      },
     1477    },
     1478   'FilterEffectUserDef2' => {
     1479      PrintConv => {
     1480        'Green' => 'Verde',
     1481        'None' => 'Ninguno',
     1482        'Orange' => 'Naranja',
     1483        'Red' => 'Rojo',
     1484        'Yellow' => 'Amarillo',
     1485      },
     1486    },
     1487   'FilterEffectUserDef3' => {
     1488      PrintConv => {
     1489        'Green' => 'Verde',
     1490        'None' => 'Ninguno',
     1491        'Orange' => 'Naranja',
     1492        'Red' => 'Rojo',
     1493        'Yellow' => 'Amarillo',
     1494      },
     1495    },
     1496   'FinderDisplayDuringExposure' => {
     1497      PrintConv => {
     1498        'Off' => 'Desactivado',
     1499        'On' => 'Activado',
     1500      },
     1501    },
    5311502   'FirmwareVersion' => 'Versión Firmware',
    5321503   'FixtureIdentifier' => 'Identificador Marca',
     1504   'Flags' => {
     1505      PrintConv => {
     1506        'Comment' => 'Comentario',
     1507        'FileName' => 'Nombre de Archivo',
     1508        'Text' => 'Texto',
     1509      },
     1510    },
    5331511   'Flash' => {
    5341512      PrintConv => {
     
    5501528        'No Flash' => 'Flash no disparado',
    5511529        'No flash function' => 'Sin función flash',
     1530        'Off' => 'Desactivado',
    5521531        'Off, Did not fire' => 'Flash no disparado, modo flash forzado',
    5531532        'Off, Did not fire, Return not detected' => 'Apagado, flash no disparado, retorno luz no detectado',
    5541533        'Off, No flash function' => 'Apagado, sin función flash',
    5551534        'Off, Red-eye reduction' => 'Apagado, modo reducción ojos rojos',
     1535        'On' => 'Activado',
    5561536        'On, Did not fire' => 'Encendido, flash no disparado',
    5571537        'On, Fired' => 'Flash disparado, modo flash forzardo',
     
    5631543      },
    5641544    },
     1545   'FlashColorFilter' => {
     1546      PrintConv => {
     1547        'None' => 'Ninguno',
     1548        'Red' => 'Rojo',
     1549        'Yellow' => 'Amarillo',
     1550      },
     1551    },
     1552   'FlashCommanderMode' => {
     1553      PrintConv => {
     1554        'Off' => 'Desactivado',
     1555        'On' => 'Activado',
     1556      },
     1557    },
     1558   'FlashControlMode' => {
     1559      Description => 'Modo Control Flash',
     1560      PrintConv => {
     1561        'Off' => 'Desactivado',
     1562        'Repeating Flash' => 'Flash Estroboscopico',
     1563      },
     1564    },
     1565   'FlashDevice' => {
     1566      PrintConv => {
     1567        'None' => 'Ninguno',
     1568      },
     1569    },
    5651570   'FlashEnergy' => 'Energía Flash',
    5661571   'FlashExposureComp' => 'Compensación Exposición Flash',
     1572   'FlashExposureLock' => {
     1573      PrintConv => {
     1574        'Off' => 'Desactivado',
     1575        'On' => 'Activado',
     1576      },
     1577    },
    5671578   'FlashFired' => {
    5681579      PrintConv => {
    5691580        'Yes' => 'Si',
     1581      },
     1582    },
     1583   'FlashFocalLength' => 'Longitud Flash Flash',
     1584   'FlashGroupAControlMode' => {
     1585      PrintConv => {
     1586        'Off' => 'Desactivado',
     1587      },
     1588    },
     1589   'FlashGroupBControlMode' => {
     1590      PrintConv => {
     1591        'Off' => 'Desactivado',
     1592      },
     1593    },
     1594   'FlashGroupCControlMode' => {
     1595      PrintConv => {
     1596        'Off' => 'Desactivado',
     1597      },
     1598    },
     1599   'FlashIntensity' => {
     1600      Description => 'Intensidad Flash',
     1601      PrintConv => {
     1602        'High' => 'Alto',
     1603        'Low' => 'Bajo',
     1604      },
     1605    },
     1606   'FlashLevel' => {
     1607      PrintConv => {
     1608        'Low' => 'Bajo',
     1609      },
     1610    },
     1611   'FlashMeteringMode' => {
     1612      PrintConv => {
     1613        'External Auto' => 'Externo Automatico',
     1614        'External Manual' => 'Externo Manual',
     1615        'Off' => 'Desactivado',
    5701616      },
    5711617    },
     
    5811627      },
    5821628    },
     1629   'FlashModel' => {
     1630      Description => 'Modelo Flash',
     1631      PrintConv => {
     1632        'None' => 'Ninguno',
     1633      },
     1634    },
     1635   'FlashOutput' => 'Flash Salida',
     1636   'FlashRemoteControl' => 'Control Remote Flash',
     1637   'FlashSerialNumber' => 'Número Serie Flash',
     1638   'FlashSource' => {
     1639      PrintConv => {
     1640        'None' => 'Ninguno',
     1641      },
     1642    },
     1643   'FlashStatus' => {
     1644      PrintConv => {
     1645        'Off' => 'Desactivado',
     1646      },
     1647    },
     1648   'FlashType' => {
     1649      Description => 'Tipo Flash',
     1650      PrintConv => {
     1651        'None' => 'Ninguno',
     1652      },
     1653    },
     1654   'FlashWarning' => {
     1655      PrintConv => {
     1656        'Off' => 'Desactivado',
     1657        'On' => 'Activado',
     1658      },
     1659    },
    5831660   'FlashpixVersion' => 'Versión Flashpix Soportado',
    5841661   'FlickerReduce' => {
     
    6071684   'FocalPlaneXResolution' => 'Resolución X Plano Focal',
    6081685   'FocalPlaneYResolution' => 'Resolución Y Plano Focal',
    609    'FocusMode' => 'Modo Enfoque',
     1686   'FocusContinuous' => {
     1687      PrintConv => {
     1688        'Continuous' => 'Continuo',
     1689        'Single' => 'Sencillo',
     1690      },
     1691    },
     1692   'FocusMode' => {
     1693      Description => 'Modo Enfoque',
     1694      PrintConv => {
     1695        'Continuous' => 'Continuo',
     1696        'Manual Focus (3)' => 'Enfoque Manual (6)',
     1697        'Manual Focus (6)' => 'Enfoque Manual (6)',
     1698        'Single' => 'Simple',
     1699      },
     1700    },
     1701   'FocusRange' => {
     1702      Description => 'Rango de Enfoque',
     1703      PrintConv => {
     1704        'Close' => 'Próximo',
     1705        'Infinity' => 'Infinito',
     1706        'Not Known' => 'Desconocido',
     1707        'Very Close' => 'Muy Próximo',
     1708      },
     1709    },
    6101710   'FocusSetting' => 'Ajuste Enfoque',
     1711   'FocusTrackingLockOn' => {
     1712      PrintConv => {
     1713        'Off' => 'Desactivado',
     1714      },
     1715    },
    6111716   'ForwardMatrix1' => 'Matriz Avance 1',
    6121717   'ForwardMatrix2' => 'Matriz Avance 2',
     
    6151720   'FreeByteCounts' => 'Número Bytes Libres',
    6161721   'FreeOffsets' => 'Offsets Libres',
     1722   'FuncButton' => {
     1723      PrintConv => {
     1724        'None' => 'Ninguno',
     1725      },
     1726    },
     1727   'FuncButtonPlusDials' => {
     1728      PrintConv => {
     1729        'None' => 'Ninguno',
     1730      },
     1731    },
     1732   'GEModel' => 'Modelo',
    6171733   'GPSAltitude' => 'Altitud',
    6181734   'GPSAltitudeRef' => {
     
    6261742   'GPSDOP' => 'Precisión Medición',
    6271743   'GPSDateStamp' => 'Fecha GPS',
     1744   'GPSDateTime' => 'Fecha y Hora GPS',
    6281745   'GPSDestBearing' => 'Orientación de Destino',
    6291746   'GPSDestBearingRef' => {
     
    6791796      Description => 'Latitud Norte o Sur',
    6801797      PrintConv => {
    681         'North' => 'Latitud Norte',
    682         'South' => 'Latitud Sur',
     1798        'North' => 'Latitud norte',
     1799        'South' => 'Latitud sur',
    6831800      },
    6841801    },
     
    7341851        'Low gain down' => 'Atenuación baja',
    7351852        'Low gain up' => 'Ganancia debil',
    736         'None' => 'Ninguna',
     1853        'None' => 'Ninguno',
    7371854      },
    7381855    },
     
    7431860      },
    7441861    },
     1862   'Genre' => {
     1863      Description => 'Género',
     1864      PrintConv => {
     1865        'None' => 'Ninguno',
     1866        'Other' => 'Otro',
     1867      },
     1868    },
     1869   'GenreID' => 'ID Género',
    7451870   'GeoTiffAsciiParams' => 'Etiqueta Parámetros Ascii Geo',
    7461871   'GeoTiffDirectory' => 'Etiqueta Directorio Clave Geo',
    7471872   'GeoTiffDoubleParams' => 'Etiqueta Parámetros Doble Geo',
    748    'Gradation' => 'Impresivo',
     1873   'Gradation' => 'Luminosidad',
    7491874   'GrayResponseCurve' => 'Curva Respuesta Gris',
    7501875   'GrayResponseUnit' => {
     
    7611886   'GreenMatrixColumn' => 'Columna Matriz Verde',
    7621887   'GreenTRC' => 'Curva Reproducción Tono Verde',
     1888   'GridDisplay' => {
     1889      PrintConv => {
     1890        'Off' => 'Desactivado',
     1891        'On' => 'Activado',
     1892      },
     1893    },
    7631894   'HCUsage' => 'Uso HC',
    7641895   'HDR' => {
     
    7681899      },
    7691900    },
     1901   'HDRSmoothing' => {
     1902      PrintConv => {
     1903        'Low' => 'Bajo',
     1904        'Off' => 'Desactivado',
     1905      },
     1906    },
    7701907   'HalftoneHints' => 'Indicación Medio Tono',
     1908   'HasAttachedImages' => 'Tiene Imagenes Adjuntas',
     1909   'HasAudio' => 'Tiene Audio',
     1910   'HasImage' => 'Tiene Imagen',
     1911   'HasScript' => 'Tiene Script',
     1912   'HasVideo' => 'Tiene Video',
    7711913   'Headline' => 'Titular',
    7721914   'HeightResolution' => 'Resolución Imagen Vertical',
    7731915   'HighISONoiseReduction' => {
    774       Description => 'RR ISO Alta',
    775       PrintConv => {
    776         'High' => 'Hi',
    777         'Low' => 'Lo',
    778         'Off' => 'Desactivado',
     1916      Description => 'Reducción Ruido ISO Alta',
     1917      PrintConv => {
     1918        'High' => 'Alto',
     1919        'Low' => 'Bajo',
     1920        'Off' => 'Desactivado',
     1921        'On' => 'Activado',
     1922        'Standard' => 'Estándar',
     1923        'Strong' => 'Fuerte',
     1924      },
     1925    },
     1926   'HighISONoiseReduction2' => {
     1927      PrintConv => {
     1928        'Low' => 'Bajo',
    7791929      },
    7801930    },
    7811931   'Highlight' => 'Realce',
     1932   'HighlightColorDistortReduct' => {
     1933      PrintConv => {
     1934        'Standard' => 'Estándar',
     1935      },
     1936    },
     1937   'HighlightTonePriority' => {
     1938      PrintConv => {
     1939        'Off' => 'Desactivado',
     1940        'On' => 'Activado',
     1941      },
     1942    },
    7821943   'HometownDST' => {
    7831944      PrintConv => {
     
    7861947    },
    7871948   'HostComputer' => 'Ordenador Principal',
    788    'Hue' => 'Tono',
     1949   'Hue' => {
     1950      Description => 'Tono',
     1951      PrintConv => {
     1952        'None' => 'Ninguno',
     1953      },
     1954    },
     1955   'HyperfocalDistance' => 'Distancia Hiperfocal',
     1956   'ICCProfile' => 'Perfil ICC',
    7891957   'ICC_Profile' => 'Perfil Color Entrada ICC',
     1958   'IDCCreativeStyle' => {
     1959      PrintConv => {
     1960        'Landscape' => 'Retrato',
     1961        'Neutral' => 'Neutro',
     1962        'Standard' => 'Estándar',
     1963        'Vivid' => 'Vívido',
     1964      },
     1965    },
    7901966   'IPTC-NAA' => 'Metadato IPTC-NAA',
    7911967   'IPTCBitsPerSample' => 'Número de Bits por Muestra',
     
    8051981   'IPTCPixelWidth' => 'Tamaño Pixel en Dirección Escaneo',
    8061982   'ISO' => 'Ratio Velocidad ISO',
     1983   'ISOAutoParameters' => {
     1984      PrintConv => {
     1985        'Fast' => 'Rápido',
     1986        'Standard' => 'Estándar',
     1987      },
     1988    },
     1989   'ISOExpansion' => {
     1990      PrintConv => {
     1991        'Off' => 'Desactivado',
     1992      },
     1993    },
     1994   'ISOExpansion2' => {
     1995      PrintConv => {
     1996        'Off' => 'Desactivado',
     1997      },
     1998    },
    8071999   'ISOSetting' => 'Ajuste ISO',
    8082000   'ISOSpeedExpansion' => {
     
    8122004    },
    8132005   'IT8Header' => 'Cabecera IT8',
     2006   'Illumination' => {
     2007      PrintConv => {
     2008        'Off' => 'Desactivado',
     2009        'On' => 'Activado',
     2010      },
     2011    },
     2012   'Image::ExifTool::AIFF::Comment' => 'Comentario AIFF',
     2013   'ImageAuthentication' => {
     2014      PrintConv => {
     2015        'Off' => 'Desactivado',
     2016      },
     2017    },
    8142018   'ImageByteCount' => 'Número Byte Imagen',
     2019   'ImageColor' => {
     2020      PrintConv => {
     2021        'Monochrome' => 'Monocromo',
     2022      },
     2023    },
    8152024   'ImageColorIndicator' => 'Indicador Color Imagen',
    8162025   'ImageColorValue' => 'Valor Color Imagen',
     
    8262035   'ImageDepth' => 'Ancho Imagen',
    8272036   'ImageDescription' => 'Título Imagen',
     2037   'ImageDustOff' => {
     2038      PrintConv => {
     2039        'Off' => 'Desactivado',
     2040        'On' => 'Activado',
     2041      },
     2042    },
     2043   'ImageEditing' => {
     2044      PrintConv => {
     2045        'None' => 'Ninguno',
     2046      },
     2047    },
     2048   'ImageFileFormatAsDelivered' => {
     2049      PrintConv => {
     2050        'Other' => 'Otro',
     2051      },
     2052    },
    8282053   'ImageHeight' => 'Alto Imagen',
    8292054   'ImageHistory' => 'Historia Imagen',
     
    8312056   'ImageInfo' => 'Info Imagen',
    8322057   'ImageLayer' => 'Capa Imagen',
     2058   'ImageLength' => 'Longitud Imagen',
    8332059   'ImageNumber' => 'Número Imagen',
    8342060   'ImageOffset' => 'Offset Imagen',
     
    8412067      },
    8422068    },
     2069   'ImageQuality' => {
     2070      PrintConv => {
     2071        'High' => 'Alto',
     2072        'Standard' => 'Estándar',
     2073      },
     2074    },
    8432075   'ImageResourceBlocks' => 'Bloques Recursos Imagen',
     2076   'ImageReview' => {
     2077      PrintConv => {
     2078        'Off' => 'Desactivado',
     2079        'On' => 'Activado',
     2080      },
     2081    },
    8442082   'ImageRotated' => {
    8452083      PrintConv => {
    8462084        'Yes' => 'Si',
     2085      },
     2086    },
     2087   'ImageRotation' => {
     2088      PrintConv => {
     2089        'None' => 'Ninguno',
    8472090      },
    8482091    },
    8492092   'ImageSize' => 'Tamaño de la Imagen',
    8502093   'ImageSourceData' => 'Datos Fuente Imagen',
    851    'ImageType' => 'Tipo Imagen',
     2094   'ImageStabilization' => {
     2095      Description => 'Estabilización Imagen',
     2096      PrintConv => {
     2097        'Off' => 'Desactivado',
     2098        'On' => 'Activado',
     2099      },
     2100    },
     2101   'ImageStabilizationSetting' => 'Ajustes Estabilización Imagen',
     2102   'ImageStyle' => {
     2103      PrintConv => {
     2104        'Landscape' => 'Paisaje',
     2105        'Neutral' => 'Neutro',
     2106        'Portrait' => 'Retrato',
     2107        'Standard' => 'Estándar',
     2108        'Vivid' => 'Vívido',
     2109      },
     2110    },
     2111   'ImageTone' => {
     2112      PrintConv => {
     2113        'Landscape' => 'Paisaje',
     2114        'Monochrome' => 'Monocromo',
     2115        'Portrait' => 'Retrato',
     2116      },
     2117    },
     2118   'ImageType' => {
     2119      Description => 'Tipo Imagen',
     2120      PrintConv => {
     2121        'Other' => 'Otro',
     2122      },
     2123    },
    8522124   'ImageUniqueID' => 'ID Único Imagen',
    8532125   'ImageWidth' => 'Ancho Imagen',
    8542126   'Index' => 'Índice',
    8552127   'Indexed' => 'Indizado',
     2128   'IngredientsMaskMarkers' => {
     2129      PrintConv => {
     2130        'All' => 'Todo',
     2131        'None' => 'Ninguno',
     2132      },
     2133    },
     2134   'InitialKey' => 'Clave inicial',
    8562135   'InkNames' => 'Nombres Tinta',
    8572136   'InkSet' => 'Conjunto Tinta',
    8582137   'Instructions' => 'Instrucciones',
    8592138   'IntellectualGenre' => 'Género Intelectual',
     2139   'IntelligentContrast' => {
     2140      PrintConv => {
     2141        'Off' => 'Desactivado',
     2142        'On' => 'Activado',
     2143        'n/a' => 'No Aplica',
     2144      },
     2145    },
     2146   'IntelligentD-Range' => {
     2147      PrintConv => {
     2148        'High' => 'Alto',
     2149        'Low' => 'Bajo',
     2150        'Standard' => 'Estándar',
     2151      },
     2152    },
     2153   'IntelligentExposure' => {
     2154      PrintConv => {
     2155        'High' => 'Alto',
     2156        'Low' => 'Bajo',
     2157        'Standard' => 'Estándar',
     2158      },
     2159    },
     2160   'IntelligentResolution' => {
     2161      PrintConv => {
     2162        'High' => 'Alto',
     2163        'Low' => 'Bajo',
     2164        'Standard' => 'Estándar',
     2165      },
     2166    },
     2167   'IntensityStereo' => {
     2168      PrintConv => {
     2169        'Off' => 'Desactivado',
     2170        'On' => 'Activado',
     2171      },
     2172    },
    8602173   'InterchangeColorSpace' => {
    8612174      PrintConv => {
     
    8662179   'IntergraphMatrix' => 'Etiqueta Matriz Intergráfica',
    8672180   'Interlace' => 'Entrelazado',
     2181   'InternalFlash' => 'Flash Interno',
     2182   'InternalFlashAE1' => 'Flash Interno AE1',
     2183   'InternalFlashAE1_0' => 'Flash Interno',
     2184   'InternalFlashAE2' => 'Flash Interno AE2',
     2185   'InternalFlashAE2_0' => 'Flash Interno AE2',
     2186   'InternalFlashMode' => {
     2187      Description => 'Modo Flash Interno',
     2188      PrintConv => {
     2189        'Fired' => 'Activado',
     2190      },
     2191    },
     2192   'InternalFlashTable' => 'Tabla Flash Interno',
     2193   'InternalSerialNumber' => 'Número Serie Interno',
    8682194   'InteropIndex' => {
    8692195      Description => 'Identificación Interoperabilidad',
     
    8762202   'InteropOffset' => 'Etiqueta de Interoperabilidad',
    8772203   'InteropVersion' => 'Versión Interoperabilidad',
     2204   'Is_Protected' => 'Está protegido',
     2205   'Is_Trusted' => 'Es de confianza',
     2206   'JFIFVersion' => 'Versión JFIF',
    8782207   'JPEGACTables' => 'Tablas AC JPEG',
    8792208   'JPEGDCTables' => 'Tablas DC JPEG',
     
    8822211   'JPEGProc' => 'Proc JPEG',
    8832212   'JPEGQTables' => 'Tablas Q JPEG',
     2213   'JPEGQuality' => {
     2214      Description => 'Calidad',
     2215      PrintConv => {
     2216        'Extra Fine' => 'Extrafina',
     2217        'Fine' => 'Fina',
     2218        'Standard' => 'Calidad estándar',
     2219      },
     2220    },
    8842221   'JPEGRestartInterval' => 'Intervalo Reinicio JPEG',
    8852222   'JPEGTables' => 'Tablas JPEG',
    8862223   'JobID' => 'ID del Trabajo',
     2224   'JobTitle' => 'Cargo',
    8872225   'Keyword' => 'Palabras Clave',
    8882226   'Keywords' => 'Clave',
     2227   'LCDIllumination' => {
     2228      PrintConv => {
     2229        'Off' => 'Desactivado',
     2230        'On' => 'Activado',
     2231      },
     2232    },
     2233   'LCDIlluminationDuringBulb' => {
     2234      PrintConv => {
     2235        'Off' => 'Desactivado',
     2236        'On' => 'Activado',
     2237      },
     2238    },
     2239   'LCHEditor' => {
     2240      PrintConv => {
     2241        'Off' => 'Desactivado',
     2242        'On' => 'Activado',
     2243      },
     2244    },
     2245   'Language' => 'Idioma',
     2246   'LanguageCode' => {
     2247      PrintConv => {
     2248        'Neutral' => 'Neutro',
     2249      },
     2250    },
    8892251   'LanguageIdentifier' => 'Identificador Idioma',
     2252   'LanguageList' => 'Lista de Idiomas',
    8902253   'LeafData' => 'Datos Hoja',
    8912254   'Lens' => 'Objetivo',
    892    'LensApertureRange' => 'Intervalo Abertura Objetivo',
     2255   'LensApertureRange' => 'Intervalo Apertura Objetivo',
     2256   'LensFirmwareVersion' => 'Versión Firmware Objetivo',
     2257   'LensID' => 'ID Objetivo',
     2258   'LensIDNumber' => 'Número ID Objetivo',
    8932259   'LensInfo' => 'Información del Objetivo',
     2260   'LensModel' => 'Modelo Objetivo',
     2261   'LensProperties' => 'Propiedades Objetivo',
     2262   'LensSerialNumber' => 'Número Serie Objetivo',
     2263   'LensType' => {
     2264      Description => 'Tipo Objetivo',
     2265      PrintConv => {
     2266        'None' => 'Ninguno',
     2267      },
     2268    },
    8942269   'LightSource' => {
    8952270      Description => 'Fuente Luz',
    8962271      PrintConv => {
    897         'Cloudy' => 'Tiempo nuboso',
     2272        'Cloudy' => 'Tiempo Nublado',
    8982273        'Cool White Fluorescent' => 'Fluorescente blanco cálido (W 3800 - 4500K)',
    8992274        'Day White Fluorescent' => 'Fluorescente blanco día (N 4600 - 5500K)',
    9002275        'Daylight' => 'Luz del día',
    901         'Daylight Fluorescent' => 'Fluorescente luz del día (D 5700 - 7100K)',
     2276        'Daylight Fluorescent' => 'Fluorescente luz de día (D 5700 - 7100K)',
    9022277        'Fine Weather' => 'Buen tiempo',
    9032278        'Fluorescent' => 'Fluorescente',
    9042279        'ISO Studio Tungsten' => 'Tungsteno estudio ISO',
    9052280        'Other' => 'Otras Fuentes Luz',
    906         'Shade' => 'Sombra',
    907         'Standard Light A' => 'Luz estandar A',
    908         'Standard Light B' => 'Luz estandar B',
    909         'Standard Light C' => 'Luz estandar C',
     2281        'Shade' => 'Sombrío',
     2282        'Standard Light A' => 'Luz Estándar A',
     2283        'Standard Light B' => 'Luz Estándar B',
     2284        'Standard Light C' => 'Luz Estándar C',
    9102285        'Tungsten (Incandescent)' => 'Tungsteno (luz incandescente)',
    9112286        'Unknown' => 'Desconocido',
     
    9292304      },
    9302305    },
     2306   'LiveViewShooting' => {
     2307      PrintConv => {
     2308        'Off' => 'Desactivado',
     2309        'On' => 'Activado',
     2310      },
     2311    },
    9312312   'LocalizedCameraModel' => 'Modelo Cámara Traducido',
    9322313   'Location' => 'Localización',
     
    9402321   'LookupTable' => 'Tabla de Consulta',
    9412322   'Luminance' => 'Luminancia',
     2323   'LuminanceNoiseReduction' => {
     2324      PrintConv => {
     2325        'High' => 'Alto',
     2326        'Low' => 'Bajo',
     2327        'Off' => 'Desactivado',
     2328      },
     2329    },
     2330   'Lyrics' => 'Letras',
     2331   'Lyrics_Synchronised' => 'Letras Sincronizadas',
     2332   'MSStereo' => {
     2333      PrintConv => {
     2334        'Off' => 'Desactivado',
     2335        'On' => 'Activado',
     2336      },
     2337    },
    9422338   'Macro' => {
    9432339      PrintConv => {
     
    9452341        'On' => 'Encendido',
    9462342        'View' => 'Vista',
     2343      },
     2344    },
     2345   'MacroMode' => 'Modo Macro',
     2346   'MainDialExposureComp' => {
     2347      PrintConv => {
     2348        'Off' => 'Desactivado',
     2349        'On' => 'Activado',
    9472350      },
    9482351    },
     
    9592362    },
    9602363   'MakerNoteType' => 'Tipo Maker Note',
    961    'MakerNoteVersion' => 'Versión Maker Note',
     2364   'MakerNoteVersion' => 'Versión nota Fabricante',
    9622365   'MakerNotes' => 'Notas del Fabricante',
     2366   'ManagedFromMaskMarkers' => {
     2367      PrintConv => {
     2368        'All' => 'Todo',
     2369        'None' => 'Ninguno',
     2370      },
     2371    },
     2372   'ManifestReferenceMaskMarkers' => {
     2373      PrintConv => {
     2374        'All' => 'Todo',
     2375        'None' => 'Ninguno',
     2376      },
     2377    },
     2378   'ManometerPressure' => 'Presión Manometrica',
     2379   'ManometerReading' => 'Lectura Manometrica',
     2380   'ManualFlashOutput' => {
     2381      PrintConv => {
     2382        'Full' => 'Completo',
     2383        'Low' => 'Bajo',
     2384        'Medium' => 'Medio',
     2385        'n/a' => 'No Aplica',
     2386      },
     2387    },
    9632388   'ManualFocusDistance' => 'Distancia Enfoque Manual',
     2389   'Marker' => 'Marcador',
    9642390   'MaskedAreas' => 'Área Oculta',
    9652391   'MasterDocumentID' => 'ID de Documento Maestro',
    9662392   'Matteing' => 'Mate',
    967    'MaxAperture' => 'Máxima Abertura del Objetivo',
    968    'MaxApertureValue' => 'Abertura Lente Máxima',
     2393   'MaxAperture' => 'Máxima Apertura del Objetivo',
     2394   'MaxApertureAtMaxFocal' => 'Apertura máxima a focal máxima',
     2395   'MaxApertureAtMinFocal' => 'Apertura máxima a focal mínima',
     2396   'MaxApertureValue' => 'Apertura Lente Máxima',
     2397   'MaxFaces' => 'Máximo caras',
     2398   'MaxFocalLength' => 'Longitud focal máxima',
     2399   'MaxPacketSize' => 'Tamaño Máximo Paquete',
    9692400   'MaxSampleValue' => 'Valor Muestra Max',
    9702401   'MaximumDensityRange' => 'Rango Densidad Maxima',
     
    9862417      Description => 'Modo Medición',
    9872418      PrintConv => {
    988         'Average' => 'Ponderado',
    989         'Center-weighted average' => 'Ponderado central',
     2419        'Average' => 'Promedio',
     2420        'Center-weighted average' => 'Media ponderada al centro',
    9902421        'Multi-segment' => 'Multi-segmento',
    9912422        'Multi-spot' => 'Multi-puntual',
     
    9962427      },
    9972428    },
     2429   'MinAperture' => 'Apertura mínima',
     2430   'MinFocalLength' => 'Longitud focal mínima',
     2431   'MinPacketSize' => 'Tamaño Mínimo Paquete',
    9982432   'MinSampleValue' => 'Valor Muestra Min',
     2433   'MinoltaQuality' => {
     2434      PrintConv => {
     2435        'Standard' => 'Estándar',
     2436      },
     2437    },
     2438   'ModeDialPosition' => {
     2439      PrintConv => {
     2440        'Panorama' => 'Panoramica',
     2441      },
     2442    },
    9992443   'Model' => 'Modelo',
    10002444   'Model2' => 'Modelo Equipamiento Entrada Imagen (2)',
     2445   'ModelReleaseStatus' => {
     2446      PrintConv => {
     2447        'None' => 'Ninguno',
     2448      },
     2449    },
    10012450   'ModelTiePoint' => 'Etiqueta Modelo Punto Lazo',
    10022451   'ModelTransform' => 'Etiqueta Modelo Transformación',
     2452   'ModelingFlash' => {
     2453      PrintConv => {
     2454        'Off' => 'Desactivado',
     2455        'On' => 'Activado',
     2456      },
     2457    },
     2458   'ModifiedBy' => 'Modificado por',
     2459   'ModifiedPictureStyle' => {
     2460      PrintConv => {
     2461        'High Saturation' => 'Saturación Alta',
     2462        'Landscape' => 'Paisaje',
     2463        'Low Saturation' => 'Saturación Baja',
     2464        'Monochrome' => 'Monocromo',
     2465        'Neutral' => 'Neutro',
     2466        'None' => 'Ninguno',
     2467        'Portrait' => 'Retrato',
     2468        'Standard' => 'Estándar',
     2469      },
     2470    },
     2471   'ModifiedSharpnessFreq' => {
     2472      PrintConv => {
     2473        'High' => 'Alto',
     2474        'Low' => 'Bajo',
     2475        'Standard' => 'Estándar',
     2476      },
     2477    },
     2478   'ModifiedToneCurve' => {
     2479      PrintConv => {
     2480        'Standard' => 'Estándar',
     2481      },
     2482    },
     2483   'ModifiedWhiteBalance' => {
     2484      PrintConv => {
     2485        'Underwater' => 'Subacuatica',
     2486      },
     2487    },
    10032488   'ModifyDate' => 'Fecha y Hora de Cambio del Archivo',
     2489   'MoireFilter' => {
     2490      PrintConv => {
     2491        'Off' => 'Desactivado',
     2492        'On' => 'Activado',
     2493      },
     2494    },
     2495   'MonochromeFilterEffect' => {
     2496      PrintConv => {
     2497        'Green' => 'Verde',
     2498        'None' => 'Ninguno',
     2499        'Orange' => 'Naranja',
     2500        'Red' => 'Rojo',
     2501        'Yellow' => 'Amarillo',
     2502      },
     2503    },
    10042504   'MonochromeLinear' => {
    10052505      PrintConv => {
    10062506        'Yes' => 'Si',
     2507      },
     2508    },
     2509   'MonochromeToning' => {
     2510      PrintConv => {
     2511        'None' => 'Ninguno',
     2512      },
     2513    },
     2514   'MonochromeToningEffect' => {
     2515      PrintConv => {
     2516        'Green' => 'Verde',
     2517        'None' => 'Ninguno',
     2518      },
     2519    },
     2520   'MultiExposureAutoGain' => {
     2521      PrintConv => {
     2522        'Off' => 'Desactivado',
     2523        'On' => 'Activado',
     2524      },
     2525    },
     2526   'MultiExposureMode' => {
     2527      PrintConv => {
     2528        'Off' => 'Desactivado',
    10072529      },
    10082530    },
     
    10102532      Description => 'Reduc. ruido varios fotogr.',
    10112533      PrintConv => {
    1012         'Off' => 'Desactivado',
    1013         'On' => 'Activado',
    1014       },
    1015     },
     2534        'None' => 'Ninguno',
     2535        'Off' => 'Desactivado',
     2536        'On' => 'Activado',
     2537      },
     2538    },
     2539   'MultipleExposureMode' => 'Modo Exposición Múltiple',
     2540   'MultipleExposureSet' => {
     2541      PrintConv => {
     2542        'Off' => 'Desactivado',
     2543        'On' => 'Activado',
     2544      },
     2545    },
     2546   'Mute' => {
     2547      PrintConv => {
     2548        'Off' => 'Desactivado',
     2549        'On' => 'Activado',
     2550      },
     2551    },
     2552   'MyColorMode' => {
     2553      PrintConv => {
     2554        'Neutral' => 'Neutro',
     2555        'Off' => 'Desactivado',
     2556        'Vivid' => 'Vívido',
     2557      },
     2558    },
     2559   'NDFilter' => {
     2560      PrintConv => {
     2561        'Off' => 'Desactivado',
     2562        'On' => 'Activado',
     2563      },
     2564    },
     2565   'NSC_Description' => 'Descripción NSC',
     2566   'Name' => 'Nombre',
    10162567   'NamedColor2' => 'Color Llamado 2',
    10172568   'NativeDisplayInfo' => 'Información Pantalla Nativa',
    10182569   'NewsPhotoVersion' => 'Versión Registro Foto Noticias',
    10192570   'Noise' => 'Ruido',
    1020    'NoiseReduction' => 'Reducción Ruido',
     2571   'NoiseFilter' => {
     2572      PrintConv => {
     2573        'High' => 'Alto',
     2574        'Low' => 'Bajo',
     2575        'Off' => 'Desactivado',
     2576        'Standard' => 'Estándar',
     2577      },
     2578    },
     2579   'NoiseReduction' => {
     2580      Description => 'Reducción Ruido',
     2581      PrintConv => {
     2582        'Low' => 'Bajo',
     2583        'Off' => 'Desactivado',
     2584        'Standard' => 'Estándar',
     2585      },
     2586    },
    10212587   'NoiseReductionApplied' => 'Reducción Ruido Aplicada',
     2588   'NominalMaxAperture' => 'Apertura máxima nominal',
     2589   'NominalMinAperture' => 'Apertura mínima nominal',
     2590   'NumAFPoints' => 'Número de Puntos AF',
     2591   'NumChannels' => 'Número Canales',
     2592   'NumColors' => 'Número de colores',
     2593   'NumImportantColors' => 'Número Colores Importantes',
    10222594   'NumIndexEntries' => 'Número de Entradas de Índice',
     2595   'NumSampleFrames' => 'Número de fotogramas',
     2596   'NumberOfFrames' => 'Número de imágenes',
    10232597   'NumberofInks' => 'Número de Tintas',
    10242598   'OPIProxy' => 'Proxy OPI',
     
    10302604        'Evening' => 'Tarde',
    10312605        'Morning' => 'Mañana',
     2606      },
     2607    },
     2608   'ObjectFileType' => {
     2609      PrintConv => {
     2610        'None' => 'Ninguno',
     2611        'Unknown' => 'Desconocido',
    10322612      },
    10332613    },
     
    10382618   'ObjectTypeReference' => 'Referencia Tipo Objeto',
    10392619   'OffsetSchema' => 'Offset Esquema',
     2620   'OperatingSystem' => {
     2621      Description => 'Sistema Operativo',
     2622      PrintConv => {
     2623        'unknown' => 'desconocido',
     2624      },
     2625    },
     2626   'OpticalZoomMode' => {
     2627      PrintConv => {
     2628        'Standard' => 'Estándar',
     2629      },
     2630    },
    10402631   'OpticalZoomOn' => {
    10412632      Description => 'Zoom Óptico Encendido',
     
    10542645        'Mirror horizontal and rotate 90 CW' => 'Invertir horizontal y rotar 90° sentido reloj',
    10552646        'Mirror vertical' => 'Invertir vertical',
    1056         'Rotate 180' => 'Rotar 180°',
    1057         'Rotate 270 CW' => 'Rotar 270° sentido reloj',
    1058         'Rotate 90 CW' => 'Rotar 90° sentido reloj',
    1059       },
    1060     },
     2647        'Rotate 180' => 'Girado 180°',
     2648        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     2649        'Rotate 90 CW' => 'Girado 90° sentido reloj',
     2650      },
     2651    },
     2652   'OriginPlatform' => {
     2653      PrintConv => {
     2654        'Other' => 'Otro',
     2655      },
     2656    },
     2657   'OriginalAlbumTitle' => 'Título Original Album',
     2658   'OriginalArtist' => 'Artista original',
     2659   'OriginalFileName' => 'Nombre archivo original',
     2660   'OriginalLyricist' => 'Letrista Original',
    10612661   'OriginalRawFileData' => 'Dato Archivo Raw Original',
    10622662   'OriginalRawFileDigest' => 'Cifrado Archivo Raw Original',
    10632663   'OriginalRawFileName' => 'Nombre Archivo Raw Original',
     2664   'OriginalReleaseYear' => 'Año Versión Original',
    10642665   'OriginalTransmissionReference' => 'Identificador de Trabajo',
    10652666   'OriginatingProgram' => 'Programa Originario',
    10662667   'OutputResponse' => 'Respuesta Salida',
     2668   'Owner' => 'Propietario',
    10672669   'OwnerID' => 'ID del Propietario',
     2670   'OwnerName' => 'Nombre del Propietario',
     2671   'PF25ColorMatrix' => 'Matriz de Color PF25',
     2672   'PackingMethod' => {
     2673      PrintConv => {
     2674        'Best Compression' => 'Mejor Compresión',
     2675        'Fast' => 'Rápido',
     2676        'Fastest' => 'Mas Rápido',
     2677        'Good Compression' => 'Buena Compresión',
     2678        'Stored' => 'Almacenado',
     2679      },
     2680    },
    10682681   'Padding' => 'Margen Inferior',
    10692682   'PageName' => 'Nombre Página',
    10702683   'PageNumber' => 'Número Página',
     2684   'PanoramaSize3D' => {
     2685      PrintConv => {
     2686        'Standard' => 'Estándar',
     2687      },
     2688    },
     2689   'Period' => 'Período',
     2690   'PhotoEffect' => {
     2691      PrintConv => {
     2692        'B&W' => 'Blanco y Negro',
     2693        'Custom' => 'Personalizado',
     2694        'Neutral' => 'Neutro',
     2695        'Off' => 'Desactivado',
     2696        'Vivid' => 'Vívido',
     2697      },
     2698    },
     2699   'PhotoEffects' => {
     2700      PrintConv => {
     2701        'Off' => 'Desactivado',
     2702        'On' => 'Activado',
     2703      },
     2704    },
     2705   'PhotoEffectsType' => {
     2706      PrintConv => {
     2707        'None' => 'Ninguno',
     2708      },
     2709    },
    10712710   'PhotometricInterpretation' => {
    1072       Description => 'Esquema Pixel',
     2711      Description => 'Interpretación Fotométrica',
    10732712      PrintConv => {
    10742713        'BlackIsZero' => 'Negro es cero',
     
    10822721    },
    10832722   'PhotoshopAnnotations' => 'Anotaciones Photoshop',
     2723   'PhotoshopFormat' => {
     2724      PrintConv => {
     2725        'Standard' => 'Estándar',
     2726      },
     2727    },
    10842728   'PictInfo' => 'Info Imagen',
     2729   'Picture' => 'Imágen',
     2730   'PictureControl' => {
     2731      PrintConv => {
     2732        'Off' => 'Desactivado',
     2733        'On' => 'Activado',
     2734      },
     2735    },
     2736   'PictureControlActive' => {
     2737      PrintConv => {
     2738        'Off' => 'Desactivado',
     2739        'On' => 'Activado',
     2740      },
     2741    },
     2742   'PictureDescription' => 'Descripción Imágen',
     2743   'PictureFinish' => {
     2744      PrintConv => {
     2745        'Monochrome' => 'Monocromo',
     2746        'Portrait' => 'Retrato',
     2747      },
     2748    },
     2749   'PictureMode' => {
     2750      PrintConv => {
     2751        'Beach' => 'Playa',
     2752        'Fireworks' => 'Fuegos Artificiales',
     2753        'Food' => 'Comida',
     2754        'Green' => 'Verde',
     2755        'Landscape' => 'Paisaje',
     2756        'Panorama' => 'Panoramica',
     2757        'Portrait' => 'Retrato',
     2758        'Red' => 'Rojo',
     2759        'Snow' => 'Nieve',
     2760        'Soft' => 'Suave',
     2761        'Standard' => 'Estándar',
     2762        'Underwater' => 'Subacuatica',
     2763        'Vivid' => 'Vívido',
     2764        'Yellow' => 'Amarillo',
     2765      },
     2766    },
     2767   'PictureModeBWFilter' => {
     2768      PrintConv => {
     2769        'Green' => 'Verde',
     2770        'Neutral' => 'Neutro',
     2771        'Orange' => 'Naranja',
     2772        'Red' => 'Rojo',
     2773        'Yellow' => 'Amarillo',
     2774      },
     2775    },
     2776   'PictureModeEffect' => {
     2777      PrintConv => {
     2778        'High' => 'Alto',
     2779        'Low' => 'Bajo',
     2780        'Standard' => 'Estándar',
     2781      },
     2782    },
     2783   'PictureModeTone' => {
     2784      PrintConv => {
     2785        'Green' => 'Verde',
     2786        'Neutral' => 'Neutro',
     2787      },
     2788    },
     2789   'PictureStyle' => {
     2790      PrintConv => {
     2791        'Faithful' => 'Fiel',
     2792        'High Saturation' => 'Saturación Alta',
     2793        'Landscape' => 'Paisaje',
     2794        'Low Saturation' => 'Saturación Baja',
     2795        'Monochrome' => 'Monocromo',
     2796        'Neutral' => 'Neutro',
     2797        'None' => 'Ninguno',
     2798        'Portrait' => 'Retrato',
     2799        'Standard' => 'Estándar',
     2800      },
     2801    },
     2802   'PictureType' => {
     2803      Description => 'Tipo Imágen',
     2804      PrintConv => {
     2805        '32x32 PNG Icon' => 'Icono PNG 32x32',
     2806        'Artist' => 'Artista',
     2807        'Back Cover' => 'Cubierta Posterior',
     2808        'Composer' => 'Compositor',
     2809        'Conductor' => 'Director',
     2810        'Front Cover' => 'Cubierta Frontal',
     2811        'Illustration' => 'Ilustración',
     2812        'Lyricist' => 'Letrista',
     2813        'Media' => 'Soporte',
     2814        'Other' => 'Otro',
     2815        'Other Icon' => 'Otro Icono',
     2816        'Performance' => 'Interpretación',
     2817        'Recording Session' => 'Sesión Grabación',
     2818      },
     2819    },
     2820   'PictureWizardMode' => {
     2821      PrintConv => {
     2822        'Cool' => 'Frío',
     2823        'Landscape' => 'Paisaje',
     2824        'Portrait' => 'Retrato',
     2825        'Standard' => 'Estándar',
     2826        'Vivid' => 'Vívido',
     2827      },
     2828    },
    10852829   'PixelFormat' => 'Formato Pixel',
    10862830   'PixelIntensityRange' => 'Intervalo Intensidad Pixel',
     
    11042848   'PreviewApplicationName' => 'Nombre Aplicación Previa',
    11052849   'PreviewApplicationVersion' => 'Versión Aplicación Previa',
     2850   'PreviewButton' => {
     2851      PrintConv => {
     2852        'None' => 'Ninguno',
     2853      },
     2854    },
     2855   'PreviewButtonPlusDials' => {
     2856      PrintConv => {
     2857        'None' => 'Ninguno',
     2858      },
     2859    },
    11062860   'PreviewColorSpace' => {
    11072861      Description => 'Espacio Color Previa',
     
    11112865    },
    11122866   'PreviewDateTime' => 'Fecha y Hora Previa',
    1113    'PreviewImage' => 'Previo',
     2867   'PreviewImage' => 'Vista Previa',
    11142868   'PreviewImageLength' => 'Longitud Imagen Previa',
    11152869   'PreviewImageSize' => 'Tamaño Imagen Previa',
     
    11222876   'PreviewSettingsDigest' => 'Cifrado Configuración Previa',
    11232877   'PreviewSettingsName' => 'Nombre Configuración Previa',
     2878   'PrimaryAFPoint' => 'Punto AF primario',
    11242879   'PrimaryChromaticities' => 'Cromaticidades de Colores Primarios',
    11252880   'PrimaryPlatform' => 'Plataforma Primaria',
    11262881   'ProcessingSoftware' => 'Tratamiendo de Software',
     2882   'Producer' => 'Productor',
    11272883   'ProductID' => 'ID Producto',
    11282884   'ProfileCMMType' => 'Tipo Perfil CMM',
     
    11422898    },
    11432899   'ProfileConnectionSpace' => 'Espacio Conexión Perfil',
    1144    'ProfileCopyright' => 'Copyright Perfil',
     2900   'ProfileCopyright' => 'Copyright',
    11452901   'ProfileCreator' => 'Creador Perfil',
    11462902   'ProfileDateTime' => 'Fecha y Hora Perfil',
     
    11672923   'ProfileToneCurve' => 'Perfil Curva Tono',
    11682924   'ProfileVersion' => 'Versión Perfil',
     2925   'ProgramMode' => {
     2926      PrintConv => {
     2927        'None' => 'Ninguno',
     2928        'Portrait' => 'Retrato',
     2929      },
     2930    },
    11692931   'ProgramVersion' => 'Versión Programa',
     2932   'Projects' => 'Proyectos',
     2933   'PromotionURL' => 'URL Promocional',
     2934   'PropertyReleaseStatus' => {
     2935      PrintConv => {
     2936        'None' => 'Ninguno',
     2937      },
     2938    },
     2939   'Protect' => 'Protección',
     2940   'ProtectionType' => 'Tipo Protección',
     2941   'Provider' => 'Proveedor',
     2942   'ProviderCopyright' => 'Copyright Proveedor',
    11702943   'Province-State' => 'Provincia/Estado',
     2944   'Publisher' => 'Editor',
    11712945   'Quality' => {
    11722946      Description => 'Calidad',
     
    11762950        'Extra Fine' => 'Extrafina',
    11772951        'Fine' => 'Fina',
    1178         'Low' => 'Calidad baja',
     2952        'High' => 'Alto',
     2953        'Low' => 'Bajo',
    11792954        'Normal' => 'Calidad estándar',
    11802955        'RAW + JPEG' => 'RAW+JPEG',
    11812956        'Standard' => 'Estándar',
     2957        'n/a' => 'no aplica',
    11822958      },
    11832959    },
     
    12022978      },
    12032979    },
     2980   'RadioStationName' => 'Nombre Emisora Radio',
     2981   'RadioStationOwner' => 'Propietario Emisora Radio',
    12042982   'RasterPadding' => 'Relleno Trama',
    12052983   'RasterizedCaption' => 'Título Rasterizado',
    1206    'Rating' => 'Clasificación',
     2984   'Rating' => {
     2985      Description => 'Clasificación',
     2986      PrintConv => {
     2987        'none' => 'Ninguno',
     2988      },
     2989    },
    12072990   'RatingPercent' => 'Valoración en Porcentaje',
     2991   'RawCustomSaturation' => 'Raw Saturación personalizada',
    12082992   'RawDataUniqueID' => 'ID Único Dato Raw',
     2993   'RawDevAutoGradation' => {
     2994      PrintConv => {
     2995        'Off' => 'Desactivado',
     2996        'On' => 'Activado',
     2997      },
     2998    },
     2999   'RawDevNoiseReduction' => {
     3000      PrintConv => {
     3001        'Noise Filter' => 'Filtro ruido',
     3002        'Noise Filter (ISO Boost)' => 'Filtro ruido (ISO Boost)',
     3003        'Noise Reduction' => 'Reducción ruido',
     3004      },
     3005    },
     3006   'RawDevPMPictureTone' => {
     3007      PrintConv => {
     3008        'Green' => 'Verde',
     3009        'Neutral' => 'Neutro',
     3010      },
     3011    },
     3012   'RawDevPM_BWFilter' => {
     3013      PrintConv => {
     3014        'Green' => 'Verde',
     3015        'Neutral' => 'Neutro',
     3016        'Orange' => 'Naranja',
     3017        'Red' => 'Rojo',
     3018        'Yellow' => 'Amarillo',
     3019      },
     3020    },
     3021   'RawDevPictureMode' => {
     3022      PrintConv => {
     3023        'Vivid' => 'Vívido',
     3024      },
     3025    },
     3026   'RawDevSettings' => {
     3027      PrintConv => {
     3028        'Noise Reduction' => 'Reducción ruido',
     3029      },
     3030    },
    12093031   'RawImageDigest' => 'Cifrado Imagen RAW',
     3032   'RawJpgSize' => {
     3033      PrintConv => {
     3034        'Medium' => 'Medio',
     3035        'Medium 1' => 'Medio 1 ',
     3036        'Medium 2' => 'Medio 2',
     3037        'Medium 3' => 'Medio 3',
     3038        'Postcard' => 'Tarjeta Postal',
     3039        'Small 1' => 'Pequeño 1',
     3040        'Small 2' => 'Pequeño 21',
     3041        'Small 3' => 'Pequeño 3',
     3042      },
     3043    },
    12103044   'RecordMode' => 'Modo de Grabación',
    12113045   'RecordShutterRelease' => {
     
    12143048        'Press start, press stop' => 'Pulsa para iniciar, pulsa para parar',
    12153049        'Record while down' => 'Grabar mientras se pulsa',
     3050      },
     3051    },
     3052   'RecordedTrackNumber' => 'Número Pista grabada',
     3053   'RecordingMode' => {
     3054      PrintConv => {
     3055        'Panorama' => 'Panoramica',
     3056        'Portrait' => 'Retrato',
     3057      },
     3058    },
     3059   'RedEyeCorrection' => {
     3060      PrintConv => {
     3061        'Off' => 'Desactivado',
     3062      },
     3063    },
     3064   'RedEyeReduction' => {
     3065      PrintConv => {
     3066        'Off' => 'Desactivado',
     3067        'On' => 'Activado',
    12163068      },
    12173069    },
     
    12433095      },
    12443096    },
     3097   'RenditionOfMaskMarkers' => {
     3098      PrintConv => {
     3099        'All' => 'Todo',
     3100        'None' => 'Ninguno',
     3101      },
     3102    },
     3103   'ResampleParamsQuality' => {
     3104      PrintConv => {
     3105        'High' => 'Alto',
     3106        'Low' => 'Bajo',
     3107      },
     3108    },
    12453109   'Resaved' => {
    12463110      Description => 'Regrabado',
     
    12493113      },
    12503114    },
     3115   'Reserved1' => 'Reservado 1',
     3116   'Resolution' => 'Resolución',
    12513117   'ResolutionMode' => 'Modo Resolución',
    12523118   'ResolutionUnit' => {
    12533119      Description => 'Unidad de Resolución de X e Y',
    12543120      PrintConv => {
    1255         'None' => 'Ninguna',
     3121        'None' => 'Ninguno',
    12563122        'cm' => 'Píxeles/cm',
    12573123        'inches' => 'Pulgada',
    12583124      },
    12593125    },
     3126   'RetouchHistory' => {
     3127      PrintConv => {
     3128        'None' => 'Ninguno',
     3129      },
     3130    },
    12603131   'RevisionNumber' => 'Número Revisión',
    12613132   'Rotation' => {
    1262       PrintConv => {
    1263         'Rotate 180' => 'Rotar 180°',
    1264         'Rotate 270 CW' => 'Rotar 270° sentido reloj',
    1265         'Rotate 90 CW' => 'Rotar 90° sentido reloj',
    1266         'Rotated 180' => 'Rotar 180°',
    1267         'Rotated 270 CW' => 'Rotar 270° sentido reloj',
    1268         'Rotated 90 CW' => 'Rotar 90° sentido reloj',
     3133      Description => 'Rotación',
     3134      PrintConv => {
     3135        'Rotate 180' => 'Girado 180°',
     3136        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     3137        'Rotate 90 CW' => 'Girado 90° sentido reloj',
     3138        'Rotated 180' => 'Girado 180°',
     3139        'Rotated 270 CW' => 'Girado 270° sentido reloj',
     3140        'Rotated 90 CW' => 'Girado 90° sentido reloj',
    12693141      },
    12703142    },
     
    12733145   'SMaxSampleValue' => 'Valor Muestra Max S',
    12743146   'SMinSampleValue' => 'Valor Muestra Min S',
     3147   'SRAWQuality' => {
     3148      PrintConv => {
     3149        'n/a' => 'No Aplica',
     3150      },
     3151    },
    12753152   'SRActive' => {
    12763153      PrintConv => {
     
    12793156    },
    12803157   'SampleFormat' => 'Formato Muestra',
     3158   'SampleRate' => 'Frecuencia muestreo',
     3159   'SampleSize' => 'Tamaño muestra',
    12813160   'SampleStructure' => {
    12823161      Description => 'Estructura Muestreo',
     
    13213200      Description => 'Saturación',
    13223201      PrintConv => {
    1323         'High' => 'Alta',
    1324         'Low' => 'Baja',
     3202        'High' => 'Alto',
     3203        'Low' => 'Bajo',
     3204        'None' => 'Ninguno',
    13253205        'None (B&W)' => 'Ninguna (N&B)',
    13263206        'Normal' => 'Estándar',
     3207        'Vivid' => 'Vívido',
     3208      },
     3209    },
     3210   'ScanImageEnhancer' => {
     3211      PrintConv => {
     3212        'Off' => 'Desactivado',
     3213        'On' => 'Activado',
    13273214      },
    13283215    },
     
    13473234        'Night' => 'Escena nocturna',
    13483235        'Portrait' => 'Retrato',
    1349         'Standard' => 'Estandar',
     3236        'Standard' => 'Estándar',
    13503237      },
    13513238    },
     
    13553242        '3D Sweep Panorama' => '3D',
    13563243        'Anti Motion Blur' => 'Anti movimiento',
     3244        'Beach' => 'Playa',
    13573245        'Cont. Priority AE' => 'AE prioridad cont.',
     3246        'Fireworks' => 'Fuegos Artificiales',
     3247        'Food' => 'Comida',
    13583248        'Handheld Night Shot' => 'Toma noct. manual',
     3249        'Indoor' => 'Interior',
    13593250        'Landscape' => 'Paisaje',
    13603251        'Night Portrait' => 'Retrato noct.',
    13613252        'Night Scene' => 'Vista nocturna',
    13623253        'Night View/Portrait' => 'Vista/retrato nocturno',
     3254        'Off' => 'Desactivado',
     3255        'Panorama' => 'Panoramica',
    13633256        'Portrait' => 'Retrato',
     3257        'Snow' => 'Nieve',
    13643258        'Sports' => 'Acción deportiva',
    1365         'Standard' => '',
     3259        'Standard' => 'Estándar',
    13663260        'Sunset' => 'Puesta sol',
    13673261        'Sweep Panorama' => 'Barrido panorámico',
     3262        'Underwater' => 'Subacuatica',
     3263        'Vivid' => 'Vívido',
     3264      },
     3265    },
     3266   'SceneModeUsed' => {
     3267      PrintConv => {
     3268        'Beach' => 'Playa',
     3269        'Fireworks' => 'Fuegos Artificiales',
     3270        'Landscape' => 'Paisaje',
     3271        'Panorama' => 'Panoramica',
     3272        'Portrait' => 'Retrato',
     3273        'Snow' => 'Nieve',
    13683274      },
    13693275    },
     
    13853291      },
    13863292    },
     3293   'Security' => {
     3294      PrintConv => {
     3295        'None' => 'Ninguno',
     3296      },
     3297    },
    13873298   'SecurityClassification' => {
    13883299      Description => 'Clasificación Seguridad',
     
    13953306      },
    13963307    },
     3308   'SelectableAFPoint' => 'Punto AF seleccionable',
    13973309   'SelfTimer' => {
    13983310      Description => 'Temporizador Automático',
     
    14173329      },
    14183330    },
     3331   'SensitivityType' => {
     3332      PrintConv => {
     3333        'Unknown' => 'Desconocido',
     3334      },
     3335    },
    14193336   'SequenceShotInterval' => {
    14203337      Description => 'Intervalo Disparo Secuencial',
     
    14323349        'Best' => 'Mejor',
    14333350        'None' => 'Ninguno',
    1434         'Standard' => 'Estandar',
     3351        'Standard' => 'Estándar',
    14353352      },
    14363353    },
     
    14383355   'ServiceIdentifier' => 'Identificador Servicio',
    14393356   'ShadingCompensation' => 'Compensación de Sombreado',
    1440    'Shadow' => 'Sombra',
    1441    'ShadowScale' => 'Escala Sombra',
     3357   'ShadingCompensation2' => {
     3358      PrintConv => {
     3359        'Off' => 'Desactivado',
     3360        'On' => 'Activado',
     3361      },
     3362    },
     3363   'Shadow' => 'Sombrío',
     3364   'ShadowScale' => 'Escala Sombrío',
     3365   'ShakeReduction' => {
     3366      PrintConv => {
     3367        'Off' => 'Desactivado',
     3368        'On' => 'Activado',
     3369      },
     3370    },
     3371   'Sharpening' => {
     3372      PrintConv => {
     3373        'High' => 'Alto',
     3374        'Low' => 'Bajo',
     3375      },
     3376    },
    14423377   'Sharpness' => {
    14433378      Description => 'Nitidez',
     
    14493384      },
    14503385    },
    1451    'ShootingMode' => 'Modo de Disparo',
     3386   'SharpnessFrequency' => {
     3387      PrintConv => {
     3388        'High' => 'Alto',
     3389        'Highest' => 'Muy Alto',
     3390        'Low' => 'Bajo',
     3391        'Lowest' => 'Mas bajo',
     3392        'Standard' => 'Estándar',
     3393        'n/a' => 'No Aplica',
     3394      },
     3395    },
     3396   'ShootingMode' => {
     3397      Description => 'Modo de Disparo',
     3398      PrintConv => {
     3399        'Beach' => 'Playa',
     3400        'Fireworks' => 'Fuegos Artificiales',
     3401        'Food' => 'Comida',
     3402        'Portrait' => 'Retrato',
     3403        'Snow' => 'Nieve',
     3404        'Underwater' => 'Subacuatica',
     3405      },
     3406    },
    14523407   'ShortDocumentID' => 'ID Corta del Documento',
     3408   'Shutter-AELock' => 'Disparador Bloqueo AE',
     3409   'ShutterCount' => 'Contador de disparos',
     3410   'ShutterReleaseButtonAE-L' => {
     3411      PrintConv => {
     3412        'Off' => 'Desactivado',
     3413        'On' => 'Activado',
     3414      },
     3415    },
    14533416   'ShutterReleaseNoCFCard' => {
    14543417      PrintConv => {
     
    14563419      },
    14573420    },
    1458    'ShutterSpeed' => 'Hora Exposición',
     3421   'ShutterSpeed' => 'Tiempo de Exposición',
    14593422   'ShutterSpeedValue' => 'Velocidad Obturación',
     3423   'Signature_Name' => 'Firma',
    14603424   'SimilarityIndex' => 'Índice de Similitudes',
     3425   'SingleFrameBracketing' => {
     3426      PrintConv => {
     3427        'High' => 'Alto',
     3428        'Low' => 'Bajo',
     3429      },
     3430    },
    14613431   'Site' => 'Sitio',
    14623432   'SlideShow' => {
     
    14653435      },
    14663436    },
     3437   'SlowShutter' => {
     3438      PrintConv => {
     3439        'None' => 'Ninguno',
     3440        'Off' => 'Desactivado',
     3441        'On' => 'Activado',
     3442      },
     3443    },
     3444   'SoftSkinEffect' => {
     3445      PrintConv => {
     3446        'Low' => 'Bajo',
     3447      },
     3448    },
    14673449   'Software' => 'Programa Utilizado',
    14683450   'SoftwareVersion' => 'Versión Software',
     3451   'SonyImageSize' => {
     3452      PrintConv => {
     3453        'Standard' => 'Estándar',
     3454      },
     3455    },
     3456   'SonyQuality' => {
     3457      PrintConv => {
     3458        'Standard' => 'Estándar',
     3459      },
     3460    },
    14693461   'Source' => 'Fuente',
    14703462   'SpatialFrequencyResponse' => 'Respuesta Frecuencia Espacial',
     3463   'SpecialEffectsOpticalFilter' => {
     3464      PrintConv => {
     3465        'None' => 'Ninguno',
     3466      },
     3467    },
    14713468   'SpecialInstructions' => 'Instrucciones',
    14723469   'SpecialMode' => 'Modo Especial',
    14733470   'SpectralSensitivity' => 'Sensibilidad Espectral',
     3471   'Speed' => {
     3472      PrintConv => {
     3473        'Fast' => 'Rápido',
     3474      },
     3475    },
     3476   'SpotMeteringMode' => {
     3477      PrintConv => {
     3478        'AF Point' => 'Punto AF',
     3479        'Center' => 'Centro',
     3480      },
     3481    },
    14743482   'State' => 'Estado',
     3483   'StreamColor' => {
     3484      PrintConv => {
     3485        'Monochrome' => 'Monocromo',
     3486      },
     3487    },
     3488   'StreamType' => {
     3489      PrintConv => {
     3490        'Binary' => 'Binario',
     3491        'File Transfer' => 'Transferencia Archivo',
     3492      },
     3493    },
    14753494   'StripByteCounts' => 'Bytes por Tira Comprimida',
    14763495   'StripOffsets' => 'Localización Datos Imagen',
     
    14813500   'SubTileBlockSize' => 'Tamaño Bloque Submosaico',
    14823501   'SubfileType' => 'Nuevo Tipo Subarchivo',
     3502   'SubimageColor' => {
     3503      PrintConv => {
     3504        'Monochrome' => 'Monocromo',
     3505      },
     3506    },
    14833507   'Subject' => 'Sujeto',
    14843508   'SubjectArea' => 'Zona Sujeto',
     
    14933517    },
    14943518   'SubjectLocation' => 'Localización Sujeto',
     3519   'SubjectProgram' => {
     3520      PrintConv => {
     3521        'None' => 'Ninguno',
     3522        'Portrait' => 'Retrato',
     3523      },
     3524    },
    14953525   'SubjectReference' => 'Código Sujeto',
     3526   'Subsystem' => {
     3527      PrintConv => {
     3528        'Unknown' => 'Desconocido',
     3529      },
     3530    },
     3531   'Subtitle' => 'Subtitulo',
     3532   'SubtitleDescription' => 'Descripción Subtitulo',
     3533   'SuperimposedDisplay' => {
     3534      PrintConv => {
     3535        'Off' => 'Desactivado',
     3536        'On' => 'Activado',
     3537      },
     3538    },
    14963539   'SupplementalCategories' => 'Categoría Suplementaria',
    14973540   'SupplementalType' => {
     
    15033546      },
    15043547    },
     3548   'SweepPanoramaSize' => {
     3549      PrintConv => {
     3550        'Standard' => 'Estándar',
     3551      },
     3552    },
     3553   'SwitchToRegisteredAFPoint' => 'Conmutación de Punto AF registrado',
     3554   'SynchronizedLyricsType' => {
     3555      PrintConv => {
     3556        'Other' => 'Otro',
     3557      },
     3558    },
    15053559   'T4Options' => 'Opciones T4',
    15063560   'T6Options' => 'Opciones T6',
    1507    'TIFF-EPStandardID' => 'ID Estandar TIFF/EP',
     3561   'TIFF-EPStandardID' => 'ID Estándar TIFF/EP',
    15083562   'Tagged' => {
    15093563      PrintConv => {
     
    15383592      },
    15393593    },
     3594   'Teleconverter' => {
     3595      PrintConv => {
     3596        'None' => 'Ninguno',
     3597      },
     3598    },
    15403599   'Text' => 'Texto',
     3600   'TextStamp' => {
     3601      PrintConv => {
     3602        'On' => 'Activado',
     3603      },
     3604    },
    15413605   'Thresholding' => 'Umbral',
    15423606   'ThumbnailImage' => 'Miniatura',
     
    15483612   'TileWidth' => 'Ancho Elemento',
    15493613   'TimeCreated' => 'Hora Creación',
     3614   'TimeScaleParamsQuality' => {
     3615      PrintConv => {
     3616        'High' => 'Alto',
     3617        'Low' => 'Bajo',
     3618      },
     3619    },
    15503620   'TimeSent' => 'Hora Envío',
     3621   'TimeSignature' => {
     3622      PrintConv => {
     3623        'other' => 'Otro',
     3624      },
     3625    },
     3626   'TimeStamp' => 'Marca de Tiempo',
     3627   'TimeStamp1' => 'Marca de Tiempo 1',
    15513628   'TimeZoneOffset' => 'Offset Zona Horaria',
    15523629   'Title' => 'Título',
     3630   'ToneCurve' => {
     3631      PrintConv => {
     3632        'Standard' => 'Estándar',
     3633      },
     3634    },
    15533635   'ToneCurveActive' => {
    15543636      PrintConv => {
     
    15563638      },
    15573639    },
     3640   'ToningEffect' => {
     3641      PrintConv => {
     3642        'Green' => 'Verde',
     3643        'None' => 'Ninguno',
     3644        'Red' => 'Rojo',
     3645        'Yellow' => 'Amarillo',
     3646      },
     3647    },
     3648   'ToningEffectMonochrome' => {
     3649      PrintConv => {
     3650        'Green' => 'Verde',
     3651        'None' => 'Ninguno',
     3652      },
     3653    },
     3654   'ToningEffectUnknown' => {
     3655      PrintConv => {
     3656        'Green' => 'Verde',
     3657        'None' => 'Ninguno',
     3658      },
     3659    },
     3660   'ToningEffectUserDef1' => {
     3661      PrintConv => {
     3662        'Green' => 'Verde',
     3663        'None' => 'Ninguno',
     3664      },
     3665    },
     3666   'ToningEffectUserDef2' => {
     3667      PrintConv => {
     3668        'Green' => 'Verde',
     3669        'None' => 'Ninguno',
     3670      },
     3671    },
     3672   'ToningEffectUserDef3' => {
     3673      PrintConv => {
     3674        'Green' => 'Verde',
     3675        'None' => 'Ninguno',
     3676      },
     3677    },
     3678   'ToolName' => 'Nombre Herramienta',
     3679   'ToolVersion' => 'Versión Herramienta',
     3680   'TotalFrames' => 'Total Imagenes',
     3681   'Track' => 'Pista',
     3682   'TrackCreateDate' => 'Fecha creación Track',
     3683   'TrackDefault' => 'Pista Defecto',
     3684   'TrackForced' => 'Pista Forzada',
     3685   'TrackHeaderVersion' => 'Versión cabecera Pista',
     3686   'TrackID' => 'ID Pista',
     3687   'TrackName' => 'Nombre Pista',
     3688   'TrackNumber' => 'Número Pista',
     3689   'TrackType' => 'Tipo Pista',
     3690   'TrackUsed' => 'Pista utilizada',
     3691   'Tracks' => 'Pistas',
    15583692   'TransferFunction' => 'Función Transferencia',
    15593693   'TransferRange' => 'Intervalo Transferencia',
     
    15653699        'Mirror horizontal and rotate 90 CW' => 'Invertir horizontal y rotar 90° sentido reloj',
    15663700        'Mirror vertical' => 'Invertir vertical',
    1567         'Rotate 180' => 'Rotar 180°',
    1568         'Rotate 270 CW' => 'Rotar 270° sentido reloj',
    1569         'Rotate 90 CW' => 'Rotar 90° sentido reloj',
     3701        'Rotate 180' => 'Girado 180°',
     3702        'Rotate 270 CW' => 'Girado 270° sentido reloj',
     3703        'Rotate 90 CW' => 'Girado 90° sentido reloj',
    15703704      },
    15713705    },
     
    15803714      },
    15813715    },
     3716   'UncompressedSize' => 'Tamaño Descomprimido',
    15823717   'UniqueCameraModel' => 'Modelo Cámara Unico',
    15833718   'UniqueDocumentID' => 'ID de Documento Única',
     3719   'UniqueFileIdentifier' => 'Identificador Unico Archivo',
    15843720   'UniqueObjectName' => 'Nombre Único de Objeto',
    15853721   'Unknown' => 'Desconocido',
     3722   'Unsharp1Color' => {
     3723      PrintConv => {
     3724        'Green' => 'Verde',
     3725        'Red' => 'Rojo',
     3726        'Yellow' => 'Amarillo',
     3727      },
     3728    },
     3729   'Unsharp2Color' => {
     3730      PrintConv => {
     3731        'Green' => 'Verde',
     3732        'Red' => 'Rojo',
     3733        'Yellow' => 'Amarillo',
     3734      },
     3735    },
     3736   'Unsharp3Color' => {
     3737      PrintConv => {
     3738        'Green' => 'Verde',
     3739        'Red' => 'Rojo',
     3740        'Yellow' => 'Amarillo',
     3741      },
     3742    },
     3743   'Unsharp4Color' => {
     3744      PrintConv => {
     3745        'Green' => 'Verde',
     3746        'Red' => 'Rojo',
     3747        'Yellow' => 'Amarillo',
     3748      },
     3749    },
     3750   'UnsharpMask' => {
     3751      PrintConv => {
     3752        'Off' => 'Desactivado',
     3753        'On' => 'Activado',
     3754      },
     3755    },
    15863756   'Urgency' => {
    15873757      Description => 'Urgencia',
     
    15953765    },
    15963766   'UserComment' => 'Comentarios Usuario',
     3767   'UserDef1PictureStyle' => {
     3768      PrintConv => {
     3769        'Landscape' => 'Paisaje',
     3770        'Monochrome' => 'Monocromo',
     3771        'Neutral' => 'Neutro',
     3772        'Portrait' => 'Retrato',
     3773        'Standard' => 'Estándar',
     3774      },
     3775    },
     3776   'UserDef2PictureStyle' => {
     3777      PrintConv => {
     3778        'Landscape' => 'Paisaje',
     3779        'Monochrome' => 'Monocromo',
     3780        'Neutral' => 'Neutro',
     3781        'Portrait' => 'Retrato',
     3782        'Standard' => 'Estándar',
     3783      },
     3784    },
     3785   'UserDef3PictureStyle' => {
     3786      PrintConv => {
     3787        'Landscape' => 'Paisaje',
     3788        'Monochrome' => 'Monocromo',
     3789        'Neutral' => 'Neutro',
     3790        'Portrait' => 'Retrato',
     3791        'Standard' => 'Estándar',
     3792      },
     3793    },
     3794   'VR_0x66' => {
     3795      PrintConv => {
     3796        'Off' => 'Desactivado',
     3797      },
     3798    },
     3799   'ValidAFPoints' => 'Puntos AF validos',
    15973800   'Version' => 'Versión PrintIM',
     3801   'VersionYear' => 'Año versión',
     3802   'VibrationReduction' => {
     3803      PrintConv => {
     3804        'Off' => 'Desactivado',
     3805        'On' => 'Activado',
     3806      },
     3807    },
     3808   'VideoAlphaMode' => {
     3809      PrintConv => {
     3810        'None' => 'Ninguno',
     3811      },
     3812    },
    15983813   'VideoCardGamma' => 'Tarjeta Video Gamma',
     3814   'VideoCompressor' => 'Video Compresor',
     3815   'VideoFieldOrder' => {
     3816      PrintConv => {
     3817        'Lower' => 'Inferior',
     3818        'Progressive' => 'Progresivo',
     3819        'Upper' => 'Superior',
     3820      },
     3821    },
     3822   'VideoHeight' => 'Altura Video',
     3823   'VideoPixelDepth' => {
     3824      PrintConv => {
     3825        '16-bit integer' => 'Entero 16-bits',
     3826        '24-bit integer' => 'Entero 24-bits',
     3827        '32-bit float' => 'Flotante 32-bits',
     3828        '32-bit integer' => 'Entero 32-bits',
     3829        '8-bit integer' => 'Entero 8-bits',
     3830        'Other' => 'Otro',
     3831      },
     3832    },
     3833   'VideoQuality' => {
     3834      PrintConv => {
     3835        'Low' => 'Bajo',
     3836        'Standard' => 'Estándar',
     3837      },
     3838    },
     3839   'VideoWidth' => 'Ancho Video',
     3840   'ViewCompressionFactor' => 'Ver Factor de compresión',
     3841   'ViewfinderWarning' => {
     3842      PrintConv => {
     3843        'Off' => 'Desactivado',
     3844        'On' => 'Activado',
     3845      },
     3846    },
     3847   'ViewfinderWarnings' => {
     3848      PrintConv => {
     3849        'Monochrome' => 'Monocromo',
     3850      },
     3851    },
    15993852   'ViewingCondDesc' => 'Descripción en Condiciones de Visión',
    16003853   'ViewingCondIlluminant' => 'Iluminación en Condiciones de Visión',
     
    16023855   'ViewingCondSurround' => 'Entorno en Condiciones de Visión',
    16033856   'ViewingConditions' => 'Iluminación en Condiciones de Visión',
     3857   'VignetteControl' => {
     3858      PrintConv => {
     3859        'High' => 'Alto',
     3860        'Low' => 'Bajo',
     3861        'Off' => 'Desactivado',
     3862        'On' => 'Activado',
     3863      },
     3864    },
    16043865   'VoiceMemo' => {
    16053866      Description => 'Notas Voz',
     
    16093870      },
    16103871    },
     3872   'WBAdjLighting' => {
     3873      PrintConv => {
     3874        'None' => 'Ninguno',
     3875      },
     3876    },
     3877   'WBBracketMode' => {
     3878      PrintConv => {
     3879        'Off' => 'Desactivado',
     3880      },
     3881    },
    16113882   'WBFineTuneActive' => {
    16123883      PrintConv => {
     
    16163887   'WCSProfiles' => 'Perfil Sistema Color Windows',
    16173888   'WhiteBalance' => {
    1618       Description => 'Equilibrio Blanco',
     3889      Description => 'Balance de Blancos',
    16193890      PrintConv => {
    16203891        'Auto' => 'Automático',
    16213892        'Black & White' => 'Monocromo',
    1622         'Cloudy' => 'Nuboso',
     3893        'Cloudy' => 'Nublado',
    16233894        'Color Temperature/Color Filter' => 'Temperatura de color / Filtro de color',
    16243895        'Cool White Fluorescent' => 'Fluorescente blanco frío',
    16253896        'Custom' => 'Personalizado',
    1626         'Custom 1' => 'PERSONAL.1',
    1627         'Custom 2' => 'PERSONAL.2',
    1628         'Custom 3' => 'PERSONAL.3',
    1629         'Custom 4' => 'PERSONAL.4',
     3897        'Custom 1' => 'Personalizado 1',
     3898        'Custom 2' => 'Personalizado 2',
     3899        'Custom 3' => 'Personalizado 3',
     3900        'Custom 4' => 'Personalizado 4',
    16303901        'Day White Fluorescent' => 'Fluorescente blanco de día',
    16313902        'Daylight' => 'Luz de día',
    1632         'Daylight Fluorescent' => 'Fluorescente de luz del día',
     3903        'Daylight Fluorescent' => 'Fluorescente luz de día',
    16333904        'Fluorescent' => 'Flourescente',
    16343905        'Manual' => 'Equilibrio del blanco manual',
    1635         'Shade' => 'Sombra',
     3906        'Manual Temperature (Kelvin)' => 'Temperatura Manual (Kelvin)',
     3907        'Shade' => 'Sombrío',
    16363908        'Tungsten' => 'Tungsteno',
     3909        'Underwater' => 'Subacuatica',
    16373910        'Unknown' => 'Desconocido',
    16383911        'Warm White Fluorescent' => 'Fluorescente blanco cálido',
    16393912        'White Fluorescent' => 'Fluorescente blanco',
     3913      },
     3914    },
     3915   'WhiteBalanceAdj' => {
     3916      PrintConv => {
     3917        'Off' => 'Desactivado',
     3918        'On' => 'Activado',
     3919      },
     3920    },
     3921   'WhiteBalanceBracketing' => {
     3922      PrintConv => {
     3923        'High' => 'Alto',
     3924        'Low' => 'Bajo',
    16403925      },
    16413926    },
     
    16503935    },
    16513936   'WidthResolution' => 'Resolución Imagen Horizontal',
     3937   'Writer' => 'Escritor',
    16523938   'Writer-Editor' => 'Título/Descripción Escritor',
    16533939   'X3FillLight' => 'Luz Relleno X3',
     
    16683954   'YPosition' => 'Posición Y',
    16693955   'YResolution' => 'Resolución Imagen Vertical',
     3956   'Year' => 'Año',
     3957   'YearCreated' => 'Año Creación',
     3958   'ZipCompressedSize' => 'Zip Tamaño Comprimido',
     3959   'ZipCompression' => {
     3960      Description => 'Compresión Zip',
     3961      PrintConv => {
     3962        'None' => 'Ninguno',
     3963        'Reduced with compression factor 1' => 'Reducido con factor de compresión 1',
     3964        'Reduced with compression factor 2' => 'Reducido con factor de compresión 2',
     3965        'Reduced with compression factor 3' => 'Reducido con factor de compresión 3',
     3966        'Reduced with compression factor 4' => 'Reducido con factor de compresión 4',
     3967      },
     3968    },
     3969   'ZipUncompressedSize' => 'Zip Tamaño Descomprimido',
    16703970   'ZoneMatching' => {
    16713971      Description => 'Zone matching',
    16723972      PrintConv => {
    1673         'High Key' => 'Hi',
     3973        'High Key' => 'Alto',
    16743974        'ISO Setting Used' => 'Desactivado',
    1675         'Low Key' => 'Lo',
    1676       },
    1677     },
     3975        'Low Key' => 'Bajo',
     3976      },
     3977    },
     3978   'ZoneMatchingMode' => {
     3979      PrintConv => {
     3980        'Standard' => 'Estándar',
     3981      },
     3982    },
     3983   'ZoneMatchingOn' => {
     3984      PrintConv => {
     3985        'Off' => 'Desactivado',
     3986        'On' => 'Activado',
     3987      },
     3988    },
     3989   'ZoomPos' => 'Posición Zoom',
    16783990);
    16793991
     
    16944006=head1 AUTHOR
    16954007
    1696 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
     4008Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
    16974009
    16984010This library is free software; you can redistribute it and/or modify it
     
    17014013=head1 ACKNOWLEDGEMENTS
    17024014
    1703 Thanks to Jens Duttke and Santiago del BrE<iacute>o GonzE<aacute>lez for
    1704 providing this translation.
     4015Thanks to Jens Duttke, Santiago del BrE<iacute>o GonzE<aacute>lez and Emilio
     4016Sancha for providing this translation.
    17054017
    17064018=head1 SEE ALSO
Note: See TracChangeset for help on using the changeset viewer.