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/it.pm

    r24107 r34921  
    1212use vars qw($VERSION);
    1313
    14 $VERSION = '1.07';
     14$VERSION = '1.14';
    1515
    1616%Image::ExifTool::Lang::it::Translate = (
     17   'A100DataOffset' => 'Offset dati A100',
     18   'AAFManufacturerID' => 'ID AAF produttore',
     19   'ACoordOfBottomRightCorner' => 'Una coord in basso a destra',
     20   'ACoordOfTopRightCorner' => 'Una coord in alto a destra',
     21   'AEAperture' => 'Apertura esposizione automatica',
     22   'AEBAutoCancel' => {
     23      PrintConv => {
     24        'Off' => 'Spento',
     25      },
     26    },
     27   'AEBSequenceAutoCancel' => {
     28      PrintConv => {
     29        '-,0,+/Disabled' => '-,0,+/Disabilitato',
     30        '-,0,+/Enabled' => '-,0,+/Abilitato',
     31        '0,-,+/Disabled' => '0,-,+/Disabilitato',
     32        '0,-,+/Enabled' => '0,-,+/Abilitato',
     33      },
     34    },
     35   'AEExposureTime' => 'Durata esposizione automatica',
     36   'AEFlags' => {
     37      Description => 'Flag esposizione automatica',
     38      PrintConv => {
     39        'AE lock' => 'Blocco esposizione automatica',
     40        'Aperture wide open' => 'Diaframma molto aperto',
     41        'Flash recommended?' => 'Flash consigliato?',
     42      },
     43    },
     44   'AELExposureIndicator' => {
     45      PrintConv => {
     46        'Not Indicated' => 'Non indicato',
     47      },
     48    },
     49   'AELock' => {
     50      Description => 'Blocco esposizione automatica',
     51      PrintConv => {
     52        'Off' => 'Spento',
     53        'On' => 'Acceso',
     54      },
     55    },
     56   'AELockButton' => {
     57      Description => 'Pulsante blocco esposizione automatica',
     58      PrintConv => {
     59        'Flash Off' => 'Flash spento',
     60        'None' => 'Nessuno',
     61        'Preview' => 'Anteprima',
     62        'Virtual Horizon' => 'Orizzonte virtuale',
     63      },
     64    },
     65   'AELockButtonPlusDials' => {
     66      PrintConv => {
     67        'Choose Image Area' => 'Seleziona area immagine',
     68        'None' => 'Nessuno',
     69      },
     70    },
    1771   'AEMeteringMode' => {
    1872      PrintConv => {
     73        'Center-weighted average' => 'Media centrale ponderata',
    1974        'Multi-segment' => 'Multi zona',
    2075      },
    2176    },
     77   'AEMicroadjustment' => {
     78      PrintConv => {
     79        'Enable' => 'Abilita',
     80      },
     81    },
    2282   'AEProgramMode' => {
    2383      PrintConv => {
     84        'Kids' => 'Bambini',
    2485        'Landscape' => 'Orizzontale',
     86        'No Flash' => 'No flash',
    2587        'Portrait' => 'Verticale',
     88        'Program' => 'Programma',
     89        'Sunset' => 'Tramonto',
     90        'Text' => 'Testo',
     91      },
     92    },
     93   'AESetting' => {
     94      PrintConv => {
     95        'Exposure Compensation' => 'Compensazione esposizione',
     96      },
     97    },
     98   'AE_ISO' => 'ISO esposizione automatica',
     99   'AFAndMeteringButtons' => {
     100      PrintConv => {
     101        'No function' => 'Nessuna funzione',
    26102      },
    27103    },
    28104   'AFAperture' => 'Diaframma AF',
     105   'AFAreaIllumination' => {
     106      PrintConv => {
     107        'Off' => 'Spento',
     108      },
     109    },
    29110   'AFAreaMode' => {
    30111      Description => 'Modo AF',
     
    33114        'Dynamic Area (closest subject)' => 'Area Dinamica più Vicina al Soggetto',
    34115        'Group Dynamic' => 'Gruppo Dinamico',
     116        'Local' => 'Locale',
     117        'Off (Manual Focus)' => 'Spento (focus manuale)',
    35118        'Single Area' => 'Area Singola',
    36119      },
    37120    },
     121   'AFAssist' => {
     122      PrintConv => {
     123        'Off' => 'Spento',
     124      },
     125    },
     126   'AFDuringLiveView' => {
     127      PrintConv => {
     128        'Enable' => 'Abilita',
     129        'Quick mode' => 'Modo veloce',
     130      },
     131    },
     132   'AFFineTune' => {
     133      PrintConv => {
     134        'Off' => 'Spento',
     135      },
     136    },
     137   'AFIlluminator' => {
     138      PrintConv => {
     139        'Off' => 'Spento',
     140        'n/a' => 'n/d',
     141      },
     142    },
    38143   'AFInfo' => 'Modo AF',
    39    'AFMicroAdjActive' => {
    40       PrintConv => {
    41         'Yes' => 'Si',
     144   'AFMode' => {
     145      Description => 'Modo AF',
     146      PrintConv => {
     147        'Off' => 'Spento',
     148        'n/a' => 'n/d',
     149      },
     150    },
     151   'AFOnAELockButtonSwitch' => {
     152      PrintConv => {
     153        'Enable' => 'Abilita',
    42154      },
    43155    },
     
    45157      Description => 'Punto AF',
    46158      PrintConv => {
     159        '(none)' => '(nessuno)',
    47160        'Bottom' => 'Basso',
    48161        'Center' => 'Centro',
    49         'Far Left' => 'Tutto a Sinistra',
    50         'Far Right' => 'Tutto a Destra',
     162        'Far Left' => 'Tutto a sinistra',
     163        'Far Right' => 'Tutto a destra',
    51164        'Left' => 'Sinistra',
    52         'Lower-left' => 'Inferiore Sinistro',
    53         'Lower-right' => 'Inferiore Destro',
    54         'Mid-left' => 'Sinistra',
    55         'Mid-right' => 'Destra',
     165        'Lower-left' => 'Inferiore sinistro',
     166        'Lower-right' => 'Inferiore destro',
     167        'Mid-left' => 'Centro/Sinistra',
     168        'Mid-right' => 'Centro/Destra',
    56169        'None' => 'Nessuno',
    57170        'Right' => 'Destra',
     171        'Right (horizontal)' => 'Destra (orizzontale)',
     172        'Right (vertical)' => 'Destra (verticale)',
    58173        'Top' => 'Alto',
    59         'Upper-left' => 'Superiore Sinistro',
    60         'Upper-right' => 'Superiore Destro',
     174        'Upper-left' => 'Superiore sinistro',
     175        'Upper-right' => 'Superiore destro',
     176      },
     177    },
     178   'AFPointActivationArea' => {
     179      PrintConv => {
     180        'Expanded' => 'Espanso',
     181      },
     182    },
     183   'AFPointAreaExpansion' => {
     184      PrintConv => {
     185        'Enable' => 'Abilita',
    61186      },
    62187    },
    63188   'AFPointBrightness' => {
    64189      PrintConv => {
     190        'Low' => 'Basso',
    65191        'Normal' => 'Normale',
     192      },
     193    },
     194   'AFPointDisplayDuringFocus' => {
     195      PrintConv => {
     196        'Off' => 'Spento',
     197      },
     198    },
     199   'AFPointIllumination' => {
     200      PrintConv => {
     201        'Off' => 'Spento',
     202      },
     203    },
     204   'AFPointMode' => {
     205      PrintConv => {
     206        'Fixed Center' => 'Centro fisso',
     207        'Select' => 'Seleziona',
    66208      },
    67209    },
     
    81223        'Bottom' => 'Basso',
    82224        'Center' => 'Centro',
     225        'Far Left' => 'Tutto a sinistra',
     226        'Far Right' => 'Tutto a destra',
     227        'Fixed Center' => 'Centro fisso',
    83228        'Left' => 'Sinistra',
    84         'Right' => 'Destra',
    85         'Top' => 'Alto',
    86       },
    87     },
    88    'AFPointSelectionMethod' => {
    89       PrintConv => {
    90         'Normal' => 'Normale',
    91       },
    92     },
    93    'AFPointsInFocus' => {
    94       Description => 'Punti a Fuoco',
    95       PrintConv => {
    96         'Bottom' => 'Basso',
    97         'Center' => 'Centro',
    98         'Far Left' => 'Tutto a Sinistra',
    99         'Far Right' => 'Tutto a Destra',
    100         'Left' => 'Sinistra',
    101         'Lower-left' => 'Inferiore Sinistro',
    102         'Lower-right' => 'Inferiore Destro',
    103229        'None' => 'Nessuno',
    104230        'Right' => 'Destra',
    105231        'Top' => 'Alto',
    106         'Upper-left' => 'Superiore Sinistro',
    107         'Upper-right' => 'Superiore Destro',
    108       },
    109     },
    110    'AFPointsUsed' => {
     232      },
     233    },
     234   'AFPointSelected2' => {
     235      PrintConv => {
     236        'Center' => 'Centro',
     237        'Left' => 'Sinistra',
     238        'Right' => 'Destra',
     239      },
     240    },
     241   'AFPointSelection' => {
     242      PrintConv => {
     243        '11 Points' => '11 punti',
     244      },
     245    },
     246   'AFPointSelectionMethod' => {
     247      PrintConv => {
     248        'Normal' => 'Normale',
     249      },
     250    },
     251   'AFPoints' => {
     252      PrintConv => {
     253        'Center' => 'Centro',
     254        'Left' => 'Sinistra',
     255        'Right' => 'Destra',
     256      },
     257    },
     258   'AFPointsInFocus' => {
     259      Description => 'Punti a fuoco',
    111260      PrintConv => {
    112261        'Bottom' => 'Basso',
    113262        'Center' => 'Centro',
    114         'Far Left' => 'Tutto a Sinistra',
    115         'Far Right' => 'Tutto a Destra',
    116         'Lower-left' => 'Inferiore Sinistro',
    117         'Lower-right' => 'Inferiore Destro',
     263        'Far Left' => 'Tutto a sinistra',
     264        'Far Right' => 'Tutto a destra',
     265        'Left' => 'Sinistra',
     266        'Lower-left' => 'Inferiore sinistro',
     267        'Lower-right' => 'Inferiore destro',
     268        'None' => 'Nessuno',
     269        'Right' => 'Destra',
    118270        'Top' => 'Alto',
    119         'Upper-left' => 'Superiore Sinistro',
    120         'Upper-right' => 'Superiore Destro',
     271        'Upper-left' => 'Superiore sinistro',
     272        'Upper-right' => 'Superiore destro',
     273      },
     274    },
     275   'AFPointsInFocus1D' => 'Punti a fuoco 1D',
     276   'AFPointsInFocus5D' => {
     277      Description => 'Punti a fuoco 5D',
     278      PrintConv => {
     279        'Center' => 'Centro',
     280        'Left' => 'Sinistra',
     281        'Right' => 'Destra',
     282      },
     283    },
     284   'AFPointsUnknown1' => {
     285      PrintConv => {
     286        'Center' => 'Centro',
     287        'Left' => 'Sinistra',
     288        'Right' => 'Destra',
     289      },
     290    },
     291   'AFPointsUnknown2' => {
     292      PrintConv => {
     293        'Center' => 'Centro',
     294        'Left' => 'Sinistra',
     295        'Right' => 'Destra',
     296      },
     297    },
     298   'AFPointsUsed' => {
     299      PrintConv => {
     300        'Bottom' => 'Basso',
     301        'Center' => 'Centro',
     302        'Far Left' => 'Tutto a sinistra',
     303        'Far Right' => 'Tutto a destra',
     304        'Lower-left' => 'Inferiore sinistro',
     305        'Lower-right' => 'Inferiore destro',
     306        'Top' => 'Alto',
     307        'Upper-left' => 'Superiore sinistro',
     308        'Upper-right' => 'Superiore destro',
     309      },
     310    },
     311   'AFSearch' => {
     312      PrintConv => {
     313        'Not Ready' => 'Non pronto',
     314        'Ready' => 'Pronto',
     315      },
     316    },
     317   'AFWithShutter' => {
     318      PrintConv => {
     319        'Off' => 'Spento',
     320      },
     321    },
     322   'AIServoImagePriority' => {
     323      PrintConv => {
     324        '1: AF, 2: Drive speed' => '1: AF, 2: drive speed',
     325        '1: AF, 2: Tracking' => '1: AF, 2: puntamento',
     326        '1: Release, 2: Drive speed' => '1: rilascio, 2: drive speed',
     327        '1: Release, 2: Tracking' => '1: rilascio, 2: puntamento',
     328      },
     329    },
     330   'AIServoTrackingSensitivity' => {
     331      PrintConv => {
     332        'Fast' => 'Veloce',
    121333      },
    122334    },
     
    124336   'ARMIdentifier' => 'ID ARM',
    125337   'ARMVersion' => 'Versione ARM',
     338   'AToB0' => 'Da A a B0',
     339   'AToB1' => 'Da A a B1',
     340   'AToB2' => 'Da A a B2',
     341   'AberrationCorrectionDistance' => 'Distanza della correzione di aberrazione',
     342   'About' => 'Informazioni su',
     343   'AbsPeakAudioFilePath' => 'Percorso file audio del picco assoluto',
     344   'AbsoluteChannelDisplayScale' => 'Scala assoluta canale',
     345   'Abstract' => 'Sommario',
     346   'AbstractPriorCodeSequence' => 'Sequenza codice precedente astratto',
     347   'AbstractPriorValue' => 'Valore codice precedente astratto',
     348   'AccessDate' => 'Data di accesso',
     349   'AccessionNumber' => 'Numero di adesione',
     350   'AccessoryCode' => 'Codice accessorio',
     351   'AccessoryType' => 'Tipo accessorio',
     352   'AccountName' => 'Nome account',
     353   'AccountingReferenceNumber' => 'Riferimento contabile',
     354   'AcqreconRecordChecksum' => 'Checksum del record AcqRecon',
     355   'AcquiredImageAreaDoseProduct' => 'Dose prodotto dell\'area acquisita',
     356   'AcquisitionComments' => 'Commenti acquisizione',
     357   'AcquisitionContextDescription' => 'Descrizione contesto acquisizione',
     358   'AcquisitionContextSequence' => 'Sequenza contesto acquisizione',
     359   'AcquisitionContrast' => 'Contrasto acquisizione',
     360   'AcquisitionDate' => 'Data acquisizione',
     361   'AcquisitionDateTime' => 'Data/ora acquisizione',
     362   'AcquisitionDeviceProcessingCode' => 'Codice processo di acquisizione del dispositivo',
     363   'AcquisitionDeviceProcessingDescr' => 'Descrizione processo di acquisizione del dispositivo',
     364   'AcquisitionDeviceTypeCodeSequence' => 'Sequenza codici tipo di acquisizione del dispositivo',
     365   'AcquisitionDuration' => 'Durata acquisizione',
     366   'AcquisitionEndConditionData' => 'Dati condizione fine acquisizione',
     367   'AcquisitionGroupLength' => 'Lunghezza gruppo di acquisizione',
     368   'AcquisitionIndex' => 'Indice acquisizione',
     369   'AcquisitionMatrix' => 'Matrice acquisizione',
     370   'AcquisitionNumber' => 'Numero acquisizione',
     371   'AcquisitionProtocolDescription' => 'Descrizione protocollo di acquisizione',
     372   'AcquisitionProtocolName' => 'Nome protocollo di acquisizione',
     373   'AcquisitionStartCondition' => 'Condizione iniziale acquisizione',
     374   'AcquisitionStartConditionData' => 'Dati condizione iniziale acquisizione',
     375   'AcquisitionTerminationCondition' => 'Condizione finale acquisizione',
     376   'AcquisitionTime' => 'Ora acquisizione',
     377   'AcquisitionTimeDay' => 'Ora acquisizione - Giorno',
     378   'AcquisitionTimeMonth' => 'Ora acquisizione - Mese',
     379   'AcquisitionTimeSynchronized' => 'Ora acquisizione sincronizzata',
     380   'AcquisitionTimeYear' => 'Ora acquisizione - Anno',
     381   'AcquisitionTimeYearMonth' => 'Ora acquisizione - Anno mese',
     382   'AcquisitionTimeYearMonthDay' => 'Ora acquisizione - Anno mese giorno',
     383   'AcquisitionType' => 'Tipo acquisizione',
     384   'AcquisitionsInSeries' => 'Acquisizioni in serie',
     385   'AcquisitionsInStudy' => 'Acquisizioni in esame',
     386   'AcrossScanSpatialResolution' => 'Attraverso risoluzione di scansione spaziale',
    126387   'ActionAdvised' => {
    127388      Description => 'Azione consigliata',
    128389      PrintConv => {
     390        'Object Append' => 'Allega oggetto',
    129391        'Object Kill' => 'Distruzione oggetto',
    130392        'Object Reference' => 'Riferimento oggetto',
    131393        'Object Replace' => 'Sostituzione oggetto',
    132         'Ojbect Append' => 'Allega oggetto',
    133       },
    134     },
    135    'ActiveArea' => 'Area Attiva',
     394      },
     395    },
     396   'ActiveArea' => 'Area attiva',
    136397   'ActiveD-Lighting' => {
    137       PrintConv => {
    138         'Low' => 'Leggero',
     398      Description => 'D-Lighting attivo',
     399      PrintConv => {
     400        'Extra High' => 'Molto alto',
     401        'High' => 'Alto',
     402        'Low' => 'Basso',
    139403        'Normal' => 'Normale',
     404        'Off' => 'Spento',
     405        'On' => 'Acceso',
    140406      },
    141407    },
    142408   'ActiveD-LightingMode' => {
    143       PrintConv => {
    144         'Low' => 'Leggero',
     409      Description => 'Modalità D-Lighting attiva',
     410      PrintConv => {
     411        'Extra High' => 'Molto alto',
     412        'High' => 'Alto',
     413        'Low' => 'Basso',
    145414        'Normal' => 'Normale',
    146       },
    147     },
     415        'Off' => 'Spento',
     416        'Unchanged' => 'Immutato',
     417      },
     418    },
     419   'ActiveFormatDescriptor' => 'Descrittore formato attivo',
     420   'ActiveLinesperFrame' => 'Linee per quadro attuali',
     421   'ActiveSamplesperLine' => 'Linee per campione attuali',
     422   'ActiveSourceDiameter' => 'Diametro sorgente attuale',
     423   'ActiveSourceLength' => 'Lunghezza sorgente attuale',
     424   'ActiveState' => 'Stato attivo',
     425   'Actor' => 'Attore',
     426   'ActualCardiacTriggerDelayTime' => 'Tempo di ritardo corrente trigger cardiaco',
     427   'ActualCompensation' => 'Compensazione corrente',
     428   'ActualFrameDuration' => 'Durata frame attuale',
     429   'ActualHumanPerformersSequence' => 'Sequenza attuale esecutori umani',
     430   'ActualReceiveGainAnalog' => 'Guadagno analogico in ricezione attuale',
     431   'ActualReceiveGainDigital' => 'Guadagno digitale in ricezione attuale',
     432   'ActualRespiratoryTriggerDelayTime' => 'Tempo di ritardo corrente trigger respiratorio',
     433   'ActualSeriesDataTimeStamp' => 'Marca temporale serie di dati attuali',
     434   'Ad-ID' => 'ID Ad',
     435   'AdaptiveMapFormat' => 'Formato mappa adattativa',
     436   'AddAspectRatioInfo' => {
     437      Description => 'Aggiunta info rapporto di aspetto',
     438      PrintConv => {
     439        'Off' => 'Spento',
     440      },
     441    },
     442   'AddIntermediateSequence' => 'Aggiunta sequenza intermedia',
     443   'AddNearSequence' => 'Aggiunta sequenza vicina',
     444   'AddOriginalDecisionData' => {
     445      Description => 'Aggiunta dati decisione originale',
     446      PrintConv => {
     447        'Off' => 'Spento',
     448        'On' => 'Acceso',
     449      },
     450    },
     451   'AddOtherSequence' => 'Aggiunta altra sequenza',
     452   'AddPower' => 'Aggiunta potenza',
     453   'AdditionalDrugSequence' => 'Sequenza farmaci addizionali',
     454   'AdditionalModelInformation' => 'Ulteriori informazioni modello',
     455   'AdditionalPatientHistory' => 'Ulteriore storia del paziente',
     456   'Address' => 'Indirizzo',
     457   'AddressLine' => 'Linea indirizzo',
     458   'AddressNameValueSets' => 'Gruppi di valori nome indirizzo',
     459   'AddressSets' => 'Gruppi di indirizzi',
     460   'AddressTrial' => 'Studio indirizzo',
     461   'AdjustmentMode' => 'Modo adattamento',
     462   'AdministrationRouteCodeSequence' => 'Sequenza codici percorso di amministrazione',
     463   'AdmissionID' => 'ID ammissione',
     464   'AdmittingDate' => 'Data ammissione',
     465   'AdmittingDiagnosesCodeSequence' => 'Sequenza codici diagnosi ammissione',
     466   'AdmittingDiagnosesDescription' => 'Descrizioni diagnosi ammissione',
     467   'AdmittingTime' => 'Ora ammissione',
     468   'AdobeCMType' => 'Tipo Adobe CM',
     469   'AdoptedNeutral' => 'Adottato neutro',
    148470   'AdultContentWarning' => {
    149       PrintConv => {
    150         'Unknown' => 'Sconosciuta',
     471      Description => 'Avviso contenuto per adulti',
     472      PrintConv => {
     473        'Adult Content Warning Required' => 'Avviso contenuto per adulti richiesto',
     474        'Not Required' => 'Non richiesto',
     475        'Unknown' => 'Sconosciuto',
     476      },
     477    },
     478   'AdvancedContentEncryption' => 'Crittografia avanzata del contenuto',
     479   'AdvancedMutualExcl' => 'Mutua esclusione avanzata',
     480   'AdvancedRaw' => {
     481      Description => 'Raw avanzato',
     482      PrintConv => {
     483        'Off' => 'Spento',
     484        'On' => 'Acceso',
     485      },
     486    },
     487   'AdvancedSceneMode' => {
     488      Description => 'Modo scena avanzato',
     489      PrintConv => {
     490        'Architecture' => 'Architettura',
     491        'Color Select' => 'Selezione colore',
     492        'Creative Macro' => 'Macro creativo',
     493        'Creative Night Scenery' => 'Scenario notturno creativo',
     494        'Creative Portrait' => 'Ritratto creativo',
     495        'Creative Scenery' => 'Scenario creativo',
     496        'Creative Sports' => 'Sport creativi',
     497        'Cross Process' => 'Cross process',
     498        'Dynamic Art' => 'Arte dinamica',
     499        'Dynamic Monochrome' => 'Monocromatico dinamico',
     500        'Elegant' => 'Elegante',
     501        'Expressive' => 'Espressivo',
     502        'Flower' => 'Fiore',
     503        'HDR Art' => 'HDR artistico',
     504        'HDR B&W' => 'HDR in bianco e nero',
     505        'High Dynamic' => 'High dynamic',
     506        'High Key' => 'High key',
     507        'Illuminations' => 'Illuminazioni',
     508        'Indoor Portrait' => 'Ritratto al chiuso',
     509        'Indoor Sports' => 'Sport al chiuso',
     510        'Low Key' => 'Low key',
     511        'Minature' => 'Minuatura',
     512        'Monochrome' => 'Monocromatico',
     513        'Nature' => 'Natura',
     514        'Objects' => 'Oggetti',
     515        'Off' => 'Spento',
     516        'Outdoor Portrait' => 'Ritratto all\'aperto',
     517        'Outdoor Sports' => 'Sport all\'aperto',
     518        'Pure' => 'Puro',
     519        'Retro' => 'Retrò',
     520        'Sepia' => 'Seppia',
     521        'Soft' => 'Morbido',
     522        'Star' => 'Stella',
     523        'Toy Effect' => 'Effetto giocattolo',
     524      },
     525    },
     526   'AdvancedSceneType' => 'Tipo scena avanzato',
     527   'AdvantageCompOverflow' => 'Overflow componente avanzato',
     528   'AdvantageCompUnderflow' => 'Underflow componente avanzato',
     529   'AdventRevision' => 'Revisione arrivo',
     530   'AdventScale' => 'Scala arrivo',
     531   'AdvertisingMaterialReference' => 'Riferimento materiale pubblicitario',
     532   'Advisory' => 'Consultivo',
     533   'AlbumArtistSortOrder' => 'Ordinamento album-artista',
     534   'AlbumSortOrder' => 'Ordinamento album',
     535   'AliasLayerMetadata' => 'Livello metadati alias',
     536   'AlphaByteCount' => 'Numero byte trasparenza',
     537   'AlphaDataDiscard' => {
     538      Description => 'Scarto dati trasparenza',
     539      PrintConv => {
     540        'Flexbits Discarded' => 'Flexbit scartati',
     541        'Full Resolution' => 'Risoluzione piena',
     542        'HighPass Frequency Data Discarded' => 'Dati in frequenza passa-alto scartati',
     543        'Highpass and LowPass Frequency Data Discarded' => 'Dati in frequenza passa-alto e passa-basso scartati',
     544      },
     545    },
     546   'AlphaInterlace' => {
     547      PrintConv => {
     548        'Noninterlaced' => 'Non interlacciato',
     549      },
     550    },
     551   'AlphaOffset' => 'Scostamento trasparenza',
     552   'AlphaTransparency' => {
     553      PrintConv => {
     554        'Not Inverted' => 'Non invertito',
     555      },
     556    },
     557   'AmbienceSelection' => {
     558      PrintConv => {
     559        'Vivid' => 'Vivace',
    151560      },
    152561    },
    153562   'AnalogBalance' => 'Bilanciamento analogico',
     563   'Annotation' => 'Annotazione',
     564   'Annotations' => 'Annotazioni',
     565   'Anti-Blur' => {
     566      PrintConv => {
     567        'Off' => 'Spento',
     568        'n/a' => 'n/d',
     569      },
     570    },
     571   'AntiAliasStrength' => 'Forza antialiasing',
    154572   'Aperture' => 'Diaframma',
    155    'ApertureValue' => 'Diaframma',
     573   'ApertureDisplayed' => 'Diaframma mostrato',
     574   'ApertureRange' => {
     575      PrintConv => {
     576        'Enable' => 'Abilita',
     577      },
     578    },
     579   'ApertureRingUse' => {
     580      PrintConv => {
     581        'Prohibited' => 'Proibito',
     582      },
     583    },
     584   'ApertureValue' => 'Apertura diaframma',
     585   'AppleStoreCountry' => {
     586      PrintConv => {
     587        'Italy' => 'Italia',
     588        'Japan' => 'Giappone',
     589        'Norway' => 'Norvegia',
     590        'Portugal' => 'Portogallo',
     591        'Sweden' => 'Svezia',
     592        'United Kingdom' => 'Regno Unito',
     593        'United States' => 'Stati Uniti',
     594      },
     595    },
     596   'ApplicationNotes' => 'Note applicazione',
    156597   'ApplicationRecordVersion' => 'Versione Registrazione Applicazione',
     598   'ApplyShootingMeteringMode' => {
     599      PrintConv => {
     600        'Enable' => 'Abilita',
     601      },
     602    },
     603   'ArtFilter' => {
     604      PrintConv => {
     605        'Fish Eye' => 'Fish-eye',
     606        'Fragmented' => 'Frammentato',
     607        'Gentle Sepia' => 'Seppia leggero',
     608        'Off' => 'Spento',
     609        'Reflection' => 'Riflessione',
     610      },
     611    },
     612   'ArtFilterEffect' => {
     613      PrintConv => {
     614        'Fish Eye' => 'Fish-eye',
     615        'Fragmented' => 'Frammentato',
     616        'Gentle Sepia' => 'Seppia leggero',
     617        'Off' => 'Spento',
     618        'Reflection' => 'Riflessione',
     619        'Star Light' => 'Luce stelle',
     620      },
     621    },
     622   'ArtMode' => {
     623      PrintConv => {
     624        'Normal' => 'Normale',
     625      },
     626    },
    157627   'Artist' => 'Persona che ha creato l\'immagine',
    158    'AsShotNeutral' => 'Neutrale Come Scattato',
    159    'AsShotProfileName' => 'Nome Profilo Come Scattato',
    160    'AsShotWhiteXY' => 'Bilanciamento Bianco X-T Come Scattato',
     628   'Artist2' => 'Artista 2',
     629   'ArtistURL' => 'URL artista',
     630   'AsShotICCProfile' => 'Profilo ICC allo scatto',
     631   'AsShotNeutral' => 'Neutrale allo scatto',
     632   'AsShotPreProfileMatrix' => 'Matrice pre-profilo allo scatto',
     633   'AsShotProfileName' => 'Nome profilo allo scatto',
     634   'AsShotWhiteXY' => 'Bilanciamento del bianco X-T allo scatto',
     635   'AspectRatio' => 'Rapporto immagine',
     636   'AspectRatioType' => {
     637      Description => 'Tipo rapporto immagine',
     638      PrintConv => {
     639        'Fixed' => 'Fisso',
     640      },
     641    },
     642   'AspectRatioX' => 'Rapporto immagine X',
     643   'AspectRatioY' => 'Rapporto immagine Y',
    161644   'AssistButtonFunction' => {
    162645      PrintConv => {
     
    164647      },
    165648    },
     649   'Attachments' => 'Allegati',
    166650   'Audio' => {
    167651      PrintConv => {
    168         'Yes' => 'Si',
    169       },
    170     },
    171    'AudioType' => 'Tipo Audio',
     652        'Yes' => 'Sì',
     653      },
     654    },
     655   'AudioAttributes' => {
     656      Description => 'Attributi audio',
     657      PrintConv => {
     658        'Encrypted' => 'Crittografato',
     659      },
     660    },
     661   'AudioBytes' => 'Byte audio',
     662   'AudioChannelType' => 'Tipo canale audio',
     663   'AudioChannels' => 'Canali audio',
     664   'AudioCodec' => 'Codec audio',
     665   'AudioCodecDescription' => 'Descrizione codec audio',
     666   'AudioCodecID' => {
     667      Description => 'ID codec audio',
     668      PrintConv => {
     669        'QDesign Music' => 'Musica QDesign',
     670        'Unknown -' => 'Sconosciuto -',
     671      },
     672    },
     673   'AudioCodecInfo' => 'Info codec audio',
     674   'AudioCodecName' => 'Nome codec audio',
     675   'AudioCompression' => 'Compressione audio',
     676   'AudioCompressionAlgorithm' => 'Algoritmo di compressione audio',
     677   'AudioFormat' => 'Formato audio',
     678   'AudioLayer' => 'Livello audio',
     679   'AudioStreamType' => {
     680      PrintConv => {
     681        'Reserved' => 'Riservato',
     682      },
     683    },
     684   'AudioType' => {
     685      Description => 'Tipo Audio',
     686      PrintConv => {
     687        'Text Only' => 'Solo testo',
     688      },
     689    },
    172690   'Author' => 'Autore',
    173691   'AuthorsPosition' => 'Posizione dell\'autore',
     692   'AutoAperture' => {
     693      PrintConv => {
     694        'Off' => 'Spento',
     695      },
     696    },
     697   'AutoBracketModeM' => {
     698      PrintConv => {
     699        'Flash Only' => 'Solo flash',
     700      },
     701    },
     702   'AutoBracketSet' => {
     703      PrintConv => {
     704        'Exposure' => 'Esposizione',
     705        'Flash Only' => 'Solo flash',
     706      },
     707    },
     708   'AutoBracketing' => {
     709      PrintConv => {
     710        'Off' => 'Spento',
     711      },
     712    },
     713   'AutoDistortionControl' => {
     714      PrintConv => {
     715        'Off' => 'Spento',
     716      },
     717    },
     718   'AutoExposureBracketing' => {
     719      PrintConv => {
     720        'Off' => 'Spento',
     721      },
     722    },
     723   'AutoFP' => {
     724      PrintConv => {
     725        'Off' => 'Spento',
     726      },
     727    },
     728   'AutoFocus' => {
     729      PrintConv => {
     730        'Off' => 'Spento',
     731      },
     732    },
     733   'AutoISO' => {
     734      PrintConv => {
     735        'Off' => 'Spento',
     736      },
     737    },
    174738   'AutoLightingOptimizer' => {
    175739      PrintConv => {
    176         'Low' => 'Leggero',
     740        'Enable' => 'Abilita',
     741        'Low' => 'Basso',
     742        'Off' => 'Spento',
     743        'Strong' => 'Forte',
     744        'n/a' => 'n/d',
    177745      },
    178746    },
    179747   'AutoLightingOptimizerOn' => {
    180748      PrintConv => {
    181         'Yes' => 'Si',
     749        'Yes' => 'Sì',
     750      },
     751    },
     752   'AutoRedEye' => {
     753      PrintConv => {
     754        'Off' => 'Spento',
    182755      },
    183756    },
     
    185758      PrintConv => {
    186759        'None' => 'Nessuno',
    187         'Rotate 180' => '180° (basso/destra)',
     760        'Rotate 180' => 'Ruota di 180°',
    188761        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
    189         'Rotate 90 CW' => '90° senso antiorario (destra/alto)',
    190         'n/a' => 'Sconosciuta',
     762        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     763        'n/a' => 'n/d',
    191764      },
    192765    },
    193766   'AuxiliaryLens' => 'Obiettivo Ausiliario',
     767   'AvSettingWithoutLens' => {
     768      PrintConv => {
     769        'Enable' => 'Abilita',
     770      },
     771    },
     772   'AverageLevel' => 'Livello medio',
     773   'Azimuth' => {
     774      PrintConv => {
     775        'NNW' => 'NNO',
     776      },
     777    },
     778   'BWMode' => {
     779      PrintConv => {
     780        'Off' => 'Spento',
     781      },
     782    },
     783   'BackgroundColorIndicator' => {
     784      Description => 'Indicatore colore di sfondo',
     785      PrintConv => {
     786        'Specified Background Color' => 'Colore di sfondo specificato',
     787        'Unspecified Background Color' => 'Colore di sfondo non specificato',
     788      },
     789    },
     790   'BackgroundColorValue' => 'Valore colore di sfondo',
    194791   'BackgroundTiling' => {
    195792      PrintConv => {
    196         'Yes' => 'Si',
    197       },
    198     },
     793        'Yes' => 'Sì',
     794      },
     795    },
     796   'BadFaxLines' => 'Linee fax non valide',
    199797   'BannerImageType' => {
    200798      PrintConv => {
     
    202800      },
    203801    },
    204    'BatteryLevel' => 'Livello Batteria',
    205    'BestQualityScale' => 'Scala Qualità Migliore',
     802   'BaselineExposure' => 'Esposizione di riferimento',
     803   'BaselineNoise' => 'Rumore di riferimento',
     804   'BaselineSharpness' => 'Nitidezza di riferimento',
     805   'BatteryLevel' => 'Livello batteria',
     806   'BatteryState' => {
     807      PrintConv => {
     808        'Low' => 'Basso',
     809      },
     810    },
     811   'BeatsPerMinute' => 'Battiti al minuto',
     812   'Beep' => {
     813      PrintConv => {
     814        'Low' => 'Basso',
     815        'Off' => 'Spento',
     816      },
     817    },
     818   'BeepPitch' => {
     819      PrintConv => {
     820        'Low' => 'Basso',
     821        'Off' => 'Spento',
     822      },
     823    },
     824   'BeepVolume' => {
     825      PrintConv => {
     826        'Off' => 'Spento',
     827      },
     828    },
     829   'BestQualityScale' => 'Scala qualità migliore',
     830   'BestShotMode' => {
     831      PrintConv => {
     832        'Children' => 'Bambini',
     833        'Fireworks' => 'Fuochi artificiali',
     834        'Flower' => 'Fiore',
     835        'For YouTube' => 'Per YouTube',
     836        'For eBay' => 'Per eBay',
     837        'Off' => 'Spento',
     838        'Retro' => 'Retrò',
     839        'Scenery' => 'Paesaggio',
     840        'Short Movie' => 'Filmato breve',
     841        'Text' => 'Testo',
     842      },
     843    },
    206844   'BitsPerComponent' => 'Bits per componente',
    207    'BitsPerSample' => 'Numero di bits per componente',
    208    'BlackLevel' => 'Livello Nero',
     845   'BitsPerExtendedRunLength' => 'Bit per rrun-length esteso',
     846   'BitsPerRunLength' => 'Bit per rrun-length',
     847   'BitsPerSample' => 'Numero di bit per componente',
     848   'BlackLevel' => 'Livello del nero',
     849   'BlackLevelDeltaH' => 'Livello del nero - Delta H',
     850   'BlackLevelDeltaV' => 'Livello del nero - Delta V',
     851   'BlackLevelRepeatDim' => 'Dim ripeti livello del nero',
     852   'BleachBypassToning' => {
     853      PrintConv => {
     854        'Green' => 'Verde',
     855        'Off' => 'Spento',
     856        'Purple' => 'Porpora',
     857        'Red' => 'Rosso',
     858      },
     859    },
     860   'BlocksPerFrame' => 'Blocchi per frame',
     861   'BlueBalance' => 'Bilanciamento del blu',
    209862   'BlueMatrixColumn' => 'Colonna della Matrice Blu',
    210    'BlueTRC' => 'Curva Riproduzione Tono Blu',
     863   'BlueTRC' => 'Curva riproduzione tono blu',
     864   'BlurControl' => {
     865      PrintConv => {
     866        'Low' => 'Basso',
     867        'Off' => 'Spento',
     868      },
     869    },
    211870   'BlurWarning' => {
    212871      PrintConv => {
     
    214873      },
    215874    },
     875   'BracketMode' => {
     876      PrintConv => {
     877        'Off' => 'Spento',
     878      },
     879    },
     880   'BracketShotNumber' => {
     881      PrintConv => {
     882        '1 of 2' => '1 di 5',
     883        '1 of 3' => '1 di 3',
     884        '1 of 5' => '1 di 2',
     885        'n/a' => 'n/d',
     886      },
     887    },
    216888   'Brightness' => 'Luminosità',
    217    'BrightnessValue' => 'Luminosità',
     889   'BrightnessValue' => 'Valore di luminosità',
     890   'BuildDate' => 'Data compilazione',
     891   'BuildVersion' => 'Versione compilazione',
     892   'BurstMode' => {
     893      PrintConv => {
     894        'Off' => 'Spento',
     895      },
     896    },
     897   'ButtonFunctionControlOff' => {
     898      PrintConv => {
     899        'Normal (enable)' => 'Normale (abilitato)',
     900      },
     901    },
    218902   'By-line' => 'Creatore',
    219903   'By-lineTitle' => 'Titolo Creatore',
     904   'CCDScanMode' => {
     905      PrintConv => {
     906        'Progressive' => 'Progressivo',
     907      },
     908    },
     909   'CFALayout' => {
     910      Description => 'Layout CFA',
     911      PrintConv => {
     912        'Even columns offset down 1/2 row' => 'Colonne pari giù di 1/2 riga',
     913        'Even columns offset up 1/2 row' => 'Colonne pari su di 1/2 riga',
     914        'Even rows offset down by 1/2 row, even columns offset left by 1/2 column' => 'Righe pari giù di 1/2 riga, colonne pari a sinistra di 1/2 colonna',
     915        'Even rows offset down by 1/2 row, even columns offset right by 1/2 column' => 'Righe pari giù di 1/2 riga, colonne pari a destra di 1/2 colonna',
     916        'Even rows offset left 1/2 column' => 'Righe pari a sinistra di 1/2 colonna',
     917        'Even rows offset right 1/2 column' => 'Righe pari a destra di 1/2 colonna',
     918        'Even rows offset up by 1/2 row, even columns offset left by 1/2 column' => 'Righe pari su 1/2 riga, colonne pari a sinistra di 1/2 colonna',
     919        'Even rows offset up by 1/2 row, even columns offset right by 1/2 column' => 'Righe pari su 1/2 riga, colonne pari a destra di 1/2 colonna',
     920        'Rectangular' => 'Rettangolare',
     921      },
     922    },
    220923   'CFAPattern' => 'Pattern CFA',
     924   'CFAPattern2' => 'Pattern CFA 2',
     925   'CFAPlaneColor' => 'Piano colori CFA',
     926   'CFARepeatPatternDim' => 'Dim pattern ripetuto CFA',
     927   'CHMVersion' => 'Versione CHM',
     928   'CIP3DataFile' => 'File di dati CIP3',
     929   'CIP3Sheet' => 'Foglio CIP3',
     930   'CIP3Side' => 'Lato CIP3',
     931   'CMYKEquivalent' => 'CMYK equivalente',
     932   'CPUArchitecture' => 'Architettura CPU',
     933   'CPUByteOrder' => {
     934      Description => 'Ordine byte CPU',
     935      PrintConv => {
     936        'Big endian' => 'Big-endian',
     937        'Little endian' => 'Little-endian',
     938      },
     939    },
     940   'CPUCount' => 'Numero processori',
     941   'CPUSubtype' => {
     942      Description => 'Sottotipo CPU',
     943      PrintConv => {
     944        'ARM (all)' => 'ARM (tutti)',
     945        'HPPA (all)' => 'HPPA (tutti)',
     946        'MC680x0 (all)' => 'MC680x0 (tutti)',
     947        'MC88000 (all)' => 'MC88000 (tutti)',
     948        'MC98000 (all)' => 'MC98000 (tutti)',
     949        'MIPS (all)' => 'MIPS (tutti)',
     950        'NS32032 (all)' => 'NS32032 (tutti)',
     951        'NS32032 DPC (032 CPU)' => 'NS32032 DPC (CPU 032)',
     952        'NS32332 (all)' => 'NS32332 (tutti)',
     953        'NS32332 DPC (032 CPU)' => 'NS32332 DPC (CPU 032)',
     954        'PowerPC (all)' => 'PowerPC (tutti)',
     955        'RS6000 (all)' => 'RS6000 (tutti)',
     956        'RT (all)' => 'RT (tutti)',
     957        'SPARC (all)' => 'SPARC (tutti)',
     958        'VAX (all)' => 'VAX (tutti)',
     959        'i386 (all)' => 'i386 (tutti)',
     960        'i860 (all)' => 'i860 (tutti)',
     961        'i860 little (all)' => 'i860 little (tutti)',
     962      },
     963    },
    221964   'CPUType' => {
    222       PrintConv => {
     965      Description => 'Tipo CPU',
     966      PrintConv => {
     967        'Any' => 'Qualsiasi',
     968        'Axis Communications 32-bit embedded processor' => 'Processore integrato a 32 bit Axis Communications',
    223969        'None' => 'Nessuno',
    224       },
    225     },
    226    'CalibrationDateTime' => 'Data e Ora della Calibrazione',
     970        'S/390 (old)' => 'S/390 (precedente)',
     971        'i860 big endian' => 'i860 big-endian',
     972        'i860 little endian' => 'i860 little-endian',
     973        'm32r (old)' => 'm32r (precedente)',
     974        'v850 (old)' => 'v850 (precedente)',
     975      },
     976    },
     977   'CalibrationDateTime' => 'Data/ora di calibrazione',
    227978   'CalibrationIlluminant1' => {
     979      Description => 'Calibration illuminazione 1',
    228980      PrintConv => {
    229981        'Cloudy' => 'Nuvoloso',
     
    241993        'Standard Light C' => 'Luce standard C',
    242994        'Tungsten (Incandescent)' => 'Tungsteno (luce incandescente)',
    243         'Unknown' => 'Sconosciuta',
     995        'Unknown' => 'Sconosciuto',
    244996        'Warm White Fluorescent' => 'Luce fluorescente bianca calda',
    245997        'White Fluorescent' => 'Fluorescente bianca',
     
    247999    },
    2481000   'CalibrationIlluminant2' => {
     1001      Description => 'Calibration illuminazione 2',
    2491002      PrintConv => {
    2501003        'Cloudy' => 'Nuvoloso',
     
    2621015        'Standard Light C' => 'Luce standard C',
    2631016        'Tungsten (Incandescent)' => 'Tungsteno (luce incandescente)',
    264         'Unknown' => 'Sconosciuta',
     1017        'Unknown' => 'Sconosciuto',
    2651018        'Warm White Fluorescent' => 'Luce fluorescente bianca calda',
    2661019        'White Fluorescent' => 'Fluorescente bianca',
    2671020      },
    2681021    },
    269    'CameraCalibration1' => 'Calibrazione Fotocamera 1',
    270    'CameraCalibration2' => 'Calibrazione Fotocamera 2',
     1022   'CameraAngle' => 'Angolo fotocamera',
     1023   'CameraBody' => 'Corpo fotocamera',
     1024   'CameraByteOrder' => 'Ordine byte fotocamera',
     1025   'CameraCalibration1' => 'Calibrazione fotocamera 1',
     1026   'CameraCalibration2' => 'Calibrazione fotocamera 2',
     1027   'CameraCalibrationSig' => 'Segnale calibrazione fotocamera',
     1028   'CameraColorCalibration01' => 'Calibrazione colore fotocamera 01',
     1029   'CameraColorCalibration02' => 'Calibrazione colore fotocamera 02',
     1030   'CameraColorCalibration03' => 'Calibrazione colore fotocamera 03',
     1031   'CameraColorCalibration04' => 'Calibrazione colore fotocamera 04',
     1032   'CameraColorCalibration05' => 'Calibrazione colore fotocamera 05',
     1033   'CameraColorCalibration06' => 'Calibrazione colore fotocamera 06',
     1034   'CameraColorCalibration07' => 'Calibrazione colore fotocamera 07',
     1035   'CameraColorCalibration08' => 'Calibrazione colore fotocamera 08',
     1036   'CameraColorCalibration09' => 'Calibrazione colore fotocamera 09',
     1037   'CameraColorCalibration10' => 'Calibrazione colore fotocamera 10',
     1038   'CameraColorCalibration11' => 'Calibrazione colore fotocamera 11',
     1039   'CameraColorCalibration12' => 'Calibrazione colore fotocamera 12',
     1040   'CameraColorCalibration13' => 'Calibrazione colore fotocamera 13',
     1041   'CameraColorCalibration14' => 'Calibrazione colore fotocamera 14',
     1042   'CameraColorCalibration15' => 'Calibrazione colore fotocamera 15',
     1043   'CameraDateTime' => 'Data/ora fotocamera',
     1044   'CameraDirection' => 'Direzione fotocamera',
     1045   'CameraID' => 'ID fotocamera',
     1046   'CameraISO' => 'ISO fotocamera',
     1047   'CameraIdentifier' => 'Identificativo fotocamera',
     1048   'CameraLabel' => 'Etichetta fotocamera',
     1049   'CameraMaker' => 'Marca fotocamera',
     1050   'CameraManufacturer' => 'Produttore fotocamera',
     1051   'CameraModel' => 'Modello fotocamera',
     1052   'CameraMotion' => 'Camera motion',
     1053   'CameraMove' => 'Sposta fotocamera',
     1054   'CameraName' => 'Nome fotocamera',
     1055   'CameraObjBackType' => 'Nome oggetto nero fotocamera',
     1056   'CameraObjName' => 'Nome oggetto fotocamera',
     1057   'CameraObjType' => 'Tipo oggetto fotocamera',
     1058   'CameraObjVersion' => 'Versione oggetto fotocamera',
    2711059   'CameraOrientation' => {
    272       Description => 'Orientamento dell\'immagine',
    273       PrintConv => {
    274         'Horizontal (normal)' => '0° (alto/sinistra)',
     1060      Description => 'Orientazione fotocamera',
     1061      PrintConv => {
     1062        'Horizontal (normal)' => 'Orizzontale (normale)',
     1063        'Rotate 180' => 'Ruota di 180°',
    2751064        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
    276         'Rotate 90 CW' => '90° senso antiorario (destra/alto)',
    277       },
    278     },
     1065        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     1066      },
     1067    },
     1068   'CameraOwner' => 'Proprietario fotocamera',
     1069   'CameraParameters' => 'Parametri fotocamera',
     1070   'CameraProfile' => 'Profilo fotocamera',
     1071   'CameraProfileDigest' => 'Sommario profilo fotocamera',
     1072   'CameraProfileVersion' => 'Versione profilo fotocamera',
     1073   'CameraSerialNumber' => 'Numero di serie fotocamera',
     1074   'CameraSettingsVersion' => 'Versione impostazioni fotocamera',
     1075   'CameraTemperature' => 'Temperatura fotocamera',
     1076   'CameraTemperature2' => 'Temperatura fotocamera 2',
     1077   'CameraTemperature3' => 'Temperatura fotocamera 3',
     1078   'CameraTemperature4' => 'Temperatura fotocamera 4',
     1079   'CameraTemperature5' => 'Temperatura fotocamera 5',
     1080   'CameraType' => {
     1081      Description => 'Tipo fotocamera',
     1082      PrintConv => {
     1083        'n/a' => 'n/d',
     1084      },
     1085    },
     1086   'CameraType2' => 'Tipo fotocamera 2',
    2791087   'CanonExposureMode' => {
    2801088      PrintConv => {
    2811089        'Aperture-priority AE' => 'Priorità diaframma',
    2821090        'Manual' => 'Manuale',
    283         'Shutter speed priority AE' => 'Priorità otturatore',
    284       },
    285     },
    286    'Caption-Abstract' => 'Didascalia/Descrizione',
     1091        'Program AE' => 'Programma AE',
     1092        'Shutter speed priority AE' => 'Priorità otturatore AE',
     1093      },
     1094    },
     1095   'CanonFlashMode' => {
     1096      PrintConv => {
     1097        'External flash' => 'Flash esterno',
     1098        'Off' => 'Spento',
     1099        'Red-eye reduction' => 'Riduzione occhi rossi',
     1100        'Red-eye reduction (Auto)' => 'Riduzione occhi rossi (auto)',
     1101        'Red-eye reduction (On)' => 'Riduzione occhi rossi (attivo)',
     1102      },
     1103    },
     1104   'CanonImageSize' => {
     1105      PrintConv => {
     1106        'Postcard' => 'Cartolina',
     1107      },
     1108    },
     1109   'Caption-Abstract' => 'Didascalia/descrizione',
    2871110   'CaptionWriter' => 'Autore della didascalia',
    288    'Categories' => 'Categorie',
     1111   'CardShutterLock' => {
     1112      PrintConv => {
     1113        'Off' => 'Spento',
     1114      },
     1115    },
     1116   'CasioQuality' => {
     1117      Description => 'Qualità Casio',
     1118      PrintConv => {
     1119        'Normal' => 'Normale',
     1120      },
     1121    },
     1122   'Categories' => {
     1123      Description => 'Categorie',
     1124      PrintConv => {
     1125        'Events' => 'Eventi',
     1126        'Scenery' => 'Paesaggio',
     1127        'To Do' => 'Da fare',
     1128      },
     1129    },
    2891130   'Category' => 'Categoria',
     1131   'CellLength' => 'Lunghezza cella',
     1132   'CellWidth' => 'Larghezza cella',
    2901133   'CenterWeightedAreaSize' => {
    2911134      PrintConv => {
     
    2931136      },
    2941137    },
    295    'CharacterSet' => 'Impostazioni Carattere',
    296    'ChromaticAdaptation' => 'Adattamento Cromatico',
     1138   'ChExtra' => 'Larghezza aggiunta per caratteri non spaziatori',
     1139   'Channel' => 'Canale',
     1140   'ChannelID' => 'ID canale',
     1141   'ChannelIdentificationCode' => 'Codice identificativo canale',
     1142   'ChannelLabel' => 'Etichetta canale',
     1143   'ChannelLength' => 'Lunghezza canale',
     1144   'ChannelMode' => 'Modo canale',
     1145   'ChannelNumber' => 'Numero canale',
     1146   'ChannelPositions' => 'Posizioni canale',
     1147   'ChannelStatus' => 'Stato canale',
     1148   'ChannelStatusMode' => 'Modo stato canale',
     1149   'ChannelTotalTime' => 'Tempo totale canale',
     1150   'ChannelWidth' => 'Larghezza canale',
     1151   'Channels' => 'Canali',
     1152   'Chapter' => 'Capitolo',
     1153   'ChapterPhysicalEquivalent' => {
     1154      PrintConv => {
     1155        'Session' => 'Sessione',
     1156        'Side' => 'Lato',
     1157      },
     1158    },
     1159   'ChapterProcessTime' => {
     1160      PrintConv => {
     1161        'For Duration of Chapter' => 'Per la durata del capitolo',
     1162      },
     1163    },
     1164   'CharacterSet' => {
     1165      Description => 'Set di caratteri',
     1166      PrintConv => {
     1167        'Windows, Arabic' => 'Windows, Arabo',
     1168        'Windows, Chinese (Simplified)' => 'Windows, Cinese semplificato',
     1169        'Windows, Cyrillic' => 'Windows, Cirillico',
     1170        'Windows, Greek' => 'Windows, Greco',
     1171        'Windows, Hebrew' => 'Windows, Ebraico',
     1172        'Windows, Japan (Shift - JIS X-0208)' => 'Windows, Giappone (Shift - JIS X-0208)',
     1173        'Windows, Korea (Shift - KSC 5601)' => 'Windows, Corea (Shift - KSC 5601)',
     1174        'Windows, Latin2 (Eastern European)' => 'Windows, Latin2 (Europa orientale)',
     1175        'Windows, Turkish' => 'Windows, Turco',
     1176      },
     1177    },
     1178   'Characters' => 'Caratteri',
     1179   'CharactersWithSpaces' => 'Caratteri con spazi',
     1180   'Children' => 'Bambini',
     1181   'ChromaBlurRadius' => 'Raggio sfocatura cromatica',
     1182   'ChromaticAberrationCorrection' => {
     1183      PrintConv => {
     1184        'Off' => 'Spento',
     1185      },
     1186    },
     1187   'ChromaticAdaptation' => 'Adattamento cromatico',
    2971188   'Chromaticity' => 'Cromatismo',
    2981189   'ChrominanceNR_TIFF_JPEG' => {
    2991190      PrintConv => {
    300         'Low' => 'Leggero',
     1191        'Low' => 'Basso',
     1192        'Off' => 'Spento',
    3011193      },
    3021194    },
    3031195   'ChrominanceNoiseReduction' => {
    3041196      PrintConv => {
    305         'Low' => 'Leggero',
     1197        'Low' => 'Basso',
     1198        'Off' => 'Spento',
    3061199      },
    3071200    },
    3081201   'City' => 'Città',
    3091202   'ClassifyState' => 'Stato di Classificazione',
     1203   'CleanFaxData' => {
     1204      Description => 'Dati fax precisi',
     1205      PrintConv => {
     1206        'Clean' => 'Pulito',
     1207        'Regenerated' => 'Rigenerato',
     1208        'Unclean' => 'Sporco',
     1209      },
     1210    },
     1211   'ClipPath' => 'Percoso clip',
     1212   'CodePage' => {
     1213      PrintConv => {
     1214        'Japanese (JIS 0208-1990 and 0121-1990)' => 'Giapponese (JIS 0208-1990 e 0121-1990)',
     1215        'Russian/Cyrillic (KOI8-R)' => 'Russo/Cirillico (KOI8-R)',
     1216      },
     1217    },
     1218   'CodeSize' => 'Dimensione codice',
    3101219   'CodedCharacterSet' => 'Impostazione Caratteri Codificati',
     1220   'CodedContentScanningKind' => {
     1221      PrintConv => {
     1222        'Mixed' => 'Misto',
     1223        'Progressive' => 'Progressivo',
     1224        'Unknown' => 'Sconosciuto',
     1225      },
     1226    },
     1227   'CodingMethods' => {
     1228      Description => 'Metodi di codifica',
     1229      PrintConv => {
     1230        'Baseline JPEG' => 'Linea di base JPEG',
     1231        'JBIG color' => 'JBIG a colori',
     1232        'Modified Huffman' => 'Huffman modificato',
     1233        'Unspecified compression' => 'Compressione non specificata',
     1234      },
     1235    },
     1236   'ColorAberrationControl' => {
     1237      PrintConv => {
     1238        'Off' => 'Spento',
     1239      },
     1240    },
     1241   'ColorAdjustmentMode' => {
     1242      PrintConv => {
     1243        'Off' => 'Spento',
     1244      },
     1245    },
    3111246   'ColorBalance' => 'Bilanciamento Colore',
     1247   'ColorBalanceAdj' => {
     1248      PrintConv => {
     1249        'Off' => 'Spento',
     1250      },
     1251    },
     1252   'ColorBalanceVersion' => 'Versione Bilanciamento Colore',
     1253   'ColorBooster' => {
     1254      PrintConv => {
     1255        'Off' => 'Spento',
     1256      },
     1257    },
     1258   'ColorCharacterization' => 'Caratterizzazione colore',
     1259   'ColorClass' => {
     1260      PrintConv => {
     1261        '0 (None)' => '0 (Nessuno)',
     1262        '1 (Winner)' => '1 (Vincitore)',
     1263      },
     1264    },
    3121265   'ColorEffect' => {
    3131266      PrintConv => {
    314         'Sepia' => 'Viraggio seppia',
     1267        'Off' => 'Spento',
     1268        'Sepia' => 'Seppia',
    3151269      },
    3161270    },
     
    3191273      PrintConv => {
    3201274        'Green' => 'Verde',
     1275        'Off' => 'Spento',
     1276        'Purple' => 'Porpora',
    3211277        'Red' => 'Rosso',
     1278        'Sepia' => 'Seppia',
    3221279        'Yellow' => 'Giallo',
    3231280      },
    3241281    },
    3251282   'ColorHue' => 'Colore Hue',
    326    'ColorMatrix1' => 'Matrice di Colore 1',
    327    'ColorMatrix2' => 'Matrice di Colore 2',
     1283   'ColorMap' => 'Mappa colore',
     1284   'ColorMatrix1' => 'Matrice colore 1',
     1285   'ColorMatrix2' => 'Matrice colore 2',
    3281286   'ColorMode' => {
    329       Description => 'Modo Colore',
     1287      Description => 'Modo colore',
    3301288      PrintConv => {
    3311289        'Autumn Leaves' => 'Foglie d\'autunno',
     
    3341292        'Deep' => 'Cupa',
    3351293        'Evening' => 'Sera',
     1294        'Grayscale' => 'Scala di grigi',
    3361295        'Landscape' => 'Orizzontale',
    3371296        'Light' => 'Chiara',
     
    3401299        'Night View/Portrait' => 'Rit. notturno',
    3411300        'Normal' => 'Normale',
     1301        'Off' => 'Spento',
    3421302        'Portrait' => 'Verticale',
     1303        'RGB Color' => 'Colore RGB',
     1304        'Saturated Color' => 'Colore saturato',
     1305        'Sepia' => 'Seppia',
    3431306        'Sunset' => 'Tramonto',
    3441307        'Vivid' => 'Vivace',
     1308        'Vivid color' => 'Colore vivace',
     1309        'n/a' => 'n/d',
     1310      },
     1311    },
     1312   'ColorMoireReduction' => {
     1313      PrintConv => {
     1314        'Off' => 'Spento',
    3451315      },
    3461316    },
    3471317   'ColorMoireReductionMode' => {
    3481318      PrintConv => {
    349         'Low' => 'Leggero',
     1319        'Low' => 'Basso',
     1320        'Off' => 'Spento',
    3501321      },
    3511322    },
    3521323   'ColorPalette' => 'Palette di Colore',
    353    'ColorRepresentation' => 'Rappresentazione del Colore',
     1324   'ColorProfile' => {
     1325      PrintConv => {
     1326        'Not Embedded' => 'Non incorporato',
     1327      },
     1328    },
     1329   'ColorRepresentation' => {
     1330      Description => 'Rappresentazione del Colore',
     1331      PrintConv => {
     1332        'No Image, Single Frame' => 'Nessuna immagine, quadro singolo',
     1333      },
     1334    },
     1335   'ColorResponseUnit' => 'Unità risposta colore',
     1336   'ColorSequence' => 'Sequenza colori',
    3541337   'ColorSpace' => {
    3551338      Description => 'Spazio colore',
    3561339      PrintConv => {
     1340        'Gray-scale' => 'Scala di grigi',
     1341        'Grayscale' => 'Scala di grigi',
    3571342        'ICC Profile' => 'Profilo ICC',
    3581343        'Uncalibrated' => 'Non calibrato',
     
    3601345    },
    3611346   'ColorSpaceData' => 'Dati Spazio Colore',
     1347   'ColorSpecApproximation' => {
     1348      PrintConv => {
     1349        'Not Specified' => 'Non specificato',
     1350      },
     1351    },
     1352   'ColorSpecMethod' => {
     1353      PrintConv => {
     1354        'Enumerated' => 'Enumerato',
     1355      },
     1356    },
     1357   'ColorTable' => 'Tabella colore',
    3621358   'ColorTemperature' => 'Temperatura colore',
     1359   'ColorTemperatureSetting' => {
     1360      PrintConv => {
     1361        'Temperature' => 'Temperatura',
     1362      },
     1363    },
    3631364   'ColorTone' => {
    3641365      PrintConv => {
     
    3661367      },
    3671368    },
    368    'ColorimetricReference' => 'Riferimento Colorimetrico',
     1369   'ColorToneFaithful' => {
     1370      PrintConv => {
     1371        'n/a' => 'n/d',
     1372      },
     1373    },
     1374   'ColorToneLandscape' => {
     1375      PrintConv => {
     1376        'n/a' => 'n/d',
     1377      },
     1378    },
     1379   'ColorToneMonochrome' => {
     1380      PrintConv => {
     1381        'n/a' => 'n/d',
     1382      },
     1383    },
     1384   'ColorToneNeutral' => {
     1385      PrintConv => {
     1386        'n/a' => 'n/d',
     1387      },
     1388    },
     1389   'ColorTonePortrait' => {
     1390      PrintConv => {
     1391        'n/a' => 'n/d',
     1392      },
     1393    },
     1394   'ColorToneStandard' => {
     1395      PrintConv => {
     1396        'n/a' => 'n/d',
     1397      },
     1398    },
     1399   'ColorToneUnknown' => {
     1400      PrintConv => {
     1401        'n/a' => 'n/d',
     1402      },
     1403    },
     1404   'ColorToneUserDef1' => {
     1405      PrintConv => {
     1406        'n/a' => 'n/d',
     1407      },
     1408    },
     1409   'ColorToneUserDef2' => {
     1410      PrintConv => {
     1411        'n/a' => 'n/d',
     1412      },
     1413    },
     1414   'ColorToneUserDef3' => {
     1415      PrintConv => {
     1416        'n/a' => 'n/d',
     1417      },
     1418    },
     1419   'ColorType' => {
     1420      PrintConv => {
     1421        'Grayscale' => 'Scala di grigi',
     1422        'RGB with Alpha' => 'RGB con trasparenza',
     1423      },
     1424    },
     1425   'ColorimetricReference' => 'Riferimento colorimetrico',
     1426   'CommandDialsChangeMainSub' => {
     1427      PrintConv => {
     1428        'Off' => 'Spento',
     1429      },
     1430    },
     1431   'CommandDialsMenuAndPlayback' => {
     1432      PrintConv => {
     1433        'Off' => 'Spento',
     1434      },
     1435    },
    3691436   'CommandDialsReverseRotation' => {
    3701437      PrintConv => {
    371         'Yes' => 'Si',
     1438        'Yes' => 'Sì',
    3721439      },
    3731440    },
     
    3761443        'Auto Aperture' => 'Diaframma automatico',
    3771444        'Manual' => 'Manuale',
     1445        'Off' => 'Spento',
    3781446      },
    3791447    },
     
    3821450        'Auto Aperture' => 'Diaframma automatico',
    3831451        'Manual' => 'Manuale',
     1452        'Off' => 'Spento',
    3841453      },
    3851454    },
     
    3871456      PrintConv => {
    3881457        'Manual' => 'Manuale',
     1458        'Off' => 'Spento',
    3891459      },
    3901460    },
    3911461   'Comment' => 'Commento',
     1462   'CommentTime' => 'Ora commento',
     1463   'Comments' => 'Commenti',
     1464   'CommercialURL' => 'URL pubblicitario',
     1465   'CompanyName' => 'Nome azienda',
    3921466   'Compilation' => {
    3931467      PrintConv => {
    394         'Yes' => 'Si',
    395       },
    396     },
    397    'ComponentsConfiguration' => 'Significato di ogni componente',
    398    'CompressedBitsPerPixel' => 'Modo compressione immagine',
     1468        'Yes' => 'Sì',
     1469      },
     1470    },
     1471   'ComponentsConfiguration' => 'Configurazione componenti',
     1472   'Composer' => 'Compositore',
     1473   'ComposerSortOrder' => 'Ordinamento compositore',
     1474   'CompositionAdjust' => {
     1475      PrintConv => {
     1476        'Off' => 'Spento',
     1477      },
     1478    },
     1479   'CompositionMode' => {
     1480      PrintConv => {
     1481        'Replace' => 'Sostituisci',
     1482      },
     1483    },
     1484   'Compressed' => {
     1485      PrintConv => {
     1486        'False' => 'Falso',
     1487      },
     1488    },
     1489   'CompressedBitsPerPixel' => 'Bit per pixel compressi',
    3991490   'Compression' => {
    400       Description => 'Schema compressione',
    401       PrintConv => {
     1491      Description => 'Compressione',
     1492      PrintConv => {
     1493        'Adobe Deflate' => 'Deflate Adobe',
     1494        'JBIG B&W' => 'JBIG B&N',
     1495        'JBIG Color' => 'JBIG a colori',
    4021496        'JPEG' => 'Compressione JPEG',
    4031497        'JPEG (old-style)' => 'JPEG (vecchio stile)',
    404         'Kodak DCR Compressed' => 'Kodak DCR Compresso',
    405         'Kodak KDC Compressed' => 'Kodak KDC Compresso',
    406         'Next' => 'Codifica NeXT 2 bits',
    407         'Nikon NEF Compressed' => 'Nikon NEF Compresso',
     1498        'Kodak DCR Compressed' => 'Kodak DCR compresso',
     1499        'Kodak KDC Compressed' => 'Kodak KDC compresso',
     1500        'Microsoft Document Imaging (MDI) Binary Level Codec' => 'Microsoft Document Imaging (MDI) - Codec a livello binario',
     1501        'Microsoft Document Imaging (MDI) Progressive Transform Codec' => 'Microsoft Document Imaging (MDI) - Codec a trasformazione progressiva',
     1502        'Microsoft Document Imaging (MDI) Vector' => 'Microsoft Document Imaging (MDI) - Vettore',
     1503        'Next' => 'Codifica NeXT',
     1504        'Nikon NEF Compressed' => 'Nikon NEF compresso',
    4081505        'None' => 'Nessuno',
    409         'Pentax PEF Compressed' => 'Pentax PEF Compresso',
    410         'Sony ARW Compressed' => 'Sony ARW Compresso',
     1506        'Packed RAW' => 'RAW pacchettizzato',
     1507        'Pentax PEF Compressed' => 'Pentax PEF compresso',
     1508        'RLE Encoding' => 'Codifica RLE',
     1509        'Samsung SRW Compressed' => 'Samsung SRW compresso',
     1510        'Sony ARW Compressed' => 'Sony ARW compresso',
     1511        'T4/Group 3 Fax' => 'Fax T4/Group 3',
     1512        'T6/Group 4 Fax' => 'Fax T6/Group 4',
    4111513        'Uncompressed' => 'Non compresso',
    4121514      },
    4131515    },
     1516   'CompressionLevel' => 'Livello di compressione',
    4141517   'CompressionType' => {
    415       PrintConv => {
     1518      Description => 'Tipo compressione',
     1519      PrintConv => {
     1520        'Little-endian, no compression' => 'Little-endian, senza compressione',
    4161521        'None' => 'Nessuno',
    4171522      },
    4181523    },
     1524   'CompressorName' => 'Nome compressione',
    4191525   'ConditionalFEC' => 'Compensazione Esposizione Flash',
     1526   'Conductor' => 'Direttore d\'orchestra',
     1527   'ConsecutiveBadFaxLines' => 'Linee fax non valide consecutive',
    4201528   'Contact' => 'Contatto',
     1529   'ContentEncodingType' => {
     1530      PrintConv => {
     1531        'Encryption' => 'Crittografia',
     1532      },
     1533    },
     1534   'ContentEncryptionAlgorithm' => {
     1535      PrintConv => {
     1536        'Not Encrypted' => 'Non crittografato',
     1537      },
     1538    },
    4211539   'ContentLocationCode' => 'Codice ubicazione contenuto',
    4221540   'ContentLocationName' => 'Nome Ubicazione Contenuto',
     1541   'ContentSignatureAlgorithm' => {
     1542      PrintConv => {
     1543        'Not Signed' => 'Senza segno',
     1544      },
     1545    },
     1546   'ContentSignatureHashAlgorithm' => {
     1547      PrintConv => {
     1548        'Not Signed' => 'Senza segno',
     1549      },
     1550    },
     1551   'ContinuousBracketing' => {
     1552      PrintConv => {
     1553        'Low' => 'Basso',
     1554      },
     1555    },
     1556   'ContinuousShootingSpeed' => {
     1557      PrintConv => {
     1558        'Enable' => 'Abilita',
     1559      },
     1560    },
     1561   'ContinuousShotLimit' => {
     1562      PrintConv => {
     1563        'Enable' => 'Abilita',
     1564      },
     1565    },
    4231566   'Contrast' => {
    4241567      Description => 'Contrasto',
    4251568      PrintConv => {
    426         'High' => 'Pesante',
    427         'Low' => 'Leggero',
     1569        'High' => 'Alto',
     1570        'Low' => 'Basso',
    4281571        'Normal' => 'Normale',
    4291572      },
    4301573    },
    431    'ContrastCurve' => 'Curva Contrasto',
     1574   'ContrastCurve' => 'Curva di contrasto',
     1575   'ContrastDetectAF' => {
     1576      PrintConv => {
     1577        'Off' => 'Spento',
     1578      },
     1579    },
     1580   'ContrastFaithful' => {
     1581      PrintConv => {
     1582        'n/a' => 'n/d',
     1583      },
     1584    },
     1585   'ContrastHighlightShadowAdj' => {
     1586      PrintConv => {
     1587        'Off' => 'Spento',
     1588      },
     1589    },
     1590   'ContrastLandscape' => {
     1591      PrintConv => {
     1592        'n/a' => 'n/d',
     1593      },
     1594    },
     1595   'ContrastMode' => {
     1596      PrintConv => {
     1597        'Elegant (My Color)' => 'Elegante (mio colore)',
     1598        'Expressive' => 'Espressivo',
     1599        'Low' => 'Basso',
     1600        'Normal' => 'Normale',
     1601        'Nostalgic (Color Film)' => 'Nostalgico (pellicola a colori)',
     1602        'Retro' => 'Retrò',
     1603        'Retro (My Color)' => 'Retro (colore personalizzato)',
     1604      },
     1605    },
     1606   'ContrastMonochrome' => {
     1607      PrintConv => {
     1608        'n/a' => 'n/d',
     1609      },
     1610    },
     1611   'ContrastNeutral' => {
     1612      PrintConv => {
     1613        'n/a' => 'n/d',
     1614      },
     1615    },
     1616   'ContrastPortrait' => {
     1617      PrintConv => {
     1618        'n/a' => 'n/d',
     1619      },
     1620    },
     1621   'ContrastStandard' => {
     1622      PrintConv => {
     1623        'n/a' => 'n/d',
     1624      },
     1625    },
     1626   'ContrastUnknown' => {
     1627      PrintConv => {
     1628        'n/a' => 'n/d',
     1629      },
     1630    },
     1631   'ContrastUserDef1' => {
     1632      PrintConv => {
     1633        'n/a' => 'n/d',
     1634      },
     1635    },
     1636   'ContrastUserDef2' => {
     1637      PrintConv => {
     1638        'n/a' => 'n/d',
     1639      },
     1640    },
     1641   'ContrastUserDef3' => {
     1642      PrintConv => {
     1643        'n/a' => 'n/d',
     1644      },
     1645    },
     1646   'ControlDialSet' => {
     1647      PrintConv => {
     1648        'Shutter Speed' => 'Tempo esposizione',
     1649      },
     1650    },
     1651   'ControlMode' => {
     1652      PrintConv => {
     1653        'Camera Local Control' => 'Controllo locale fotocamera',
     1654        'n/a' => 'n/d',
     1655      },
     1656    },
     1657   'ConversionLens' => {
     1658      PrintConv => {
     1659        'Off' => 'Spento',
     1660      },
     1661    },
     1662   'Converter' => 'Convertitore',
    4321663   'Copyright' => 'Titolare del copyright',
     1664   'CopyrightFlag' => {
     1665      PrintConv => {
     1666        'False' => 'Falso',
     1667      },
     1668    },
    4331669   'CopyrightNotice' => 'Info Copyright',
    4341670   'CopyrightStatus' => {
    4351671      PrintConv => {
    436         'Unknown' => 'Sconosciuta',
    437       },
    438     },
     1672        'Not specified' => 'Non specificato',
     1673        'Protected' => 'Protetto',
     1674        'Public Domain' => 'Pubblico dominio',
     1675        'Unknown' => 'Sconosciuto',
     1676      },
     1677    },
     1678   'CopyrightURL' => 'URL copyright',
    4391679   'Country' => 'Paese',
    4401680   'Country-PrimaryLocationCode' => 'Codice ISO Nazione',
    4411681   'Country-PrimaryLocationName' => 'Nazione',
    442    'CreateDate' => 'Data e ora di creazione dei dati digitali',
     1682   'CreateDate' => 'Data di creazione',
    4431683   'CreationDate' => 'Data di creazione',
     1684   'CreativeStyle' => {
     1685      PrintConv => {
     1686        'Autumn Leaves' => 'Foglie d\'autunno',
     1687        'B&W' => 'B/N',
     1688        'Clear' => 'Trasparente',
     1689        'Deep' => 'Cupa',
     1690        'Landscape' => 'Orizzontale',
     1691        'Light' => 'Chiara',
     1692        'Neutral' => 'Neutra',
     1693        'Night View/Portrait' => 'Rit. notturno',
     1694        'Portrait' => 'Verticale',
     1695        'Sepia' => 'Seppia',
     1696        'Sunset' => 'Tramonto',
     1697        'Vivid' => 'Vivace',
     1698      },
     1699    },
     1700   'CreativeStyleSetting' => {
     1701      PrintConv => {
     1702        'Landscape' => 'Orizzontale',
     1703        'Sunset' => 'Tramonto',
     1704        'Vivid' => 'Vivace',
     1705      },
     1706    },
    4441707   'Creator' => 'Creatore',
    4451708   'CreatorAddress' => 'Autore - Indirizzo',
     1709   'CreatorAppID' => {
     1710      PrintConv => {
     1711        'Unknown' => 'Sconosciuto',
     1712      },
     1713    },
    4461714   'CreatorCity' => 'Autore - Città',
    4471715   'CreatorCountry' => 'Autore - Nazione',
     
    4521720   'CreatorWorkURL' => 'Autore - Sito web',
    4531721   'Credit' => 'Fornitore',
     1722   'CreditLineRequired' => {
     1723      PrintConv => {
     1724        'Not Required' => 'Non richiesto',
     1725      },
     1726    },
    4541727   'CropActive' => {
    4551728      PrintConv => {
    456         'Yes' => 'Si',
     1729        'Yes' => 'Sì',
    4571730      },
    4581731    },
     
    4671740      },
    4681741    },
     1742   'CrossProcess' => {
     1743      PrintConv => {
     1744        'Favorite 1' => 'Preferito 1',
     1745        'Favorite 2' => 'Preferito 2',
     1746        'Favorite 3' => 'Preferito 3',
     1747        'Off' => 'Spento',
     1748        'Random' => 'Casuale',
     1749      },
     1750    },
     1751   'CurrentICCProfile' => 'Profilo ICC attuale',
     1752   'CurrentPreProfileMatrix' => 'Matrice di pre-profilo attuale',
     1753   'Curves' => {
     1754      PrintConv => {
     1755        'Off' => 'Spento',
     1756      },
     1757    },
    4691758   'CustomRendered' => {
    470       Description => 'Processo immagine personale',
    471       PrintConv => {
    472         'Custom' => 'Processo personale',
    473         'Normal' => 'Processo normale',
     1759      Description => 'Resa personalizzata',
     1760      PrintConv => {
     1761        'Custom' => 'Personalizzata',
     1762        'Normal' => 'Normale',
     1763      },
     1764    },
     1765   'CustomWBError' => {
     1766      PrintConv => {
     1767        'Error' => 'Errore',
     1768      },
     1769    },
     1770   'D-LightingHQ' => {
     1771      PrintConv => {
     1772        'Off' => 'Spento',
    4741773      },
    4751774    },
    4761775   'D-LightingHQSelected' => {
    4771776      PrintConv => {
    478         'Yes' => 'Si',
    479       },
    480     },
    481    'DNGBackwardVersion' => 'Versione Precedente DNG',
     1777        'Yes' => 'Sì',
     1778      },
     1779    },
     1780   'D-LightingHS' => {
     1781      PrintConv => {
     1782        'Off' => 'Spento',
     1783      },
     1784    },
     1785   'D-RangeOptimizerMode' => {
     1786      PrintConv => {
     1787        'Manual' => 'Manuale',
     1788        'Off' => 'Spento',
     1789      },
     1790    },
     1791   'DECPosition' => {
     1792      PrintConv => {
     1793        'Exposure' => 'Esposizione',
     1794        'Saturation' => 'Saturazione',
     1795      },
     1796    },
     1797   'DNGBackwardVersion' => 'Versione precedente DNG',
     1798   'DNGLensInfo' => 'Informazioni lenti DNG',
     1799   'DNGPrivateData' => 'Dati privati DNG',
    4821800   'DNGVersion' => 'Versione DNG',
    4831801   'DataImprint' => {
    4841802      PrintConv => {
    4851803        'None' => 'Nessuno',
    486       },
    487     },
    488    'DataType' => 'Tipo Dati',
    489    'DateCreated' => 'Data di Creazione',
     1804        'Text' => 'Testo',
     1805      },
     1806    },
     1807   'DataType' => 'Tipo di dati',
     1808   'Date' => 'Data',
     1809   'DateCreated' => 'Data di creazione',
    4901810   'DateDisplayFormat' => {
    4911811      Description => 'Formato Data',
     
    4961816      },
    4971817    },
     1818   'DateImprint' => {
     1819      PrintConv => {
     1820        'Off' => 'Spento',
     1821      },
     1822    },
    4981823   'DateSent' => 'Data d\'invio',
    499    'DateTime' => 'Data e ora di modifica del file',
    500    'DateTimeOriginal' => 'Data e ora di creazione dei dati originali',
     1824   'DateStampMode' => {
     1825      PrintConv => {
     1826        'Off' => 'Spento',
     1827      },
     1828    },
     1829   'DateTime' => 'Data/ora',
     1830   'DateTimeOriginal' => 'Data/ora originale di creazione',
    5011831   'DaylightSavings' => {
    5021832      PrintConv => {
    503         'Yes' => 'Si',
    504       },
    505     },
     1833        'Off' => 'Spento',
     1834        'Yes' => 'Sì',
     1835      },
     1836    },
     1837   'Decode' => 'Decodifica',
     1838   'DefaultCropOrigin' => 'Ritaglio origine predefinito',
     1839   'DefaultCropSize' => 'Ritaglio dimensione predefinito',
     1840   'DefaultImageColor' => 'Colore immagine predefinito',
    5061841   'DefaultScale' => 'Scala predefinita',
    5071842   'DeletedImageCount' => 'Conteggio Immagini Cancellate',
     1843   'DeltaType' => {
     1844      PrintConv => {
     1845        'Absolute' => 'Assoluto',
     1846      },
     1847    },
    5081848   'Description' => 'Descrizione',
    5091849   'Destination' => 'Destinazione',
     1850   'DestinationCity' => {
     1851      PrintConv => {
     1852        'Jerusalem' => 'Gerusalemme',
     1853        'Lisbon' => 'Lisbona',
     1854        'London' => 'Londra',
     1855        'Milan' => 'Milano',
     1856        'Prague' => 'Praga',
     1857        'Rome' => 'Roma',
     1858        'Stockholm' => 'Stoccolma',
     1859        'Tehran' => 'Teheran',
     1860      },
     1861    },
    5101862   'DestinationDST' => {
    5111863      PrintConv => {
    512         'Yes' => 'Si',
     1864        'Yes' => 'Sì',
    5131865      },
    5141866    },
    5151867   'DeviceAttributes' => 'Attributi Dispositivo',
    516    'DeviceManufacturer' => 'Costruttore Dispositivo',
     1868   'DeviceManufacturer' => 'Costruttore dispositivo',
    5171869   'DeviceMfgDesc' => 'Descrizione del Costruttore Dispositivo',
    5181870   'DeviceModel' => 'Modello Dispositivo',
     
    5221874      PrintConv => {
    5231875        'Normal' => 'Normale',
    524       },
    525     },
    526    'DigitalCreationDate' => 'Data di Creazione Digitale',
     1876        'Reversed' => 'Invertito',
     1877      },
     1878    },
     1879   'DigitalCreationDate' => 'Data di creazione digitale',
    5271880   'DigitalCreationTime' => 'Ora di Creazione Digitale',
     1881   'DigitalFilter01' => {
     1882      PrintConv => {
     1883        'Fisheye' => 'Fish-eye',
     1884        'Off' => 'Spento',
     1885        'Posterization' => 'Posterizzazione',
     1886        'Retro' => 'Retrò',
     1887        'Shading' => 'Ombreggiatura',
     1888        'Starburst' => 'Esplosione stellare',
     1889      },
     1890    },
     1891   'DigitalFilter02' => {
     1892      PrintConv => {
     1893        'Fisheye' => 'Fish-eye',
     1894        'Off' => 'Spento',
     1895        'Posterization' => 'Posterizzazione',
     1896        'Retro' => 'Retrò',
     1897        'Shading' => 'Ombreggiatura',
     1898        'Starburst' => 'Esplosione stellare',
     1899      },
     1900    },
     1901   'DigitalFilter03' => {
     1902      PrintConv => {
     1903        'Fisheye' => 'Fish-eye',
     1904        'Off' => 'Spento',
     1905        'Posterization' => 'Posterizzazione',
     1906        'Retro' => 'Retrò',
     1907        'Shading' => 'Ombreggiatura',
     1908        'Starburst' => 'Esplosione stellare',
     1909      },
     1910    },
     1911   'DigitalFilter04' => {
     1912      PrintConv => {
     1913        'Fisheye' => 'Fish-eye',
     1914        'Off' => 'Spento',
     1915        'Posterization' => 'Posterizzazione',
     1916        'Retro' => 'Retrò',
     1917        'Shading' => 'Ombreggiatura',
     1918        'Starburst' => 'Esplosione stellare',
     1919      },
     1920    },
     1921   'DigitalFilter05' => {
     1922      PrintConv => {
     1923        'Fisheye' => 'Fish-eye',
     1924        'Off' => 'Spento',
     1925        'Posterization' => 'Posterizzazione',
     1926        'Retro' => 'Retrò',
     1927        'Shading' => 'Ombreggiatura',
     1928        'Starburst' => 'Esplosione stellare',
     1929      },
     1930    },
     1931   'DigitalFilter06' => {
     1932      PrintConv => {
     1933        'Fisheye' => 'Fish-eye',
     1934        'Off' => 'Spento',
     1935        'Posterization' => 'Posterizzazione',
     1936        'Retro' => 'Retrò',
     1937        'Shading' => 'Ombreggiatura',
     1938        'Starburst' => 'Esplosione stellare',
     1939      },
     1940    },
     1941   'DigitalFilter07' => {
     1942      PrintConv => {
     1943        'Fisheye' => 'Fish-eye',
     1944        'Off' => 'Spento',
     1945        'Posterization' => 'Posterizzazione',
     1946        'Retro' => 'Retrò',
     1947        'Shading' => 'Ombreggiatura',
     1948        'Starburst' => 'Esplosione stellare',
     1949      },
     1950    },
     1951   'DigitalFilter08' => {
     1952      PrintConv => {
     1953        'Fisheye' => 'Fish-eye',
     1954        'Off' => 'Spento',
     1955        'Posterization' => 'Posterizzazione',
     1956        'Retro' => 'Retrò',
     1957        'Shading' => 'Ombreggiatura',
     1958        'Starburst' => 'Esplosione stellare',
     1959      },
     1960    },
     1961   'DigitalFilter09' => {
     1962      PrintConv => {
     1963        'Fisheye' => 'Fish-eye',
     1964        'Off' => 'Spento',
     1965        'Posterization' => 'Posterizzazione',
     1966        'Retro' => 'Retrò',
     1967        'Shading' => 'Ombreggiatura',
     1968        'Starburst' => 'Esplosione stellare',
     1969      },
     1970    },
     1971   'DigitalFilter10' => {
     1972      PrintConv => {
     1973        'Fisheye' => 'Fish-eye',
     1974        'Off' => 'Spento',
     1975        'Posterization' => 'Posterizzazione',
     1976        'Retro' => 'Retrò',
     1977        'Shading' => 'Ombreggiatura',
     1978        'Starburst' => 'Esplosione stellare',
     1979      },
     1980    },
     1981   'DigitalFilter11' => {
     1982      PrintConv => {
     1983        'Fisheye' => 'Fish-eye',
     1984        'Off' => 'Spento',
     1985        'Posterization' => 'Posterizzazione',
     1986        'Retro' => 'Retrò',
     1987        'Shading' => 'Ombreggiatura',
     1988        'Starburst' => 'Esplosione stellare',
     1989      },
     1990    },
     1991   'DigitalFilter12' => {
     1992      PrintConv => {
     1993        'Fisheye' => 'Fish-eye',
     1994        'Off' => 'Spento',
     1995        'Posterization' => 'Posterizzazione',
     1996        'Retro' => 'Retrò',
     1997        'Shading' => 'Ombreggiatura',
     1998        'Starburst' => 'Esplosione stellare',
     1999      },
     2000    },
     2001   'DigitalFilter13' => {
     2002      PrintConv => {
     2003        'Fisheye' => 'Fish-eye',
     2004        'Off' => 'Spento',
     2005        'Posterization' => 'Posterizzazione',
     2006        'Retro' => 'Retrò',
     2007        'Shading' => 'Ombreggiatura',
     2008        'Starburst' => 'Esplosione stellare',
     2009      },
     2010    },
     2011   'DigitalFilter14' => {
     2012      PrintConv => {
     2013        'Fisheye' => 'Fish-eye',
     2014        'Off' => 'Spento',
     2015        'Posterization' => 'Posterizzazione',
     2016        'Retro' => 'Retrò',
     2017        'Shading' => 'Ombreggiatura',
     2018        'Starburst' => 'Esplosione stellare',
     2019      },
     2020    },
     2021   'DigitalFilter15' => {
     2022      PrintConv => {
     2023        'Fisheye' => 'Fish-eye',
     2024        'Off' => 'Spento',
     2025        'Posterization' => 'Posterizzazione',
     2026        'Retro' => 'Retrò',
     2027        'Shading' => 'Ombreggiatura',
     2028        'Starburst' => 'Esplosione stellare',
     2029      },
     2030    },
     2031   'DigitalFilter16' => {
     2032      PrintConv => {
     2033        'Fisheye' => 'Fish-eye',
     2034        'Off' => 'Spento',
     2035        'Posterization' => 'Posterizzazione',
     2036        'Retro' => 'Retrò',
     2037        'Shading' => 'Ombreggiatura',
     2038        'Starburst' => 'Esplosione stellare',
     2039      },
     2040    },
     2041   'DigitalFilter17' => {
     2042      PrintConv => {
     2043        'Fisheye' => 'Fish-eye',
     2044        'Off' => 'Spento',
     2045        'Posterization' => 'Posterizzazione',
     2046        'Retro' => 'Retrò',
     2047        'Shading' => 'Ombreggiatura',
     2048        'Starburst' => 'Esplosione stellare',
     2049      },
     2050    },
     2051   'DigitalFilter18' => {
     2052      PrintConv => {
     2053        'Fisheye' => 'Fish-eye',
     2054        'Off' => 'Spento',
     2055        'Posterization' => 'Posterizzazione',
     2056        'Retro' => 'Retrò',
     2057        'Shading' => 'Ombreggiatura',
     2058        'Starburst' => 'Esplosione stellare',
     2059      },
     2060    },
     2061   'DigitalFilter19' => {
     2062      PrintConv => {
     2063        'Fisheye' => 'Fish-eye',
     2064        'Off' => 'Spento',
     2065        'Posterization' => 'Posterizzazione',
     2066        'Retro' => 'Retrò',
     2067        'Shading' => 'Ombreggiatura',
     2068        'Starburst' => 'Esplosione stellare',
     2069      },
     2070    },
     2071   'DigitalFilter20' => {
     2072      PrintConv => {
     2073        'Fisheye' => 'Fish-eye',
     2074        'Off' => 'Spento',
     2075        'Posterization' => 'Posterizzazione',
     2076        'Retro' => 'Retrò',
     2077        'Shading' => 'Ombreggiatura',
     2078        'Starburst' => 'Esplosione stellare',
     2079      },
     2080    },
    5282081   'DigitalZoom' => {
    5292082      Description => 'Zoom Digitale',
    5302083      PrintConv => {
    5312084        'None' => 'Nessuno',
     2085        'Off' => 'Spento',
     2086      },
     2087    },
     2088   'DigitalZoomOn' => {
     2089      PrintConv => {
     2090        'Off' => 'Spento',
    5322091      },
    5332092    },
    5342093   'DigitalZoomRatio' => 'Rapporto zoom digitale',
    5352094   'Directory' => 'Posizione file',
     2095   'DisplayAllAFPoints' => {
     2096      PrintConv => {
     2097        'Enable' => 'Abilita',
     2098      },
     2099    },
    5362100   'DisplaySize' => {
    5372101      PrintConv => {
     
    5542118      },
    5552119    },
     2120   'DistortionControl' => {
     2121      PrintConv => {
     2122        'Off' => 'Spento',
     2123      },
     2124    },
     2125   'DistortionCorrection' => {
     2126      PrintConv => {
     2127        'Off' => 'Spento',
     2128        'n/a' => 'n/d',
     2129      },
     2130    },
     2131   'DistortionCorrection2' => {
     2132      PrintConv => {
     2133        'Off' => 'Spento',
     2134      },
     2135    },
    5562136   'DjVuVersion' => 'Versione DjVu',
    557    'DocumentHistory' => 'Cronologia Documento',
    558    'DocumentName' => 'Nome Documento',
     2137   'DocSecurity' => {
     2138      PrintConv => {
     2139        'None' => 'Nessuno',
     2140      },
     2141    },
     2142   'DocumentHistory' => 'Cronologia documento',
     2143   'DocumentName' => 'Nome documento',
    5592144   'DocumentNotes' => 'Note del Documento',
    560    'DriveMode' => 'Modalità esecuzione',
     2145   'DotRange' => 'Intervallo puntuale',
     2146   'DriveMode' => {
     2147      Description => 'Modalità esecuzione',
     2148      PrintConv => {
     2149        '10 s Timer' => 'Timer 10 s',
     2150        'Off' => 'Spento',
     2151        'Self-Timer 2 sec' => 'Autoscatto 2 sec',
     2152        'Self-timer' => 'Autoscatto',
     2153        'Self-timer (12 s)' => 'Autoscatto (12 s)',
     2154        'Self-timer (2 s)' => 'Autoscatto (2 s)',
     2155        'Self-timer 10 sec' => 'Autoscatto 10 sec',
     2156        'Self-timer Operation' => 'Operazione autoscatto',
     2157        'n/a' => 'n/d',
     2158      },
     2159    },
     2160   'DriveMode2' => {
     2161      PrintConv => {
     2162        'Self-timer (12 s)' => 'Autoscatto (12 s)',
     2163        'Self-timer (2 s)' => 'Autoscatto (2 s)',
     2164        'Self-timer 10 sec' => 'Autoscatto 10 sec',
     2165        'Self-timer 2 sec' => 'Autoscatto 2 sec',
     2166      },
     2167    },
     2168   'DriveModeSetting' => {
     2169      PrintConv => {
     2170        'Self-timer 10 sec' => 'Autoscatto 10 sec',
     2171      },
     2172    },
     2173   'DriveType' => {
     2174      PrintConv => {
     2175        'Fixed Disk' => 'Disco fisso',
     2176        'Unknown' => 'Sconosciuto',
     2177      },
     2178    },
     2179   'DynamicRangeExpansion' => {
     2180      PrintConv => {
     2181        'Off' => 'Spento',
     2182      },
     2183    },
    5612184   'DynamicRangeOptimizer' => {
    5622185      Description => 'Ott.gamma din.',
     
    5692192        'Advanced Lv5' => 'Liv.Avanzato 5',
    5702193        'Auto' => 'Automatico',
    571         'Off' => 'Disattivata',
     2194        'Off' => 'Spento',
     2195      },
     2196    },
     2197   'DynamicRangeOptimizerBracket' => {
     2198      PrintConv => {
     2199        'Low' => 'Basso',
     2200        'Off' => 'Spento',
     2201      },
     2202    },
     2203   'DynamicRangeOptimizerMode' => {
     2204      PrintConv => {
     2205        'Off' => 'Spento',
     2206      },
     2207    },
     2208   'DynamicRangeOptimizerSetting' => {
     2209      PrintConv => {
     2210        'Off' => 'Spento',
     2211      },
     2212    },
     2213   'DynamicRangeSetting' => {
     2214      PrintConv => {
     2215        'Manual' => 'Manuale',
    5722216      },
    5732217    },
     
    5772221      },
    5782222    },
     2223   'EVSteps' => {
     2224      PrintConv => {
     2225        '1/2 EV Steps' => 'Step 1/2 EV',
     2226        '1/3 EV Steps' => 'Step 1/3 EV',
     2227      },
     2228    },
     2229   'EXIFVersion' => 'Versione EXIF',
     2230   'EXRAuto' => {
     2231      PrintConv => {
     2232        'Manual' => 'Manuale',
     2233      },
     2234    },
     2235   'EasyExposureComp' => {
     2236      PrintConv => {
     2237        'Off' => 'Spento',
     2238      },
     2239    },
     2240   'EasyExposureCompensation' => {
     2241      PrintConv => {
     2242        'Off' => 'Spento',
     2243      },
     2244    },
    5792245   'EasyMode' => {
    5802246      PrintConv => {
     2247        'Fireworks' => 'Fuochi artificiali',
     2248        'Fisheye Effect' => 'Effetto fish-eye',
     2249        'Flash Off' => 'Flash spento',
     2250        'Kids & Pets' => 'Bambini e animali dimestici',
    5812251        'Landscape' => 'Orizzontale',
    5822252        'Manual' => 'Manuale',
    5832253        'Night' => 'Scena notturna',
     2254        'Nostalgic' => 'Nostalgico',
    5842255        'Portrait' => 'Verticale',
     2256        'Quick Shot' => 'Scatto veloce',
     2257        'Sepia' => 'Seppia',
     2258        'Sunset' => 'Tramonto',
     2259        'Vivid' => 'Vivace',
     2260        'Zoom Blur' => 'Sfocatura zoom',
     2261      },
     2262    },
     2263   'EdgeNoiseReduction' => {
     2264      PrintConv => {
     2265        'Off' => 'Spento',
    5852266      },
    5862267    },
     
    5922273      },
    5932274    },
    594    'EffectiveMaxAperture' => 'Diaframma Massimo Effettivo',
     2275   'EffectiveMaxAperture' => 'Diaframma massimo effettivo',
     2276   'Elevation' => 'Elevazione',
    5952277   'Emphasis' => {
    5962278      PrintConv => {
    5972279        'None' => 'Nessuno',
     2280        'reserved' => 'riservato',
     2281      },
     2282    },
     2283   'EncodedBy' => 'Codificato da',
     2284   'EncodedPixelsDimensions' => 'Dimensioni pixel codificati',
     2285   'EncodedUsing' => 'Codificato usando',
     2286   'EncodedWith' => 'Codificato con',
     2287   'Encoder' => 'Codificatore',
     2288   'EncoderSettings' => 'Impostazioni codificatore',
     2289   'EncoderVersion' => 'Versione codificatore',
     2290   'Encoding' => {
     2291      Description => 'Codifica',
     2292      PrintConv => {
     2293        'QDesign Music' => 'Musica QDesign',
     2294        'Unknown -' => 'Sconosciuto -',
     2295      },
     2296    },
     2297   'EncodingProcess' => 'Processo di codifica',
     2298   'EncodingScheme' => 'Schema di codifica',
     2299   'EncodingSettings' => 'Impostazioni di codifica',
     2300   'EncodingTime' => 'Durata codifica',
     2301   'Encryption' => 'Crittografia',
     2302   'EndOfItems' => 'Fine elementi',
     2303   'EndPoints' => 'Punti finali',
     2304   'EndTime' => 'Ora fine',
     2305   'EndUser' => 'Utente finale',
     2306   'EndUserID' => 'ID utente finale',
     2307   'EndUserName' => 'Nome utente finale',
     2308   'EndingPage' => 'Pagina finale',
     2309   'EnhanceDarkTones' => {
     2310      PrintConv => {
     2311        'Off' => 'Spento',
    5982312      },
    5992313    },
    6002314   'Enhancement' => {
     2315      Description => 'Miglioramento',
    6012316      PrintConv => {
    6022317        'Green' => 'Verde',
     2318        'Off' => 'Spento',
    6032319        'Red' => 'Rosso',
    604       },
    605     },
     2320        'Scenery' => 'Paesaggio',
     2321      },
     2322    },
     2323   'EnhancementOrModificationDescription' => 'Descrizione miglioramento/modifica',
     2324   'EntryPoint' => 'Punto d\'ingresso',
    6062325   'EnvelopePriority' => {
    6072326      PrintConv => {
    608         '0 (reserved)' => '0 (riservato per usi futuri)',
     2327        '0 (reserved)' => '0 (riservato)',
    6092328        '1 (most urgent)' => '1 (molto urgente)',
    6102329        '5 (normal urgency)' => '5 (urgenza normale)',
     
    6132332      },
    6142333    },
     2334   'Error' => 'Errore',
     2335   'ErrorCorrection' => 'Correzione errore',
     2336   'ErrorCorrectionType' => 'Tipo correzione errore',
     2337   'EthnicGroup' => 'Gruppo etnico',
     2338   'Event' => 'Evento',
     2339   'EventAbsoluteDuration' => 'Durata assoluta evento',
     2340   'Events' => 'Eventi',
    6152341   'ExcursionTolerance' => {
    6162342      PrintConv => {
    6172343        'Allowed' => 'Possibile',
    618         'Not Allowed' => 'Non permesso (predefinito)',
    619       },
    620     },
    621    'ExifCameraInfo' => 'Info Exif Fotocamera',
    622    'ExifImageHeight' => 'Altezza immagine',
    623    'ExifImageWidth' => 'Larghezza immagine',
     2344        'Not Allowed' => 'Non permesso',
     2345      },
     2346    },
     2347   'ExecutionStatus' => 'Stato esecuzione',
     2348   'ExecutionStatusInfo' => 'Info stato esecuzione',
     2349   'ExifByteOrder' => 'Ordine dei byte Exif',
     2350   'ExifCameraInfo' => 'Info Exif fotocamera',
     2351   'ExifImageHeight' => 'Altezza immagine Exif',
     2352   'ExifImageWidth' => 'Larghezza immagine Exif',
     2353   'ExifInfo2' => 'Info 2 Exif',
    6242354   'ExifOffset' => 'Puntatore Exif IFD',
    625    'ExifToolVersion' => 'Versione ExifTool',
     2355   'ExifToolVersion' => 'Numero versione ExifTool',
     2356   'ExifUnicodeByteOrder' => 'Ordine unicode dei byte Exif',
    6262357   'ExifVersion' => 'Versione Exif',
    6272358   'ExitPupilPosition' => 'Posizione pupilla d\'uscita',
    628    'ExpirationDate' => 'Data Scadenza',
    629    'ExpirationTime' => 'Ora Scadenza',
     2359   'ExpirationDate' => 'Data scadenza',
     2360   'ExpirationTime' => 'Ora scadenza',
     2361   'Expires' => 'Scade',
     2362   'ExposedArea' => 'Area esposta',
     2363   'Exposure' => 'Esposizione',
     2364   'Exposure2012' => 'Esposizione 2012',
    6302365   'ExposureBracketValue' => 'Valore Esposizione a Forcella',
    631    'ExposureCompensation' => 'Bias esposizione',
    632    'ExposureDifference' => 'Differenza Esposizione',
     2366   'ExposureBracketingIndicatorLast' => {
     2367      PrintConv => {
     2368        'Not Indicated' => 'Non indicato',
     2369      },
     2370    },
     2371   'ExposureCompensation' => 'Compensazione esposizione',
     2372   'ExposureCompensationMode' => 'Modo compensazione esposizione',
     2373   'ExposureControlMode' => 'Modo controllo esposizione',
     2374   'ExposureControlModeDescription' => 'Descrizione modo controllo esposizione',
     2375   'ExposureDelayMode' => {
     2376      PrintConv => {
     2377        'Off' => 'Spento',
     2378      },
     2379    },
     2380   'ExposureDifference' => 'Differenza esposizione',
    6332381   'ExposureIndex' => 'Indice di esposizione',
     2382   'ExposureIndicator' => {
     2383      PrintConv => {
     2384        'Not Indicated' => 'Non indicato',
     2385      },
     2386    },
     2387   'ExposureLevelIncrements' => {
     2388      PrintConv => {
     2389        '1/2 Stop' => '1/2 stop',
     2390        '1/3 Stop' => '1/3 stop',
     2391      },
     2392    },
    6342393   'ExposureMode' => {
    6352394      Description => 'Modo esposizione',
     
    6382397        'Aperture-priority AE' => 'Priorità diaframma',
    6392398        'Auto' => 'Esposizione automatica',
    640         'Auto bracket' => 'Esposizione a forcella automatica',
     2399        'Auto bracket' => 'A forcella automatica',
     2400        'Fireworks' => 'Fuochi artificiali',
    6412401        'Landscape' => 'Orizzontale',
    642         'Manual' => 'Esposizione manuale',
     2402        'Manual' => 'Manuale',
    6432403        'Portrait' => 'Verticale',
     2404        'Program' => 'Programma',
     2405        'Program AE' => 'Programma AE',
    6442406        'Shutter Priority' => 'Priorità otturatore',
    645         'Shutter speed priority AE' => 'Priorità otturatore',
     2407        'Shutter speed priority AE' => 'Priorità otturatore AE',
     2408        'Sunset' => 'Tramonto',
     2409        'n/a' => 'n/d',
    6462410      },
    6472411    },
    6482412   'ExposureModeInManual' => {
     2413      Description => 'Modo esposizione in manuale',
    6492414      PrintConv => {
    6502415        'Center-weighted average' => 'Media centrale ponderata',
     
    6522417      },
    6532418    },
     2419   'ExposureModulationType' => 'Tipo modulazione esposizione',
    6542420   'ExposureProgram' => {
    6552421      Description => 'Programma esposizione',
    6562422      PrintConv => {
    657         'Action (High speed)' => 'Programma di azione',
     2423        'Action (High speed)' => 'Azione (alta velocità)',
    6582424        'Aperture Priority' => 'Priorità diaframma',
    6592425        'Aperture-priority AE' => 'Priorità diaframma',
    660         'Creative (Slow speed)' => 'Programma Creativo (basato sulla profondità di campo)',
     2426        'Bulb' => 'Bulbo',
     2427        'Creative (Slow speed)' => 'Creativo (bassa velocità)',
    6612428        'Landscape' => 'Orizzontale',
    6622429        'Manual' => 'Manuale',
    6632430        'Not Defined' => 'Non definito',
    6642431        'Portrait' => 'Verticale',
    665         'Program AE' => 'Programma normale',
     2432        'Posterization' => 'Posterizzazione',
     2433        'Posterization B/W' => 'Posterizzazione B&N',
     2434        'Program' => 'Programma',
     2435        'Program AE' => 'Programma AE',
     2436        'Retro Photo' => 'Foto retrò',
    6662437        'Shutter Priority' => 'Priorità otturatore',
    667         'Shutter speed priority AE' => 'Priorità otturatore',
    668       },
    669     },
    670    'ExposureTime' => 'Tempo di esposizione',
    671    'ExposureTime2' => 'Tempo di esposizione 2',
     2438        'Shutter speed priority AE' => 'Priorità otturatore AE',
     2439        'Sunset' => 'Tramonto',
     2440        'Sweep Panorama' => 'Panoramica ad arco',
     2441      },
     2442    },
     2443   'ExposureSequence' => 'Sequenza esposizione',
     2444   'ExposureStatus' => 'Stato esposizione',
     2445   'ExposureTime' => 'Tempo esposizione',
     2446   'ExposureTime2' => 'Tempo esposizione 2',
     2447   'ExposureTimeInMicroSec' => 'Tempo esposizione in microsecondi',
     2448   'ExposureTimeInMilliSec' => 'Tempo esposizione in millisecondi',
     2449   'ExposureTuning' => 'Sintonizzazione esposizione',
     2450   'ExposureUnknown' => 'Esposizione sconosciuta',
     2451   'ExposureValue' => 'Valore esposizione',
     2452   'ExtendedWBDetect' => {
     2453      PrintConv => {
     2454        'Off' => 'Spento',
     2455      },
     2456    },
     2457   'Extender' => {
     2458      PrintConv => {
     2459        'None' => 'Nessuno',
     2460      },
     2461    },
     2462   'ExtenderStatus' => {
     2463      PrintConv => {
     2464        'Not attached' => 'Non applicabile',
     2465        'Removed' => 'Rimosso',
     2466      },
     2467    },
     2468   'ExtensionPersistence' => {
     2469      PrintConv => {
     2470        'Potentially Invalidated By Modification' => 'Potenzialmente invalidato per modifica',
     2471      },
     2472    },
     2473   'ExternalFlash' => {
     2474      Description => 'Flash esterno',
     2475      PrintConv => {
     2476        'Off' => 'Spento',
     2477      },
     2478    },
    6722479   'ExternalFlashBounce' => {
    6732480      PrintConv => {
    674         'Yes' => 'Si',
     2481        'Yes' => 'Sì',
     2482        'n/a' => 'n/d',
     2483      },
     2484    },
     2485   'ExternalFlashExposureComp' => {
     2486      PrintConv => {
     2487        'n/a' => 'n/d',
     2488      },
     2489    },
     2490   'ExternalFlashFirmware' => {
     2491      PrintConv => {
     2492        '1.01 (SB-800 or Metz 58 AF-1)' => '1.01 (SB-800 o Metz 58 AF-1)',
     2493        'n/a' => 'n/d',
    6752494      },
    6762495    },
    6772496   'ExternalFlashFlags' => 'Flags Flash Esterno',
    678    'ExtraSamples' => 'Campioni Extra',
     2497   'ExternalFlashMode' => {
     2498      PrintConv => {
     2499        'Off' => 'Spento',
     2500      },
     2501    },
     2502   'ExtraFlags' => {
     2503      PrintConv => {
     2504        '(none)' => '(nessuno)',
     2505        'Fastest Algorithm' => 'Algoritmo più veloce',
     2506      },
     2507    },
     2508   'ExtraSamples' => {
     2509      Description => 'Campioni extra',
     2510      PrintConv => {
     2511        'Associated Alpha' => 'Associati alla trasparenza',
     2512        'Unassociated Alpha' => 'Non associati alla trasparenza',
     2513        'Unspecified' => 'Non specificati',
     2514      },
     2515    },
     2516   'EyeStartAF' => {
     2517      PrintConv => {
     2518        'Off' => 'Spento',
     2519      },
     2520    },
     2521   'FEMicroadjustment' => {
     2522      PrintConv => {
     2523        'Enable' => 'Abilita',
     2524      },
     2525    },
    6792526   'FNumber' => 'Numero F',
     2527   'Face1Category' => {
     2528      PrintConv => {
     2529        'Family' => 'Famiglia',
     2530      },
     2531    },
     2532   'Face2Category' => {
     2533      PrintConv => {
     2534        'Family' => 'Famiglia',
     2535      },
     2536    },
     2537   'Face3Category' => {
     2538      PrintConv => {
     2539        'Family' => 'Famiglia',
     2540      },
     2541    },
     2542   'Face4Category' => {
     2543      PrintConv => {
     2544        'Family' => 'Famiglia',
     2545      },
     2546    },
     2547   'Face5Category' => {
     2548      PrintConv => {
     2549        'Family' => 'Famiglia',
     2550      },
     2551    },
     2552   'Face6Category' => {
     2553      PrintConv => {
     2554        'Family' => 'Famiglia',
     2555      },
     2556    },
     2557   'Face7Category' => {
     2558      PrintConv => {
     2559        'Family' => 'Famiglia',
     2560      },
     2561    },
     2562   'Face8Category' => {
     2563      PrintConv => {
     2564        'Family' => 'Famiglia',
     2565      },
     2566    },
     2567   'FaceDetection' => {
     2568      PrintConv => {
     2569        'Off' => 'Spento',
     2570      },
     2571    },
     2572   'FaceOrientation' => {
     2573      PrintConv => {
     2574        'Horizontal (normal)' => 'Orizzontale (normale)',
     2575        'Rotate 180' => 'Ruota di 180°',
     2576        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
     2577        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     2578      },
     2579    },
     2580   'FacesDetected' => {
     2581      Description => 'Facce rimosse',
     2582      PrintConv => {
     2583        'n/a' => 'n/d',
     2584      },
     2585    },
     2586   'FacesRecognized' => 'Facce riconosciute',
     2587   'FamilyName' => 'Nome famiglia',
    6802588   'FastSeek' => {
    6812589      PrintConv => {
    682         'Yes' => 'Si',
    683       },
    684     },
     2590        'Yes' => 'Sì',
     2591      },
     2592    },
     2593   'FaxNumber' => 'Numero di fax',
    6852594   'FaxProfile' => {
    686       PrintConv => {
    687         'Unknown' => 'Sconosciuta',
    688       },
    689     },
    690    'FileFormat' => 'Formato File',
     2595      Description => 'Profilo fax',
     2596      PrintConv => {
     2597        'Extended B&W lossless, F' => 'Bianco e nero esteso senza perdita, F',
     2598        'Lossless JBIG B&W, J' => 'Senza perdita JBIG bianco e nero, J',
     2599        'Lossless color and grayscale, L' => 'Senza perdita a colori e scala di grigi, L',
     2600        'Lossy color and grayscale, C' => 'Con perdita a colori e scala di grigi, C',
     2601        'Minimal B&W lossless, S' => 'Bianco e nero minimale con perdita, S',
     2602        'Mixed raster content, M' => 'Contenuto raster misto, M',
     2603        'Multi Profiles' => 'Profili multipli',
     2604        'Profile T' => 'Profilo T',
     2605        'Unknown' => 'Sconosciuto',
     2606      },
     2607    },
     2608   'FaxRecvParams' => 'Parametri ricezione fax',
     2609   'FaxRecvTime' => 'Ora ricezione fax',
     2610   'FaxSubAddress' => 'Sotto-indirizzo fax',
     2611   'FileAttributes' => {
     2612      PrintConv => {
     2613        'Encrypted' => 'Crittografato',
     2614        'Encrypted?' => 'Crittografato?',
     2615        'Normal' => 'Normale',
     2616        'Not indexed' => 'Non indicizzato',
     2617        'Read-only' => 'Sola lettura',
     2618        'System' => 'Sistema',
     2619      },
     2620    },
     2621   'FileDescription' => 'Descrizione file',
     2622   'FileDescriptors' => 'Descrittori file',
     2623   'FileFlags' => {
     2624      Description => 'Attributi file',
     2625      PrintConv => {
     2626        'Info inferred' => 'Info desunte',
     2627        'Private build' => 'Compilazione privata',
     2628        'Special build' => 'Compilazione speciale',
     2629      },
     2630    },
     2631   'FileFlagsMask' => 'Maschera attributi file',
     2632   'FileFormat' => {
     2633      Description => 'Formato file',
     2634      PrintConv => {
     2635        'Ritzaus Bureau NITF version (RBNITF DTD)' => 'Versione Ritzaus Bureau NITF (RBNITF DTD)',
     2636      },
     2637    },
     2638   'FileFunctionFlags' => {
     2639      PrintConv => {
     2640        'Fragmented' => 'Frammentato',
     2641      },
     2642    },
     2643   'FileID' => 'ID file',
     2644   'FileIndex' => 'Indice file',
     2645   'FileIndex2' => 'Indice file 2',
     2646   'FileLength' => 'Dimensioni file',
    6912647   'FileModifyDate' => 'Data aggiornamento',
    692    'FileName' => 'Nome File',
    693    'FileSize' => 'Dimensione File',
     2648   'FileName' => 'Nome file',
     2649   'FileNameLength' => 'Lunghezza nome file',
     2650   'FileNumber' => 'Numero file',
     2651   'FileNumberMemory' => {
     2652      PrintConv => {
     2653        'Off' => 'Spento',
     2654      },
     2655    },
     2656   'FileNumberSequence' => {
     2657      PrintConv => {
     2658        'Off' => 'Spento',
     2659      },
     2660    },
     2661   'FileOS' => 'OS del file',
     2662   'FileOwner' => 'Proprietario del file',
     2663   'FilePermissions' => 'Permessi file',
     2664   'FileProfileVersion' => 'Versione profilo file',
     2665   'FileSecurityReport' => 'Rapporto sicurezza file',
     2666   'FileSequence' => 'Sequenza file',
     2667   'FileSetID' => 'ID gruppo file',
     2668   'FileSize' => 'Dimensione file',
     2669   'FileSizeBytes' => 'Dimensione file in byte',
    6942670   'FileSource' => {
    6952671      Description => 'Origine file',
    6962672      PrintConv => {
    697         'Digital Camera' => 'Fotocamera Digitale',
    698         'Film Scanner' => 'Scanner per Pellicola',
     2673        'Digital Camera' => 'Fotocamera digitale',
     2674        'Film Scanner' => 'Scanner per pellicola',
    6992675        'Reflection Print Scanner' => 'Scanner a riflessione',
    700       },
    701     },
    702    'FileType' => 'Tipo File',
    703    'FileVersion' => 'Versione Formato File',
     2676        'Sigma Digital Camera' => 'Fotocamera digitale Sigma',
     2677      },
     2678    },
     2679   'FileSubtype' => 'Sottotipo file',
     2680   'FileType' => 'Tipo di file',
     2681   'FileURL' => 'URL file',
     2682   'FileVersion' => 'Versione file',
     2683   'FileVersionNumber' => 'Numero versione file',
     2684   'Filename' => 'Nome file',
     2685   'Files' => 'File',
     2686   'FillFlashAutoReduction' => {
     2687      PrintConv => {
     2688        'Enable' => 'Abilita',
     2689      },
     2690    },
    7042691   'FillOrder' => {
     2692      Description => 'Ordine riempimento',
    7052693      PrintConv => {
    7062694        'Normal' => 'Normale',
     2695        'Reversed' => 'Invertito',
     2696      },
     2697    },
     2698   'FilmMode' => {
     2699      PrintConv => {
     2700        'Nostalgic' => 'Nostalgico',
     2701        'Standard (B&W)' => 'Standard (B&N)',
     2702        'Standard (color)' => 'Standard (colori)',
     2703        'n/a' => 'n/d',
    7072704      },
    7082705    },
    7092706   'FilterEffect' => {
    7102707      Description => 'Effetto Filtro',
     2708      PrintConv => {
     2709        'Green' => 'Verde',
     2710        'None' => 'Nessuno',
     2711        'Off' => 'Spento',
     2712        'Orange' => 'Arancio',
     2713        'Red' => 'Rosso',
     2714        'Yellow' => 'Giallo',
     2715        'n/a' => 'n/d',
     2716      },
     2717    },
     2718   'FilterEffectFaithful' => {
     2719      PrintConv => {
     2720        'n/a' => 'n/d',
     2721      },
     2722    },
     2723   'FilterEffectLandscape' => {
     2724      PrintConv => {
     2725        'n/a' => 'n/d',
     2726      },
     2727    },
     2728   'FilterEffectMonochrome' => {
    7112729      PrintConv => {
    7122730        'Green' => 'Verde',
     
    7152733        'Red' => 'Rosso',
    7162734        'Yellow' => 'Giallo',
    717         'n/a' => 'Non impostato',
    718       },
    719     },
    720    'FilterEffectMonochrome' => {
     2735        'n/a' => 'n/d',
     2736      },
     2737    },
     2738   'FilterEffectNeutral' => {
     2739      PrintConv => {
     2740        'n/a' => 'n/d',
     2741      },
     2742    },
     2743   'FilterEffectPortrait' => {
     2744      PrintConv => {
     2745        'n/a' => 'n/d',
     2746      },
     2747    },
     2748   'FilterEffectStandard' => {
     2749      PrintConv => {
     2750        'n/a' => 'n/d',
     2751      },
     2752    },
     2753   'FilterEffectUnknown' => {
    7212754      PrintConv => {
    7222755        'Green' => 'Verde',
    7232756        'None' => 'Nessuno',
    724         'Orange' => 'Arancio',
    7252757        'Red' => 'Rosso',
    726         'Yellow' => 'Giallo',
    727       },
    728     },
     2758        'n/a' => 'n/d',
     2759      },
     2760    },
     2761   'FilterEffectUserDef1' => {
     2762      PrintConv => {
     2763        'Green' => 'Verde',
     2764        'None' => 'Nessuno',
     2765        'Red' => 'Rosso',
     2766        'n/a' => 'n/d',
     2767      },
     2768    },
     2769   'FilterEffectUserDef2' => {
     2770      PrintConv => {
     2771        'Green' => 'Verde',
     2772        'None' => 'Nessuno',
     2773        'Red' => 'Rosso',
     2774        'n/a' => 'n/d',
     2775      },
     2776    },
     2777   'FilterEffectUserDef3' => {
     2778      PrintConv => {
     2779        'Green' => 'Verde',
     2780        'None' => 'Nessuno',
     2781        'Red' => 'Rosso',
     2782        'n/a' => 'n/d',
     2783      },
     2784    },
     2785   'FinalFrameBlocks' => 'Blocchi frame finali',
     2786   'FinderDisplayDuringExposure' => {
     2787      PrintConv => {
     2788        'Off' => 'Spento',
     2789      },
     2790    },
     2791   'FineSharpness' => {
     2792      PrintConv => {
     2793        'Normal' => 'Normale',
     2794        'Off' => 'Spento',
     2795      },
     2796    },
     2797   'FirmwareDate' => 'Data firmware',
     2798   'FirmwareID' => 'ID firmware',
     2799   'FirmwareName' => 'Nome firmware',
     2800   'FirmwareRevision' => 'Revisione firmware',
     2801   'FirmwareRevision2' => 'Revisione 2 firmware',
     2802   'FirmwareVersion' => 'Versione firmware',
     2803   'FirstChar' => 'Primo carattere',
     2804   'FirstObject' => 'Primo oggetto',
     2805   'FirstObjectID' => 'ID primo oggetto',
    7292806   'FixtureIdentifier' => 'Identificatore d\'installazione',
     2807   'Flags' => {
     2808      PrintConv => {
     2809        'FileName' => 'Nome file',
     2810        'Text' => 'Testo',
     2811      },
     2812    },
    7302813   'Flash' => {
    7312814      PrintConv => {
    732         'Auto, Did not fire' => 'Flash non emesso, modo auto',
    733         'Auto, Fired' => 'Flash emesso, modo auto',
    734         'Auto, Fired, Red-eye reduction' => '"Attivato (flash automatico, riduzione occhi rossi)"',
    735         'Auto, Fired, Red-eye reduction, Return detected' => '"Attivato (flash automatico, riduzione occhi rossi, rilevato riflesso)"',
    736         'Auto, Fired, Return detected' => 'Flash emesso, modo auto, luce di ritorno rilevata',
    737         'Auto, Fired, Return not detected' => 'Flash emesso, modo auto, luce di ritorno non rilevata',
     2815        'Auto, Did not fire' => 'Auto, flash non emesso',
     2816        'Auto, Did not fire, Red-eye reduction' => 'Auto, flash non emesso, riduzione occhi rossi',
     2817        'Auto, Fired' => 'Auto, flash emesso',
     2818        'Auto, Fired, Red-eye reduction' => 'Auto, flash emesso, riduzione occhi rossi',
     2819        'Auto, Fired, Red-eye reduction, Return detected' => 'Auto, flash emesso, riduzione occhi rossi, luce di ritorno rilevata',
     2820        'Auto, Fired, Red-eye reduction, Return not detected' => 'Auto, flash emesso, riduzione occhi rossi, luce di ritorno non rilevata',
     2821        'Auto, Fired, Return detected' => 'Auto, flash emesso, luce di ritorno rilevata',
     2822        'Auto, Fired, Return not detected' => 'Auto, flash emesso, luce di ritorno non rilevata',
    7382823        'Did not fire' => 'Flash non emesso',
    739         'Fired' => 'Flash emesso',
    740         'Fired, Red-eye reduction' => 'Flash emesso, modo riduzione occhi rossi',
    741         'Fired, Red-eye reduction, Return detected' => 'Flash emesso, modo riduzione occhi rossi, luce di ritorno rilevata',
    742         'Fired, Red-eye reduction, Return not detected' => 'Flash emesso, modo riduzione occhi rossi, luce di ritorno non rilevata',
    743         'Fired, Return detected' => 'Luce di ritorno rilevata',
    744         'Fired, Return not detected' => 'Luce di ritorno non rilevata',
     2824        'Fired' => 'Emesso',
     2825        'Fired, Red-eye reduction' => 'Emesso, riduzione occhi rossi',
     2826        'Fired, Red-eye reduction, Return detected' => 'Emesso, riduzione occhi rossi, ritorno rilevato',
     2827        'Fired, Red-eye reduction, Return not detected' => 'Emesso, riduzione occhi rossi, ritorno non rilevato',
     2828        'Fired, Return detected' => 'Emesso, ritorno rilevato',
     2829        'Fired, Return not detected' => 'Emesso, ritorno non rilevato',
     2830        'Flash Fired' => 'Flash emesso',
    7452831        'No Flash' => 'Flash non emesso',
    7462832        'No flash function' => 'Nessuna funzione flash',
     
    7492835        'Off, Did not fire, Return not detected' => 'Off, Non emesso. Luce di ritorno non rilevata',
    7502836        'Off, No flash function' => 'Off, Nessuna funzione flash',
     2837        'Off, Red-eye reduction' => 'Disattivato, riduzione occhi rossi',
    7512838        'On' => 'Flash emesso, modalità flash forzata',
    752         'On, Did not fire' => 'On, flash non emesso',
    753         'On, Fired' => 'Flash emesso, modalità flash forzata',
    754         'On, Red-eye reduction' => 'Flash emesso, modalità forzata, modo riduzione occhi rossi',
    755         'On, Red-eye reduction, Return detected' => '"Attivato (flash schiarimento, riduzione occhi rossi, rilevato riflesso)"',
    756         'On, Return detected' => 'Flash emesso, modalità flash forzata, luce di ritorno rilevata',
    757         'On, Return not detected' => 'Flash emesso, modalità flash forzata, luce di ritorno non rilevata',
    758       },
    759     },
    760    'FlashCommanderMode' => 'Modo Commander',
    761    'FlashCompensation' => 'Compensazionee Flash',
     2839        'On, Did not fire' => 'Attivato, non emesso',
     2840        'On, Fired' => 'Attivato, emesso',
     2841        'On, Red-eye reduction' => 'Attivato, riiduzione occhi rossi',
     2842        'On, Red-eye reduction, Return detected' => 'Attivato, riiduzione occhi rossi, ritorno rilevato',
     2843        'On, Red-eye reduction, Return not detected' => 'Attivato, riiduzione occhi rossi, ritorno non rilevato',
     2844        'On, Return detected' => 'Attivato, ritorno rilevato',
     2845        'On, Return not detected' => 'Attivato, ritorno non rilevato',
     2846      },
     2847    },
     2848   'FlashBits' => {
     2849      PrintConv => {
     2850        'External' => 'Esterno',
     2851        'Manual' => 'Manuale',
     2852      },
     2853    },
     2854   'FlashButtonFunction' => {
     2855      PrintConv => {
     2856        'ISO speed' => 'Velocità ISO',
     2857      },
     2858    },
     2859   'FlashColorFilter' => {
     2860      PrintConv => {
     2861        'None' => 'Nessuno',
     2862        'Red' => 'Rosso',
     2863      },
     2864    },
     2865   'FlashCommanderMode' => {
     2866      Description => 'Modo Commander',
     2867      PrintConv => {
     2868        'Off' => 'Spento',
     2869      },
     2870    },
     2871   'FlashCompensation' => 'Compensazione flash',
     2872   'FlashControl' => 'Controllo flash',
     2873   'FlashControlBuilt-in' => {
     2874      PrintConv => {
     2875        'Manual' => 'Manuale',
     2876        'Repeating Flash' => 'Ripetizione flash',
     2877      },
     2878    },
    7622879   'FlashControlMode' => {
    7632880      Description => 'Modo Controllo Flash',
     
    7652882        'Auto Aperture' => 'Diaframma automatico',
    7662883        'Manual' => 'Manuale',
    767         'Repeating Flash' => 'Ripetizione Flash',
     2884        'Off' => 'Spento',
     2885        'Repeating Flash' => 'Ripetizione flash',
    7682886      },
    7692887    },
    7702888   'FlashDevice' => {
    7712889      PrintConv => {
     2890        'External' => 'Esterno',
    7722891        'None' => 'Nessuno',
    7732892      },
     
    7762895   'FlashExposureBracketValue' => 'Valore Esposizione a Forcella Flash',
    7772896   'FlashExposureComp' => 'Compensazione Esposizione Flash',
     2897   'FlashExposureIndicator' => {
     2898      PrintConv => {
     2899        'Not Indicated' => 'Non indicato',
     2900      },
     2901    },
     2902   'FlashExposureIndicatorLast' => {
     2903      PrintConv => {
     2904        'Not Indicated' => 'Non indicato',
     2905      },
     2906    },
     2907   'FlashExposureIndicatorNext' => {
     2908      PrintConv => {
     2909        'Not Indicated' => 'Non indicato',
     2910      },
     2911    },
     2912   'FlashExposureLock' => {
     2913      PrintConv => {
     2914        'Off' => 'Spento',
     2915      },
     2916    },
    7782917   'FlashFired' => {
    779       PrintConv => {
    780         'Yes' => 'Si',
    781       },
    782     },
    783    'FlashFocalLength' => 'Lunghezza Focale Flash',
     2918      Description => 'Flash emesso',
     2919      PrintConv => {
     2920        'External' => 'Esterno',
     2921        'Yes' => 'Sì',
     2922      },
     2923    },
     2924   'FlashFiring' => 'Emissione flash',
     2925   'FlashFirmwareVersion' => 'Versione firmware flash',
     2926   'FlashFocalLength' => 'Lunghezza focale flash',
     2927   'FlashFunction' => {
     2928      Description => 'Funzione flash',
     2929      PrintConv => {
     2930        'Manual' => 'Manuale',
     2931      },
     2932    },
     2933   'FlashGNDistance' => {
     2934      PrintConv => {
     2935        'n/a' => 'n/d',
     2936      },
     2937    },
    7842938   'FlashGroupAControlMode' => {
    7852939      Description => 'Gruppo A Modo Controllo Flash',
     
    7872941        'Auto Aperture' => 'Diaframma automatico',
    7882942        'Manual' => 'Manuale',
    789         'Repeating Flash' => 'Ripetizione Flash',
     2943        'Off' => 'Spento',
     2944        'Repeating Flash' => 'Ripetizione flash',
    7902945      },
    7912946    },
     
    7952950        'Auto Aperture' => 'Diaframma automatico',
    7962951        'Manual' => 'Manuale',
    797         'Repeating Flash' => 'Ripetizione Flash',
     2952        'Off' => 'Spento',
     2953        'Repeating Flash' => 'Ripetizione flash',
    7982954      },
    7992955    },
     
    8022958      PrintConv => {
    8032959        'Manual' => 'Manuale',
    804         'Repeating Flash' => 'Ripetizione Flash',
     2960        'Off' => 'Spento',
     2961        'Repeating Flash' => 'Ripetizione flash',
    8052962      },
    8062963    },
     
    8082965   'FlashIntensity' => {
    8092966      PrintConv => {
     2967        'Low' => 'Basso',
    8102968        'Normal' => 'Normale',
     2969        'Strong' => 'Forte',
     2970      },
     2971    },
     2972   'FlashLevel' => {
     2973      Description => 'Livello flash',
     2974      PrintConv => {
     2975        'Low' => 'Basso',
     2976        'Normal' => 'Normale',
     2977      },
     2978    },
     2979   'FlashMeteringMode' => {
     2980      PrintConv => {
     2981        'Off' => 'Spento',
    8112982      },
    8122983    },
    8132984   'FlashMode' => {
    814       Description => 'Modo Flash',
    815       PrintConv => {
    816         'Did Not Fire' => 'Non Emesso',
     2985      Description => 'Modo flash',
     2986      PrintConv => {
     2987        'Did Not Fire' => 'Non emesso',
    8172988        'Fired, Commander Mode' => 'Emesso, Modalità Commander',
    8182989        'Fired, External' => 'Emesso Esterno',
    8192990        'Fired, Manual' => 'Emesso, Manuale',
    8202991        'Fired, TTL Mode' => 'Emesso, Modalità TTL',
     2992        'Flash Off' => 'Flash spento',
    8212993        'Normal' => 'Normale',
     2994        'Not Ready' => 'Non pronto',
     2995        'Off' => 'Spento',
     2996        'Off, Did not fire' => 'Spendo, non emesso',
     2997        'Off?' => 'Spento?',
     2998        'Red eye' => 'Occhi rossi',
     2999        'Red-Eye' => 'Occhi rossi',
     3000        'Red-Eye?' => 'Occhi rossi?',
     3001        'Red-eye' => 'Occhi rossi',
     3002        'Red-eye Reduction' => 'Riduzione occhi rossi',
     3003        'Red-eye reduction' => 'Riduzione occhi rossi',
    8223004        'Unknown' => 'Sconosciuta',
    8233005      },
    8243006    },
    8253007   'FlashModel' => {
    826       Description => 'Modello Flash',
     3008      Description => 'Modello flash',
    8273009      PrintConv => {
    8283010        'None' => 'Nessuno',
     
    8303012    },
    8313013   'FlashOptions' => {
     3014      Description => 'Opzioni flash',
    8323015      PrintConv => {
    8333016        'Normal' => 'Normale',
     3017        'Red-eye reduction' => 'Riduzione occhi rossi',
    8343018      },
    8353019    },
    8363020   'FlashOptions2' => {
     3021      Description => 'Opzioni 2 flash',
    8373022      PrintConv => {
    8383023        'Normal' => 'Normale',
    839       },
    840     },
    841    'FlashSetting' => 'Impostazione Flash',
     3024        'Red-eye reduction' => 'Riduzione occhi rossi',
     3025      },
     3026    },
     3027   'FlashRemoteControl' => {
     3028      Description => 'Telecomando flash',
     3029      PrintConv => {
     3030        'Off' => 'Spento',
     3031      },
     3032    },
     3033   'FlashReturn' => 'Ritorno flash',
     3034   'FlashSerialNumber' => 'Numero di serie del flash',
     3035   'FlashSetting' => 'Impostazione flash',
     3036   'FlashSource' => {
     3037      Description => 'Fonte flash',
     3038      PrintConv => {
     3039        'External' => 'Esterno',
     3040        'None' => 'Nessuno',
     3041      },
     3042    },
     3043   'FlashStatus' => {
     3044      Description => 'Stato flash',
     3045      PrintConv => {
     3046        'Off' => 'Spento',
     3047        'Off (1)' => 'Spento (1)',
     3048      },
     3049    },
     3050   'FlashSyncSpeed' => {
     3051      PrintConv => {
     3052        '1/250 s (auto FP)' => '1/250 s (piano focale auto)',
     3053        '1/320 s (auto FP)' => '1/320 s (piano focale auto)',
     3054      },
     3055    },
     3056   'FlashSyncSpeedAv' => {
     3057      PrintConv => {
     3058        '1/200 Fixed' => '1/200 fisso',
     3059        '1/200-1/60 Auto' => '1/200-1/60 auto',
     3060        '1/250 Fixed' => '1/250 fisso',
     3061        '1/250-1/60 Auto' => '1/250-1/60 auto',
     3062        '1/300 Fixed' => '1/300 fisso',
     3063        '1/300-1/60 Auto' => '1/300-1/60 auto',
     3064      },
     3065    },
    8423066   'FlashType' => {
    843       Description => 'Tipo Flash',
    844       PrintConv => {
     3067      Description => 'Tipo di flash',
     3068      PrintConv => {
     3069        'External' => 'Esterno',
    8453070        'None' => 'Nessuno',
    846       },
    847     },
    848    'FlashpixVersion' => 'Versione Flashpix supportata',
     3071        'Off' => 'Spento',
     3072      },
     3073    },
     3074   'FlashVersion' => 'Versione del flash',
     3075   'FlashWarning' => {
     3076      PrintConv => {
     3077        'Off' => 'Spento',
     3078      },
     3079    },
     3080   'FlashpixVersion' => 'Versione Flashpix',
     3081   'FlickerReduce' => {
     3082      PrintConv => {
     3083        'Off' => 'Spento',
     3084      },
     3085    },
    8493086   'FlipHorizontal' => {
    8503087      PrintConv => {
    851         'Yes' => 'Si',
    852       },
    853     },
    854    'FocalLength' => 'Lunghezza focale obiettivo',
    855    'FocalLength35efl' => 'Lunghezza focale obiettivo',
    856    'FocalLengthIn35mmFormat' => 'Lunghezza focale in 35 mm',
     3088        'Yes' => 'Sì',
     3089      },
     3090    },
     3091   'FocalLength' => 'Lunghezza focale',
     3092   'FocalLength35efl' => 'Lunghezza focale',
     3093   'FocalLength35mm' => 'Lunghezza focale 35mm',
     3094   'FocalLengthIn35mmFormat' => 'Lunghezza focale in formato 35mm',
     3095   'FocalPlaneDiagonal' => 'Diagonale piano focale',
    8573096   'FocalPlaneResolutionUnit' => {
    8583097      Description => 'Unità risoluzione piano focale',
    8593098      PrintConv => {
    8603099        'None' => 'Nessuno',
    861         'inches' => 'Pollici',
     3100        'inches' => 'pollici',
    8623101      },
    8633102    },
    8643103   'FocalPlaneXResolution' => 'Risoluzione X del piano focale',
     3104   'FocalPlaneXSize' => 'Dimensione X del piano focale',
     3105   'FocalPlaneXUnknown' => 'X del piano focale sconisciuta',
    8653106   'FocalPlaneYResolution' => 'Risoluzione Y del piano focale',
     3107   'FocalPlaneYSize' => 'Dimensione Y del piano focale',
     3108   'FocalPlaneYUnknown' => 'Y del piano focale sconisciuta',
     3109   'FocalType' => {
     3110      PrintConv => {
     3111        'Fixed' => 'Fisso',
     3112      },
     3113    },
    8663114   'Focus' => {
    8673115      PrintConv => {
     
    8743122      },
    8753123    },
    876    'FocusDistance' => 'Distanza Fuoco',
     3124   'FocusDisplayAIServoAndMF' => {
     3125      PrintConv => {
     3126        'Enable' => 'Abilita',
     3127      },
     3128    },
     3129   'FocusDistance' => 'Distanza fuoco',
    8773130   'FocusMode' => {
    878       Description => 'Modalità Messa a Fuoco',
     3131      Description => 'Modalità messa a fuoco',
    8793132      PrintConv => {
    8803133        'Manual' => 'Manuale',
    8813134        'Normal' => 'Normale',
     3135        'n/a' => 'n/d',
    8823136      },
    8833137    },
    8843138   'FocusMode2' => {
    885       Description => 'Modalità Messa a Fuoco 2',
     3139      Description => 'Modalità messa a fuoco 2',
    8863140      PrintConv => {
    8873141        'Manual' => 'Manuale',
     
    8933147      },
    8943148    },
    895    'FocusPosition' => 'Posizione Fuoco',
     3149   'FocusModeSwitch' => {
     3150      PrintConv => {
     3151        'Manual' => 'Manuale',
     3152      },
     3153    },
     3154   'FocusPos' => 'Posizione fuoco',
     3155   'FocusPosition' => 'Posizione fuoco',
    8963156   'FocusRange' => {
    8973157      PrintConv => {
    8983158        'Manual' => 'Manuale',
    8993159        'Normal' => 'Normale',
     3160        'Not Known' => 'Sconosciuto',
     3161        'Very Close' => 'Molto vicino',
     3162      },
     3163    },
     3164   'FocusStatus' => {
     3165      PrintConv => {
     3166        'Failed' => 'Fallito',
     3167        'Not confirmed' => 'Non confermato',
    9003168      },
    9013169    },
    9023170   'FocusTrackingLockOn' => {
    9033171      PrintConv => {
     3172        '1 (Short)' => '1 (Breve)',
     3173        '1 Short' => '1 breve',
    9043174        'Normal' => 'Normale',
    905       },
    906     },
     3175        'Off' => 'Spento',
     3176        'Short' => 'Breve',
     3177      },
     3178    },
     3179   'FontFamily' => {
     3180      Description => 'Tipo di carattere',
     3181      PrintConv => {
     3182        'Swiss' => 'Svizzera',
     3183      },
     3184    },
     3185   'FontFileName' => 'Nome file carattere',
     3186   'FontName' => 'Nome carattere',
     3187   'FontSize' => 'Dimensioni carattere',
     3188   'FontSubfamily' => 'Sottotipo di carattere',
     3189   'FontSubfamilyID' => 'ID sottotipo di carattere',
     3190   'FontType' => 'Tipo di carattere',
     3191   'FontVersion' => 'Versione carattere',
     3192   'FontWeight' => 'Peso carattere',
     3193   'Fonts' => 'Caratteri',
     3194   'For' => 'Per',
     3195   'Format' => 'Formato',
     3196   'ForwardMatrix1' => 'Matrice predittiva 1',
     3197   'ForwardMatrix2' => 'Matrice predittiva 2',
    9073198   'FrameRate' => 'Frequenza fotogramma',
    9083199   'FrameSize' => 'Dimensioni fotogrammi',
     3200   'FreeByteCounts' => 'Byte disponibili',
     3201   'FreeOffsets' => 'Offset disponibili',
     3202   'FujiFlashMode' => {
     3203      PrintConv => {
     3204        'External' => 'Esterno',
     3205        'Off' => 'Spento',
     3206        'Red-eye reduction' => 'Riduzione occhi rossi',
     3207      },
     3208    },
     3209   'FuncButton' => {
     3210      PrintConv => {
     3211        'Flash Off' => 'Flash spento',
     3212        'None' => 'Nessuno',
     3213        'Preview' => 'Anteprima',
     3214        'Virtual Horizon' => 'Orizzonte virtuale',
     3215      },
     3216    },
     3217   'FuncButtonPlusDials' => {
     3218      PrintConv => {
     3219        'Choose Image Area' => 'Seleziona area immagine',
     3220        'None' => 'Nessuno',
     3221      },
     3222    },
     3223   'FunctionButton' => {
     3224      PrintConv => {
     3225        'Flash Off' => 'Flash spento',
     3226      },
     3227    },
     3228   'GDALMetadata' => 'Metadati GDAL',
     3229   'GDALNoData' => 'Nessun dato GDAL',
    9093230   'GIFVersion' => 'Versione GIF',
    910    'GPSAltitude' => 'Altitudine',
     3231   'GPSAltitude' => 'Altitudine GPS',
    9113232   'GPSAltitudeRef' => {
    912       Description => 'Riferimento Altitudine',
    913       PrintConv => {
    914         'Above Sea Level' => 'Livello del mare',
    915         'Below Sea Level' => 'Riferimento livello del mare (valore negativo)',
    916       },
    917     },
    918    'GPSAreaInformation' => 'Nome dell\'area GPS',
    919    'GPSDOP' => 'Precisione di misurazione',
     3233      Description => 'Riferimento altitudine GPS',
     3234      PrintConv => {
     3235        'Above Sea Level' => 'Sul livello del mare',
     3236        'Below Sea Level' => 'Sotto il livello del mare',
     3237      },
     3238    },
     3239   'GPSAreaInformation' => 'Informazioni area GPS',
     3240   'GPSDOP' => 'Precisione misurazione GPS',
    9203241   'GPSDateStamp' => 'Data GPS',
    9213242   'GPSDateTime' => 'Ora GPS (orologio atomico)',
    922    'GPSDestBearing' => 'Direzione di destinazione',
    923    'GPSDestBearingRef' => 'Riferimento per direzione di destinazione',
    924    'GPSDestDistance' => 'Distanza di destinazione',
     3243   'GPSDestBearing' => 'Direzione destinazione GPS',
     3244   'GPSDestBearingRef' => {
     3245      Description => 'Riferimento direzione destinazione GPS',
     3246      PrintConv => {
     3247        'Magnetic North' => 'Nord magnetico',
     3248        'True North' => 'Nord geografico',
     3249      },
     3250    },
     3251   'GPSDestDistance' => 'Distanza destinazione GPS',
    9253252   'GPSDestDistanceRef' => {
    926       Description => 'Riferimento per distanza di destinazione',
     3253      Description => 'Riferimento distanza destinazione GPS',
    9273254      PrintConv => {
    9283255        'Kilometers' => 'Chilometri',
    9293256        'Miles' => 'Miglia',
    930         'Nautical Miles' => 'Nodi',
    931       },
    932     },
    933    'GPSDestLatitude' => 'Latitudine di destinazione',
    934    'GPSDestLatitudeRef' => 'Riferimento per latitudine di destinazione',
    935    'GPSDestLongitude' => 'Longitudine di destinazione',
    936    'GPSDestLongitudeRef' => 'Riferimento per longitudine di destinazione',
     3257        'Nautical Miles' => 'Miglia nautiche',
     3258      },
     3259    },
     3260   'GPSDestLatitude' => 'Latitudine destinazione GPS',
     3261   'GPSDestLatitudeRef' => {
     3262      Description => 'Riferimento latitudine destinazione GPS',
     3263      PrintConv => {
     3264        'North' => 'Nord',
     3265        'South' => 'Sud',
     3266      },
     3267    },
     3268   'GPSDestLongitude' => 'Longitudine destinazione GPS',
     3269   'GPSDestLongitudeRef' => {
     3270      Description => 'Riferimento per longitudine di destinazione',
     3271      PrintConv => {
     3272        'East' => 'Est',
     3273        'West' => 'Ovest',
     3274      },
     3275    },
    9373276   'GPSDifferential' => {
    9383277      Description => 'Correzione differenziale GPS',
     
    9423281      },
    9433282    },
     3283   'GPSHPositioningError' => 'Errore posizionamento orizzontale GPS',
    9443284   'GPSImgDirection' => 'Direzione di immagine',
    945    'GPSImgDirectionRef' => 'Riferimento per direzione di immagine',
     3285   'GPSImgDirectionRef' => {
     3286      Description => 'Riferimento per direzione di immagine',
     3287      PrintConv => {
     3288        'Magnetic North' => 'Nord magnetico',
     3289        'True North' => 'Nord geografico',
     3290      },
     3291    },
    9463292   'GPSInfo' => 'Puntatore GPS Info IFD',
    9473293   'GPSLatitude' => 'Latitudine',
     
    9653311      Description => 'Modalità misurazione GPS',
    9663312      PrintConv => {
     3313        '2-Dimensional Measurement' => 'Misurazione 2D',
    9673314        '3-Dimensional Measurement' => 'Misurazione tridimensionale',
    9683315      },
     
    9963343    },
    9973344   'GPSVersionID' => 'Versione tag GPS',
     3345   'GTModelType' => {
     3346      PrintConv => {
     3347        'Projected' => 'Proiettato',
     3348      },
     3349    },
    9983350   'GainControl' => {
    9993351      Description => 'Controllo di Guadagno',
     
    10093361   'Gapless' => {
    10103362      PrintConv => {
    1011         'Yes' => 'Si',
    1012       },
    1013     },
    1014    'Gradation' => 'Ottimizzaz.',
     3363        'Yes' => 'Sì',
     3364      },
     3365    },
     3366   'Genre' => {
     3367      Description => 'Genere',
     3368      PrintConv => {
     3369        'Acapella' => 'A cappella',
     3370        'Acid Jazz' => 'Acid jazz',
     3371        'Acid Punk' => 'Acid punk',
     3372        'Acoustic' => 'Acustica',
     3373        'Ambient' => 'Ambientale',
     3374        'Avantgarde' => 'Avanguardia',
     3375        'Ballad' => 'Ballata',
     3376        'Bass' => 'Basso',
     3377        'Big Band' => 'Big band',
     3378        'Black Metal' => 'Black metal',
     3379        'Booty Bass' => 'Basso booty',
     3380        'Celtic' => 'Celtica',
     3381        'Chamber Music' => 'Musica da camera',
     3382        'Chorus' => 'Coro',
     3383        'Christian Gangsta' => 'Gangsta cristiano',
     3384        'Christian Rap' => 'Rap cristiano',
     3385        'Christian Rock' => 'Rock cristiano',
     3386        'Classic Rock' => 'Rock classico',
     3387        'Classical' => 'Classica',
     3388        'Club-House' => 'Club-house',
     3389        'Comedy' => 'Commedia',
     3390        'Contemporary C' => 'C contemporaneo',
     3391        'Country' => 'Nazione',
     3392        'Cover' => 'Copertina',
     3393        'Dance Hall' => 'Dance hall',
     3394        'Death Metal' => 'Death metal',
     3395        'Drum & Bass' => 'Batteria e basso',
     3396        'Drum Solo' => 'Batteria solo',
     3397        'Duet' => 'Duetto',
     3398        'Easy Listening' => 'Easy listening',
     3399        'Electronic' => 'Elettronica',
     3400        'Ethnic' => 'Etnica',
     3401        'Euro-House' => 'Euro-house',
     3402        'Euro-Techno' => 'Euro-techno',
     3403        'Fast Fusion' => 'Fast fusion',
     3404        'Folk-Rock' => 'Folk-rock',
     3405        'Game' => 'Gioco',
     3406        'Gothic' => 'Gotica',
     3407        'Gothic Rock' => 'Rock gotico',
     3408        'Hard Rock' => 'Hard rock',
     3409        'Heavy Metal' => 'Heavy metal',
     3410        'Hip-Hop' => 'Hip-hop',
     3411        'Humour' => 'Umoristica',
     3412        'Instrumental' => 'Strumentale',
     3413        'Instrumental Pop' => 'Pop strumentale',
     3414        'Instrumental Rock' => 'Rock strumentale',
     3415        'Jazz+Funk' => 'Jazz+funk',
     3416        'Latin' => 'Latina',
     3417        'Lo-Fi' => 'Lo-fi',
     3418        'Meditative' => 'Medidativa',
     3419        'National Folk' => 'Folklore nazionale',
     3420        'Native American' => 'Nativi americani',
     3421        'New Age' => 'New age',
     3422        'New Wave' => 'New wave',
     3423        'Noise' => 'Rumore',
     3424        'None' => 'Nessuno',
     3425        'Oldies' => 'Vecchi successi',
     3426        'Other' => 'Altro',
     3427        'Polsk Punk' => 'Punk polacco',
     3428        'Pop-Folk' => 'Pop-folk',
     3429        'Pop/Funk' => 'Pop/funk',
     3430        'Porn Groove' => 'Porn groove',
     3431        'Power Ballad' => 'Power ballad',
     3432        'Progressive Rock' => 'Progressive rock',
     3433        'Psychadelic' => 'Psichedelica',
     3434        'Psychedelic Rock' => 'Rock psichedelica',
     3435        'Punk Rock' => 'Punk rock',
     3436        'Retro' => 'Retrò',
     3437        'Rhythmic Soul' => 'Rhythmic soul',
     3438        'Rock & Roll' => 'Rock & roll',
     3439        'Satire' => 'Satira',
     3440        'Slow Jam' => 'Slow jam',
     3441        'Slow Rock' => 'Slow rock',
     3442        'Sound Clip' => 'Clip sonora',
     3443        'Soundtrack' => 'Colonna sonora',
     3444        'Southern Rock' => 'Southern rock',
     3445        'Speech' => 'Parlato',
     3446        'Symphonic Rock' => 'Rock sinfonico',
     3447        'Symphony' => 'Sinfonia',
     3448        'Techno-Industrial' => 'Techno-industrial',
     3449        'Terror' => 'Terrore',
     3450        'Thrash Metal' => 'Thrash metal',
     3451        'Tribal' => 'Tribale',
     3452        'Trip-Hop' => 'Trip-hop',
     3453      },
     3454    },
     3455   'GenreID' => 'ID genere',
     3456   'GeoTiffAsciiParams' => 'Parametri Geo Tiff Ascii',
     3457   'GeoTiffDirectory' => 'Cartella Geo Tiff',
     3458   'GeoTiffDoubleParams' => 'Parametri Geo Tiff Double',
     3459   'GeogGeodeticDatum' => {
     3460      PrintConv => {
     3461        'Lisbon' => 'Lisbona',
     3462        'Stockholm 1938' => 'Stoccolma 1938',
     3463      },
     3464    },
     3465   'GeogPrimeMeridian' => {
     3466      PrintConv => {
     3467        'Lisbon' => 'Lisbona',
     3468        'Rome' => 'Roma',
     3469        'Stockholm' => 'Stoccolma',
     3470      },
     3471    },
     3472   'GeographicType' => {
     3473      PrintConv => {
     3474        'Greek' => 'Greco',
     3475        'Lisbon' => 'Lisbona',
     3476        'Stockholm 1938' => 'Stoccolma 1938',
     3477      },
     3478    },
     3479   'Gradation' => {
     3480      Description => 'Ottimizzaz.',
     3481      PrintConv => {
     3482        'Normal' => 'Normale',
     3483        'n/a' => 'n/d',
     3484      },
     3485    },
    10153486   'GrayResponseCurve' => 'Curva di risposta Grigio',
    1016    'GrayResponseUnit' => 'Unità di risposta Grigio',
     3487   'GrayResponseUnit' => {
     3488      Description => 'Unità di risposta Grigio',
     3489      PrintConv => {
     3490        '1e-05' => '1e-005',
     3491        '1e-06' => '1e-006',
     3492      },
     3493    },
    10173494   'GrayTRC' => 'Curva Riproduzione Tono Grigio',
    10183495   'GreenMatrixColumn' => 'Colonna della Matrice Verde',
    10193496   'GreenTRC' => 'Curva Riproduziozne Tono Verde',
     3497   'GridDisplay' => {
     3498      PrintConv => {
     3499        'Off' => 'Spento',
     3500      },
     3501    },
     3502   'Grouping' => 'Raggruppamento',
     3503   'HCUsage' => {
     3504      Description => 'Uso HC',
     3505      PrintConv => {
     3506        'Line Art' => 'Line art',
     3507      },
     3508    },
    10203509   'HDR' => {
    10213510      Description => 'HDR auto',
     
    10243513      },
    10253514    },
     3515   'HDRSetting' => {
     3516      PrintConv => {
     3517        'Off' => 'Spento',
     3518      },
     3519    },
     3520   'HalftoneHints' => 'Suggerimenti mezzi toni',
     3521   'HandlerType' => {
     3522      PrintConv => {
     3523        'Text' => 'Testo',
     3524      },
     3525    },
    10263526   'Headline' => 'Intestazione',
     3527   'HeightResolution' => 'Risoluzione altezza',
    10273528   'HighISONoiseReduction' => {
    10283529      Description => 'Riduzione Rumore High ISO',
     
    10333534        'Normal' => 'Normale',
    10343535        'Off' => 'Disattivata',
     3536        'Strong' => 'Forte',
     3537        'n/a' => 'n/d',
     3538      },
     3539    },
     3540   'HighSpeedSync' => {
     3541      PrintConv => {
     3542        'Off' => 'Spento',
     3543      },
     3544    },
     3545   'HighlightTonePriority' => {
     3546      PrintConv => {
     3547        'Enable' => 'Abilita',
     3548        'Off' => 'Spento',
     3549      },
     3550    },
     3551   'HometownCity' => {
     3552      PrintConv => {
     3553        'Jerusalem' => 'Gerusalemme',
     3554        'Lisbon' => 'Lisbona',
     3555        'London' => 'Londra',
     3556        'Milan' => 'Milano',
     3557        'Prague' => 'Praga',
     3558        'Rome' => 'Roma',
     3559        'Stockholm' => 'Stoccolma',
     3560        'Tehran' => 'Teheran',
    10353561      },
    10363562    },
    10373563   'HometownDST' => {
    10383564      PrintConv => {
    1039         'Yes' => 'Si',
    1040       },
    1041     },
    1042    'Hue' => 'Tonalità',
     3565        'Yes' => 'Sì',
     3566      },
     3567    },
     3568   'HostComputer' => 'Computer ospite',
     3569   'HotKey' => {
     3570      PrintConv => {
     3571        '(none)' => '(nessuno)',
     3572      },
     3573    },
     3574   'Hue' => {
     3575      Description => 'Tonalità',
     3576      PrintConv => {
     3577        'None' => 'Nessuno',
     3578        'Normal' => 'Normale',
     3579      },
     3580    },
    10433581   'HueAdjustment' => 'Regolazione Hue',
     3582   'ICCProfile' => 'Profili ICC',
     3583   'IDCCreativeStyle' => {
     3584      PrintConv => {
     3585        'Camera Setting' => 'Impostazioni fotocamera',
     3586        'Landscape' => 'Orizzontale',
     3587        'Light' => 'Chiara',
     3588        'Real' => 'Reale',
     3589        'Sepia' => 'Seppia',
     3590        'Sunset' => 'Tramonto',
     3591        'Vivid' => 'Vivace',
     3592      },
     3593    },
     3594   'INGRReserved' => 'Riseervato a INGR',
    10443595   'IPTC-NAA' => 'Metadati IPTC-NAA',
    10453596   'IPTCBitsPerSample' => 'Numero di Bits per Campione',
     
    10573608   'IPTCPictureNumber' => 'Numero Immagine',
    10583609   'ISO' => 'Sensibilità ISO',
     3610   'ISOAuto' => {
     3611      Description => 'ISO auto',
     3612      PrintConv => {
     3613        'Off' => 'Spento',
     3614      },
     3615    },
     3616   'ISOAutoParameters' => {
     3617      Description => 'Parametri ISO auto',
     3618      PrintConv => {
     3619        'Fast' => 'Veloce',
     3620      },
     3621    },
     3622   'ISODisplay' => {
     3623      PrintConv => {
     3624        'Off' => 'Spento',
     3625      },
     3626    },
     3627   'ISOExpansion' => {
     3628      PrintConv => {
     3629        'Off' => 'Spento',
     3630      },
     3631    },
     3632   'ISOExpansion2' => {
     3633      PrintConv => {
     3634        'Off' => 'Spento',
     3635      },
     3636    },
    10593637   'ISOInfo' => 'Info ISO',
    10603638   'ISOSelection' => 'Selezione ISO',
     3639   'ISOSensitivityStep' => 'Passo sensibilità ISO',
    10613640   'ISOSetting' => {
    10623641      Description => 'Impostazione ISO',
    10633642      PrintConv => {
     3643        '100 (Low)' => '100 (basso)',
    10643644        'Manual' => 'Manuale',
    1065       },
    1066     },
     3645        'n/a' => 'n/d',
     3646      },
     3647    },
     3648   'ISOSpeed' => 'Velocità ISO',
    10673649   'ISOSpeedExpansion' => {
    10683650      PrintConv => {
    1069         'Yes' => 'Si',
    1070       },
    1071     },
     3651        'Yes' => 'Sì',
     3652      },
     3653    },
     3654   'ISOSpeedIncrements' => {
     3655      PrintConv => {
     3656        '1 Stop' => '1 stop',
     3657        '1/3 Stop' => '1/3 stop',
     3658      },
     3659    },
     3660   'ISOSpeedLatitudeyyy' => 'Velocità ISO - Latitudine yyy',
     3661   'ISOSpeedLatitudezzz' => 'Velocità ISO - Latitudine zzz',
     3662   'ISOSpeedRange' => {
     3663      PrintConv => {
     3664        'Enable' => 'Abilita',
     3665      },
     3666    },
     3667   'ISOValue' => 'Valore ISO',
     3668   'IT8Header' => 'Intestazione IT8',
     3669   'Illumination' => {
     3670      PrintConv => {
     3671        'Off' => 'Spento',
     3672      },
     3673    },
     3674   'Image::ExifTool::AIFF::Comment' => 'Commento AIFF',
     3675   'Image::ExifTool::EXE::CHM' => 'EXE CHM',
     3676   'Image::ExifTool::EXE::ELF' => 'EXE ELF',
     3677   'Image::ExifTool::EXE::MachO' => 'EXE MachO',
     3678   'Image::ExifTool::EXE::Main' => 'EXE',
     3679   'Image::ExifTool::EXE::PEF' => 'EXE PEF',
     3680   'Image::ExifTool::EXE::PEString' => 'EXE PEString',
     3681   'Image::ExifTool::EXE::PEVersion' => 'EXE PEVersion',
     3682   'Image::ExifTool::Exif::Main' => 'Exif',
     3683   'Image::ExifTool::FLAC::Main' => 'FLAC',
     3684   'Image::ExifTool::Flash::Main' => 'Flash',
     3685   'Image::ExifTool::Flash::Video' => 'Video flash',
     3686   'Image::ExifTool::FlashPix::Main' => 'FlashPix',
     3687   'Image::ExifTool::Font::Main' => 'Carattere',
     3688   'Image::ExifTool::Font::Name' => 'Nome carattere',
     3689   'Image::ExifTool::Font::PFM' => 'Carattere PFM',
     3690   'Image::ExifTool::GPS::Main' => 'GPS',
     3691   'Image::ExifTool::ID3::Private' => 'ID3 privato',
     3692   'Image::ExifTool::ID3::v1' => 'ID3 v1',
     3693   'Image::ExifTool::ID3::v1_Enh' => 'ID3 v1_Enh',
     3694   'Image::ExifTool::ID3::v2_2' => 'ID3 v2_2',
     3695   'Image::ExifTool::ID3::v2_3' => 'ID3 v2_3',
     3696   'Image::ExifTool::ID3::v2_4' => 'ID3 v2_4',
     3697   'Image::ExifTool::ITC::Main' => 'ITC',
     3698   'Image::ExifTool::JFIF::Main' => 'JFIF',
     3699   'Image::ExifTool::Kodak::DcMD' => 'Kodak DcMD',
     3700   'Image::ExifTool::Kodak::Free' => 'Kodak Free',
     3701   'Image::ExifTool::Kodak::KDC_IFD' => 'KDC_IFD Kodak',
     3702   'Image::ExifTool::Kodak::Main' => 'Kodak',
     3703   'Image::ExifTool::Microsoft::Stitch' => 'Microsoft Stitch',
     3704   'Image::ExifTool::Olympus::AVI' => 'AVI Olympus',
     3705   'Image::ExifTool::Olympus::Main' => 'Olympus',
     3706   'Image::ExifTool::PSP::Creator' => 'Creatore PSP',
     3707   'Image::ExifTool::PSP::Image' => 'Immagine PSP',
     3708   'Image::ExifTool::PSP::Main' => 'PSP',
     3709   'Image::ExifTool::PanasonicRaw::Main' => 'PanasonicRaw',
     3710   'Image::ExifTool::PostScript::Main' => 'PostScript',
     3711   'Image::ExifTool::PrintIM::Main' => 'PrintIM',
     3712   'Image::ExifTool::Qualcomm::Main' => 'Qualcomm',
     3713   'Image::ExifTool::QuickTime::Main' => 'QuickTime',
     3714   'Image::ExifTool::RIFF::Main' => 'RIFF',
     3715   'Image::ExifTool::Radiance::Main' => 'Radianza',
     3716   'Image::ExifTool::Rawzor::Main' => 'Rawzor',
     3717   'Image::ExifTool::Real::AudioV3' => 'Real AudioV3',
     3718   'Image::ExifTool::Real::AudioV4' => 'Real AudioV4',
     3719   'Image::ExifTool::Real::AudioV5' => 'Real AudioV5',
     3720   'Image::ExifTool::Ricoh::AVI' => 'AVI Ricoh',
     3721   'Image::ExifTool::Ricoh::FaceInfo' => 'FaceInfo Ricoh',
     3722   'Image::ExifTool::Ricoh::FirmwareInfo' => 'Info firmware Ricoh',
     3723   'Image::ExifTool::Ricoh::ImageInfo' => 'Info immagine Ricoh',
     3724   'Image::ExifTool::Ricoh::Main' => 'Ricoh',
     3725   'Image::ExifTool::Ricoh::RMETA' => 'RMETA Ricoh',
     3726   'Image::ExifTool::Ricoh::SerialInfo' => 'Info seriale Ricoh',
     3727   'Image::ExifTool::Ricoh::Subdir' => 'Sotto-cartella Ricoh',
     3728   'Image::ExifTool::Ricoh::Text' => 'Testo Ricoh',
     3729   'Image::ExifTool::Samsung::INFO' => 'Samsung INFO',
     3730   'Image::ExifTool::Samsung::MP4' => 'Samsung MP4',
     3731   'Image::ExifTool::Samsung::PictureWizard' => 'Samsung PictureWizard',
     3732   'Image::ExifTool::Sanyo::Main' => 'Sanyo',
     3733   'Image::ExifTool::Sigma::Main' => 'Sigma',
    10723734   'ImageAdjustment' => 'Regolazione Immagine',
     3735   'ImageAlterationConstraints' => {
     3736      PrintConv => {
     3737        'No Merging' => 'Nessuna fusione',
     3738      },
     3739    },
     3740   'ImageAuthentication' => {
     3741      PrintConv => {
     3742        'Off' => 'Spento',
     3743      },
     3744    },
     3745   'ImageByteCount' => 'Numero di byte dell\'immagine',
     3746   'ImageColorIndicator' => {
     3747      Description => 'Indicazione colore dell\'immagine',
     3748      PrintConv => {
     3749        'Specified Image Color' => 'Colore immagine specificato',
     3750        'Unspecified Image Color' => 'Colore immagine non specificato',
     3751      },
     3752    },
     3753   'ImageColorValue' => 'Valore colore dell\'immagine',
    10733754   'ImageCount' => 'Conteggio Immagini',
     3755   'ImageDataDiscard' => {
     3756      Description => 'Dati scartati dell\'immagine',
     3757      PrintConv => {
     3758        'Flexbits Discarded' => 'Flexbit scartati',
     3759        'Full Resolution' => 'Risoluzione completa',
     3760        'HighPass Frequency Data Discarded' => 'Dati in frequenza passa-alto scartati',
     3761        'Highpass and LowPass Frequency Data Discarded' => 'Dati in frequenza passa-alto e passa-basso scartati',
     3762      },
     3763    },
    10743764   'ImageDataSize' => 'Dimensione Dati Immagine',
    10753765   'ImageDepth' => 'Profondità Immagine',
    10763766   'ImageDescription' => 'Descrizione Immagine',
     3767   'ImageDustOff' => {
     3768      PrintConv => {
     3769        'Off' => 'Spento',
     3770      },
     3771    },
     3772   'ImageEditing' => {
     3773      PrintConv => {
     3774        'None' => 'Nessuno',
     3775        'Resized' => 'Ridimensionato',
     3776      },
     3777    },
    10773778   'ImageHeight' => 'Altezza immagine',
    10783779   'ImageHistory' => 'Cronologia immagine',
    10793780   'ImageID' => 'ID Immagine',
     3781   'ImageLayer' => 'Livello immagine',
    10803782   'ImageNumber' => 'Numero immagine',
     3783   'ImageOffset' => 'Offset immagine',
    10813784   'ImageOptimization' => 'Ottimizzazione Immagine',
    10823785   'ImageOrientation' => {
     
    10943797      },
    10953798    },
     3799   'ImageReview' => {
     3800      PrintConv => {
     3801        'Off' => 'Spento',
     3802      },
     3803    },
    10963804   'ImageRotated' => {
    10973805      PrintConv => {
    1098         'Yes' => 'Si',
     3806        'Yes' => 'Sì',
     3807      },
     3808    },
     3809   'ImageRotation' => {
     3810      PrintConv => {
     3811        'None' => 'Nessuno',
    10993812      },
    11003813    },
    11013814   'ImageSize' => 'Dimensioni immagini',
    1102    'ImageStabilization' => 'Stabilizzazione Immagine',
     3815   'ImageSourceData' => 'Dati origine immagine',
     3816   'ImageStabilization' => {
     3817      Description => 'Stabilizzazione Immagine',
     3818      PrintConv => {
     3819        'Off' => 'Spento',
     3820        'Off (1)' => 'Spento (1)',
     3821        'Off (2)' => 'Spento (2)',
     3822        'n/a' => 'n/d',
     3823      },
     3824    },
     3825   'ImageStabilizationSetting' => {
     3826      PrintConv => {
     3827        'Off' => 'Spento',
     3828      },
     3829    },
     3830   'ImageStyle' => {
     3831      PrintConv => {
     3832        'Landscape' => 'Orizzontale',
     3833        'Sunset' => 'Tramonto',
     3834        'Vivid' => 'Vivace',
     3835      },
     3836    },
    11033837   'ImageTone' => {
    11043838      PrintConv => {
    11053839        'Landscape' => 'Orizzontale',
    11063840        'Portrait' => 'Verticale',
    1107       },
    1108     },
    1109    'ImageType' => 'Tipo Immagine',
     3841        'Radiant' => 'Radiante',
     3842      },
     3843    },
     3844   'ImageType' => {
     3845      Description => 'Tipo immagine',
     3846      PrintConv => {
     3847        'Page' => 'Pagina',
     3848        'Preview' => 'Anteprima',
     3849      },
     3850    },
    11103851   'ImageUniqueID' => 'ID unico immagine',
     3852   'ImageVersion' => 'Versione immagine',
    11113853   'ImageWidth' => 'Larghezza immagine',
    11123854   'Index' => 'Indice',
     3855   'Indexable' => {
     3856      PrintConv => {
     3857        'False' => 'Falso',
     3858      },
     3859    },
     3860   'Indexed' => {
     3861      Description => 'Indicizzato',
     3862      PrintConv => {
     3863        'Indexed' => 'Indicizzato',
     3864        'Not indexed' => 'Non indicizzato',
     3865      },
     3866    },
     3867   'InfraredIlluminator' => {
     3868      PrintConv => {
     3869        'Off' => 'Spento',
     3870      },
     3871    },
     3872   'InitialDisplayEffect' => {
     3873      PrintConv => {
     3874        'Off' => 'Spento',
     3875      },
     3876    },
     3877   'InitialKey' => 'Chiave iniziale',
     3878   'InitializedDataSize' => 'Dimensione dati inizializzati',
     3879   'InkNames' => 'Nomi inchiostri',
     3880   'InkSet' => {
     3881      Description => 'Gruppo inchiostri',
     3882      PrintConv => {
     3883        'Not CMYK' => 'Non CMYK',
     3884      },
     3885    },
    11133886   'Instructions' => 'Istruzioni',
    11143887   'IntellectualGenre' => 'Genere Intellettuale',
     3888   'IntelligentAuto' => {
     3889      PrintConv => {
     3890        'Off' => 'Spento',
     3891      },
     3892    },
     3893   'IntelligentContrast' => {
     3894      PrintConv => {
     3895        'Off' => 'Spento',
     3896        'n/a' => 'n/d',
     3897      },
     3898    },
     3899   'IntelligentD-Range' => {
     3900      PrintConv => {
     3901        'Low' => 'Basso',
     3902        'Off' => 'Spento',
     3903      },
     3904    },
     3905   'IntelligentExposure' => {
     3906      PrintConv => {
     3907        'Low' => 'Basso',
     3908        'Off' => 'Spento',
     3909      },
     3910    },
     3911   'IntelligentResolution' => {
     3912      PrintConv => {
     3913        'Extended' => 'Esteso',
     3914        'Low' => 'Basso',
     3915        'Off' => 'Spento',
     3916      },
     3917    },
     3918   'IntensityStereo' => {
     3919      PrintConv => {
     3920        'Off' => 'Spento',
     3921      },
     3922    },
     3923   'Interlace' => {
     3924      Description => 'Interlacciamento',
     3925      PrintConv => {
     3926        'Noninterlaced' => 'Non interlacciato',
     3927        'Progressive' => 'Progressivo',
     3928      },
     3929    },
     3930   'InterleavedField' => {
     3931      PrintConv => {
     3932        'Even' => 'Pari',
     3933      },
     3934    },
    11153935   'InternalFlash' => {
    11163936      PrintConv => {
     
    11183938        'Manual' => 'Manuale',
    11193939        'No' => 'Flash non emesso',
    1120         'Repeating Flash' => 'Ripetizione Flash',
    1121       },
    1122     },
     3940        'Off' => 'Spento',
     3941        'Repeating Flash' => 'Ripetizione flash',
     3942      },
     3943    },
     3944   'InternalName' => 'Nome interno',
     3945   'InternetRadioStationName' => 'Nome stazione radio internet',
     3946   'InternetRadioStationOwner' => 'Proprietario stazione radio internet',
     3947   'InternetRadioStationURL' => 'URL stazione radio internet',
    11233948   'InteropIndex' => {
    11243949      Description => 'Identificazione interoperatività',
    11253950      PrintConv => {
    1126         'R98 - DCF basic file (sRGB)' => 'R98: File base DCF (sRGB)',
     3951        'R03 - DCF option file (Adobe RGB)' => 'R03 - file opzioni DCF (Adobe RGB)',
     3952        'R98 - DCF basic file (sRGB)' => 'R98 - file base DCF (sRGB)',
     3953        'THM - DCF thumbnail file' => 'File miniatura THM - DCF',
    11273954      },
    11283955    },
    11293956   'InteropOffset' => 'Etichetta interoperatività',
    11303957   'InteropVersion' => 'Versione interoperatività',
     3958   'InterpretedBy' => 'Interpetrato da',
     3959   'InvolvedPeople' => 'Persone coinvolte',
     3960   'Italic' => 'Corsivo',
    11313961   'JFIFVersion' => 'Versione JFIF',
    1132    'JPEGTables' => 'Tavole JPEG',
    1133    'JobID' => 'ID Lavoro',
    1134    'Keyword' => 'Parole Chiave',
    1135    'Keywords' => 'Parala Chiave',
    1136    'LanguageIdentifier' => 'ID Linguaggio',
     3962   'JPEGACTables' => 'Tabelle JPEGAC',
     3963   'JPEGDCTables' => 'Tabelle JPEGDC',
     3964   'JPEGLosslessPredictors' => 'Predittori JPEG senza perdita',
     3965   'JPEGPointTransforms' => 'Trasformazioni puntiali JPEG',
     3966   'JPEGProc' => {
     3967      Description => 'Proc JPEG',
     3968      PrintConv => {
     3969        'Baseline' => 'Linea di base',
     3970        'Lossless' => 'Senza perdita',
     3971      },
     3972    },
     3973   'JPEGQTables' => 'Tabelle JPEGQ',
     3974   'JPEGQuality' => {
     3975      Description => 'Qualità',
     3976      PrintConv => {
     3977        'Extra Fine' => 'Extra fine',
     3978        'Standard' => 'Normale',
     3979        'n/a' => 'n/d',
     3980      },
     3981    },
     3982   'JPEGRestartInterval' => 'Intervallo riavvio JPEG',
     3983   'JPEGTables' => 'Tabelle JPEG',
     3984   'JobID' => 'ID processo',
     3985   'JobName' => 'Nome processo',
     3986   'JobRef' => 'Rif processo',
     3987   'JobStatus' => 'Stato processo',
     3988   'JpgFromRaw' => 'JPG da raw',
     3989   'JpgFromRawLength' => 'Lunghezza JPG da raw',
     3990   'JpgFromRawStart' => 'Inizio JPG da raw',
     3991   'Keyword' => 'Parola chiave',
     3992   'KeywordInfo' => 'Info parola chiave',
     3993   'Keywords' => 'Parole chiave',
     3994   'Kinds' => 'Tipi',
     3995   'LCDIllumination' => {
     3996      PrintConv => {
     3997        'Off' => 'Spento',
     3998      },
     3999    },
     4000   'LCDIlluminationDuringBulb' => {
     4001      PrintConv => {
     4002        'Off' => 'Spento',
     4003      },
     4004    },
     4005   'LCHEditor' => {
     4006      PrintConv => {
     4007        'Off' => 'Spento',
     4008      },
     4009    },
     4010   'Language' => 'Lingua',
     4011   'LanguageCode' => {
     4012      Description => 'Codice lingua',
     4013      PrintConv => {
     4014        'Albanian' => 'Albanese',
     4015        'Arabic' => 'Arabo',
     4016        'Armenian' => 'Armeno',
     4017        'Azeri' => 'Azero',
     4018        'Basque' => 'Basco',
     4019        'Belarusian' => 'Bielorusso',
     4020        'Breton' => 'Bretone',
     4021        'Bulgarian' => 'Bulgaro',
     4022        'Catalan' => 'Catalano',
     4023        'Chinese (Simplified)' => 'Cinese (semplificato)',
     4024        'Chinese (Traditional)' => 'Cinese (tradizionale)',
     4025        'Croato-Serbian (Latin)' => 'Serbo-croato (alfabeto latino)',
     4026        'Czech' => 'Ceco',
     4027        'Danish' => 'Danese',
     4028        'Dutch' => 'Olandese',
     4029        'Dutch (Belgian)' => 'Olandese (Belgio)',
     4030        'English (Australian)' => 'Inglese (Australia)',
     4031        'English (British)' => 'Inglese (Gran Bretagna)',
     4032        'English (Canadian)' => 'Inglese (Canada)',
     4033        'English (U.S.)' => 'Inglese (U.S.A.)',
     4034        'Estonian' => 'Estone',
     4035        'Farsi' => 'Persiano',
     4036        'Finnish' => 'Finlandese',
     4037        'French' => 'Francese',
     4038        'French (Belgian)' => 'Francese (Belgio)',
     4039        'French (Canadian)' => 'Francese (Canada)',
     4040        'French (Swiss)' => 'Francese (Svizzera)',
     4041        'Gaelic' => 'Gaelico',
     4042        'Galician' => 'Galiziano',
     4043        'Georgian' => 'Georgiano',
     4044        'German' => 'Tedesco',
     4045        'German (Austrian)' => 'Tedesco (Austria)',
     4046        'German (Swiss)' => 'Tedesco (Svizzera)',
     4047        'Greek' => 'Greco',
     4048        'Hebrew' => 'Ebraico',
     4049        'Hungarian' => 'Ungherese',
     4050        'Icelandic' => 'Islandese',
     4051        'Indonesian' => 'Indonesiano',
     4052        'Invariant' => 'Invariante',
     4053        'Italian' => 'Italiano',
     4054        'Italian (Swiss)' => 'Italiano (Svizzera)',
     4055        'Japanese' => 'Giapponese',
     4056        'Kazak' => 'Kazako',
     4057        'Korean' => 'Coreano',
     4058        'Kyrgyz' => 'Kirghizo',
     4059        'Latvian' => 'Lettone',
     4060        'Lithuanian' => 'Lituano',
     4061        'Macedonian' => 'Macedone',
     4062        'Mongolian' => 'Mongolo',
     4063        'Nepali' => 'Nepalese',
     4064        'Neutral' => 'Neutrale',
     4065        'Neutral 2' => 'Neutrale 2',
     4066        'Norwegian (Bokml)' => 'Norvegese (BokmÃ¥l)',
     4067        'Norwegian (Nynorsk)' => 'Norvegese (Nynorsk)',
     4068        'Polish' => 'Polacco',
     4069        'Portuguese' => 'Portogese',
     4070        'Portuguese (Brazilian)' => 'Portoghese (Brasile)',
     4071        'Process default' => 'Predefinita del processo',
     4072        'Rhaeto-Romanic' => 'Reto-romanico',
     4073        'Romanian' => 'Rumeno',
     4074        'Russian' => 'Russo',
     4075        'Sanskrit' => 'Sanscrito',
     4076        'Serbo-Croatian (Cyrillic)' => 'Serbo-croato (cirillico)',
     4077        'Slovak' => 'Slovacco',
     4078        'Slovenian' => 'Sloveno',
     4079        'Spanish (Castilian)' => 'Spagnolo (Castiglia)',
     4080        'Spanish (Mexican)' => 'Spagnolo (Messico)',
     4081        'Spanish (Modern)' => 'Spagnolo moderno',
     4082        'Swedish' => 'Svedese',
     4083        'Syriac' => 'Siriaco',
     4084        'Turkish' => 'Turco',
     4085        'Ukrainian' => 'Ucraino',
     4086        'Uzbek' => 'Usbeco',
     4087        'Vietnamese' => 'Vietnamita',
     4088        'Welsh' => 'Gallese',
     4089      },
     4090    },
     4091   'LanguageIdentifier' => 'Identificativo lingua',
     4092   'LanguageList' => 'Lista lingue',
     4093   'LanguageName' => 'Nome lingua',
     4094   'LateralChromaticAberration' => {
     4095      PrintConv => {
     4096        'Off' => 'Spento',
     4097        'n/a' => 'n/d',
     4098      },
     4099    },
     4100   'Layout' => {
     4101      PrintConv => {
     4102        'Tiles' => 'Tasselli',
     4103      },
     4104    },
     4105   'LegalCopyright' => 'Copyright legali',
     4106   'LegalTrademarks' => 'Marchi legali',
     4107   'Length' => 'Durata',
    11374108   'Lens' => 'Obiettivo',
    11384109   'Lens35efl' => 'Obiettivo',
    11394110   'LensDataVersion' => 'Versione Dati Obiettivo',
    11404111   'LensFStops' => 'F-Stops Obiettivo',
    1141    'LensID' => 'Obiettivo Utilizzato',
     4112   'LensID' => {
     4113      Description => 'Obiettivo Utilizzato',
     4114      PrintConv => {
     4115        'Ricoh Lens A16 24-85mm F3.5-5.5' => 'Obiettivo Ricoh A16 24-85mm F3.5-5.5',
     4116        'Ricoh Lens P10 28-300mm F3.5-5.6 VC' => 'Obiettivo Ricoh P10 28-300mm F3.5-5.6 VC',
     4117        'Ricoh Lens S10 24-70mm F2.5-4.4 VC' => 'Obiettivo Ricoh S10 24-70mm F2.5-4.4 VC',
     4118      },
     4119    },
    11424120   'LensIDNumber' => 'Numero ID Obiettivo',
    1143    'LensInfo' => 'Informazioni su lente',
     4121   'LensInfo' => 'Informazioni obiettivo',
     4122   'LensMake' => 'Marca obiettivo',
     4123   'LensModel' => 'Modello obiettivo',
     4124   'LensSerialNumber' => 'Numero di serie obiettivo',
     4125   'LensShutterLock' => {
     4126      PrintConv => {
     4127        'Off' => 'Spento',
     4128      },
     4129    },
    11444130   'LensSpec' => 'Obiettivo',
    1145    'LensType' => 'Tipo Obiettivo',
     4131   'LensType' => {
     4132      Description => 'Tipo obiettivo',
     4133      PrintConv => {
     4134        '02 Standard Zoom 5-15mm F2.8-4.5' => '02 Zoom standard 5-15mm F2.8-4.5',
     4135        '04 Toy Lens Wide 6.3mm F7.1' => '04 Grandangolare toy 6.3mm F7.1',
     4136        '05 Toy Lens Telephoto 18mm F8' => '05 Teleobiettivo toy 18mm F8',
     4137        '1.4x Teleconverter' => 'Moltiplicatore di focale 1.4x',
     4138        'None' => 'Nessuno',
     4139        'Sigma 100-300mm F4 EX (APO (D) or D IF)' => 'Sigma 100-300mm F4 EX (APO (D) o D IF)',
     4140      },
     4141    },
     4142   'LevelGaugePitch' => {
     4143      PrintConv => {
     4144        'Off' => 'Spento',
     4145      },
     4146    },
     4147   'LevelGaugeRoll' => {
     4148      PrintConv => {
     4149        'Off' => 'Spento',
     4150      },
     4151    },
     4152   'LevelOrientation' => {
     4153      PrintConv => {
     4154        'Horizontal (normal)' => 'Orizzontale',
     4155        'Rotate 180' => 'Ruota di 180°',
     4156        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
     4157        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     4158      },
     4159    },
     4160   'License' => 'Licenza',
     4161   'LicenseID' => 'ID licenza',
    11464162   'LicenseType' => {
    11474163      PrintConv => {
    1148         'Unknown' => 'Sconosciuta',
    1149       },
    1150     },
     4164        'Public Domain' => 'Pubblico dominio',
     4165        'Unknown' => 'Sconosciuto',
     4166      },
     4167    },
     4168   'LightCondition' => 'Condizione luce',
    11514169   'LightSource' => {
    11524170      Description => 'Sorgente di luce',
     
    11574175        'Daylight' => 'Luce del giorno',
    11584176        'Daylight Fluorescent' => 'Fluorescente a luce del giorno',
     4177        'Evening Sunlight' => 'Luce solare serale',
    11594178        'Fine Weather' => 'Bel tempo',
    11604179        'Fluorescent' => 'Fluorescente',
     
    11664185        'Standard Light C' => 'Luce standard C',
    11674186        'Tungsten (Incandescent)' => 'Tungsteno (luce incandescente)',
    1168         'Unknown' => 'Sconosciuta',
     4187        'Unknown' => 'Sconosciuto',
    11694188        'Warm White Fluorescent' => 'Luce fluorescente bianca calda',
    11704189        'White Fluorescent' => 'Fluorescente bianca',
    11714190      },
    11724191    },
     4192   'LightSourceSpecial' => {
     4193      PrintConv => {
     4194        'Off' => 'Spento',
     4195      },
     4196    },
     4197   'LightingMode' => {
     4198      PrintConv => {
     4199        'Off' => 'Spento',
     4200      },
     4201    },
    11734202   'Lightness' => 'Luce',
     4203   'Line' => 'Linea',
     4204   'LineOrder' => {
     4205      PrintConv => {
     4206        'Random Y' => 'Casuale Y',
     4207      },
     4208    },
     4209   'LinearResponseLimit' => 'Limite risposta lineare',
     4210   'LinearizationTable' => 'Tabella di linearizzazione',
     4211   'Lines' => 'Linee',
     4212   'LinkAEToAFPoint' => {
     4213      PrintConv => {
     4214        'Off' => 'Spento',
     4215      },
     4216    },
     4217   'LinkerVersion' => 'Versione linker',
    11744218   'Lit' => {
    11754219      PrintConv => {
    1176         'Yes' => 'Si',
    1177       },
    1178     },
    1179    'LocalizedCameraModel' => 'Modello Fotocamera Localizzato',
     4220        'Yes' => 'Sì',
     4221      },
     4222    },
     4223   'LiveViewAFMethod' => {
     4224      PrintConv => {
     4225        'n/a' => 'n/d',
     4226      },
     4227    },
     4228   'LiveViewAFSetting' => {
     4229      PrintConv => {
     4230        'n/a' => 'n/d',
     4231      },
     4232    },
     4233   'LiveViewFocusMode' => {
     4234      PrintConv => {
     4235        'Manual' => 'Manuale',
     4236        'n/a' => 'n/d',
     4237      },
     4238    },
     4239   'LiveViewMetering' => {
     4240      PrintConv => {
     4241        'n/a' => 'n/d',
     4242      },
     4243    },
     4244   'LiveViewShooting' => {
     4245      PrintConv => {
     4246        'Off' => 'Spento',
     4247      },
     4248    },
     4249   'LocalDeltaType' => {
     4250      PrintConv => {
     4251        'Absolute' => 'Assoluto',
     4252      },
     4253    },
     4254   'LocalizedCameraModel' => 'Modello fotocamera localizzato',
    11804255   'Location' => 'Località',
     4256   'LocationKind' => 'Tipo località',
     4257   'LocationName' => 'Nome località',
     4258   'LocationNote' => 'Note località',
     4259   'LongDescription' => 'Descrizione estesa',
    11814260   'LongExposureNoiseReduction' => {
    1182       Description => 'Espos.lunga NR',
    1183       PrintConv => {
    1184         'Off' => 'Disattivata',
     4261      Description => 'Espososizione lunga riduzione rumore',
     4262      PrintConv => {
     4263        'Off' => 'Spento',
     4264        'Off (65535)' => 'Spento (65535)',
    11854265        'On' => 'Attivata',
    1186       },
    1187     },
     4266        'n/a' => 'n/d',
     4267      },
     4268    },
     4269   'LongExposureNoiseReduction2' => {
     4270      Description => 'Espososizione lunga riduzione rumore 2',
     4271      PrintConv => {
     4272        'Off' => 'Spento',
     4273      },
     4274    },
     4275   'LongText' => 'Testo lungo',
    11884276   'LoopStyle' => {
    11894277      PrintConv => {
     
    11934281   'LuminanceNoiseReduction' => {
    11944282      PrintConv => {
    1195         'Low' => 'Leggero',
    1196       },
    1197     },
     4283        'Low' => 'Basso',
     4284        'Off' => 'Spento',
     4285      },
     4286    },
     4287   'Lyricist' => 'Paroliere',
     4288   'Lyrics' => 'Testo',
    11984289   'MCUVersion' => 'Versione MCU',
     4290   'MDColorTable' => 'Tabella colori MD',
     4291   'MDFileTag' => 'Tag file MD',
     4292   'MDFileUnits' => 'Unità file MD',
     4293   'MDLabName' => 'Nome lab MD',
     4294   'MDPrepDate' => 'Data prep MD',
     4295   'MDPrepTime' => 'Ora prep MD',
     4296   'MDSampleInfo' => 'Info campione MD',
     4297   'MDScalePixel' => 'Scala pixel MD',
    11994298   'MIEVersion' => 'Versione MIE',
     4299   'MIMEType' => 'Tipo mime',
     4300   'MIMETypeOfEncapsulatedDocument' => 'Tipo mime del documento incapsulato',
     4301   'MSDocumentText' => 'Testo documento MS',
     4302   'MSDocumentTextPosition' => 'Posizione testo documento MS',
     4303   'MSPropertySetStorage' => 'Gruppo di memoria proprietà MS',
     4304   'MSStereo' => {
     4305      PrintConv => {
     4306        'Off' => 'Spento',
     4307      },
     4308    },
     4309   'MachineType' => {
     4310      Description => 'Tipo macchina',
     4311      PrintConv => {
     4312        'ARM little endian' => 'ARM little-endian',
     4313        'Alpha AXP (old)' => 'Alpha AXP (precedente)',
     4314        'EFI Byte Code' => 'Byte code EFI',
     4315        'Intel 386 or later, and compatibles' => 'Intel 386 o successivo e compatibili',
     4316        'MIPS little endian (R4000)' => 'MIPS little-endian (R4000)',
     4317        'MIPS little endian WCI v2' => 'MIPS little-endian WCI v2',
     4318        'MIPS with FPU' => 'MIPS con FPU',
     4319        'MIPS16 with FPU' => 'MIPS16 con FPU',
     4320        'Mitsubishi M32R little endian' => 'Mitsubishi M32R little-endian',
     4321        'Motorola 68000 series' => 'Serie Motorola 68000',
     4322        'PowerPC little endian' => 'PowerPC little-endian',
     4323        'PowerPC with floating point support' => 'PowerPC con supporto numeri in in virgola mobile',
     4324        'clr pure MSIL' => 'clr con MSIL puro',
     4325      },
     4326    },
    12004327   'Macro' => {
    12014328      PrintConv => {
    12024329        'Manual' => 'Manuale',
    12034330        'Normal' => 'Normale',
     4331        'Off' => 'Spento',
     4332        'n/a' => 'n/d',
     4333      },
     4334    },
     4335   'MacroLED' => {
     4336      PrintConv => {
     4337        'Off' => 'Spento',
    12044338      },
    12054339    },
     
    12074341      PrintConv => {
    12084342        'Normal' => 'Normale',
     4343        'Off' => 'Spento',
     4344      },
     4345    },
     4346   'MagicFilter' => {
     4347      PrintConv => {
     4348        'Fish Eye' => 'Fish-eye',
     4349        'Fragmented' => 'Frammentato',
     4350        'Gentle Sepia' => 'Seppia leggero',
     4351        'Off' => 'Spento',
     4352        'Reflection' => 'Riflessione',
     4353      },
     4354    },
     4355   'MainDialExposureComp' => {
     4356      PrintConv => {
     4357        'Off' => 'Spento',
    12094358      },
    12104359    },
     
    12124361   'MakeAndModel' => 'Marca e Modello',
    12134362   'MakerNote' => 'Dati DNG Privati',
     4363   'MakerNoteCanon' => 'Note marca Canon',
     4364   'MakerNoteCasio' => 'Note marca Casio',
     4365   'MakerNoteCasio2' => 'Note marca Casio 2',
     4366   'MakerNoteFujiFilm' => 'Note marca Fuji Film',
     4367   'MakerNoteGE' => 'Note marca GE',
     4368   'MakerNoteGE2' => 'Note marca GE2',
     4369   'MakerNoteHP' => 'Note marca HP',
     4370   'MakerNoteHP2' => 'Note marca HP2',
     4371   'MakerNoteHP4' => 'Note marca HP4',
     4372   'MakerNoteHP6' => 'Note marca HP6',
     4373   'MakerNoteHasselblad' => 'Note marca Hasselblad',
     4374   'MakerNoteISL' => 'Note marca ISL',
     4375   'MakerNoteJVC' => 'Note marca JVC',
     4376   'MakerNoteJVCText' => 'Note marca JVC - Testo',
     4377   'MakerNoteKodak10' => 'Note marca Kodak 10',
     4378   'MakerNoteKodak1a' => 'Note marca Kodak 1a',
     4379   'MakerNoteKodak1b' => 'Note marca Kodak 1b',
     4380   'MakerNoteKodak2' => 'Note marca Kodak 2',
     4381   'MakerNoteKodak3' => 'Note marca Kodak 3',
     4382   'MakerNoteKodak4' => 'Note marca Kodak 4',
     4383   'MakerNoteKodak5' => 'Note marca Kodak 5',
     4384   'MakerNoteKodak6a' => 'Note marca Kodak 6a',
     4385   'MakerNoteKodak6b' => 'Note marca Kodak 6b',
     4386   'MakerNoteKodak7' => 'Note marca Kodak 7',
     4387   'MakerNoteKodak8a' => 'Note marca Kodak 8a',
     4388   'MakerNoteKodak8b' => 'Note marca Kodak 8b',
     4389   'MakerNoteKodak9' => 'Note marca Kodak 9',
     4390   'MakerNoteKodakUnknown' => 'Note marca Kodak sconosciuta',
     4391   'MakerNoteKyocera' => 'Note marca Kyocera',
     4392   'MakerNoteLeica' => 'Note marca Leica',
     4393   'MakerNoteLeica2' => 'Note marca Leica 2',
     4394   'MakerNoteLeica3' => 'Note marca Leica 3',
     4395   'MakerNoteLeica4' => 'Note marca Leica 4',
     4396   'MakerNoteLeica5' => 'Note marca Leica 5',
     4397   'MakerNoteLeica6' => 'Note marca Leica 6',
     4398   'MakerNoteMinolta' => 'Note marca Minolta',
     4399   'MakerNoteMinolta2' => 'Note marca Minolta 2',
     4400   'MakerNoteMinolta3' => 'Note marca Minolta 3',
     4401   'MakerNoteNikon' => 'Note marca Nikon',
     4402   'MakerNoteNikon2' => 'Note marca Nikon 2',
     4403   'MakerNoteNikon3' => 'Note marca Nikon 3',
     4404   'MakerNoteOlympus' => 'Note marca Olympus',
     4405   'MakerNoteOlympus2' => 'Note marca Olympus 2',
     4406   'MakerNotePanasonic' => 'Note marca Panasonic',
     4407   'MakerNotePanasonic2' => 'Note marca Panasonic 2',
     4408   'MakerNotePentax' => 'Note marca Pentax',
     4409   'MakerNotePentax2' => 'Note marca Pentax 2',
     4410   'MakerNotePentax3' => 'Note marca Pentax 3',
     4411   'MakerNotePentax4' => 'Note marca Pentax 4',
     4412   'MakerNotePentax5' => 'Note marca Pentax 5',
     4413   'MakerNotePentax6' => 'Note marca Pentax 6',
     4414   'MakerNotePhaseOne' => 'Note marca Phase One',
     4415   'MakerNoteReconyx' => 'Note marca Reconyx',
     4416   'MakerNoteRicoh' => 'Note marca Ricoh',
     4417   'MakerNoteRicohText' => 'Note marca Ricoh - Testo',
     4418   'MakerNoteSafety' => {
     4419      Description => 'Note marca Safety',
     4420      PrintConv => {
     4421        'Safe' => 'Sicuro',
     4422        'Unsafe' => 'Non sicuro',
     4423      },
     4424    },
     4425   'MakerNoteSamsung1a' => 'Note marca Samsung 1a',
     4426   'MakerNoteSamsung1b' => 'Note marca Samsung 1b',
     4427   'MakerNoteSamsung2' => 'Note marca Samsung 2',
     4428   'MakerNoteSanyo' => 'Note marca Sanyo',
     4429   'MakerNoteSanyoC4' => 'Note marca Sanyo C4',
     4430   'MakerNoteSanyoPatch' => 'Note marca Sanyo Patch',
     4431   'MakerNoteSigma' => 'Note marca Sigma',
     4432   'MakerNoteSony' => 'Note marca Sony',
     4433   'MakerNoteSony2' => 'Note marca Sony 2',
     4434   'MakerNoteSony3' => 'Note marca Sony 3',
     4435   'MakerNoteSony4' => 'Note marca Sony 4',
     4436   'MakerNoteSonyEricsson' => 'Note marca Sony Ericsson',
     4437   'MakerNoteSonySRF' => 'Note marca Sony SRF',
     4438   'MakerNoteUnknown' => 'Note marca sconosciuta',
     4439   'MakerNoteUnknownText' => 'Note marca sconosciuta - Testo',
    12144440   'MakerNoteVersion' => 'Note Versione Costruttore',
    12154441   'MakerNotes' => 'Note produttore',
    12164442   'ManualFlashOutput' => {
    12174443      PrintConv => {
    1218         'Low' => 'Leggero',
     4444        'Low' => 'Basso',
     4445        'n/a' => 'n/d',
    12194446      },
    12204447    },
    12214448   'ManualFocusDistance' => 'Messa a Fuoco Manuale',
     4449   'MarkerID' => 'ID marker',
     4450   'MaskedAreas' => 'Aree mascherate',
    12224451   'MasterDocumentID' => 'ID Documento Principale',
     4452   'Matteing' => 'Opacizzazione',
    12234453   'MaxAperture' => 'Massima apertura delle lenti',
    1224    'MaxApertureAtMaxFocal' => 'Diaframma Massimo alla Focale Massima',
    1225    'MaxApertureAtMinFocal' => 'Diaframma Massimo alla Focale Minima',
     4454   'MaxApertureAtMaxFocal' => 'Diaframma massimo alla focale massima',
     4455   'MaxApertureAtMinFocal' => 'Diaframma massimo alla focale minima',
    12264456   'MaxApertureValue' => 'Diaframma massimo obiettivo',
    1227    'MaxFocalLength' => 'Lunghezza Focale Massima',
     4457   'MaxFocalLength' => 'Lunghezza focale massima',
     4458   'MaxSampleValue' => 'Massimo valore campioni',
     4459   'MeasurementGeometry' => {
     4460      PrintConv => {
     4461        '0/45 or 45/0' => '0/45 o 45/0',
     4462        '0/d or d/0' => '0/d o d/0',
     4463      },
     4464    },
    12284465   'MediaBlackPoint' => 'Media Punto Nero',
    12294466   'MediaType' => {
    12304467      PrintConv => {
    1231         'Normal' => 'Normale',
     4468        'Normal (Music)' => 'Normale (musica)',
    12324469      },
    12334470    },
     
    12444481    },
    12454482   'MeteringMode' => {
    1246       Description => 'Modalità misurazione esposimetrica',
     4483      Description => 'Modalità misurazione',
    12474484      PrintConv => {
    12484485        'Average' => 'Media',
     4486        'Center-weighted Average' => 'Media centrale ponderata',
    12494487        'Center-weighted average' => 'Media centrale ponderata',
    1250         'Multi-segment' => 'Multi zona',
    1251         'Multi-spot' => 'Multipunto',
     4488        'Multi-segment' => 'Multi-zona',
     4489        'Multi-spot' => 'Multi-punto',
    12524490        'Other' => 'Altro',
    12534491        'Partial' => 'Parziale',
    12544492        'Spot' => 'Punto',
    1255         'Unknown' => 'Sconosciuta',
     4493        'Unknown' => 'Sconosciuto',
    12564494      },
    12574495    },
    12584496   'MeteringMode2' => {
    12594497      PrintConv => {
     4498        'Center-weighted average' => 'Media centrale ponderata',
    12604499        'Multi-segment' => 'Multi zona',
    12614500      },
     
    12634502   'MeteringMode3' => {
    12644503      PrintConv => {
     4504        'Center-weighted average' => 'Media centrale ponderata',
    12654505        'Multi-segment' => 'Multi zona',
    12664506      },
    12674507    },
    1268    'MinFocalLength' => 'Lunghezza Focale Minima',
     4508   'MeteringTime' => {
     4509      PrintConv => {
     4510        'No Limit' => 'Nessun limite',
     4511      },
     4512    },
     4513   'MinFocalLength' => 'Lunghezza focale minima',
     4514   'MinSampleValue' => 'Minimo valore campioni',
     4515   'MiniatureFilterOrientation' => {
     4516      PrintConv => {
     4517        'Horizontal' => 'Orizzontale',
     4518        'Vertical' => 'Verticale',
     4519      },
     4520    },
    12694521   'MinoltaQuality' => {
    12704522      Description => 'Qualità',
     
    12734525      },
    12744526    },
    1275    'Model' => 'Modello Fotocamera',
     4527   'MirrorLockup' => {
     4528      PrintConv => {
     4529        'Enable' => 'Abilita',
     4530      },
     4531    },
     4532   'ModeNumber' => 'Numero modo',
     4533   'Model' => 'Nome modello fotocamera',
     4534   'Model2' => 'Modello 2',
     4535   'ModelReleaseStatus' => {
     4536      PrintConv => {
     4537        'None' => 'Nessuno',
     4538        'Not Applicable' => 'Non applicabile',
     4539      },
     4540    },
     4541   'ModelingFlash' => {
     4542      PrintConv => {
     4543        'Off' => 'Spento',
     4544      },
     4545    },
    12764546   'ModifiedPictureStyle' => {
    12774547      PrintConv => {
     
    12814551      },
    12824552    },
     4553   'ModifiedSaturation' => {
     4554      PrintConv => {
     4555        'Off' => 'Spento',
     4556      },
     4557    },
    12834558   'ModifiedSharpnessFreq' => {
    12844559      PrintConv => {
    1285         'Low' => 'Leggero',
     4560        'Low' => 'Basso',
     4561        'n/a' => 'n/d',
    12864562      },
    12874563    },
     
    13014577      },
    13024578    },
    1303    'ModifyDate' => 'Data e ora di modifica del file',
     4579   'ModifyDate' => 'Data modifica',
     4580   'MoireFilter' => {
     4581      Description => 'Filtro moire',
     4582      PrintConv => {
     4583        'Off' => 'Spento',
     4584      },
     4585    },
     4586   'MonitorDisplayOff' => {
     4587      PrintConv => {
     4588        'Manual' => 'Manuale',
     4589      },
     4590    },
    13044591   'MonochromeFilterEffect' => {
    13054592      PrintConv => {
     
    13134600   'MonochromeLinear' => {
    13144601      PrintConv => {
    1315         'Yes' => 'Si',
     4602        'Yes' => 'Sì',
     4603      },
     4604    },
     4605   'MonochromeToning' => {
     4606      PrintConv => {
     4607        'None' => 'Nessuno',
    13164608      },
    13174609    },
     
    13204612        'Green' => 'Verde',
    13214613        'None' => 'Nessuno',
     4614        'Purple' => 'Porpora',
     4615        'Sepia' => 'Seppia',
     4616      },
     4617    },
     4618   'MultiBurstMode' => {
     4619      PrintConv => {
     4620        'Off' => 'Spento',
     4621      },
     4622    },
     4623   'MultiControllerWhileMetering' => {
     4624      PrintConv => {
     4625        'Off' => 'Spento',
    13224626      },
    13234627    },
    13244628   'MultiExposure' => 'Dati Esposizione Multipla',
    1325    'MultiExposureAutoGain' => 'Guadagno Automatico Esposizione Multipla',
    1326    'MultiExposureMode' => 'Modo Esposizione Multipla',
     4629   'MultiExposureAutoGain' => {
     4630      Description => 'Guadagno Automatico Esposizione Multipla',
     4631      PrintConv => {
     4632        'Off' => 'Spento',
     4633      },
     4634    },
     4635   'MultiExposureMode' => {
     4636      Description => 'Modo Esposizione Multipla',
     4637      PrintConv => {
     4638        'Off' => 'Spento',
     4639      },
     4640    },
    13274641   'MultiExposureShots' => 'Scatti Esposizione Multipla',
    13284642   'MultiExposureVersion' => 'Versione Dati Esposizione Multipla',
     
    13304644      Description => 'Riduz. distur. su più fotogr.',
    13314645      PrintConv => {
    1332         'Off' => 'Disattivata',
     4646        'None' => 'Nessuno',
     4647        'Off' => 'Spento',
    13334648        'On' => 'Attivata',
     4649        'n/a' => 'n/d',
     4650      },
     4651    },
     4652   'MultiFunctionLock' => {
     4653      PrintConv => {
     4654        'Off' => 'Spento',
     4655      },
     4656    },
     4657   'MultiProfiles' => {
     4658      Description => 'Profili multipli',
     4659      PrintConv => {
     4660        'JBIG2 Profile M' => 'JBIG2 TIFF FX',
     4661        'N Layer Profile M' => 'Livello N profilo M',
     4662        'Profile C' => 'Profilo C',
     4663        'Profile F' => 'Profilo F',
     4664        'Profile J' => 'Profilo J',
     4665        'Profile L' => 'Profilo L',
     4666        'Profile M' => 'Profilo M',
     4667        'Profile S' => 'Profilo S',
     4668        'Profile T' => 'Profilo T',
     4669        'Resolution/Image Width' => 'Risoluzione/larghezza immagine',
     4670        'Shared Data' => 'Dati condivisi',
     4671      },
     4672    },
     4673   'MultiSelectorLiveView' => {
     4674      PrintConv => {
     4675        'Not Used' => 'Non usato',
     4676        'Reset' => 'Reimposta',
     4677        'Zoom On/Off' => 'Zoon sì/no',
     4678      },
     4679    },
     4680   'MultiSelectorPlaybackMode' => {
     4681      PrintConv => {
     4682        'Choose Folder' => 'Seleziona cartella',
     4683        'Thumbnail On/Off' => 'Thumbnail sì/no',
     4684        'Zoom On/Off' => 'Zoon sì/no',
     4685      },
     4686    },
     4687   'MultiSelectorShootMode' => {
     4688      PrintConv => {
     4689        'Not Used' => 'Non usato',
     4690      },
     4691    },
     4692   'MultipleExposureMode' => {
     4693      PrintConv => {
     4694        'Off' => 'Spento',
     4695      },
     4696    },
     4697   'MultipleExposureSet' => {
     4698      PrintConv => {
     4699        'Off' => 'Spento',
     4700      },
     4701    },
     4702   'MusicCDIdentifier' => 'Identificativo CD musicale',
     4703   'MusicianCredits' => 'Info sul musicista',
     4704   'Mute' => {
     4705      PrintConv => {
     4706        'Off' => 'Spento',
     4707      },
     4708    },
     4709   'MyColorMode' => {
     4710      PrintConv => {
     4711        'Off' => 'Spento',
     4712        'Sepia' => 'Seppia',
     4713        'Vivid' => 'Vivace',
     4714        'Vivid Blue' => 'Blu vivace',
     4715        'Vivid Green' => 'Verde vivace',
     4716      },
     4717    },
     4718   'NDFilter' => {
     4719      PrintConv => {
     4720        'Off' => 'Spento',
     4721        'n/a' => 'n/d',
    13344722      },
    13354723    },
     
    13414729      },
    13424730    },
     4731   'Name' => 'Nome',
    13434732   'NamedColor2' => 'Colore Chiamato 2',
    13444733   'NativeDisplayInfo' => 'Info Display Nativo',
     4734   'NeutralDensityFilter' => {
     4735      PrintConv => {
     4736        'Off' => 'Spento',
     4737      },
     4738    },
    13454739   'NikonCaptureData' => 'Dati Nikon Capture',
    13464740   'NikonCaptureVersion' => 'Versione Nikon Capture',
     4741   'NoMemoryCard' => 'Scheda di memoria assente',
    13474742   'Noise' => 'Rumore',
    13484743   'NoiseFilter' => {
    1349       PrintConv => {
    1350         'Low' => 'Leggero',
    1351       },
    1352     },
     4744      Description => 'Filtro rumore',
     4745      PrintConv => {
     4746        'Low' => 'Basso',
     4747        'Off' => 'Spento',
     4748        'n/a' => 'n/d',
     4749      },
     4750    },
     4751   'NoiseProfile' => 'Profilo rumore',
    13534752   'NoiseReduction' => {
    1354       Description => 'Riduzione Rumore',
    1355       PrintConv => {
     4753      Description => 'Riduzione rumore',
     4754      PrintConv => {
     4755        'Low' => 'Basso',
     4756        'Low (-1)' => 'Basso (-1)',
     4757        'Noise Filter' => 'Filtro rumore',
     4758        'Noise Reduction' => 'Riduzione rumore',
    13564759        'Normal' => 'Normale',
    1357       },
    1358     },
    1359    'NoiseReductionApplied' => 'Riduzione Rumore Applicata',
     4760        'Off' => 'Spento',
     4761        'Strong' => 'Forte',
     4762        'n/a' => 'n/d',
     4763      },
     4764    },
     4765   'NoiseReduction2' => {
     4766      Description => 'Riduzione rumore 2',
     4767      PrintConv => {
     4768        'Noise Filter' => 'Filtro rumore',
     4769        'Noise Reduction' => 'Riduzione rumore',
     4770      },
     4771    },
     4772   'NoiseReductionApplied' => 'Riduzione rumore applicata',
     4773   'NoiseReductionIntensity' => 'Intensità riduzione rumore',
     4774   'NoiseReductionMethod' => {
     4775      Description => 'Metodo riduzione rumore',
     4776      PrintConv => {
     4777        'Faster' => 'Più veloce',
     4778      },
     4779    },
     4780   'NoiseReductionMode' => {
     4781      Description => 'Modo riduzione rumore',
     4782      PrintConv => {
     4783        'Off' => 'Spento',
     4784      },
     4785    },
     4786   'NoiseReductionValue' => 'Valore riduzione rumore',
     4787   'Notes' => 'Note',
     4788   'Now' => 'Adesso',
     4789   'NumChannels' => 'Numero canali',
     4790   'NumSampleFrames' => 'Numero fotogrammi campionamento',
     4791   'NumberOfFocusPoints' => {
     4792      PrintConv => {
     4793        '11 Points' => '11 punti',
     4794      },
     4795    },
     4796   'NumberofInks' => 'Numero di inchiostri',
     4797   'OKButton' => {
     4798      PrintConv => {
     4799        'Not Used' => 'Non usato',
     4800        'Off' => 'Spento',
     4801      },
     4802    },
     4803   'OPIProxy' => {
     4804      Description => 'Proxy OPI',
     4805      PrintConv => {
     4806        'Higher resolution image does not exist' => 'Immagine a risoluzione maggiore non esistente',
     4807        'Higher resolution image exists' => 'Immagine a risoluzione maggiore esistente',
     4808      },
     4809    },
     4810   'OSVersion' => 'Versione OS',
     4811   'Object' => 'Oggetto',
    13604812   'ObjectAttributeReference' => 'Genere intellettuale',
    13614813   'ObjectCycle' => {
    1362       Description => 'Ciclo Oggetto',
     4814      Description => 'Ciclo oggetto',
    13634815      PrintConv => {
    13644816        'Both Morning and Evening' => 'Entrambi',
     
    13684820    },
    13694821   'ObjectFileType' => {
    1370       PrintConv => {
     4822      Description => 'Tipo file oggetto',
     4823      PrintConv => {
     4824        'Core file' => 'File core',
     4825        'Demand paged executable' => 'Eseguibile paginato a richiesta',
     4826        'Dynamic link editor' => 'Editor con collegamenti dinamici',
     4827        'Dynamic link library' => 'Libreria a collegamento dinamico',
     4828        'Dynamically bound bundle' => 'Pacchetto incorporato dinamicamente',
     4829        'Dynamically bound shared library' => 'Libreria condivisa collegata dinamicamente',
     4830        'Executable application' => 'Applicazione eseguibile',
     4831        'Executable file' => 'File eseguibile',
     4832        'Fixed VM shared library' => 'Libreria fissa VM condivisa',
     4833        'Font' => 'Carattere',
    13714834        'None' => 'Nessuno',
    1372         'Unknown' => 'Sconosciuta',
     4835        'Preloaded executable' => 'Eseguibile precaricato',
     4836        'Relocatable file' => 'File rilocabile',
     4837        'Relocatable object' => 'Oggetto rilocabile',
     4838        'Shared library stub for static linking' => 'Stub libreria condivisa per il collegamenti statici',
     4839        'Shared object file' => 'File con oggetti condivisi',
     4840        'Static library' => 'Libreria statica',
     4841        'Unknown' => 'Sconosciuto',
    13734842      },
    13744843    },
    13754844   'ObjectName' => 'Titolo',
     4845   'ObjectPreviewFileFormat' => {
     4846      PrintConv => {
     4847        'Ritzaus Bureau NITF version (RBNITF DTD)' => 'Versione Ritzaus Bureau NITF (RBNITF DTD)',
     4848      },
     4849    },
    13764850   'ObjectTypeReference' => 'Riferimento Tipo Oggetto',
    13774851   'OffsetSchema' => 'Schema Offset',
    1378    'OldSubfileType' => 'Tipo subfile',
     4852   'OldSubfileType' => {
     4853      Description => 'Vecchio tipo sotto-file',
     4854      PrintConv => {
     4855        'Full-resolution image' => 'Immagine con risoluzione originale',
     4856        'Reduced-resolution image' => 'Immagine a risoluzione ridotta',
     4857        'Single page of multi-page image' => 'Singola pagina di un\'immagine multi-pagina',
     4858      },
     4859    },
     4860   'OneTouchWB' => {
     4861      PrintConv => {
     4862        'Off' => 'Spento',
     4863      },
     4864    },
     4865   'OpEndPic' => 'Fine immagine',
     4866   'OpcodeList1' => 'Lista opcode 1',
     4867   'OpcodeList2' => 'Lista opcode 2',
     4868   'OpcodeList3' => 'Lista opcode 3',
     4869   'OpticalZoomMode' => {
     4870      PrintConv => {
     4871        'Extended' => 'Esteso',
     4872      },
     4873    },
     4874   'OpticalZoomOn' => {
     4875      PrintConv => {
     4876        'Off' => 'Spento',
     4877      },
     4878    },
    13794879   'Opto-ElectricConvFactor' => 'Fattore di conversione optoelettrica',
    13804880   'Orientation' => {
    1381       Description => 'Orientamento dell\'immagine',
    1382       PrintConv => {
    1383         'Horizontal (normal)' => '0° (alto/sinistra)',
    1384         'Mirror horizontal' => 'Rifletti in orizzontale',
    1385         'Mirror horizontal and rotate 270 CW' => 'Rifletti in orizzontale e ruota di 270° in senso orario',
    1386         'Mirror horizontal and rotate 90 CW' => 'Rifletti in orizzontale e ruota di 90° in senso orario',
    1387         'Mirror vertical' => 'Rifletti in verticale',
    1388         'Rotate 180' => '180° (basso/destra)',
     4881      Description => 'Orientamento',
     4882      PrintConv => {
     4883        'Horizontal (normal)' => 'Orizzontale (normale)',
     4884        'Mirror horizontal' => 'Rifletti orizzontalmente',
     4885        'Mirror horizontal and rotate 270 CW' => 'Rifletti orizzontalmente e ruota di 270° in senso orario',
     4886        'Mirror horizontal and rotate 90 CW' => 'Rifletti orizzontalmente e ruota di 90° in senso orario',
     4887        'Mirror vertical' => 'Rifletti verticalmente',
     4888        'Rotate 180' => 'Ruota di 180°',
    13894889        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
    1390         'Rotate 90 CW' => '90° senso antiorario (destra/alto)',
    1391       },
    1392     },
     4890        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     4891        'Tiled' => 'Tassellato',
     4892      },
     4893    },
     4894   'Origin' => 'Origine',
     4895   'OriginCode' => 'Codice origine',
     4896   'OriginPlatform' => {
     4897      Description => 'Piattaforma origine',
     4898      PrintConv => {
     4899        'Print' => 'Stampa',
     4900      },
     4901    },
     4902   'OriginalAlbum' => 'Album originale',
     4903   'OriginalAlbumTitle' => 'Titolo album originale',
     4904   'OriginalArtist' => 'Artista originale',
     4905   'OriginalFileName' => 'Nome file originale',
     4906   'OriginalLyricist' => 'Paroliere originale',
     4907   'OriginalMedia' => {
     4908      PrintConv => {
     4909        'False' => 'Falso',
     4910      },
     4911    },
     4912   'OriginalRawFileData' => 'Dati file raw originale',
     4913   'OriginalRawFileDigest' => 'Sommario file raw originale',
     4914   'OriginalRawFileName' => 'Nome file raw originale',
     4915   'OriginalReleaseTime' => 'Ora di rilascio originale',
     4916   'OriginalReleaseYear' => 'Anno di rilascio originale',
    13934917   'OriginalTransmissionReference' => 'ID Lavoro',
    13944918   'OriginatingProgram' => 'Programma d\'origine',
     4919   'OtherCodecDescription' => 'Descrizione altro codec',
     4920   'OtherCodecName' => 'Nome altro codec',
     4921   'OtherImageLength' => 'Altra lunghezza immagine',
     4922   'OtherImageStart' => 'Altro inizio immagine',
    13954923   'OwnerID' => 'ID proprietario',
     4924   'OwnerName' => 'Nome proprietario',
    13964925   'PEFVersion' => 'Versione PEF',
    1397    'PageName' => 'Nome Pagina',
    1398    'PageNumber' => 'Numero Pagina',
     4926   'PEType' => 'Tipo PE',
     4927   'PackingMethod' => {
     4928      PrintConv => {
     4929        'Fast' => 'Veloce',
     4930        'Fastest' => 'Massimamente veloce',
     4931        'Normal' => 'Normale',
     4932      },
     4933    },
     4934   'PageName' => 'Nome pagina',
     4935   'PageNumber' => 'Numero pagina',
     4936   'PanOrientation' => {
     4937      PrintConv => {
     4938        '[unused]' => '[non usato]',
     4939      },
     4940    },
     4941   'PanasonicRawVersion' => 'Versione raw Panasonic',
     4942   'PanasonicTitle' => 'Titolo Panasonic',
     4943   'PanasonicTitle2' => 'Titolo Panasonic 2',
     4944   'PanoramaSize3D' => {
     4945      Description => 'Dimensione panomara 3D',
     4946      PrintConv => {
     4947        'Wide' => 'Ampio',
     4948        'n/a' => 'n/d',
     4949      },
     4950    },
     4951   'PartOfSet' => 'Parte del gruppo',
     4952   'PaymentURL' => 'URL pagamento',
     4953   'PeakValue' => 'Valore di picco',
     4954   'PerformerSortOrder' => 'Ordinamento interprete',
     4955   'PeripheralLighting' => {
     4956      PrintConv => {
     4957        'Off' => 'Spento',
     4958      },
     4959    },
     4960   'PeripheralLightingSetting' => {
     4961      PrintConv => {
     4962        'Off' => 'Spento',
     4963      },
     4964    },
     4965   'PhaseDetectAF' => {
     4966      PrintConv => {
     4967        'Off' => 'Spento',
     4968      },
     4969    },
     4970   'PhotoEffect' => {
     4971      PrintConv => {
     4972        'Off' => 'Spento',
     4973        'Sepia' => 'Seppia',
     4974        'Vivid' => 'Vivace',
     4975      },
     4976    },
     4977   'PhotoEffects' => {
     4978      PrintConv => {
     4979        'Off' => 'Spento',
     4980      },
     4981    },
    13994982   'PhotoEffectsType' => {
    14004983      PrintConv => {
    14014984        'None' => 'Nessuno',
     4985        'Sepia' => 'Seppia',
     4986        'Tinted' => 'Tinteggiato',
     4987      },
     4988    },
     4989   'PhotoInfoPlayback' => {
     4990      PrintConv => {
     4991        'Off' => 'Spento',
    14024992      },
    14034993    },
    14044994   'PhotometricInterpretation' => {
    1405       Description => 'Composizione del pixel',
     4995      Description => 'Interpretazione fotometrica',
    14064996      PrintConv => {
    14074997        'BlackIsZero' => 'Nero Ú zero',
     4998        'Color Filter Array' => 'Array filtro colore',
     4999        'Linear Raw' => 'Raw lineare',
     5000        'Pixar LogL' => 'Pixar LogLuv',
     5001        'Pixar LogLuv' => 'Pixar LogL',
     5002        'RGB Palette' => 'Tavolozza RGB',
     5003        'Transparency Mask' => 'Maschera trasparenza',
    14085004        'WhiteIsZero' => 'Bianco Ú zero',
    14095005      },
    14105006    },
     5007   'PhotoshopFormat' => {
     5008      PrintConv => {
     5009        'Progressive' => 'Progressivo',
     5010      },
     5011    },
     5012   'Picture' => 'Immagine',
     5013   'PictureControl' => {
     5014      PrintConv => {
     5015        'Off' => 'Spento',
     5016      },
     5017    },
     5018   'PictureControlActive' => {
     5019      PrintConv => {
     5020        'Off' => 'Spento',
     5021      },
     5022    },
    14115023   'PictureControlAdjust' => {
    14125024      PrintConv => {
    14135025        'Default Settings' => 'Impostazioni Predefinite',
    1414         'Full Control' => 'Controllo Totale',
    1415         'Quick Adjust' => 'Regolazione Rapida',
     5026        'Full Control' => 'Controllo completo',
     5027        'Quick Adjust' => 'Regolazione rapida',
     5028      },
     5029    },
     5030   'PictureDescription' => 'Descrizione immagine',
     5031   'PictureEffect' => {
     5032      PrintConv => {
     5033        'Off' => 'Spento',
     5034        'Posterization' => 'Posterizzazione',
     5035        'Posterization B/W' => 'Posterizzazione B&N',
     5036        'Retro Photo' => 'Foto retrò',
    14165037      },
    14175038    },
    14185039   'PictureFinish' => {
    14195040      PrintConv => {
     5041        'Evening Scene' => 'Scena serale',
    14205042        'Portrait' => 'Verticale',
    14215043      },
    14225044    },
     5045   'PictureFormat' => 'Formato immagine',
     5046   'PictureMIMEType' => 'MIME type immagine',
    14235047   'PictureMode' => {
    14245048      PrintConv => {
     5049        '1/2 EV steps' => 'Step 1/2 EV',
     5050        '1/3 EV steps' => 'Step 1/3 EV',
    14255051        'Aperture-priority AE' => 'Priorità diaframma',
     5052        'Fireworks' => 'Fuochi artificiali',
     5053        'Fisheye' => 'Fish-eye',
     5054        'Flower' => 'Fiore',
     5055        'Forest' => 'Foresta',
     5056        'Green' => 'Verde',
     5057        'Kids' => 'Bambini',
    14265058        'Landscape' => 'Orizzontale',
    14275059        'Manual' => 'Manuale',
     5060        'No Flash' => 'No flash',
    14285061        'Portrait' => 'Verticale',
    1429         'Shutter speed priority AE' => 'Priorità otturatore',
     5062        'Program' => 'Programma',
     5063        'Program (HyP)' => 'Programma (HyP)',
     5064        'Program AE' => 'Programma AE',
     5065        'Purple' => 'Porpora',
     5066        'Quick Macro' => 'Macro veloce',
     5067        'Red' => 'Rosso',
     5068        'Sepia' => 'Seppia',
     5069        'Shutter speed priority AE' => 'Priorità otturatore AE',
     5070        'Sunset' => 'Tramonto',
     5071        'Text' => 'Testo',
     5072        'Vivid' => 'Vivace',
    14305073      },
    14315074    },
     
    14345077        'Aperture Priority' => 'Priorità diaframma',
    14355078        'Manual' => 'Manuale',
     5079        'Program AE' => 'Programma AE',
     5080        'Scene Mode' => 'Modo scena',
    14365081        'Shutter Speed Priority' => 'Priorità otturatore',
    14375082      },
     
    14435088        'Red' => 'Rosso',
    14445089        'Yellow' => 'Giallo',
     5090        'n/a' => 'n/d',
     5091      },
     5092    },
     5093   'PictureModeEffect' => {
     5094      PrintConv => {
     5095        'Low' => 'Basso',
     5096        'n/a' => 'n/d',
    14455097      },
    14465098    },
     
    14485100      PrintConv => {
    14495101        'Green' => 'Verde',
     5102        'Purple' => 'Porpora',
     5103        'Sepia' => 'Seppia',
     5104        'n/a' => 'n/d',
    14505105      },
    14515106    },
     
    14575112      },
    14585113    },
    1459    'PixelFormat' => 'Formato-Pixel',
     5114   'PictureType' => {
     5115      Description => 'Tipo immagine',
     5116      PrintConv => {
     5117        '32x32 PNG Icon' => 'Icona PNG 32x32',
     5118        'Artist' => 'Artista',
     5119        'Back Cover' => 'Retrocopertina',
     5120        'Band Logo' => 'Logo band',
     5121        'Bright(ly) Colored Fish' => 'Pesci dai vivaci colori',
     5122        'Capture from Movie or Video' => 'Acquisizione da film o video',
     5123        'Composer' => 'Compositore',
     5124        'Conductor' => 'Direttore d\'orchestra',
     5125        'Front Cover' => 'Copertina',
     5126        'Illustration' => 'Illustrazione',
     5127        'Lead Artist' => 'Artista principale',
     5128        'Leaflet' => 'Volantino',
     5129        'Lyricist' => 'Paroliere',
     5130        'Other' => 'Altro',
     5131        'Other Icon' => 'Altra icona',
     5132        'Performance' => 'Interpretazione',
     5133        'Publisher Logo' => 'Logo editore',
     5134        'Recording Session' => 'Sessione registrazione',
     5135        'Recording Studio or Location' => 'Studio/luogo registrazione',
     5136      },
     5137    },
     5138   'PictureWizardMode' => {
     5139      PrintConv => {
     5140        'Forest' => 'Foresta',
     5141        'Landscape' => 'Orizzontale',
     5142        'Retro' => 'Retrò',
     5143        'Vivid' => 'Vivace',
     5144        'n/a' => 'n/d',
     5145      },
     5146    },
     5147   'PixelFormat' => {
     5148      Description => 'Formato pixel',
     5149      PrintConv => {
     5150        '112-bit 6 Channels Alpha' => '112-bit 6 canali trasparenza',
     5151        '112-bit 7 Channels' => '112-bit 7 canali',
     5152        '128-bit 7 Channels Alpha' => '128-bit 7 canali trasparenza',
     5153        '128-bit 8 Channels' => '128-bit 8 canali',
     5154        '128-bit PRGBA Float' => '128-bit PRGBA virgola mobile',
     5155        '128-bit RGB Float' => '128-bit RGB virgola mobile',
     5156        '128-bit RGBA Fixed Point' => '128-bit RGBA virgola fissa',
     5157        '128-bit RGBA Float' => '128-bit RGBA virgola mobile',
     5158        '144-bit 8 Channels Alpha' => '144-bit 8 canali trasparenza',
     5159        '16-bit Gray' => '16-bit grigio',
     5160        '16-bit Gray Half' => '16-bit grigio metà',
     5161        '24-bit 3 Channels' => '24-bit 3 canali',
     5162        '32-bit 3 Channels Alpha' => '32-bit 3 canali trasparenza',
     5163        '32-bit 4 Channels' => '32-bit 4 canali',
     5164        '32-bit Gray Fixed Point' => '32-bit punto grigio virgola fissa',
     5165        '32-bit Gray Float' => '32-bit punto grigio virgola mobile',
     5166        '40-bit 4 Channels Alpha' => '40-bit 4 canali trasparenza',
     5167        '40-bit 5 Channels' => '40-bit 5 canali',
     5168        '40-bit CMYK Alpha' => '40-bit CMYK trasparenza',
     5169        '48-bit 3 Channels' => '48-bit 3 canali',
     5170        '48-bit 5 Channels Alpha' => '48-bit 5 canali trasparenza',
     5171        '48-bit 6 Channels' => '48-bit 6 canali',
     5172        '48-bit RGB Fixed Point' => '48-bit RGB virgola fissa',
     5173        '48-bit RGB Half' => '48-bit RGB metà',
     5174        '56-bit 6 Channels Alpha' => '56-bit 6 canali trasparenza',
     5175        '56-bit 7 Channels' => '56-bit 7 canali',
     5176        '64-bit 3 Channels Alpha' => '64-bit 3 canali trasparenza',
     5177        '64-bit 4 Channels' => '64-bit 4 canali',
     5178        '64-bit 7 Channels Alpha' => '64-bit 7 canali trasparenza',
     5179        '64-bit 8 Channels' => '64-bit 8 canali',
     5180        '64-bit RGBA Fixed Point' => '64-bit RGBA virgola fissa',
     5181        '64-bit RGBA Half' => '64-bit RGBA mezzi toni',
     5182        '72-bit 8 Channels Alpha' => '72-bit 8 canali trasparenza',
     5183        '8-bit Gray' => '8-bit grigio',
     5184        '80-bit 4 Channels Alpha' => '80-bit 4 canali trasparenza',
     5185        '80-bit 5 Channels' => '80-bit 5 canali',
     5186        '80-bit CMYK Alpha' => '80-bit CMYK trasparenza',
     5187        '96-bit 5 Channels Alpha' => '96-bit 5 canali trasparenza',
     5188        '96-bit 6 Channels' => '96-bit 6 canali',
     5189        '96-bit RGB Fixed Point' => '96-bit RGB virgola fissa',
     5190        'Black & White' => 'Bianco e nero',
     5191      },
     5192    },
     5193   'PixelIntensityRange' => 'Intervallo intensità pixel',
     5194   'PixelMagicJBIGOptions' => 'Opzioni Pixel Magic JBIG',
     5195   'PixelScale' => 'Scala pixel',
    14605196   'PixelUnits' => {
    14615197      PrintConv => {
    1462         'Unknown' => 'Sconosciuta',
     5198        'Unknown' => 'Sconosciuto',
    14635199      },
    14645200    },
    14655201   'PlanarConfiguration' => {
    1466       Description => 'Regolazione Dati Immagine',
    1467       PrintConv => {
    1468         'Chunky' => 'Formato spezzettato',
    1469         'Planar' => 'Formato planare',
    1470       },
    1471     },
     5202      Description => 'Configurazione planare',
     5203      PrintConv => {
     5204        'Chunky' => 'Spezzettato',
     5205        'Planar' => 'Planare',
     5206      },
     5207    },
     5208   'PlayCounter' => 'Conteggio esecuzioni',
     5209   'PlayGap' => {
     5210      PrintConv => {
     5211        'No Gap' => 'Nessun salto',
     5212      },
     5213    },
     5214   'PlaylistDelay' => 'Attesa playlist',
     5215   'PortraitRefiner' => {
     5216      PrintConv => {
     5217        'Off' => 'Spento',
     5218      },
     5219    },
     5220   'Position' => 'Posizione',
     5221   'PostScriptFontName' => 'Nome carattere PostScript',
     5222   'PostprocessingFunction' => 'Funzione post-processamento',
     5223   'PowerSource' => 'Fonte alimentazione',
     5224   'PowerUpTime' => 'Ora accensione',
     5225   'Predictor' => {
     5226      Description => 'Predittore',
     5227      PrintConv => {
     5228        'Horizontal differencing' => 'Differenziazione orizzontale',
     5229        'None' => 'Nessuno',
     5230      },
     5231    },
     5232   'PredictorColumns' => 'Colonne predittore',
     5233   'PredictorConstants' => 'Costanti predittore',
     5234   'PredictorRows' => 'Righe predittore',
     5235   'PreferredFamily' => 'Famiglia preferita',
     5236   'PreferredSubfamily' => 'Sotto-famiglia preferita',
     5237   'PreferredVolume' => 'Volume preferito',
     5238   'Prefs' => 'Preferenze',
     5239   'PresetWhiteBalance' => {
     5240      PrintConv => {
     5241        'Camera Setting' => 'Impostazioni fotocamera',
     5242        'Fluorescent' => 'Fluorescente',
     5243        'Shade' => 'Ombrato',
     5244      },
     5245    },
     5246   'PrevFileName' => 'Nome file precedente',
     5247   'PrevSize' => 'Dimensione precedente',
     5248   'PrevUID' => 'UID precedente',
     5249   'Preview' => 'Anteprima',
    14725250   'Preview0' => 'Anteprima 0 ',
    14735251   'Preview1' => 'Anteprima 1 ',
    14745252   'Preview2' => 'Anteprima 2',
    1475    'PreviewApplicationName' => 'Anteprima Nome Applicazione',
    1476    'PreviewApplicationVersion' => 'Anteprima Versione Applicazione',
     5253   'PreviewApplicationName' => 'Nome applicazione anteprima ',
     5254   'PreviewApplicationVersion' => 'Versione applicazione anteprima ',
     5255   'PreviewButton' => {
     5256      Description => 'Pulsante anteprima',
     5257      PrintConv => {
     5258        'Flash Off' => 'Flash spento',
     5259        'None' => 'Nessuno',
     5260        'Preview' => 'Anteprima',
     5261        'Virtual Horizon' => 'Orizzonte virtuale',
     5262      },
     5263    },
     5264   'PreviewButtonPlusDials' => {
     5265      PrintConv => {
     5266        'Choose Image Area' => 'Seleziona area immagine',
     5267        'None' => 'Nessuno',
     5268      },
     5269    },
    14775270   'PreviewColorSpace' => {
    1478       Description => 'Anteprima Spazio Colore',
    1479       PrintConv => {
    1480         'Unknown' => 'Sconosciuta',
    1481       },
    1482     },
    1483    'PreviewDateTime' => 'Anteprima Data Ora',
     5271      Description => 'Spazio colore anteprima',
     5272      PrintConv => {
     5273        'Gray Gamma 2.2' => 'Gamma grigio 2.2',
     5274        'Unknown' => 'Sconosciuto',
     5275      },
     5276    },
     5277   'PreviewDate' => 'Data anteprima',
     5278   'PreviewDateTime' => 'Data ora anteprima',
     5279   'PreviewDuration' => 'Durata anteprima',
    14845280   'PreviewIFD' => 'Anteprima Puntatore IFD',
    1485    'PreviewImage' => 'Anteprima',
     5281   'PreviewImage' => 'Immagine anteprima',
     5282   'PreviewImageBorders' => 'Bordi immagine anteprima',
     5283   'PreviewImageData' => 'Altezza immagine anteprima',
     5284   'PreviewImageHeight' => 'Altezza immagine anteprima',
     5285   'PreviewImageLength' => 'Lunghezza immagine anteprima',
     5286   'PreviewImageName' => 'Nome immagine anteprima',
     5287   'PreviewImageSize' => 'Dimensioni immagine anteprima',
     5288   'PreviewImageStart' => 'Inizio immagine anteprima',
     5289   'PreviewImageType' => 'Tipo immagine anteprima',
    14865290   'PreviewImageValid' => {
    1487       PrintConv => {
    1488         'Yes' => 'Si',
    1489       },
    1490     },
     5291      Description => 'Immagine anteprima valida',
     5292      PrintConv => {
     5293        'Yes' => 'Sì',
     5294      },
     5295    },
     5296   'PreviewImageWidth' => 'Larghezza immagine anteprima',
     5297   'PreviewInfo' => 'Info anteprima',
    14915298   'PreviewQuality' => {
     5299      Description => 'Qualtià anteprima',
    14925300      PrintConv => {
    14935301        'Normal' => 'Normale',
    14945302      },
    14955303    },
    1496    'PreviewSettingsName' => 'Anteprima Nome Impostazioni',
     5304   'PreviewSettingsDigest' => 'Sommario impostazioni anteprima',
     5305   'PreviewSettingsName' => 'Nome impostazioni anteprima',
    14975306   'PrimaryAFPoint' => {
    14985307      PrintConv => {
     5308        '(none)' => '(nessuno)',
    14995309        'Bottom' => 'Basso',
    15005310        'C6 (Center)' => 'C6 (Centro)',
    15015311        'Center' => 'Centro',
    1502         'Far Left' => 'Tutto a Sinistra',
    1503         'Far Right' => 'Tutto a Destra',
    1504         'Lower-left' => 'Inferiore Sinistro',
    1505         'Lower-right' => 'Inferiore Destro',
    1506         'Mid-left' => 'Sinistra',
    1507         'Mid-right' => 'Destra',
     5312        'Far Left' => 'Tutto a sinistra',
     5313        'Far Right' => 'Tutto a destra',
     5314        'Lower-left' => 'Inferiore sinistro',
     5315        'Lower-right' => 'Inferiore destro',
     5316        'Mid-left' => 'Centro/sinistra',
     5317        'Mid-right' => 'Centro/destra',
    15085318        'Top' => 'Alto',
    1509         'Upper-left' => 'Superiore Sinistro',
    1510         'Upper-right' => 'Superiore Destro',
     5319        'Upper-left' => 'Superiore sinistro',
     5320        'Upper-right' => 'Superiore destro',
    15115321      },
    15125322    },
    15135323   'PrimaryChromaticities' => 'Cromatismo dei colori primari',
    15145324   'PrimaryPlatform' => 'Piattaforma primaria',
    1515    'ProductID' => 'ID Prodotto',
    1516    'ProfileCMMType' => 'Tipo Profilo CMM',
     5325   'PrintIM' => 'Stampa Image Matching',
     5326   'PrintIMVersion' => 'Versione PrintIM',
     5327   'PrintPriority' => 'Priorità stampa',
     5328   'PrintQuality' => 'Qualità stampa',
     5329   'PrintScale' => 'Scala stampa',
     5330   'PrinterName' => 'Nome stampante',
     5331   'Priority' => 'Priorità',
     5332   'PrivateBuild' => 'Compilazione privata',
     5333   'ProcessingSoftware' => 'Software di elaborazione',
     5334   'ProducedNotice' => 'Note prodotte',
     5335   'Product' => 'Prodotto',
     5336   'ProductDescription' => 'Descrizione prodotto',
     5337   'ProductID' => 'ID prodotto',
     5338   'ProductName' => 'Nome prodotto',
     5339   'ProductVersion' => 'Versione prodotto',
     5340   'ProductVersionNumber' => 'Numero di versione prodotto',
     5341   'Profession' => 'Professione',
     5342   'Profile' => 'Profilo',
     5343   'ProfileAndLevel' => 'Profilo e livello',
     5344   'ProfileCMMType' => 'Tipo profilo CMM',
     5345   'ProfileCalibrationSig' => 'Segn calibrazione profilo',
    15175346   'ProfileClass' => {
    1518       Description => 'Classe Profilo',
     5347      Description => 'Classe profilo',
    15195348      PrintConv => {
    15205349        'Abstract Profile' => 'Profilo Astratto',
     
    15285357      },
    15295358    },
    1530    'ProfileConnectionSpace' => 'Profilo Spazio Connessione',
    1531    'ProfileCopyright' => 'Copyright del Profilo',
    1532    'ProfileCreator' => 'Autore Profilo',
    1533    'ProfileDateTime' => 'Data Ora Profilo',
     5359   'ProfileConnectionSpace' => 'Spazio connessione profilo',
     5360   'ProfileCopyright' => 'Copyright profilo',
     5361   'ProfileCreator' => 'Autore profilo',
     5362   'ProfileDateTime' => 'Data/ora profilo',
    15345363   'ProfileDescription' => 'Descrizione del Profilo',
    15355364   'ProfileDescriptionML' => 'Descrizione profilo multilinguaggio.',
    15365365   'ProfileEmbedPolicy' => {
     5366      Description => 'Politica incorporamento profilo',
    15375367      PrintConv => {
    15385368        'Allow Copying' => 'Permetti la copia',
     5369        'Embed if Used' => 'Incorpora se usato',
     5370        'Never Embed' => 'Non incorporare mai',
    15395371        'No Restrictions' => 'Nessuna restrizione',
    15405372      },
    15415373    },
    1542    'ProfileFileSignature' => 'Firma File Profilo',
    1543    'ProfileID' => 'ID Profilo',
    1544    'ProfileName' => 'Nome Profilo',
     5374   'ProfileFileSignature' => 'Firma file profilo',
     5375   'ProfileID' => {
     5376      Description => 'ID profilo',
     5377      PrintConv => {
     5378        'Not Specified' => 'Non specificato',
     5379      },
     5380    },
     5381   'ProfileName' => 'Nome profilo',
    15455382   'ProfileSequenceDesc' => 'Descrizione della Sequenza del Profilo',
    1546    'ProfileVersion' => 'Versione Profilo',
     5383   'ProfileType' => {
     5384      Description => 'Tipo profilo',
     5385      PrintConv => {
     5386        'Unspecified' => 'Non specificato',
     5387      },
     5388    },
     5389   'ProfileVersion' => 'Versione profilo',
     5390   'ProgID' => 'ID programma',
     5391   'ProgramISO' => {
     5392      PrintConv => {
     5393        'n/a' => 'n/d',
     5394      },
     5395    },
     5396   'ProgramKind' => 'Tipo di programma',
    15475397   'ProgramLine' => {
    15485398      PrintConv => {
     
    15515401    },
    15525402   'ProgramMode' => {
     5403      Description => 'Modo programma',
    15535404      PrintConv => {
    15545405        'None' => 'Nessuno',
    15555406        'Portrait' => 'Verticale',
    1556       },
    1557     },
    1558    'ProgramVersion' => 'Versione Programma',
     5407        'Sunset' => 'Tramonto',
     5408        'Text' => 'Testo',
     5409      },
     5410    },
     5411   'ProgramName' => 'Nome programma',
     5412   'ProgramNumber' => 'Numero programma',
     5413   'ProgramVersion' => 'Versione programma',
     5414   'ProgrammingGroupKind' => 'Tipo gruppo programmazione',
     5415   'ProgrammingGroupTitle' => 'Titolo gruppo programmazione',
     5416   'ProgressiveScans' => 'Scansioni progressive',
     5417   'Project' => 'Progetto',
     5418   'ProjectName' => 'Nome progetto',
     5419   'ProjectNumber' => 'Numero progetto',
     5420   'ProjectRef' => 'Rif progetto',
     5421   'ProjectSet' => 'Set progetto',
     5422   'ProjectedCSType' => {
     5423      Description => 'Tipo CS proiettato',
     5424      PrintConv => {
     5425        'ETRS89 Poland CS2000 zone 5' => 'ETRS89 Poland CS2000 zona 5',
     5426        'ETRS89 Poland CS2000 zone 7' => 'ETRS89 Poland CS2000 zona 7',
     5427        'ETRS89 Poland CS2000 zone 8' => 'ETRS89 Poland CS2000 zona 8',
     5428        'PSAD56 UTM zone 17S' => 'PSAD56 UTM zona 17S',
     5429        'PSAD56 UTM zone 18N' => 'PSAD56 UTM zona 18N',
     5430        'PSAD56 UTM zone 18S' => 'PSAD56 UTM zona 18S',
     5431        'PSAD56 UTM zone 19N' => 'PSAD56 UTM zona 19N',
     5432        'PSAD56 UTM zone 19S' => 'PSAD56 UTM zona 19S',
     5433        'PSAD56 UTM zone 20N' => 'PSAD56 UTM zona 20N',
     5434        'PSAD56 UTM zone 20S' => 'PSAD56 UTM zona 20S',
     5435        'PSAD56 UTM zone 21N' => 'PSAD56 UTM zona 21N',
     5436        'Pulkovo Gauss zone 10' => 'Pulkovo Gauss zona 10',
     5437        'Pulkovo Gauss zone 11' => 'Pulkovo Gauss zona 11',
     5438        'Pulkovo Gauss zone 12' => 'Pulkovo Gauss zona 12',
     5439        'Pulkovo Gauss zone 13' => 'Pulkovo Gauss zona 13',
     5440        'Pulkovo Gauss zone 14' => 'Pulkovo Gauss zona 14',
     5441        'Pulkovo Gauss zone 15' => 'Pulkovo Gauss zona 15',
     5442        'Pulkovo Gauss zone 16' => 'Pulkovo Gauss zona 16',
     5443        'Pulkovo Gauss zone 17' => 'Pulkovo Gauss zona 17',
     5444        'Pulkovo Gauss zone 18' => 'Pulkovo Gauss zona 18',
     5445        'Pulkovo Gauss zone 19' => 'Pulkovo Gauss zona 19',
     5446        'Pulkovo Gauss zone 20' => 'Pulkovo Gauss zona 20',
     5447        'Pulkovo Gauss zone 21' => 'Pulkovo Gauss zona 21',
     5448        'Pulkovo Gauss zone 22' => 'Pulkovo Gauss zona 22',
     5449        'Pulkovo Gauss zone 23' => 'Pulkovo Gauss zona 23',
     5450        'Pulkovo Gauss zone 24' => 'Pulkovo Gauss zona 24',
     5451        'Pulkovo Gauss zone 25' => 'Pulkovo Gauss zona 25',
     5452        'Pulkovo Gauss zone 26' => 'Pulkovo Gauss zona 26',
     5453        'Pulkovo Gauss zone 27' => 'Pulkovo Gauss zona 27',
     5454        'Pulkovo Gauss zone 28' => 'Pulkovo Gauss zona 28',
     5455        'Pulkovo Gauss zone 29' => 'Pulkovo Gauss zona 29',
     5456        'Pulkovo Gauss zone 30' => 'Pulkovo Gauss zona 30',
     5457        'Pulkovo Gauss zone 31' => 'Pulkovo Gauss zona 31',
     5458        'Pulkovo Gauss zone 32' => 'Pulkovo Gauss zona 32',
     5459        'Pulkovo Gauss zone 4' => 'Pulkovo Gauss zona 4',
     5460        'Pulkovo Gauss zone 5' => 'Pulkovo Gauss zona 5',
     5461        'Pulkovo Gauss zone 6' => 'Pulkovo Gauss zona 6',
     5462        'Pulkovo Gauss zone 7' => 'Pulkovo Gauss zona 7',
     5463        'Pulkovo Gauss zone 8' => 'Pulkovo Gauss zona 8',
     5464        'Pulkovo Gauss zone 9' => 'Pulkovo Gauss zona 9',
     5465        'Sudan UTM zone 35N' => 'Sudan UTM zona 35N',
     5466        'Sudan UTM zone 36N' => 'Sudan UTM zona 36N',
     5467      },
     5468    },
     5469   'Projection' => 'Proiezione',
     5470   'ProjectionAlgorithm' => 'Algoritmo proiezione',
     5471   'ProjectionAngle' => 'Angolo proiezione',
     5472   'Projects' => 'Progetti',
     5473   'Properties' => 'Proprietà',
     5474   'PropertyReleaseStatus' => {
     5475      PrintConv => {
     5476        'None' => 'Nessuno',
     5477        'Not Applicable' => 'Non applicabile',
     5478      },
     5479    },
     5480   'Protect' => 'Proteggi',
     5481   'Protected' => 'Protetto',
     5482   'ProtocolName' => 'Nome protocollo',
    15595483   'Province-State' => 'Provincia/Stato',
     5484   'PublicationDate' => 'Data pubblicazione',
     5485   'PublicationName' => 'Nome pubblicazione',
     5486   'PublicationSets' => 'Set pupplicazione',
     5487   'Publisher' => 'Editore',
     5488   'PublisherURL' => 'URL editore',
     5489   'PurchaseDate' => 'Data acquisto',
     5490   'PurchaserAccountName' => 'Nome account acquirente',
     5491   'PurchaserAccountNumber' => 'Numero account acquirente',
     5492   'PurchaserIdentificationKind' => 'Tipo identificazione acquirente',
     5493   'PurchaserIdentificationValue' => 'Valore identificazione acquirente',
     5494   'PurchasingDepartment' => 'Reparto acquirente',
     5495   'PurchasingOrganizationName' => 'Nome organizzazione acquirente',
     5496   'Purpose' => 'Scopo',
     5497   'PurposeOfReferenceCodeSequence' => 'Scopo sequenza codici riferimento',
     5498   'PyramidLevels' => 'Livelli piramite',
    15605499   'Quality' => {
    15615500      Description => 'Qualità',
    15625501      PrintConv => {
    1563         'Compressed RAW' => 'cRAW',
    1564         'Compressed RAW + JPEG' => 'cRAW+JPEG',
     5502        'Compressed RAW' => 'RAW compresso',
     5503        'Compressed RAW + JPEG' => 'RAW+JPEG compresso',
    15655504        'Extra Fine' => 'Extra fine',
    1566         'Low' => 'Leggero',
     5505        'Low' => 'Basso',
    15675506        'Normal' => 'Normale',
    15685507        'RAW + JPEG' => 'RAW+JPEG',
    1569       },
    1570     },
     5508        'n/a' => 'n/d',
     5509      },
     5510    },
     5511   'QualityControlImage' => 'Immagine controllo qualità',
     5512   'QualityFlag' => 'Indicatore qualità',
    15715513   'QualityMode' => {
     5514      Description => 'Modo qualità',
    15725515      PrintConv => {
    15735516        'Normal' => 'Normale',
    15745517      },
    15755518    },
     5519   'Quantity' => 'Quantità',
     5520   'QuantitySequence' => 'Sequenza quantità',
     5521   'QuantizationDefault' => 'Default quantizzazione',
     5522   'QuantizationMethod' => 'Metodo quantizzazione',
     5523   'QueueStatus' => 'Stato coda',
     5524   'QuickAdjust' => 'Regolazione rapida',
     5525   'QuickControlDialInMeter' => {
     5526      PrintConv => {
     5527        'ISO speed' => 'Velocità ISO',
     5528      },
     5529    },
     5530   'QuickEdit' => 'Modifica velote',
     5531   'QuickMaskInfo' => 'Info maschera veloce',
     5532   'QuickShot' => {
     5533      Description => 'Scatto veloce',
     5534      PrintConv => {
     5535        'Off' => 'Spento',
     5536      },
     5537    },
     5538   'R2ABlueCtbl00' => 'R2 A blu Stbl 30',
     5539   'R2ABlueCtbl01' => 'R2 A blu Stbl 29',
     5540   'R2ABlueCtbl02' => 'R2 A blu Stbl 28',
     5541   'R2ABlueCtbl03' => 'R2 A blu Stbl 27',
     5542   'R2ABlueCtbl04' => 'R2 A blu Stbl 26',
     5543   'R2ABlueCtbl05' => 'R2 A blu Stbl 25',
     5544   'R2ABlueCtbl06' => 'R2 A blu Stbl 24',
     5545   'R2ABlueCtbl07' => 'R2 A blu Stbl 23',
     5546   'R2ABlueCtbl08' => 'R2 A blu Stbl 22',
     5547   'R2ABlueCtbl09' => 'R2 A blu Stbl 21',
     5548   'R2ABlueCtbl10' => 'R2 A blu Stbl 20',
     5549   'R2ABlueCtbl11' => 'R2 A blu Stbl 19',
     5550   'R2ABlueCtbl12' => 'R2 A blu Stbl 18',
     5551   'R2ABlueCtbl13' => 'R2 A blu Stbl 17',
     5552   'R2ABlueCtbl14' => 'R2 A blu Stbl 16',
     5553   'R2ABlueCtbl15' => 'R2 A blu Stbl 15',
     5554   'R2ABlueCtbl16' => 'R2 A blu Stbl 14',
     5555   'R2ABlueCtbl17' => 'R2 A blu Stbl 13',
     5556   'R2ABlueCtbl18' => 'R2 A blu Stbl 12',
     5557   'R2ABlueCtbl19' => 'R2 A blu Stbl 11',
     5558   'R2ABlueCtbl20' => 'R2 A blu Stbl 10',
     5559   'R2ABlueCtbl21' => 'R2 A blu Stbl 09',
     5560   'R2ABlueCtbl22' => 'R2 A blu Stbl 08',
     5561   'R2ABlueCtbl23' => 'R2 A blu Stbl 07',
     5562   'R2ABlueCtbl24' => 'R2 A blu Stbl 06',
     5563   'R2ABlueCtbl25' => 'R2 A blu Stbl 05',
     5564   'R2ABlueCtbl26' => 'R2 A blu Stbl 04',
     5565   'R2ABlueCtbl27' => 'R2 A blu Stbl 03',
     5566   'R2ABlueCtbl28' => 'R2 A blu Stbl 02',
     5567   'R2ABlueCtbl29' => 'R2 A blu Stbl 01',
     5568   'R2ABlueCtbl30' => 'R2 A blu Stbl 00',
     5569   'R2ABlueCtbl31' => 'R2 A blu Ctbl 31',
     5570   'R2ABlueStbl00' => 'R2 A blu Ctbl 30',
     5571   'R2ABlueStbl01' => 'R2 A blu Ctbl 29',
     5572   'R2ABlueStbl02' => 'R2 A blu Ctbl 28',
     5573   'R2ABlueStbl03' => 'R2 A blu Ctbl 27',
     5574   'R2ABlueStbl04' => 'R2 A blu Ctbl 26',
     5575   'R2ABlueStbl05' => 'R2 A blu Ctbl 25',
     5576   'R2ABlueStbl06' => 'R2 A blu Ctbl 24',
     5577   'R2ABlueStbl07' => 'R2 A blu Ctbl 23',
     5578   'R2ABlueStbl08' => 'R2 A blu Ctbl 22',
     5579   'R2ABlueStbl09' => 'R2 A blu Ctbl 21',
     5580   'R2ABlueStbl10' => 'R2 A blu Ctbl 20',
     5581   'R2ABlueStbl11' => 'R2 A blu Ctbl 19',
     5582   'R2ABlueStbl12' => 'R2 A blu Ctbl 18',
     5583   'R2ABlueStbl13' => 'R2 A blu Ctbl 17',
     5584   'R2ABlueStbl14' => 'R2 A blu Ctbl 16',
     5585   'R2ABlueStbl15' => 'R2 A blu Ctbl 15',
     5586   'R2ABlueStbl16' => 'R2 A blu Ctbl 14',
     5587   'R2ABlueStbl17' => 'R2 A blu Ctbl 13',
     5588   'R2ABlueStbl18' => 'R2 A blu Ctbl 12',
     5589   'R2ABlueStbl19' => 'R2 A blu Ctbl 11',
     5590   'R2ABlueStbl20' => 'R2 A blu Ctbl 10',
     5591   'R2ABlueStbl21' => 'R2 A blu Ctbl 09',
     5592   'R2ABlueStbl22' => 'R2 A blu Ctbl 08',
     5593   'R2ABlueStbl23' => 'R2 A blu Ctbl 07',
     5594   'R2ABlueStbl24' => 'R2 A blu Ctbl 06',
     5595   'R2ABlueStbl25' => 'R2 A blu Ctbl 05',
     5596   'R2ABlueStbl26' => 'R2 A blu Ctbl 04',
     5597   'R2ABlueStbl27' => 'R2 A blu Ctbl 03',
     5598   'R2ABlueStbl28' => 'R2 A blu Ctbl 02',
     5599   'R2ABlueStbl29' => 'R2 A blu Ctbl 01',
     5600   'R2ABlueStbl30' => 'R2 A blu Ctbl 00',
     5601   'R2ABlueStbl31' => 'R2 A blu Stbl 31',
     5602   'R2AGreenCtbl00' => 'R2 A verde Ctbl 00',
     5603   'R2AGreenCtbl01' => 'R2 A verde Ctbl 01',
     5604   'R2AGreenCtbl02' => 'R2 A verde Ctbl 02',
     5605   'R2AGreenCtbl03' => 'R2 A verde Ctbl 03',
     5606   'R2AGreenCtbl04' => 'R2 A verde Ctbl 04',
     5607   'R2AGreenCtbl05' => 'R2 A verde Ctbl 05',
     5608   'R2AGreenCtbl06' => 'R2 A verde Ctbl 06',
     5609   'R2AGreenCtbl07' => 'R2 A verde Ctbl 07',
     5610   'R2AGreenCtbl08' => 'R2 A verde Ctbl 08',
     5611   'R2AGreenCtbl09' => 'R2 A verde Ctbl 09',
     5612   'R2AGreenCtbl10' => 'R2 A verde Ctbl 10',
     5613   'R2AGreenCtbl11' => 'R2 A verde Ctbl 11',
     5614   'R2AGreenCtbl12' => 'R2 A verde Ctbl 12',
     5615   'R2AGreenCtbl13' => 'R2 A verde Ctbl 13',
     5616   'R2AGreenCtbl14' => 'R2 A verde Ctbl 14',
     5617   'R2AGreenCtbl15' => 'R2 A verde Ctbl 15',
     5618   'R2AGreenCtbl16' => 'R2 A verde Ctbl 16',
     5619   'R2AGreenCtbl17' => 'R2 A verde Ctbl 17',
     5620   'R2AGreenCtbl18' => 'R2 A verde Ctbl 18',
     5621   'R2AGreenCtbl19' => 'R2 A verde Ctbl 19',
     5622   'R2AGreenCtbl20' => 'R2 A verde Ctbl 20',
     5623   'R2AGreenCtbl21' => 'R2 A verde Ctbl 21',
     5624   'R2AGreenCtbl22' => 'R2 A verde Ctbl 22',
     5625   'R2AGreenCtbl23' => 'R2 A verde Ctbl 23',
     5626   'R2AGreenCtbl24' => 'R2 A verde Ctbl 24',
     5627   'R2AGreenCtbl25' => 'R2 A verde Ctbl 25',
     5628   'R2AGreenCtbl26' => 'R2 A verde Ctbl 26',
     5629   'R2AGreenCtbl27' => 'R2 A verde Ctbl 27',
     5630   'R2AGreenCtbl28' => 'R2 A verde Ctbl 28',
     5631   'R2AGreenCtbl29' => 'R2 A verde Ctbl 29',
     5632   'R2AGreenCtbl30' => 'R2 A verde Ctbl 30',
     5633   'R2AGreenCtbl31' => 'R2 A verde Ctbl 31',
     5634   'R2AGreenStbl00' => 'R2 A verde Stbl 00',
     5635   'R2AGreenStbl01' => 'R2 A verde Stbl 01',
     5636   'R2AGreenStbl02' => 'R2 A verde Stbl 02',
     5637   'R2AGreenStbl03' => 'R2 A verde Stbl 03',
     5638   'R2AGreenStbl04' => 'R2 A verde Stbl 04',
     5639   'R2AGreenStbl05' => 'R2 A verde Stbl 05',
     5640   'R2AGreenStbl06' => 'R2 A verde Stbl 06',
     5641   'R2AGreenStbl07' => 'R2 A verde Stbl 07',
     5642   'R2AGreenStbl08' => 'R2 A verde Stbl 08',
     5643   'R2AGreenStbl09' => 'R2 A verde Stbl 09',
     5644   'R2AGreenStbl10' => 'R2 A verde Stbl 10',
     5645   'R2AGreenStbl11' => 'R2 A verde Stbl 11',
     5646   'R2AGreenStbl12' => 'R2 A verde Stbl 12',
     5647   'R2AGreenStbl13' => 'R2 A verde Stbl 13',
     5648   'R2AGreenStbl14' => 'R2 A verde Stbl 14',
     5649   'R2AGreenStbl15' => 'R2 A verde Stbl 15',
     5650   'R2AGreenStbl16' => 'R2 A verde Stbl 16',
     5651   'R2AGreenStbl17' => 'R2 A verde Stbl 17',
     5652   'R2AGreenStbl18' => 'R2 A verde Stbl 18',
     5653   'R2AGreenStbl19' => 'R2 A verde Stbl 19',
     5654   'R2AGreenStbl20' => 'R2 A verde Stbl 20',
     5655   'R2AGreenStbl21' => 'R2 A verde Stbl 21',
     5656   'R2AGreenStbl22' => 'R2 A verde Stbl 22',
     5657   'R2AGreenStbl23' => 'R2 A verde Stbl 23',
     5658   'R2AGreenStbl24' => 'R2 A verde Stbl 24',
     5659   'R2AGreenStbl25' => 'R2 A verde Stbl 25',
     5660   'R2AGreenStbl26' => 'R2 A verde Stbl 26',
     5661   'R2AGreenStbl27' => 'R2 A verde Stbl 27',
     5662   'R2AGreenStbl28' => 'R2 A verde Stbl 28',
     5663   'R2AGreenStbl29' => 'R2 A verde Stbl 29',
     5664   'R2AGreenStbl30' => 'R2 A verde Stbl 30',
     5665   'R2AGreenStbl31' => 'R2 A verde Stbl 31',
     5666   'R2AHeight' => 'R2 A altezza',
     5667   'R2AIntervals' => 'R2 A intervalli',
     5668   'R2ARedCtbl00' => 'R2 A rosso Ctbl 00',
     5669   'R2ARedCtbl01' => 'R2 A rosso Ctbl 01',
     5670   'R2ARedCtbl02' => 'R2 A rosso Ctbl 02',
     5671   'R2ARedCtbl03' => 'R2 A rosso Ctbl 03',
     5672   'R2ARedCtbl04' => 'R2 A rosso Ctbl 04',
     5673   'R2ARedCtbl05' => 'R2 A rosso Ctbl 05',
     5674   'R2ARedCtbl06' => 'R2 A rosso Ctbl 06',
     5675   'R2ARedCtbl07' => 'R2 A rosso Ctbl 07',
     5676   'R2ARedCtbl08' => 'R2 A rosso Ctbl 08',
     5677   'R2ARedCtbl09' => 'R2 A rosso Ctbl 09',
     5678   'R2ARedCtbl10' => 'R2 A rosso Ctbl 10',
     5679   'R2ARedCtbl11' => 'R2 A rosso Ctbl 11',
     5680   'R2ARedCtbl12' => 'R2 A rosso Ctbl 12',
     5681   'R2ARedCtbl13' => 'R2 A rosso Ctbl 13',
     5682   'R2ARedCtbl14' => 'R2 A rosso Ctbl 14',
     5683   'R2ARedCtbl15' => 'R2 A rosso Ctbl 15',
     5684   'R2ARedCtbl16' => 'R2 A rosso Ctbl 16',
     5685   'R2ARedCtbl17' => 'R2 A rosso Ctbl 17',
     5686   'R2ARedCtbl18' => 'R2 A rosso Ctbl 18',
     5687   'R2ARedCtbl19' => 'R2 A rosso Ctbl 19',
     5688   'R2ARedCtbl20' => 'R2 A rosso Ctbl 20',
     5689   'R2ARedCtbl21' => 'R2 A rosso Ctbl 21',
     5690   'R2ARedCtbl22' => 'R2 A rosso Ctbl 22',
     5691   'R2ARedCtbl23' => 'R2 A rosso Ctbl 23',
     5692   'R2ARedCtbl24' => 'R2 A rosso Ctbl 24',
     5693   'R2ARedCtbl25' => 'R2 A rosso Ctbl 25',
     5694   'R2ARedCtbl26' => 'R2 A rosso Ctbl 26',
     5695   'R2ARedCtbl27' => 'R2 A rosso Ctbl 27',
     5696   'R2ARedCtbl28' => 'R2 A rosso Ctbl 28',
     5697   'R2ARedCtbl29' => 'R2 A rosso Ctbl 29',
     5698   'R2ARedCtbl30' => 'R2 A rosso Ctbl 30',
     5699   'R2ARedCtbl31' => 'R2 A rosso Ctbl 31',
     5700   'R2ARedStbl00' => 'R2 A rosso Stbl 00',
     5701   'R2ARedStbl01' => 'R2 A rosso Stbl 01',
     5702   'R2ARedStbl02' => 'R2 A rosso Stbl 02',
     5703   'R2ARedStbl03' => 'R2 A rosso Stbl 03',
     5704   'R2ARedStbl04' => 'R2 A rosso Stbl 04',
     5705   'R2ARedStbl05' => 'R2 A rosso Stbl 05',
     5706   'R2ARedStbl06' => 'R2 A rosso Stbl 06',
     5707   'R2ARedStbl07' => 'R2 A rosso Stbl 07',
     5708   'R2ARedStbl08' => 'R2 A rosso Stbl 08',
     5709   'R2ARedStbl09' => 'R2 A rosso Stbl 09',
     5710   'R2ARedStbl10' => 'R2 A rosso Stbl 10',
     5711   'R2ARedStbl11' => 'R2 A rosso Stbl 11',
     5712   'R2ARedStbl12' => 'R2 A rosso Stbl 12',
     5713   'R2ARedStbl13' => 'R2 A rosso Stbl 13',
     5714   'R2ARedStbl14' => 'R2 A rosso Stbl 14',
     5715   'R2ARedStbl15' => 'R2 A rosso Stbl 15',
     5716   'R2ARedStbl16' => 'R2 A rosso Stbl 16',
     5717   'R2ARedStbl17' => 'R2 A rosso Stbl 17',
     5718   'R2ARedStbl18' => 'R2 A rosso Stbl 18',
     5719   'R2ARedStbl19' => 'R2 A rosso Stbl 19',
     5720   'R2ARedStbl20' => 'R2 A rosso Stbl 20',
     5721   'R2ARedStbl21' => 'R2 A rosso Stbl 21',
     5722   'R2ARedStbl22' => 'R2 A rosso Stbl 22',
     5723   'R2ARedStbl23' => 'R2 A rosso Stbl 23',
     5724   'R2ARedStbl24' => 'R2 A rosso Stbl 24',
     5725   'R2ARedStbl25' => 'R2 A rosso Stbl 25',
     5726   'R2ARedStbl26' => 'R2 A rosso Stbl 26',
     5727   'R2ARedStbl27' => 'R2 A rosso Stbl 27',
     5728   'R2ARedStbl28' => 'R2 A rosso Stbl 28',
     5729   'R2ARedStbl29' => 'R2 A rosso Stbl 29',
     5730   'R2ARedStbl30' => 'R2 A rosso Stbl 30',
     5731   'R2ARedStbl31' => 'R2 A rosso Stbl 31',
     5732   'R2AWidth' => 'R2 A larghezza',
     5733   'R2D65BlueCtbl00' => 'R2 D65 blu Ctbl 00',
     5734   'R2D65BlueCtbl01' => 'R2 D65 blu Ctbl 01',
     5735   'R2D65BlueCtbl02' => 'R2 D65 blu Ctbl 02',
     5736   'R2D65BlueCtbl03' => 'R2 D65 blu Ctbl 03',
     5737   'R2D65BlueCtbl04' => 'R2 D65 blu Ctbl 04',
     5738   'R2D65BlueCtbl05' => 'R2 D65 blu Ctbl 05',
     5739   'R2D65BlueCtbl06' => 'R2 D65 blu Ctbl 06',
     5740   'R2D65BlueCtbl07' => 'R2 D65 blu Ctbl 07',
     5741   'R2D65BlueCtbl08' => 'R2 D65 blu Ctbl 08',
     5742   'R2D65BlueCtbl09' => 'R2 D65 blu Ctbl 09',
     5743   'R2D65BlueCtbl10' => 'R2 D65 blu Ctbl 10',
     5744   'R2D65BlueCtbl11' => 'R2 D65 blu Ctbl 11',
     5745   'R2D65BlueCtbl12' => 'R2 D65 blu Ctbl 12',
     5746   'R2D65BlueCtbl13' => 'R2 D65 blu Ctbl 13',
     5747   'R2D65BlueCtbl14' => 'R2 D65 blu Ctbl 14',
     5748   'R2D65BlueCtbl15' => 'R2 D65 blu Ctbl 15',
     5749   'R2D65BlueCtbl16' => 'R2 D65 blu Ctbl 16',
     5750   'R2D65BlueCtbl17' => 'R2 D65 blu Ctbl 17',
     5751   'R2D65BlueCtbl18' => 'R2 D65 blu Ctbl 18',
     5752   'R2D65BlueCtbl19' => 'R2 D65 blu Ctbl 19',
     5753   'R2D65BlueCtbl20' => 'R2 D65 blu Ctbl 20',
     5754   'R2D65BlueCtbl21' => 'R2 D65 blu Ctbl 21',
     5755   'R2D65BlueCtbl22' => 'R2 D65 blu Ctbl 22',
     5756   'R2D65BlueCtbl23' => 'R2 D65 blu Ctbl 23',
     5757   'R2D65BlueCtbl24' => 'R2 D65 blu Ctbl 24',
     5758   'R2D65BlueCtbl25' => 'R2 D65 blu Ctbl 25',
     5759   'R2D65BlueCtbl26' => 'R2 D65 blu Ctbl 26',
     5760   'R2D65BlueCtbl27' => 'R2 D65 blu Ctbl 27',
     5761   'R2D65BlueCtbl28' => 'R2 D65 blu Ctbl 28',
     5762   'R2D65BlueCtbl29' => 'R2 D65 blu Ctbl 29',
     5763   'R2D65BlueCtbl30' => 'R2 D65 blu Ctbl 30',
     5764   'R2D65BlueCtbl31' => 'R2 D65 blu Ctbl 31',
     5765   'R2D65BlueStbl00' => 'R2 D65 blu Stbl 00',
     5766   'R2D65BlueStbl01' => 'R2 D65 blu Stbl 01',
     5767   'R2D65BlueStbl02' => 'R2 D65 blu Stbl 02',
     5768   'R2D65BlueStbl03' => 'R2 D65 blu Stbl 03',
     5769   'R2D65BlueStbl04' => 'R2 D65 blu Stbl 04',
     5770   'R2D65BlueStbl05' => 'R2 D65 blu Stbl 05',
     5771   'R2D65BlueStbl06' => 'R2 D65 blu Stbl 06',
     5772   'R2D65BlueStbl07' => 'R2 D65 blu Stbl 07',
     5773   'R2D65BlueStbl08' => 'R2 D65 blu Stbl 08',
     5774   'R2D65BlueStbl09' => 'R2 D65 blu Stbl 09',
     5775   'R2D65BlueStbl10' => 'R2 D65 blu Stbl 10',
     5776   'R2D65BlueStbl11' => 'R2 D65 blu Stbl 11',
     5777   'R2D65BlueStbl12' => 'R2 D65 blu Stbl 12',
     5778   'R2D65BlueStbl13' => 'R2 D65 blu Stbl 13',
     5779   'R2D65BlueStbl14' => 'R2 D65 blu Stbl 14',
     5780   'R2D65BlueStbl15' => 'R2 D65 blu Stbl 15',
     5781   'R2D65BlueStbl16' => 'R2 D65 blu Stbl 16',
     5782   'R2D65BlueStbl17' => 'R2 D65 blu Stbl 17',
     5783   'R2D65BlueStbl18' => 'R2 D65 blu Stbl 18',
     5784   'R2D65BlueStbl19' => 'R2 D65 blu Stbl 19',
     5785   'R2D65BlueStbl20' => 'R2 D65 blu Stbl 20',
     5786   'R2D65BlueStbl21' => 'R2 D65 blu Stbl 21',
     5787   'R2D65BlueStbl22' => 'R2 D65 blu Stbl 22',
     5788   'R2D65BlueStbl23' => 'R2 D65 blu Stbl 23',
     5789   'R2D65BlueStbl24' => 'R2 D65 blu Stbl 24',
     5790   'R2D65BlueStbl25' => 'R2 D65 blu Stbl 25',
     5791   'R2D65BlueStbl26' => 'R2 D65 blu Stbl 26',
     5792   'R2D65BlueStbl27' => 'R2 D65 blu Stbl 27',
     5793   'R2D65BlueStbl28' => 'R2 D65 blu Stbl 28',
     5794   'R2D65BlueStbl29' => 'R2 D65 blu Stbl 29',
     5795   'R2D65BlueStbl30' => 'R2 D65 blu Stbl 30',
     5796   'R2D65BlueStbl31' => 'R2 D65 blu Stbl 31',
     5797   'R2D65GreenCtbl00' => 'R2 D65 verde Ctbl 00',
     5798   'R2D65GreenCtbl01' => 'R2 D65 verde Ctbl 01',
     5799   'R2D65GreenCtbl02' => 'R2 D65 verde Ctbl 02',
     5800   'R2D65GreenCtbl03' => 'R2 D65 verde Ctbl 03',
     5801   'R2D65GreenCtbl04' => 'R2 D65 verde Ctbl 04',
     5802   'R2D65GreenCtbl05' => 'R2 D65 verde Ctbl 05',
     5803   'R2D65GreenCtbl06' => 'R2 D65 verde Ctbl 06',
     5804   'R2D65GreenCtbl07' => 'R2 D65 verde Ctbl 07',
     5805   'R2D65GreenCtbl08' => 'R2 D65 verde Ctbl 08',
     5806   'R2D65GreenCtbl09' => 'R2 D65 verde Ctbl 09',
     5807   'R2D65GreenCtbl10' => 'R2 D65 verde Ctbl 10',
     5808   'R2D65GreenCtbl11' => 'R2 D65 verde Ctbl 11',
     5809   'R2D65GreenCtbl12' => 'R2 D65 verde Ctbl 12',
     5810   'R2D65GreenCtbl13' => 'R2 D65 verde Ctbl 13',
     5811   'R2D65GreenCtbl14' => 'R2 D65 verde Ctbl 14',
     5812   'R2D65GreenCtbl15' => 'R2 D65 verde Ctbl 15',
     5813   'R2D65GreenCtbl16' => 'R2 D65 verde Ctbl 16',
     5814   'R2D65GreenCtbl17' => 'R2 D65 verde Ctbl 17',
     5815   'R2D65GreenCtbl18' => 'R2 D65 verde Ctbl 18',
     5816   'R2D65GreenCtbl19' => 'R2 D65 verde Ctbl 19',
     5817   'R2D65GreenCtbl20' => 'R2 D65 verde Ctbl 20',
     5818   'R2D65GreenCtbl21' => 'R2 D65 verde Ctbl 21',
     5819   'R2D65GreenCtbl22' => 'R2 D65 verde Ctbl 22',
     5820   'R2D65GreenCtbl23' => 'R2 D65 verde Ctbl 23',
     5821   'R2D65GreenCtbl24' => 'R2 D65 verde Ctbl 24',
     5822   'R2D65GreenCtbl25' => 'R2 D65 verde Ctbl 25',
     5823   'R2D65GreenCtbl26' => 'R2 D65 verde Ctbl 26',
     5824   'R2D65GreenCtbl27' => 'R2 D65 verde Ctbl 27',
     5825   'R2D65GreenCtbl28' => 'R2 D65 verde Ctbl 28',
     5826   'R2D65GreenCtbl29' => 'R2 D65 verde Ctbl 29',
     5827   'R2D65GreenCtbl30' => 'R2 D65 verde Ctbl 30',
     5828   'R2D65GreenCtbl31' => 'R2 D65 verde Ctbl 31',
     5829   'R2D65GreenStbl00' => 'R2 D65 verde Stbl 00',
     5830   'R2D65GreenStbl01' => 'R2 D65 verde Stbl 01',
     5831   'R2D65GreenStbl02' => 'R2 D65 verde Stbl 02',
     5832   'R2D65GreenStbl03' => 'R2 D65 verde Stbl 03',
     5833   'R2D65GreenStbl04' => 'R2 D65 verde Stbl 04',
     5834   'R2D65GreenStbl05' => 'R2 D65 verde Stbl 05',
     5835   'R2D65GreenStbl06' => 'R2 D65 verde Stbl 06',
     5836   'R2D65GreenStbl07' => 'R2 D65 verde Stbl 07',
     5837   'R2D65GreenStbl08' => 'R2 D65 verde Stbl 08',
     5838   'R2D65GreenStbl09' => 'R2 D65 verde Stbl 09',
     5839   'R2D65GreenStbl10' => 'R2 D65 verde Stbl 10',
     5840   'R2D65GreenStbl11' => 'R2 D65 verde Stbl 11',
     5841   'R2D65GreenStbl12' => 'R2 D65 verde Stbl 12',
     5842   'R2D65GreenStbl13' => 'R2 D65 verde Stbl 13',
     5843   'R2D65GreenStbl14' => 'R2 D65 verde Stbl 14',
     5844   'R2D65GreenStbl15' => 'R2 D65 verde Stbl 15',
     5845   'R2D65GreenStbl16' => 'R2 D65 verde Stbl 16',
     5846   'R2D65GreenStbl17' => 'R2 D65 verde Stbl 17',
     5847   'R2D65GreenStbl18' => 'R2 D65 verde Stbl 18',
     5848   'R2D65GreenStbl19' => 'R2 D65 verde Stbl 19',
     5849   'R2D65GreenStbl20' => 'R2 D65 verde Stbl 20',
     5850   'R2D65GreenStbl21' => 'R2 D65 verde Stbl 21',
     5851   'R2D65GreenStbl22' => 'R2 D65 verde Stbl 22',
     5852   'R2D65GreenStbl23' => 'R2 D65 verde Stbl 23',
     5853   'R2D65GreenStbl24' => 'R2 D65 verde Stbl 24',
     5854   'R2D65GreenStbl25' => 'R2 D65 verde Stbl 25',
     5855   'R2D65GreenStbl26' => 'R2 D65 verde Stbl 26',
     5856   'R2D65GreenStbl27' => 'R2 D65 verde Stbl 27',
     5857   'R2D65GreenStbl28' => 'R2 D65 verde Stbl 28',
     5858   'R2D65GreenStbl29' => 'R2 D65 verde Stbl 29',
     5859   'R2D65GreenStbl30' => 'R2 D65 verde Stbl 30',
     5860   'R2D65GreenStbl31' => 'R2 D65 verde Stbl 31',
     5861   'R2D65Height' => 'R2 D65 altezza',
     5862   'R2D65Intervals' => 'R2 D65 intervalli',
     5863   'R2D65RedCtbl00' => 'R2 D65 rosso Ctbl 00',
     5864   'R2D65RedCtbl01' => 'R2 D65 rosso Ctbl 01',
     5865   'R2D65RedCtbl02' => 'R2 D65 rosso Ctbl 02',
     5866   'R2D65RedCtbl03' => 'R2 D65 rosso Ctbl 03',
     5867   'R2D65RedCtbl04' => 'R2 D65 rosso Ctbl 04',
     5868   'R2D65RedCtbl05' => 'R2 D65 rosso Ctbl 05',
     5869   'R2D65RedCtbl06' => 'R2 D65 rosso Ctbl 06',
     5870   'R2D65RedCtbl07' => 'R2 D65 rosso Ctbl 07',
     5871   'R2D65RedCtbl08' => 'R2 D65 rosso Ctbl 08',
     5872   'R2D65RedCtbl09' => 'R2 D65 rosso Ctbl 09',
     5873   'R2D65RedCtbl10' => 'R2 D65 rosso Ctbl 10',
     5874   'R2D65RedCtbl11' => 'R2 D65 rosso Ctbl 11',
     5875   'R2D65RedCtbl12' => 'R2 D65 rosso Ctbl 12',
     5876   'R2D65RedCtbl13' => 'R2 D65 rosso Ctbl 13',
     5877   'R2D65RedCtbl14' => 'R2 D65 rosso Ctbl 14',
     5878   'R2D65RedCtbl15' => 'R2 D65 rosso Ctbl 15',
     5879   'R2D65RedCtbl16' => 'R2 D65 rosso Ctbl 16',
     5880   'R2D65RedCtbl17' => 'R2 D65 rosso Ctbl 17',
     5881   'R2D65RedCtbl18' => 'R2 D65 rosso Ctbl 18',
     5882   'R2D65RedCtbl19' => 'R2 D65 rosso Ctbl 19',
     5883   'R2D65RedCtbl20' => 'R2 D65 rosso Ctbl 20',
     5884   'R2D65RedCtbl21' => 'R2 D65 rosso Ctbl 21',
     5885   'R2D65RedCtbl22' => 'R2 D65 rosso Ctbl 22',
     5886   'R2D65RedCtbl23' => 'R2 D65 rosso Ctbl 23',
     5887   'R2D65RedCtbl24' => 'R2 D65 rosso Ctbl 24',
     5888   'R2D65RedCtbl25' => 'R2 D65 rosso Ctbl 25',
     5889   'R2D65RedCtbl26' => 'R2 D65 rosso Ctbl 26',
     5890   'R2D65RedCtbl27' => 'R2 D65 rosso Ctbl 27',
     5891   'R2D65RedCtbl28' => 'R2 D65 rosso Ctbl 28',
     5892   'R2D65RedCtbl29' => 'R2 D65 rosso Ctbl 29',
     5893   'R2D65RedCtbl30' => 'R2 D65 rosso Ctbl 30',
     5894   'R2D65RedCtbl31' => 'R2 D65 rosso Ctbl 31',
     5895   'R2D65RedStbl00' => 'R2 D65 rosso Stbl 00',
     5896   'R2D65RedStbl01' => 'R2 D65 rosso Stbl 01',
     5897   'R2D65RedStbl02' => 'R2 D65 rosso Stbl 02',
     5898   'R2D65RedStbl03' => 'R2 D65 rosso Stbl 03',
     5899   'R2D65RedStbl04' => 'R2 D65 rosso Stbl 04',
     5900   'R2D65RedStbl05' => 'R2 D65 rosso Stbl 05',
     5901   'R2D65RedStbl06' => 'R2 D65 rosso Stbl 06',
     5902   'R2D65RedStbl07' => 'R2 D65 rosso Stbl 07',
     5903   'R2D65RedStbl08' => 'R2 D65 rosso Stbl 08',
     5904   'R2D65RedStbl09' => 'R2 D65 rosso Stbl 09',
     5905   'R2D65RedStbl10' => 'R2 D65 rosso Stbl 10',
     5906   'R2D65RedStbl11' => 'R2 D65 rosso Stbl 11',
     5907   'R2D65RedStbl12' => 'R2 D65 rosso Stbl 12',
     5908   'R2D65RedStbl13' => 'R2 D65 rosso Stbl 13',
     5909   'R2D65RedStbl14' => 'R2 D65 rosso Stbl 14',
     5910   'R2D65RedStbl15' => 'R2 D65 rosso Stbl 15',
     5911   'R2D65RedStbl16' => 'R2 D65 rosso Stbl 16',
     5912   'R2D65RedStbl17' => 'R2 D65 rosso Stbl 17',
     5913   'R2D65RedStbl18' => 'R2 D65 rosso Stbl 18',
     5914   'R2D65RedStbl19' => 'R2 D65 rosso Stbl 19',
     5915   'R2D65RedStbl20' => 'R2 D65 rosso Stbl 20',
     5916   'R2D65RedStbl21' => 'R2 D65 rosso Stbl 21',
     5917   'R2D65RedStbl22' => 'R2 D65 rosso Stbl 22',
     5918   'R2D65RedStbl23' => 'R2 D65 rosso Stbl 23',
     5919   'R2D65RedStbl24' => 'R2 D65 rosso Stbl 24',
     5920   'R2D65RedStbl25' => 'R2 D65 rosso Stbl 25',
     5921   'R2D65RedStbl26' => 'R2 D65 rosso Stbl 26',
     5922   'R2D65RedStbl27' => 'R2 D65 rosso Stbl 27',
     5923   'R2D65RedStbl28' => 'R2 D65 rosso Stbl 28',
     5924   'R2D65RedStbl29' => 'R2 D65 rosso Stbl 29',
     5925   'R2D65RedStbl30' => 'R2 D65 rosso Stbl 30',
     5926   'R2D65RedStbl31' => 'R2 D65 rosso Stbl 31',
     5927   'R2D65Width' => 'R2 D65 larghezza',
     5928   'R2TL84BlueCtbl00' => 'R2 TL84 blu Ctbl 00',
     5929   'R2TL84BlueCtbl01' => 'R2 TL84 blu Ctbl 01',
     5930   'R2TL84BlueCtbl02' => 'R2 TL84 blu Ctbl 02',
     5931   'R2TL84BlueCtbl03' => 'R2 TL84 blu Ctbl 03',
     5932   'R2TL84BlueCtbl04' => 'R2 TL84 blu Ctbl 04',
     5933   'R2TL84BlueCtbl05' => 'R2 TL84 blu Ctbl 05',
     5934   'R2TL84BlueCtbl06' => 'R2 TL84 blu Ctbl 06',
     5935   'R2TL84BlueCtbl07' => 'R2 TL84 blu Ctbl 07',
     5936   'R2TL84BlueCtbl08' => 'R2 TL84 blu Ctbl 08',
     5937   'R2TL84BlueCtbl09' => 'R2 TL84 blu Ctbl 09',
     5938   'R2TL84BlueCtbl10' => 'R2 TL84 blu Ctbl 10',
     5939   'R2TL84BlueCtbl11' => 'R2 TL84 blu Ctbl 11',
     5940   'R2TL84BlueCtbl12' => 'R2 TL84 blu Ctbl 12',
     5941   'R2TL84BlueCtbl13' => 'R2 TL84 blu Ctbl 13',
     5942   'R2TL84BlueCtbl14' => 'R2 TL84 blu Ctbl 14',
     5943   'R2TL84BlueCtbl15' => 'R2 TL84 blu Ctbl 15',
     5944   'R2TL84BlueCtbl16' => 'R2 TL84 blu Ctbl 16',
     5945   'R2TL84BlueCtbl17' => 'R2 TL84 blu Ctbl 17',
     5946   'R2TL84BlueCtbl18' => 'R2 TL84 blu Ctbl 18',
     5947   'R2TL84BlueCtbl19' => 'R2 TL84 blu Ctbl 19',
     5948   'R2TL84BlueCtbl20' => 'R2 TL84 blu Ctbl 20',
     5949   'R2TL84BlueCtbl21' => 'R2 TL84 blu Ctbl 21',
     5950   'R2TL84BlueCtbl22' => 'R2 TL84 blu Ctbl 22',
     5951   'R2TL84BlueCtbl23' => 'R2 TL84 blu Ctbl 23',
     5952   'R2TL84BlueCtbl24' => 'R2 TL84 blu Ctbl 24',
     5953   'R2TL84BlueCtbl25' => 'R2 TL84 blu Ctbl 25',
     5954   'R2TL84BlueCtbl26' => 'R2 TL84 blu Ctbl 26',
     5955   'R2TL84BlueCtbl27' => 'R2 TL84 blu Ctbl 27',
     5956   'R2TL84BlueCtbl28' => 'R2 TL84 blu Ctbl 28',
     5957   'R2TL84BlueCtbl29' => 'R2 TL84 blu Ctbl 29',
     5958   'R2TL84BlueCtbl30' => 'R2 TL84 blu Ctbl 30',
     5959   'R2TL84BlueCtbl31' => 'R2 TL84 blu Ctbl 31',
     5960   'R2TL84BlueStbl00' => 'R2 TL84 blu Stbl 00',
     5961   'R2TL84BlueStbl01' => 'R2 TL84 blu Stbl 01',
     5962   'R2TL84BlueStbl02' => 'R2 TL84 blu Stbl 02',
     5963   'R2TL84BlueStbl03' => 'R2 TL84 blu Stbl 03',
     5964   'R2TL84BlueStbl04' => 'R2 TL84 blu Stbl 04',
     5965   'R2TL84BlueStbl05' => 'R2 TL84 blu Stbl 05',
     5966   'R2TL84BlueStbl06' => 'R2 TL84 blu Stbl 06',
     5967   'R2TL84BlueStbl07' => 'R2 TL84 blu Stbl 07',
     5968   'R2TL84BlueStbl08' => 'R2 TL84 blu Stbl 08',
     5969   'R2TL84BlueStbl09' => 'R2 TL84 blu Stbl 09',
     5970   'R2TL84BlueStbl10' => 'R2 TL84 blu Stbl 10',
     5971   'R2TL84BlueStbl11' => 'R2 TL84 blu Stbl 11',
     5972   'R2TL84BlueStbl12' => 'R2 TL84 blu Stbl 12',
     5973   'R2TL84BlueStbl13' => 'R2 TL84 blu Stbl 13',
     5974   'R2TL84BlueStbl14' => 'R2 TL84 blu Stbl 14',
     5975   'R2TL84BlueStbl15' => 'R2 TL84 blu Stbl 15',
     5976   'R2TL84BlueStbl16' => 'R2 TL84 blu Stbl 16',
     5977   'R2TL84BlueStbl17' => 'R2 TL84 blu Stbl 17',
     5978   'R2TL84BlueStbl18' => 'R2 TL84 blu Stbl 18',
     5979   'R2TL84BlueStbl19' => 'R2 TL84 blu Stbl 19',
     5980   'R2TL84BlueStbl20' => 'R2 TL84 blu Stbl 20',
     5981   'R2TL84BlueStbl21' => 'R2 TL84 blu Stbl 21',
     5982   'R2TL84BlueStbl22' => 'R2 TL84 blu Stbl 22',
     5983   'R2TL84BlueStbl23' => 'R2 TL84 blu Stbl 23',
     5984   'R2TL84BlueStbl24' => 'R2 TL84 blu Stbl 24',
     5985   'R2TL84BlueStbl25' => 'R2 TL84 blu Stbl 25',
     5986   'R2TL84BlueStbl26' => 'R2 TL84 blu Stbl 26',
     5987   'R2TL84BlueStbl27' => 'R2 TL84 blu Stbl 27',
     5988   'R2TL84BlueStbl28' => 'R2 TL84 blu Stbl 28',
     5989   'R2TL84BlueStbl29' => 'R2 TL84 blu Stbl 29',
     5990   'R2TL84BlueStbl30' => 'R2 TL84 blu Stbl 30',
     5991   'R2TL84BlueStbl31' => 'R2 TL84 blu Stbl 31',
     5992   'R2TL84GreenCtbl00' => 'R2 TL84 verde Ctbl 00',
     5993   'R2TL84GreenCtbl01' => 'R2 TL84 verde Ctbl 01',
     5994   'R2TL84GreenCtbl02' => 'R2 TL84 verde Ctbl 02',
     5995   'R2TL84GreenCtbl03' => 'R2 TL84 verde Ctbl 03',
     5996   'R2TL84GreenCtbl04' => 'R2 TL84 verde Ctbl 04',
     5997   'R2TL84GreenCtbl05' => 'R2 TL84 verde Ctbl 05',
     5998   'R2TL84GreenCtbl06' => 'R2 TL84 verde Ctbl 06',
     5999   'R2TL84GreenCtbl07' => 'R2 TL84 verde Ctbl 07',
     6000   'R2TL84GreenCtbl08' => 'R2 TL84 verde Ctbl 08',
     6001   'R2TL84GreenCtbl09' => 'R2 TL84 verde Ctbl 09',
     6002   'R2TL84GreenCtbl10' => 'R2 TL84 verde Ctbl 10',
     6003   'R2TL84GreenCtbl11' => 'R2 TL84 verde Ctbl 11',
     6004   'R2TL84GreenCtbl12' => 'R2 TL84 verde Ctbl 12',
     6005   'R2TL84GreenCtbl13' => 'R2 TL84 verde Ctbl 13',
     6006   'R2TL84GreenCtbl14' => 'R2 TL84 verde Ctbl 14',
     6007   'R2TL84GreenCtbl15' => 'R2 TL84 verde Ctbl 15',
     6008   'R2TL84GreenCtbl16' => 'R2 TL84 verde Ctbl 16',
     6009   'R2TL84GreenCtbl17' => 'R2 TL84 verde Ctbl 17',
     6010   'R2TL84GreenCtbl18' => 'R2 TL84 verde Ctbl 18',
     6011   'R2TL84GreenCtbl19' => 'R2 TL84 verde Ctbl 19',
     6012   'R2TL84GreenCtbl20' => 'R2 TL84 verde Ctbl 20',
     6013   'R2TL84GreenCtbl21' => 'R2 TL84 verde Ctbl 21',
     6014   'R2TL84GreenCtbl22' => 'R2 TL84 verde Ctbl 22',
     6015   'R2TL84GreenCtbl23' => 'R2 TL84 verde Ctbl 23',
     6016   'R2TL84GreenCtbl24' => 'R2 TL84 verde Ctbl 24',
     6017   'R2TL84GreenCtbl25' => 'R2 TL84 verde Ctbl 25',
     6018   'R2TL84GreenCtbl26' => 'R2 TL84 verde Ctbl 26',
     6019   'R2TL84GreenCtbl27' => 'R2 TL84 verde Ctbl 27',
     6020   'R2TL84GreenCtbl28' => 'R2 TL84 verde Ctbl 28',
     6021   'R2TL84GreenCtbl29' => 'R2 TL84 verde Ctbl 29',
     6022   'R2TL84GreenCtbl30' => 'R2 TL84 verde Ctbl 30',
     6023   'R2TL84GreenCtbl31' => 'R2 TL84 verde Ctbl 31',
     6024   'R2TL84GreenStbl00' => 'R2 TL84 verde Stbl 00',
     6025   'R2TL84GreenStbl01' => 'R2 TL84 verde Stbl 01',
     6026   'R2TL84GreenStbl02' => 'R2 TL84 verde Stbl 02',
     6027   'R2TL84GreenStbl03' => 'R2 TL84 verde Stbl 03',
     6028   'R2TL84GreenStbl04' => 'R2 TL84 verde Stbl 04',
     6029   'R2TL84GreenStbl05' => 'R2 TL84 verde Stbl 05',
     6030   'R2TL84GreenStbl06' => 'R2 TL84 verde Stbl 06',
     6031   'R2TL84GreenStbl07' => 'R2 TL84 verde Stbl 07',
     6032   'R2TL84GreenStbl08' => 'R2 TL84 verde Stbl 08',
     6033   'R2TL84GreenStbl09' => 'R2 TL84 verde Stbl 09',
     6034   'R2TL84GreenStbl10' => 'R2 TL84 verde Stbl 10',
     6035   'R2TL84GreenStbl11' => 'R2 TL84 verde Stbl 11',
     6036   'R2TL84GreenStbl12' => 'R2 TL84 verde Stbl 12',
     6037   'R2TL84GreenStbl13' => 'R2 TL84 verde Stbl 13',
     6038   'R2TL84GreenStbl14' => 'R2 TL84 verde Stbl 14',
     6039   'R2TL84GreenStbl15' => 'R2 TL84 verde Stbl 15',
     6040   'R2TL84GreenStbl16' => 'R2 TL84 verde Stbl 16',
     6041   'R2TL84GreenStbl17' => 'R2 TL84 verde Stbl 17',
     6042   'R2TL84GreenStbl18' => 'R2 TL84 verde Stbl 18',
     6043   'R2TL84GreenStbl19' => 'R2 TL84 verde Stbl 19',
     6044   'R2TL84GreenStbl20' => 'R2 TL84 verde Stbl 20',
     6045   'R2TL84GreenStbl21' => 'R2 TL84 verde Stbl 21',
     6046   'R2TL84GreenStbl22' => 'R2 TL84 verde Stbl 22',
     6047   'R2TL84GreenStbl23' => 'R2 TL84 verde Stbl 23',
     6048   'R2TL84GreenStbl24' => 'R2 TL84 verde Stbl 24',
     6049   'R2TL84GreenStbl25' => 'R2 TL84 verde Stbl 25',
     6050   'R2TL84GreenStbl26' => 'R2 TL84 verde Stbl 26',
     6051   'R2TL84GreenStbl27' => 'R2 TL84 verde Stbl 27',
     6052   'R2TL84GreenStbl28' => 'R2 TL84 verde Stbl 28',
     6053   'R2TL84GreenStbl29' => 'R2 TL84 verde Stbl 29',
     6054   'R2TL84GreenStbl30' => 'R2 TL84 verde Stbl 30',
     6055   'R2TL84GreenStbl31' => 'R2 TL84 verde Stbl 31',
     6056   'R2TL84Height' => 'R2 TL84 altezza',
     6057   'R2TL84Intervals' => 'R2 TL84 intervalli',
     6058   'R2TL84RedCtbl00' => 'R2 TL84 rosso Ctbl 00',
     6059   'R2TL84RedCtbl01' => 'R2 TL84 rosso Ctbl 01',
     6060   'R2TL84RedCtbl02' => 'R2 TL84 rosso Ctbl 02',
     6061   'R2TL84RedCtbl03' => 'R2 TL84 rosso Ctbl 03',
     6062   'R2TL84RedCtbl04' => 'R2 TL84 rosso Ctbl 04',
     6063   'R2TL84RedCtbl05' => 'R2 TL84 rosso Ctbl 05',
     6064   'R2TL84RedCtbl06' => 'R2 TL84 rosso Ctbl 06',
     6065   'R2TL84RedCtbl07' => 'R2 TL84 rosso Ctbl 07',
     6066   'R2TL84RedCtbl08' => 'R2 TL84 rosso Ctbl 08',
     6067   'R2TL84RedCtbl09' => 'R2 TL84 rosso Ctbl 09',
     6068   'R2TL84RedCtbl10' => 'R2 TL84 rosso Ctbl 10',
     6069   'R2TL84RedCtbl11' => 'R2 TL84 rosso Ctbl 11',
     6070   'R2TL84RedCtbl12' => 'R2 TL84 rosso Ctbl 12',
     6071   'R2TL84RedCtbl13' => 'R2 TL84 rosso Ctbl 13',
     6072   'R2TL84RedCtbl14' => 'R2 TL84 rosso Ctbl 14',
     6073   'R2TL84RedCtbl15' => 'R2 TL84 rosso Ctbl 15',
     6074   'R2TL84RedCtbl16' => 'R2 TL84 rosso Ctbl 16',
     6075   'R2TL84RedCtbl17' => 'R2 TL84 rosso Ctbl 17',
     6076   'R2TL84RedCtbl18' => 'R2 TL84 rosso Ctbl 18',
     6077   'R2TL84RedCtbl19' => 'R2 TL84 rosso Ctbl 19',
     6078   'R2TL84RedCtbl20' => 'R2 TL84 rosso Ctbl 20',
     6079   'R2TL84RedCtbl21' => 'R2 TL84 rosso Ctbl 21',
     6080   'R2TL84RedCtbl22' => 'R2 TL84 rosso Ctbl 22',
     6081   'R2TL84RedCtbl23' => 'R2 TL84 rosso Ctbl 23',
     6082   'R2TL84RedCtbl24' => 'R2 TL84 rosso Ctbl 24',
     6083   'R2TL84RedCtbl25' => 'R2 TL84 rosso Ctbl 25',
     6084   'R2TL84RedCtbl26' => 'R2 TL84 rosso Ctbl 26',
     6085   'R2TL84RedCtbl27' => 'R2 TL84 rosso Ctbl 27',
     6086   'R2TL84RedCtbl28' => 'R2 TL84 rosso Ctbl 28',
     6087   'R2TL84RedCtbl29' => 'R2 TL84 rosso Ctbl 29',
     6088   'R2TL84RedCtbl30' => 'R2 TL84 rosso Ctbl 30',
     6089   'R2TL84RedCtbl31' => 'R2 TL84 rosso Ctbl 31',
     6090   'R2TL84RedStbl00' => 'R2 TL84 rosso Stbl 00',
     6091   'R2TL84RedStbl01' => 'R2 TL84 rosso Stbl 01',
     6092   'R2TL84RedStbl02' => 'R2 TL84 rosso Stbl 02',
     6093   'R2TL84RedStbl03' => 'R2 TL84 rosso Stbl 03',
     6094   'R2TL84RedStbl04' => 'R2 TL84 rosso Stbl 04',
     6095   'R2TL84RedStbl05' => 'R2 TL84 rosso Stbl 05',
     6096   'R2TL84RedStbl06' => 'R2 TL84 rosso Stbl 06',
     6097   'R2TL84RedStbl07' => 'R2 TL84 rosso Stbl 07',
     6098   'R2TL84RedStbl08' => 'R2 TL84 rosso Stbl 08',
     6099   'R2TL84RedStbl09' => 'R2 TL84 rosso Stbl 09',
     6100   'R2TL84RedStbl10' => 'R2 TL84 rosso Stbl 10',
     6101   'R2TL84RedStbl11' => 'R2 TL84 rosso Stbl 11',
     6102   'R2TL84RedStbl12' => 'R2 TL84 rosso Stbl 12',
     6103   'R2TL84RedStbl13' => 'R2 TL84 rosso Stbl 13',
     6104   'R2TL84RedStbl14' => 'R2 TL84 rosso Stbl 14',
     6105   'R2TL84RedStbl15' => 'R2 TL84 rosso Stbl 15',
     6106   'R2TL84RedStbl16' => 'R2 TL84 rosso Stbl 16',
     6107   'R2TL84RedStbl17' => 'R2 TL84 rosso Stbl 17',
     6108   'R2TL84RedStbl18' => 'R2 TL84 rosso Stbl 18',
     6109   'R2TL84RedStbl19' => 'R2 TL84 rosso Stbl 19',
     6110   'R2TL84RedStbl20' => 'R2 TL84 rosso Stbl 20',
     6111   'R2TL84RedStbl21' => 'R2 TL84 rosso Stbl 21',
     6112   'R2TL84RedStbl22' => 'R2 TL84 rosso Stbl 22',
     6113   'R2TL84RedStbl23' => 'R2 TL84 rosso Stbl 23',
     6114   'R2TL84RedStbl24' => 'R2 TL84 rosso Stbl 24',
     6115   'R2TL84RedStbl25' => 'R2 TL84 rosso Stbl 25',
     6116   'R2TL84RedStbl26' => 'R2 TL84 rosso Stbl 26',
     6117   'R2TL84RedStbl27' => 'R2 TL84 rosso Stbl 27',
     6118   'R2TL84RedStbl28' => 'R2 TL84 rosso Stbl 28',
     6119   'R2TL84RedStbl29' => 'R2 TL84 rosso Stbl 29',
     6120   'R2TL84RedStbl30' => 'R2 TL84 rosso Stbl 30',
     6121   'R2TL84RedStbl31' => 'R2 TL84 rosso Stbl 31',
     6122   'R2TL84Width' => 'R2 TL84 larghezza',
    15766123   'RAFVersion' => 'Versione RAF',
    1577    'RasterizedCaption' => 'Didascalia Rasterizzata',
    1578    'Rating' => 'Valutazione',
    1579    'RatingPercent' => 'Valutazione in percentuale',
     6124   'RGBCurveLimits' => 'Limiti curva RGB',
     6125   'RGBCurvePoints' => 'Punti curva RGB',
     6126   'RadialPosition' => 'Posizione radiale',
     6127   'RandomIndexMetadata' => 'Indice casuale metadati',
     6128   'RandomIndexMetadataV10' => 'Indice casuale metadati V10',
     6129   'RangeFinder' => {
     6130      PrintConv => {
     6131        'Off' => 'Spento',
     6132      },
     6133    },
     6134   'RasterPadding' => {
     6135      PrintConv => {
     6136        'Long Sector' => 'Settore lungo',
     6137        'Long Word' => 'Parola lunga',
     6138        'Sector' => 'Settore',
     6139        'Word' => 'Parola',
     6140      },
     6141    },
     6142   'RasterizedCaption' => 'Didascalia rasterizzata',
     6143   'Rating' => {
     6144      Description => 'Valutazione',
     6145      PrintConv => {
     6146        'Explicit' => 'Esplicito',
     6147      },
     6148    },
     6149   'RatingPercent' => 'Valutazione percentuale',
     6150   'RawAndJpgRecording' => {
     6151      Description => 'Registrazione raw e jpg',
     6152      PrintConv => {
     6153        'Off' => 'Spento',
     6154        'RAW (DNG, Best)' => 'RAW (DNG, migliore)',
     6155        'RAW (DNG, Better)' => 'RAW (DNG, più buona)',
     6156        'RAW (DNG, Good)' => 'RAW (DNG, buona)',
     6157        'RAW (PEF, Best)' => 'RAW (PEF, migliore)',
     6158        'RAW (PEF, Better)' => 'RAW (PEF, più buona)',
     6159        'RAW (PEF, Good)' => 'RAW (PEF, buona)',
     6160        'RAW+JPEG (DNG, Best)' => 'RAW+JPEG (DNG, migliore)',
     6161        'RAW+JPEG (DNG, Better)' => 'RAW+JPEG (DNG, più buona)',
     6162        'RAW+JPEG (DNG, Good)' => 'RAW+JPEG (DNG, buona)',
     6163        'RAW+JPEG (PEF, Best)' => 'RAW+JPEG (PEF, migliore)',
     6164        'RAW+JPEG (PEF, Better)' => 'RAW+JPEG (PEF, più buona)',
     6165        'RAW+JPEG (PEF, Good)' => 'RAW+JPEG (PEF, buona)',
     6166      },
     6167    },
     6168   'RawColorAdj' => {
     6169      PrintConv => {
     6170        'Shot Settings' => 'Impostazioni scatto',
     6171      },
     6172    },
     6173   'RawDataOffset' => 'Offset dati raw',
     6174   'RawDataUniqueID' => 'ID unico dati raw',
     6175   'RawDepth' => 'Profondità raw',
     6176   'RawDevAutoGradation' => {
     6177      PrintConv => {
     6178        'Off' => 'Spento',
     6179      },
     6180    },
     6181   'RawDevEditStatus' => {
     6182      PrintConv => {
     6183        'Original' => 'Originale',
     6184      },
     6185    },
     6186   'RawDevNoiseReduction' => {
     6187      PrintConv => {
     6188        'Noise Filter' => 'Filtro rumore',
     6189        'Noise Reduction' => 'Riduzione rumore',
     6190      },
     6191    },
    15806192   'RawDevPMPictureTone' => {
    15816193      PrintConv => {
    15826194        'Green' => 'Verde',
     6195        'Purple' => 'Porpora',
     6196        'Sepia' => 'Seppia',
    15836197      },
    15846198    },
     
    15916205      },
    15926206    },
    1593    'RawImageCenter' => 'Centro Immagine RAW',
     6207   'RawDevPictureMode' => {
     6208      PrintConv => {
     6209        'Sepia' => 'Seppia',
     6210        'Vivid' => 'Vivace',
     6211      },
     6212    },
     6213   'RawDevSettings' => {
     6214      PrintConv => {
     6215        'Noise Reduction' => 'Riduzione rumore',
     6216        'Saturation' => 'Saturazione',
     6217        'Sharpness' => 'Nitidezza',
     6218      },
     6219    },
     6220   'RawFile' => 'File raw',
     6221   'RawFileName' => 'Nome file raw',
     6222   'RawImageCenter' => 'Centro immagine raw',
     6223   'RawImageDigest' => 'Sommario file raw',
     6224   'RawImageFullSize' => 'Dimensione finale immagine raw',
     6225   'RawImageHeight' => 'Altezza immagine raw',
     6226   'RawImageMode' => 'Modo immagine raw',
     6227   'RawImageSegmentation' => 'Segmentazione file raw',
     6228   'RawImageSize' => 'Dimensione immagine raw',
     6229   'RawImageWidth' => 'Larghezza immagine raw',
     6230   'RawInfoVersion' => 'Info versione raw',
     6231   'RawJpgHeight' => 'Altezza jpg raw',
    15946232   'RawJpgQuality' => {
     6233      Description => 'Qualità jpg raw',
    15956234      PrintConv => {
    15966235        'Normal' => 'Normale',
     6236      },
     6237    },
     6238   'RawJpgSize' => {
     6239      Description => 'Dimensione jpg raw',
     6240      PrintConv => {
     6241        'Postcard' => 'Cartolina',
     6242      },
     6243    },
     6244   'RawJpgWidth' => 'Larghezza jpg raw',
     6245   'ReadStatus' => 'Stato lettura',
     6246   'RecommendedExposureIndex' => 'Indice esposizione raccomandato',
     6247   'RecordDisplay' => {
     6248      PrintConv => {
     6249        'Horizontal' => 'Orizzontale',
    15976250      },
    15986251    },
     
    16026255        'Aperture Priority' => 'Priorità diaframma',
    16036256        'Manual' => 'Manuale',
     6257        'Program AE' => 'Programma AE',
    16046258        'Shutter Priority' => 'Priorità otturatore',
    16056259      },
    16066260    },
     6261   'RecordShutterRelease' => {
     6262      PrintConv => {
     6263        'Press start, press stop' => 'Premi start, premi stop',
     6264      },
     6265    },
     6266   'RecordedFormat' => 'Formato registrato',
     6267   'RecordingDates' => 'Date registrazioni',
     6268   'RecordingLabelName' => 'Nome etichetta registrazione',
    16076269   'RecordingMode' => {
     6270      Description => 'Modo registrazione',
    16086271      PrintConv => {
    16096272        'Landscape' => 'Orizzontale',
     
    16126275      },
    16136276    },
    1614    'RedMatrixColumn' => 'Colonna della Matrice Rossa',
    1615    'RedTRC' => 'Curva Riproduzione Tono Rosso',
    1616    'ReductionMatrix1' => 'Matrice di Riduzione 1',
    1617    'ReductionMatrix2' => 'Matrice di Riduzione 2',
     6277   'RecordingTime' => 'Tempo registrazione',
     6278   'RedAdjust' => 'Correzione rosso',
     6279   'RedBalance' => 'Bilanciamento del rosso',
     6280   'RedCurveLimits' => 'Limiti curva rosso',
     6281   'RedCurvePoints' => 'Punti curva rosso',
     6282   'RedEyeCorrection' => {
     6283      Description => 'Correzione occhi rossi',
     6284      PrintConv => {
     6285        'Off' => 'Spento',
     6286      },
     6287    },
     6288   'RedEyeInfo' => 'Info occhi rossi',
     6289   'RedEyeReduction' => {
     6290      Description => 'Riduzione occhi rossi',
     6291      PrintConv => {
     6292        'Off' => 'Spento',
     6293      },
     6294    },
     6295   'RedGain' => 'Guadagno rosso',
     6296   'RedHue' => 'Tinta rosso',
     6297   'RedMatrixColumn' => 'Colonna matrice rosso',
     6298   'RedPaletteColorTableData' => 'Dati tabella tavolozza colori rosso',
     6299   'RedPaletteColorTableDescriptor' => 'Descrittore tabella tavolozza colori rosso',
     6300   'RedPrimary' => 'Rosso primario',
     6301   'RedSample' => 'Campione rosso',
     6302   'RedSaturation' => 'Saturazione rosso',
     6303   'RedTRC' => 'Curva riproduzione tono rosso',
     6304   'ReductionMatrix1' => 'Matrice di riduzione 1',
     6305   'ReductionMatrix2' => 'Matrice di riduzione 2',
     6306   'Reference' => 'Riferimento',
     6307   'Reference1' => 'Riferimento 1',
     6308   'Reference2' => 'Riferimento 2',
     6309   'Reference3' => 'Riferimento 3',
     6310   'Reference4' => 'Riferimento 4',
     6311   'Reference5' => 'Riferimento 5',
     6312   'Reference6' => 'Riferimento 6',
    16186313   'ReferenceBlackWhite' => 'Coppia valori riferimento di bianco e nero',
    1619    'ReferenceDate' => 'Data di Riferimento',
    1620    'ReferenceNumber' => 'Numero di Riferimento',
    1621    'ReferenceService' => 'Riferimento Servizio',
     6314   'ReferenceBlock' => 'Blocco di riferimento',
     6315   'ReferenceChannels' => 'Canali di riferimento',
     6316   'ReferenceCoordinates' => 'Coordinate di riferimento',
     6317   'ReferenceDate' => 'Data di riferimento',
     6318   'ReferenceNumber' => 'Numero di riferimento',
     6319   'ReferencePixelPhysicalValueX' => 'Valore fisico valore X pixel di riferimento',
     6320   'ReferencePixelPhysicalValueY' => 'Valore fisico valore Y pixel di riferimento',
     6321   'ReferencePixelX0' => 'Pixel X0 di riferimento',
     6322   'ReferencePixelY0' => 'Pixel Y0 di riferimento',
     6323   'ReferencePriority' => 'Priorità riferimento',
     6324   'ReferenceService' => 'Riferimento di servizio',
     6325   'ReferenceToRecordedSound' => 'Riferimento a suono registrato',
     6326   'ReferenceVirtual' => 'Riferimento virtuale',
     6327   'Refresh' => 'Aggiorna',
     6328   'RegionCode' => 'Codice regione',
     6329   'RegionInfo' => 'Info regione',
     6330   'RegionList' => 'Elenco regioni',
     6331   'RegionName' => 'Nome regione',
     6332   'RegionOfResidence' => 'Regione di residenza',
    16226333   'RelatedImageFileFormat' => 'Formato file immagine correlato',
    16236334   'RelatedImageHeight' => 'Numero delle righe dei dati immagine',
    16246335   'RelatedImageWidth' => 'Larghezza immagine correlata',
    16256336   'RelatedSoundFile' => 'File audio relativo',
     6337   'Relation' => 'Relazione',
     6338   'RelativeVolumeAdjustment' => 'Correzione relativa volume',
    16266339   'ReleaseButtonToUseDial' => {
    16276340      PrintConv => {
    1628         'Yes' => 'Si',
    1629       },
    1630     },
    1631    'ReleaseDate' => 'Data di Rilascio',
    1632    'ReleaseTime' => 'Ora di Rilascio',
     6341        'Yes' => 'Sì',
     6342      },
     6343    },
     6344   'ReleaseDate' => 'Data di rilascio',
     6345   'ReleaseMode' => {
     6346      PrintConv => {
     6347        'Normal' => 'Normale',
     6348        'n/a' => 'n/d',
     6349      },
     6350    },
     6351   'ReleaseTime' => 'Ora di rilascio',
    16336352   'RenderingIntent' => {
    16346353      PrintConv => {
     
    16396358      },
    16406359    },
    1641    'ResampleParamsQuality' => {
    1642       PrintConv => {
    1643         'Low' => 'Leggero',
    1644       },
    1645     },
     6360   'RenderingType3D' => 'Tipo resa 3D',
     6361   'RepeatingFlashCount' => 'Conteggio ripetizione flash',
     6362   'RepeatingFlashOutput' => 'Uscita ripetizione flash',
     6363   'RepeatingFlashRate' => 'Frequenza ripetizione flash',
     6364   'ReplyTo' => 'Rispondi a',
    16466365   'Resaved' => {
    16476366      PrintConv => {
    1648         'Yes' => 'Si',
    1649       },
    1650     },
     6367        'Yes' => 'Sì',
     6368      },
     6369    },
     6370   'Reserved' => 'Riservato',
     6371   'Reserved1' => 'Riservato 1',
     6372   'Resolution' => 'Risoluzione',
     6373   'ResolutionMode' => 'Modo risoluzione',
    16516374   'ResolutionUnit' => {
    1652       Description => 'Unità di risoluzione in X e Y',
     6375      Description => 'Unità risoluzione',
    16536376      PrintConv => {
    16546377        'None' => 'Nessuno',
    1655         'cm' => 'Pixel/cm',
    16566378        'inches' => 'Pollici',
    16576379      },
    16586380    },
     6381   'ResonantNucleus' => 'Nucleo risonante',
     6382   'ResourceID' => 'ID risorsa',
     6383   'ResourceType' => 'Tipo risorsa',
     6384   'Resources' => 'Risorse',
     6385   'ResourcesNeeded' => 'Risorse richieste',
     6386   'Restrictions' => 'Restrizioni',
     6387   'ResultsID' => 'ID risultati',
    16596388   'RetouchHistory' => {
    1660       Description => 'Cronologia Ritocco',
    1661       PrintConv => {
     6389      Description => 'Cronologia ritocco',
     6390      PrintConv => {
     6391        'Fisheye' => 'Fish-eye',
    16626392        'None' => 'Nessuno',
    1663       },
    1664     },
     6393        'Quick Retouch' => 'Ritocco veloce',
     6394        'Red Eye' => 'Occhi rossi',
     6395        'Red Intensifier' => 'Intensificatore rosso',
     6396        'Resize' => 'Ridimensione',
     6397        'Sepia' => 'Seppia',
     6398        'Straighten' => 'Raddrizza',
     6399      },
     6400    },
     6401   'RetouchInfo' => 'Info ritocco',
     6402   'Reuse' => {
     6403      Description => 'Riutilizza',
     6404      PrintConv => {
     6405        'Not Applicable' => 'Non applicabile',
     6406      },
     6407    },
     6408   'ReverseIndicators' => 'Inverti indicatori',
     6409   'ReversedByteOrder' => 'Ordine byte invertito',
     6410   'Revision' => 'Revisione',
     6411   'RevisionDate' => 'Data revisione',
    16656412   'RevisionNumber' => 'Numero revisione',
     6413   'RicohDate' => 'Data Ricoh',
     6414   'RicohImageHeight' => 'Altezza immagine Ricoh',
     6415   'RicohImageWidth' => 'Larghezza immagine Ricoh',
     6416   'RicohRDC2' => 'RDC2 Ricoh',
     6417   'RightAscension' => 'Ascensione retta',
     6418   'Robots' => 'Robot',
     6419   'RoleName' => 'Nome ruolo',
     6420   'RoomNumber' => 'Numero stanza',
     6421   'RoomOrSuiteName' => 'Numero stanza/suite',
     6422   'RootFormatVersion' => 'Versione formato radice',
    16666423   'Rotation' => {
    1667       Description => 'Orientanento Fotocamera',
    1668       PrintConv => {
    1669         'Horizontal' => '0° (alto/sinistra)',
    1670         'Horizontal (Normal)' => '0° (alto/sinistra)',
    1671         'Horizontal (normal)' => '0° (alto/sinistra)',
    1672         'Rotate 180' => '180° (basso/destra)',
     6424      Description => 'Rotazione',
     6425      PrintConv => {
     6426        'Horizontal' => 'Orizzontale',
     6427        'Horizontal (Normal)' => 'Orizzontale (normale)',
     6428        'Horizontal (normal)' => 'Orizzontale (normale)',
     6429        'Rotate 180' => 'Ruota di 180°',
    16736430        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
    1674         'Rotate 90 CW' => '90° senso antiorario (destra/alto)',
    1675         'Rotated 180' => '180° (basso/destra)',
    1676         'Rotated 270 CW' => 'Ruota di 270° in senso orario',
    1677         'Rotated 90 CW' => '90° senso antiorario (destra/alto)',
    1678       },
    1679     },
    1680    'RowsPerStrip' => 'Numero righe per striscia',
     6431        'Rotate 90 CW' => 'Ruota di 90° senso orario',
     6432        'Rotated 180' => 'Ruotato di 180°',
     6433        'Rotated 270 CW' => 'Ruotato di 270° in senso orario',
     6434        'Rotated 90 CW' => 'Ruotato di 90° in senso orario',
     6435      },
     6436    },
     6437   'RotationAngle' => 'Angolo rotazione',
     6438   'RotationDirection' => 'Direzione rotazione',
     6439   'RowsPerStrip' => 'Righe per striscia',
     6440   'RunWindow' => {
     6441      PrintConv => {
     6442        'Normal' => 'Normale',
     6443        'Restore' => 'Ripristina',
     6444      },
     6445    },
     6446   'SEMInfo' => 'Info SEM',
    16816447   'SPIFFVersion' => 'Versione SPIFF',
     6448   'SRAWQuality' => {
     6449      PrintConv => {
     6450        'n/a' => 'n/d',
     6451      },
     6452    },
    16826453   'SRActive' => {
    16836454      PrintConv => {
    1684         'Yes' => 'Si',
     6455        'Yes' => 'Sì',
     6456      },
     6457    },
     6458   'SRGBRendering' => {
     6459      PrintConv => {
     6460        'Saturation' => 'Saturazione',
     6461      },
     6462    },
     6463   'SRResult' => {
     6464      PrintConv => {
     6465        'Not ready' => 'Non pronto',
    16856466      },
    16866467    },
    16876468   'SVGVersion' => 'Versione SVG',
     6469   'SafetyShiftInAvOrTv' => {
     6470      PrintConv => {
     6471        'Enable' => 'Abilita',
     6472      },
     6473    },
     6474   'SampleBits' => 'Bit campione',
    16886475   'SampleFormat' => {
    1689       PrintConv => {
    1690         'Float' => 'Virgola Mobile',
     6476      Description => 'Formato campioni',
     6477      PrintConv => {
     6478        'Complex float' => 'Virgola mobile immaginario',
     6479        'Complex int' => 'Intero immaginario',
     6480        'Float' => 'Virgola mobile',
     6481        'Signed' => 'Con segno',
    16916482        'Undefined' => 'Non definito',
    1692       },
    1693     },
    1694    'SamplesPerPixel' => 'Numero dei componenti',
     6483        'Unsigned' => 'Senza segno',
     6484      },
     6485    },
     6486   'SampleIndex' => 'Indice campione',
     6487   'SampleRate' => 'Frequenza campionamento',
     6488   'SampleRate2' => 'Frequenza campionamento 2',
     6489   'SampleSize' => 'Dimensione campione',
     6490   'SampleSizes' => 'Dimensioni campione',
     6491   'SampleStructure' => 'Struttura d\'esempio',
     6492   'SampleText' => 'Testo d\'esempio',
     6493   'SamplesPerPixel' => 'Campioni per pixel',
     6494   'SamplesPerPixelUsed' => 'Campioni per pixel',
     6495   'SamplingFrequency' => 'Frequenza campionamento',
    16956496   'Saturation' => {
    16966497      Description => 'Saturazione',
    16976498      PrintConv => {
    1698         'High' => 'Saturazione massima',
    1699         'Low' => 'Saturazione minima',
     6499        'High' => 'Alta',
     6500        'Low' => 'Basso',
     6501        'None' => 'Nessuno',
     6502        'None (B&W)' => 'Nessuno (B&N)',
    17006503        'Normal' => 'Normale',
     6504        'Vivid' => 'Vivace',
     6505      },
     6506    },
     6507   'SaturationAdj' => 'Correzione saturazione',
     6508   'SaturationFaithful' => {
     6509      PrintConv => {
     6510        'n/a' => 'n/d',
     6511      },
     6512    },
     6513   'SaturationLandscape' => {
     6514      PrintConv => {
     6515        'n/a' => 'n/d',
     6516      },
     6517    },
     6518   'SaturationMonochrome' => {
     6519      PrintConv => {
     6520        'n/a' => 'n/d',
     6521      },
     6522    },
     6523   'SaturationNeutral' => {
     6524      PrintConv => {
     6525        'n/a' => 'n/d',
     6526      },
     6527    },
     6528   'SaturationPortrait' => {
     6529      PrintConv => {
     6530        'n/a' => 'n/d',
     6531      },
     6532    },
     6533   'SaturationStandard' => {
     6534      PrintConv => {
     6535        'n/a' => 'n/d',
     6536      },
     6537    },
     6538   'SaturationUnknown' => {
     6539      PrintConv => {
     6540        'n/a' => 'n/d',
     6541      },
     6542    },
     6543   'SaturationUserDef1' => {
     6544      PrintConv => {
     6545        'n/a' => 'n/d',
     6546      },
     6547    },
     6548   'SaturationUserDef2' => {
     6549      PrintConv => {
     6550        'n/a' => 'n/d',
     6551      },
     6552    },
     6553   'SaturationUserDef3' => {
     6554      PrintConv => {
     6555        'n/a' => 'n/d',
     6556      },
     6557    },
     6558   'ScanImageEnhancer' => {
     6559      PrintConv => {
     6560        'Off' => 'Spento',
     6561      },
     6562    },
     6563   'ScanningDirection' => {
     6564      PrintConv => {
     6565        'R-L, Bottom-Top' => 'D-S, basso-alto',
     6566        'R-L, Top-Bottom' => 'D-S, alto-basso',
    17016567      },
    17026568    },
    17036569   'Scene' => 'Scena',
     6570   'SceneArea' => 'Area scena',
    17046571   'SceneCaptureType' => {
    1705       Description => 'Tipo di cattura scena',
     6572      Description => 'Tipo cattura scena',
    17066573      PrintConv => {
    17076574        'Landscape' => 'Orizzontale',
    1708         'Night' => 'Scena notturna',
     6575        'Night' => 'Notte',
    17096576        'Portrait' => 'Verticale',
    17106577      },
    17116578    },
    17126579   'SceneMode' => {
    1713       Description => 'Modo Scena',
     6580      Description => 'Modo scena',
    17146581      PrintConv => {
    17156582        '3D Sweep Panorama' => '3D',
     
    17176584        'Aperture Priority' => 'Priorità diaframma',
    17186585        'Auto' => 'Automatico',
     6586        'Children' => 'Bambini',
    17196587        'Cont. Priority AE' => 'AE prior. avan.cont.',
     6588        'Fireworks' => 'Fuochi artificiali',
    17206589        'Handheld Night Shot' => 'Foto nott. senza trepp.',
    17216590        'Landscape' => 'Orizzontale',
     
    17256594        'Night View/Portrait' => 'Visione/Ritratto notturni',
    17266595        'Normal' => 'Normale',
     6596        'Off' => 'Spento',
    17276597        'Portrait' => 'Verticale',
     6598        'Program' => 'Programma',
     6599        'Scenery' => 'Paesaggio',
    17286600        'Shutter Priority' => 'Priorità otturatore',
    17296601        'Sports' => 'Evento sportivo',
    1730         'Standard' => '',
    17316602        'Sunset' => 'Tramonto',
    17326603        'Sweep Panorama' => 'Panoramica ad arco',
     6604        'Text' => 'Testo',
     6605        'Vivid' => 'Vivace',
     6606        'n/a' => 'n/d',
    17336607      },
    17346608    },
    17356609   'SceneModeUsed' => {
    1736       Description => 'Modo Scena',
     6610      Description => 'Modo scena usato',
    17376611      PrintConv => {
    17386612        'Aperture Priority' => 'Priorità diaframma',
     6613        'Children' => 'Bambini',
     6614        'Fireworks' => 'Fuochi artificiali',
    17396615        'Landscape' => 'Orizzontale',
    17406616        'Manual' => 'Manuale',
    17416617        'Portrait' => 'Verticale',
     6618        'Program' => 'Programma',
    17426619        'Shutter Priority' => 'Priorità otturatore',
    1743       },
    1744     },
     6620        'Sunset' => 'Tramonto',
     6621        'Text' => 'Testo',
     6622      },
     6623    },
     6624   'SceneNumber' => 'Numero scena',
    17456625   'SceneSelect' => {
    17466626      PrintConv => {
    17476627        'Night' => 'Scena notturna',
     6628        'Off' => 'Spento',
    17486629      },
    17496630    },
     
    17546635      },
    17556636    },
     6637   'School' => 'Scuola',
     6638   'ScreenTips' => {
     6639      PrintConv => {
     6640        'Off' => 'Spento',
     6641      },
     6642    },
     6643   'Section' => 'Sezione',
     6644   'SectorSize' => 'Dimensione settore',
     6645   'Security' => {
     6646      Description => 'Sicurezza',
     6647      PrintConv => {
     6648        'None' => 'Nessuno',
     6649      },
     6650    },
    17566651   'SecurityClassification' => {
    1757       Description => 'Classificazione die sicurezza',
     6652      Description => 'Classificazione sicurezza',
    17586653      PrintConv => {
    17596654        'Confidential' => 'Confidenziale',
     
    17646659      },
    17656660    },
     6661   'SelectAFAreaSelectMode' => {
     6662      PrintConv => {
     6663        'Enable' => 'Abilita',
     6664      },
     6665    },
     6666   'SelectableAFPoint' => {
     6667      PrintConv => {
     6668        '11 points' => '11 punti',
     6669      },
     6670    },
     6671   'Selected' => 'Selezionato',
     6672   'SelfTimer' => {
     6673      Description => 'Autoscatto',
     6674      PrintConv => {
     6675        'Off' => 'Spento',
     6676      },
     6677    },
     6678   'SelfTimer2' => 'Autoscatto 2',
     6679   'SelfTimerInterval' => 'Intervallo autoscatto',
    17666680   'SelfTimerMode' => 'Modo autoscatto',
     6681   'SelfTimerTime' => 'Tempo autoscatto',
     6682   'SenderAddress' => 'Indirizzo mittente',
     6683   'SenderName' => 'Nome mittente',
    17676684   'SensingMethod' => {
    1768       Description => 'Metodo di misurazione esposimetrica',
    1769       PrintConv => {
    1770         'Color sequential area' => 'Sensore area sequenziale a colori',
    1771         'Color sequential linear' => 'Sensore lineare sequenziale a colori',
     6685      Description => 'Metodo misurazione esposimetrica',
     6686      PrintConv => {
     6687        'Color sequential area' => 'Area sequenziale a colori',
     6688        'Color sequential linear' => 'Lineare sequenziale a colori',
    17726689        'Not defined' => 'Non definito',
    17736690        'One-chip color area' => 'Sensore area a colori a un chip',
    17746691        'Three-chip color area' => 'Sensore area a colori a tre chip',
    1775         'Trilinear' => 'Sensore trilineare',
     6692        'Trilinear' => 'Trilineare',
    17766693        'Two-chip color area' => 'Sensore area a colori a due chip',
    17776694      },
    17786695    },
    1779    'SensorPixelSize' => 'Dimensione Pixel Sensore',
     6696   'Sensitivity' => 'Sensibilità',
     6697   'SensitivityCalibrated' => 'Sensibilità calibrata',
     6698   'SensitivitySteps' => {
     6699      Description => 'Passi sensibilità',
     6700      PrintConv => {
     6701        '1 EV Steps' => 'Step 1 EV',
     6702      },
     6703    },
     6704   'SensitivityType' => {
     6705      Description => 'Tipo sensibilità',
     6706      PrintConv => {
     6707        'ISO Speed' => 'Velocità ISO',
     6708        'Recommended Exposure Index' => 'Indice esposizione raccomandato',
     6709        'Recommended Exposure Index and ISO Speed' => 'Indice esposizione raccomandato e velocità ISO',
     6710        'Standard Output Sensitivity' => 'Sensibilità predefinita uscita',
     6711        'Standard Output Sensitivity and ISO Speed' => 'Sensibilità predefinita uscita e velocità ISO',
     6712        'Standard Output Sensitivity and Recommended Exposure Index' => 'Sensibilità predefinita uscita e indice esposizione consigliato',
     6713        'Standard Output Sensitivity, Recommended Exposure Index and ISO Speed' => 'Sensibilità predefinita uscita, indice esposizione consigliato e velocità ISO',
     6714        'Unknown' => 'Sconosciuto',
     6715      },
     6716    },
     6717   'SensorAreas' => 'Aree sensore',
     6718   'SensorCleaning' => {
     6719      PrintConv => {
     6720        'Enable' => 'Abilita',
     6721      },
     6722    },
     6723   'SensorHeight' => 'Altezza sensore',
     6724   'SensorID' => 'ID sensore',
     6725   'SensorLeftBorder' => 'Bordo sinistro sensore',
     6726   'SensorMode' => 'Modo sensore',
     6727   'SensorPixelSize' => 'Dimensione pixel sensore',
     6728   'SensorRedLevel' => 'Livello rosso sensore',
     6729   'SensorSize' => 'Dimensione sensore',
     6730   'SensorTemperature' => 'Temperatura sensore',
     6731   'SensorTopBorder' => 'Bordo superiore sensore',
     6732   'SensorType' => 'Tipo sensore',
     6733   'SensorTypeCode' => 'Codice tipo sensore',
     6734   'SensorWidth' => 'Larghezza sensore',
     6735   'Sequence' => 'Sequenza',
     6736   'SequenceName' => 'Nome sequenza',
     6737   'SequenceNumber' => {
     6738      Description => 'Numero sequenza',
     6739      PrintConv => {
     6740        'n/a' => 'n/d',
     6741      },
     6742    },
     6743   'SequenceShotInterval' => {
     6744      PrintConv => {
     6745        '10 frames/s' => '10 frame/s',
     6746      },
     6747    },
    17806748   'SequentialShot' => {
    17816749      PrintConv => {
     
    17836751      },
    17846752    },
    1785    'SerialNumber' => 'Numero di Serie',
    1786    'ServiceIdentifier' => 'ID Servizio',
     6753   'SerialNumber' => 'Numero di serie',
     6754   'SerialNumberFormat' => {
     6755      Description => 'Formato numero di serie',
     6756      PrintConv => {
     6757        'Format 1' => 'Formato 1',
     6758        'Format 2' => 'Formato 2',
     6759      },
     6760    },
     6761   'ServiceID' => 'ID servizio',
     6762   'ServiceIdentifier' => 'Identificativo servizio',
     6763   'ServiceOrganizationName' => 'Nome organizzazione servizio',
    17876764   'SetButtonCrossKeysFunc' => {
    17886765      PrintConv => {
     
    17906767      },
    17916768    },
    1792    'ShadingCompensation' => 'Compensazione ombreggiatura',
     6769   'SetButtonWhenShooting' => {
     6770      PrintConv => {
     6771        'Change ISO speed' => 'Cambia velocità ISO',
     6772        'Change parameters' => 'Cambia parametri',
     6773        'ISO speed' => 'Velocità ISO',
     6774        'Normal (disabled)' => 'Normale (disabilitato)',
     6775        'White balance' => 'Bilanciamento del bianco',
     6776      },
     6777    },
     6778   'SetCookie' => 'Imposta cookie',
     6779   'SetFunctionWhenShooting' => {
     6780      PrintConv => {
     6781        'Change Parameters' => 'Cambia parametri',
     6782      },
     6783    },
     6784   'SetInfo' => 'Imposta info',
     6785   'SetSubtitle' => 'Imposta sottotitoli',
     6786   'ShadingCompensation' => {
     6787      Description => 'Compensazione ombreggiatura',
     6788      PrintConv => {
     6789        'Off' => 'Spento',
     6790      },
     6791    },
     6792   'ShadingCompensation2' => {
     6793      Description => 'Compensazione ombreggiatura 2',
     6794      PrintConv => {
     6795        'Off' => 'Spento',
     6796      },
     6797    },
     6798   'Shadow' => 'Ombra',
     6799   'ShadowCorrection' => {
     6800      PrintConv => {
     6801        'Normal' => 'Normale',
     6802        'Off' => 'Spento',
     6803        'Strong' => 'Forte',
     6804      },
     6805    },
     6806   'ShadowScale' => 'Scala ombre',
     6807   'Shadows' => 'Ombre',
     6808   'ShakeReduction' => {
     6809      PrintConv => {
     6810        'Off' => 'Spento',
     6811        'Off (4)' => 'Spento (4)',
     6812      },
     6813    },
     6814   'SharedData' => 'Dati condivisi',
     6815   'Sharpening' => {
     6816      PrintConv => {
     6817        'Low' => 'Basso',
     6818        'Normal' => 'Normale',
     6819        'Off' => 'Spento',
     6820      },
     6821    },
    17936822   'Sharpness' => {
    17946823      Description => 'Nitidezza',
    17956824      PrintConv => {
    1796         'Hard' => 'Pesante',
     6825        'Hard' => 'Forte',
    17976826        'Normal' => 'Normale',
    17986827        'Soft' => 'Leggera',
     6828        'n/a' => 'n/d',
     6829      },
     6830    },
     6831   'SharpnessFaithful' => {
     6832      PrintConv => {
     6833        'n/a' => 'n/d',
    17996834      },
    18006835    },
    18016836   'SharpnessFrequency' => {
    18026837      PrintConv => {
    1803         'Low' => 'Leggero',
     6838        'Low' => 'Basso',
     6839        'n/a' => 'n/d',
     6840      },
     6841    },
     6842   'SharpnessLandscape' => {
     6843      PrintConv => {
     6844        'n/a' => 'n/d',
     6845      },
     6846    },
     6847   'SharpnessMonochrome' => {
     6848      PrintConv => {
     6849        'n/a' => 'n/d',
     6850      },
     6851    },
     6852   'SharpnessNeutral' => {
     6853      PrintConv => {
     6854        'n/a' => 'n/d',
     6855      },
     6856    },
     6857   'SharpnessPortrait' => {
     6858      PrintConv => {
     6859        'n/a' => 'n/d',
     6860      },
     6861    },
     6862   'SharpnessStandard' => {
     6863      PrintConv => {
     6864        'n/a' => 'n/d',
     6865      },
     6866    },
     6867   'SharpnessUnknown' => {
     6868      PrintConv => {
     6869        'n/a' => 'n/d',
     6870      },
     6871    },
     6872   'SharpnessUserDef1' => {
     6873      PrintConv => {
     6874        'n/a' => 'n/d',
     6875      },
     6876    },
     6877   'SharpnessUserDef2' => {
     6878      PrintConv => {
     6879        'n/a' => 'n/d',
     6880      },
     6881    },
     6882   'SharpnessUserDef3' => {
     6883      PrintConv => {
     6884        'n/a' => 'n/d',
    18046885      },
    18056886    },
    18066887   'ShootingMode' => {
    1807       Description => 'Modalità Scatto',
     6888      Description => 'Modo scatto',
    18086889      PrintConv => {
    18096890        'Aperture Priority' => 'Priorità diaframma',
     6891        'Fireworks' => 'Fuochi artificiali',
    18106892        'Manual' => 'Manuale',
    18116893        'Normal' => 'Normale',
    18126894        'Portrait' => 'Verticale',
     6895        'Program' => 'Programma',
     6896        'Scenery' => 'Paesaggio',
    18136897        'Shutter Priority' => 'Priorità otturatore',
    1814       },
    1815     },
    1816    'ShortDocumentID' => 'ID Documento Breve',
    1817    'ShotInfoVersion' => 'Info Versione Scatto',
    1818    'ShutterCount' => 'Conteggio Scatti',
     6898        'Sunset' => 'Tramonto',
     6899      },
     6900    },
     6901   'ShootingModeSetting' => {
     6902      Description => 'Impostazione modo scatto',
     6903      PrintConv => {
     6904        'Self-timer' => 'Autoscatto',
     6905      },
     6906    },
     6907   'ShortComment' => 'Commento breve',
     6908   'ShortDescription' => 'Descrizione breve',
     6909   'ShortDocumentID' => 'ID documento breve',
     6910   'ShortReleaseTimeLag' => {
     6911      PrintConv => {
     6912        'Enable' => 'Abilita',
     6913      },
     6914    },
     6915   'ShotComment' => 'Commento scatto',
     6916   'ShotCommentKind' => 'Tipo commento scatto',
     6917   'ShotDate' => 'Data scatto',
     6918   'ShotDay' => 'Giorno scatto',
     6919   'ShotDescription' => 'Descrizione scatto',
     6920   'ShotDuration' => 'Durata scatto',
     6921   'ShotInfoVersion' => 'Info versione scatto',
     6922   'ShotList' => 'Elenco scatti',
     6923   'ShotLocation' => 'Posizione scatto',
     6924   'ShotLocationSets' => 'Insiemi posizione scatto',
     6925   'ShotName' => 'Nome scatto',
     6926   'ShotNumber' => 'Numero scatto',
     6927   'ShotSize' => 'Dimensione scatto',
     6928   'ShutterCount' => 'Conteggio scatti',
    18196929   'ShutterMode' => {
    18206930      PrintConv => {
     
    18226932      },
    18236933    },
     6934   'ShutterReleaseButtonAE-L' => {
     6935      PrintConv => {
     6936        'Off' => 'Spento',
     6937      },
     6938    },
    18246939   'ShutterReleaseNoCFCard' => {
    18256940      PrintConv => {
    1826         'Yes' => 'Si',
    1827       },
    1828     },
    1829    'ShutterSpeed' => 'Tempo di esposizione',
     6941        'Yes' => 'Sì',
     6942      },
     6943    },
     6944   'ShutterSpeed' => 'Tempo esposizione',
     6945   'ShutterSpeedRange' => {
     6946      PrintConv => {
     6947        'Enable' => 'Abilita',
     6948      },
     6949    },
    18306950   'ShutterSpeedValue' => 'Velocità otturatore',
     6951   'SideNumber' => 'Numero lato',
     6952   'Sidebars' => 'Barre laterali',
    18316953   'SimilarityIndex' => 'Indice di Somiglianza',
     6954   'SingleFrameBracketing' => {
     6955      PrintConv => {
     6956        'Low' => 'Basso',
     6957      },
     6958    },
     6959   'Site' => 'Sito',
     6960   'Size' => 'Dimensioni',
    18326961   'SlideShow' => {
    18336962      PrintConv => {
    1834         'Yes' => 'Si',
     6963        'Yes' => 'Sì',
    18356964      },
    18366965    },
     
    18386967      PrintConv => {
    18396968        'None' => 'Nessuno',
    1840       },
    1841     },
     6969        'Off' => 'Spento',
     6970        'n/a' => 'n/d',
     6971      },
     6972    },
     6973   'SlowSync' => {
     6974      PrintConv => {
     6975        'Off' => 'Spento',
     6976      },
     6977    },
     6978   'SmartRange' => {
     6979      PrintConv => {
     6980        'Off' => 'Spento',
     6981      },
     6982    },
     6983   'SmileShutter' => {
     6984      PrintConv => {
     6985        'Off' => 'Spento',
     6986      },
     6987    },
     6988   'Smoothness' => 'Arrotondamento',
    18426989   'Software' => 'Software utilizzato',
    18436990   'Source' => 'Origine',
     6991   'SourceTitle' => 'Titolo fonte',
     6992   'SourceTrackID' => 'ID traccia fonte',
     6993   'SourceTrackIDs' => 'ID traccia fonte',
     6994   'SourceType' => 'Tipo fonte',
     6995   'SourceURL' => 'URL fonte',
     6996   'SourceValue' => 'Valore fonte',
    18446997   'SpatialFrequencyResponse' => 'Risposta in frequenza spaziale',
     6998   'SpecialBuild' => 'Compilazione speciale',
     6999   'SpecialEffectMode' => {
     7000      PrintConv => {
     7001        'Off' => 'Spento',
     7002      },
     7003    },
     7004   'SpecialEffectSetting' => {
     7005      PrintConv => {
     7006        'Off' => 'Spento',
     7007      },
     7008    },
    18457009   'SpecialEffectsOpticalFilter' => {
    18467010      PrintConv => {
    18477011        'None' => 'Nessuno',
     7012        'Star' => 'Stella',
    18487013      },
    18497014    },
    18507015   'SpecialInstructions' => 'Istruzioni',
    18517016   'SpectralSensitivity' => 'Sensibilità spettro',
     7017   'Speed' => {
     7018      Description => 'Velocità',
     7019      PrintConv => {
     7020        'Fast' => 'Veloce',
     7021        'Medium' => 'Medio',
     7022        'Slow' => 'Lento',
     7023      },
     7024    },
    18527025   'SpotMeteringMode' => {
    18537026      PrintConv => {
     
    18557028      },
    18567029    },
     7030   'StandardOutputSensitivity' => 'Sensibilità predefinita uscita',
     7031   'StartTime' => 'Ora inizio',
    18577032   'State' => 'Stato',
    1858    'StripByteCounts' => 'Byte per striscia compressa',
    1859    'StripOffsets' => 'Ubicazione dati immagine',
     7033   'StorageMethod' => {
     7034      PrintConv => {
     7035        'Linear' => 'Lineare',
     7036      },
     7037    },
     7038   'StreamType' => {
     7039      PrintConv => {
     7040        'File Transfer' => 'Trasferimento file',
     7041        'Text' => 'Testo',
     7042      },
     7043    },
     7044   'StretchMode' => {
     7045      PrintConv => {
     7046        'Fixed length' => 'Lunghezza fissa',
     7047      },
     7048    },
     7049   'StripByteCounts' => 'Byte per striscia',
     7050   'StripOffsets' => 'Offset striscia',
     7051   'StripRowCounts' => 'Numero righe striscia',
    18607052   'Sub-location' => 'Località',
    1861    'SubSecCreateDate' => 'Data e ora di creazione dei dati digitali',
    1862    'SubSecDateTimeOriginal' => 'Data e ora di creazione dei dati originali',
    1863    'SubSecModifyDate' => 'Data e ora di modifica del file',
    1864    'SubSecTime' => 'Frazioni di secondo di DataTime',
    1865    'SubSecTimeDigitized' => 'Sottosecondi DataOraDigitalizzate',
    1866    'SubSecTimeOriginal' => 'Sottosecondi DataOraOriginali',
    1867    'SubfileType' => 'Nuovo tipo subfile',
     7053   'SubSecCreateDate' => 'Data di creazione',
     7054   'SubSecDateTimeOriginal' => 'Data/ora originali',
     7055   'SubSecModifyDate' => 'Data modifica',
     7056   'SubSecTime' => 'Sottosecondi ora',
     7057   'SubSecTimeDigitized' => 'Sottosecondi ora digitalizzazione',
     7058   'SubSecTimeOriginal' => 'Sottosecondi ora originale',
     7059   'SubTileBlockSize' => 'Dimensione blocco sotto-tasselli',
     7060   'SubfileType' => {
     7061      Description => 'Tipo sotto-file',
     7062      PrintConv => {
     7063        'Full-resolution image' => 'Immagine con risoluzione originale',
     7064        'Reduced-resolution image' => 'Immagine a risoluzione ridotta',
     7065        'Single page of multi-page image' => 'Singola pagina di un\'immagine multi-pagina',
     7066        'Single page of multi-page reduced-resolution image' => 'Singola pagina di un\'immagine multi-pagina a risoluzione ridotta',
     7067        'TIFF-FX mixed raster content' => 'Contenuto raster misto TIFF-FX',
     7068        'TIFF/IT final page' => 'Pagina finale TIFF/IT',
     7069        'Thumbnail image' => 'Miniatura',
     7070        'Transparency mask' => 'Maschera trasparenza',
     7071        'Transparency mask of multi-page image' => 'Maschera trasparenza di immagine multi-pagina',
     7072        'Transparency mask of reduced-resolution image' => 'Maschera trasparenza di immagine a risoluzione ridotta',
     7073        'Transparency mask of reduced-resolution multi-page image' => 'Maschera trasparenza di immagine multi-pagina a risoluzione ridotta',
     7074        'invalid' => 'non valido',
     7075      },
     7076    },
     7077   'SubimageColor' => {
     7078      PrintConv => {
     7079        'RGB (uncalibrated)' => 'RGB (non calibrato)',
     7080        'RGB with Opacity' => 'RGB con opacità',
     7081        'RGB with Opacity (uncalibrated)' => 'RGB con opacità (non calibrato)',
     7082      },
     7083    },
    18687084   'Subject' => 'Soggetto',
    18697085   'SubjectArea' => 'Area soggetto',
    1870    'SubjectDistance' => 'Distanza dal soggetto',
     7086   'SubjectCode' => 'Codice sottetto',
     7087   'SubjectDistance' => 'Distanza soggetto',
    18717088   'SubjectDistanceRange' => {
    1872       Description => 'Rapporto distanza soggetto',
    1873       PrintConv => {
    1874         'Close' => 'Distanza ravvicinata',
    1875         'Distant' => 'Vista da lontano',
    1876         'Unknown' => 'Sconosciuta',
    1877       },
    1878     },
    1879    'SubjectLocation' => 'Area soggetto',
     7089      Description => 'Intervallo distanza soggetto',
     7090      PrintConv => {
     7091        'Close' => 'Vicino',
     7092        'Distant' => 'Lontano',
     7093        'Unknown' => 'Sconosciuto',
     7094      },
     7095    },
     7096   'SubjectLocation' => 'Posizione soggetto',
     7097   'SubjectName' => 'Nome soggetto',
    18807098   'SubjectProgram' => {
    18817099      PrintConv => {
    18827100        'None' => 'Nessuno',
    18837101        'Portrait' => 'Verticale',
     7102        'Sunset' => 'Tramonto',
     7103        'Text' => 'Testo',
    18847104      },
    18857105    },
    18867106   'SubjectReference' => 'Codice Soggetto',
     7107   'SubjectUnits' => {
     7108      PrintConv => {
     7109        'radians' => 'Radianti',
     7110      },
     7111    },
    18877112   'Subsystem' => {
    1888       PrintConv => {
    1889         'Unknown' => 'Sconosciuta',
     7113      Description => 'Sottosistema',
     7114      PrintConv => {
     7115        'EFI ROM' => 'ROM EFI',
     7116        'EFI application' => 'Applicazione EFI',
     7117        'EFI boot service' => 'Servizio di avvio EFI',
     7118        'EFI runtime driver' => 'Driver a runtine EFI',
     7119        'Native' => 'Nativo',
     7120        'OS/2 command line' => 'Linea di comando OS/2',
     7121        'POSIX command line' => 'Linea di comando POSIX',
     7122        'Unknown' => 'Sconosciuto',
     7123        'Windows command line' => 'Linea di comando Windows',
     7124      },
     7125    },
     7126   'SubsystemVersion' => 'Versione sottosistema',
     7127   'Subtitle' => 'Sottotitolo',
     7128   'Suffix' => 'Suffisso',
     7129   'SuggestedPalette' => 'Tavolozza suggerita',
     7130   'Summary' => 'Sommario',
     7131   'SuperMacro' => {
     7132      PrintConv => {
     7133        'Off' => 'Spento',
     7134      },
     7135    },
     7136   'SuperimposedDisplay' => {
     7137      PrintConv => {
     7138        'Off' => 'Spento',
    18907139      },
    18917140    },
     
    18987147      },
    18997148    },
    1900    'T4Options' => 'Non compresso',
    1901    'T6Options' => 'Opzioni T6',
     7149   'SurroundMode' => {
     7150      PrintConv => {
     7151        'Not Dolby surround' => 'Non Dolby surround',
     7152        'Not indicated' => 'Non indicato',
     7153      },
     7154    },
     7155   'SweepPanoramaDirection' => {
     7156      Description => 'Direzione panoramica ad arco',
     7157      PrintConv => {
     7158        'Left' => 'Sinistra',
     7159        'Right' => 'Destra',
     7160      },
     7161    },
     7162   'SweepPanoramaSize' => 'Dimensione panoramica ad arco',
     7163   'SwitchToRegisteredAFPoint' => {
     7164      PrintConv => {
     7165        'Enable' => 'Abilita',
     7166      },
     7167    },
     7168   'SynchronizedLyricText' => 'Testo sincronizzato',
     7169   'SystemNameOrNumber' => 'Nome/numero sistema',
     7170   'T4Options' => {
     7171      Description => 'Opzioni T4',
     7172      PrintConv => {
     7173        '2-Dimensional encoding' => 'Codifica 2D',
     7174        'Fill bits added' => 'Bit di riempimento aggiunti',
     7175        'Uncompressed' => 'Non compresso',
     7176      },
     7177    },
     7178   'T6Options' => {
     7179      Description => 'Opzioni T6',
     7180      PrintConv => {
     7181        'Uncompressed' => 'Non compresso',
     7182      },
     7183    },
     7184   'T82Options' => 'Opzioni T82',
     7185   'T88Options' => 'Opzioni T88',
     7186   'TIFFPreview' => 'Anteprima TIFF',
     7187   'TIFFSummary' => 'Sommario TIFF',
     7188   'TIFF_FXExtensions' => {
     7189      Description => 'Estensioni TIFF FX',
     7190      PrintConv => {
     7191        'B&W JBIG2' => 'JBIG2 bianco e nero',
     7192        'JBIG2 Profile M' => 'JBIG2 TIFF FX',
     7193        'N Layer Profile M' => 'Livello N profilo M',
     7194        'Resolution/Image Width' => 'Risoluzione/larghezza immagine',
     7195        'Shared Data' => 'Dati condivisi',
     7196      },
     7197    },
    19027198   'Tagged' => {
    19037199      PrintConv => {
    1904         'Yes' => 'Si',
    1905       },
    1906     },
     7200        'Yes' => 'Sì',
     7201      },
     7202    },
     7203   'TaggingTime' => 'Ora tag',
     7204   'TargetDeltaType' => {
     7205      PrintConv => {
     7206        'Absolute' => 'Assoluto',
     7207      },
     7208    },
     7209   'TargetPrinter' => 'Stampante di destinazione',
    19077210   'Technology' => {
    19087211      Description => 'Tecnologia',
     
    19197222        'Passive Matrix Display' => 'Display a Matrice passiva',
    19207223        'Photographic Paper Printer' => 'Stampante per Carta Fotografica',
    1921         'Projection Television' => 'Proiettore Televisivo',
    1922         'Reflective Scanner' => 'Scanner a Riflessione',
     7224        'Projection Television' => 'Proiettore televisivo',
     7225        'Reflective Scanner' => 'Scanner a riflessione',
    19237226        'Thermal Wax Printer' => 'Stampante Thermal Wax',
    19247227      },
     
    19297232      },
    19307233    },
    1931    'Thresholding' => 'Soglia',
     7234   'Temperature' => 'Temperatura',
     7235   'Template' => 'Modello',
     7236   'TermsOfUse' => 'Termini di utilizzo',
     7237   'TestTarget' => {
     7238      PrintConv => {
     7239        'Grayscale' => 'Scala di grigi',
     7240      },
     7241    },
     7242   'Text' => 'Testo',
     7243   'TextColor' => 'Colore testo',
     7244   'TextComments' => 'Testo commenti',
     7245   'TextEncoding' => {
     7246      Description => 'Codifica testo',
     7247      PrintConv => {
     7248        'n/a' => 'n/d',
     7249      },
     7250    },
     7251   'TextFace' => {
     7252      Description => 'Aspetto testo',
     7253      PrintConv => {
     7254        'Extend' => 'Estendi',
     7255        'Italic' => 'Corsivo',
     7256        'Shadow' => 'Ombra',
     7257      },
     7258    },
     7259   'TextFont' => {
     7260      Description => 'Carattere testo',
     7261      PrintConv => {
     7262        'System' => 'Sistema',
     7263      },
     7264    },
     7265   'TextLayers' => 'Livelli testo',
     7266   'TextSize' => 'Dimenione testo',
     7267   'TextStamp' => {
     7268      PrintConv => {
     7269        'Off' => 'Spento',
     7270      },
     7271    },
     7272   'TextString' => 'Stringa testo',
     7273   'TextValue' => 'Valore testo',
     7274   'Thresholding' => {
     7275      Description => 'Soglia',
     7276      PrintConv => {
     7277        'No dithering or halftoning' => 'Nessun dithering o resa a mezzi toni',
     7278        'Randomized dither' => 'Dither casuale',
     7279      },
     7280    },
     7281   'ThumbnailFileName' => 'Nome file miniatura',
     7282   'ThumbnailFormat' => 'Formato miniatura',
     7283   'ThumbnailHeight' => 'Miniatura',
    19327284   'ThumbnailImage' => 'Miniatura',
    1933    'ThumbnailImageSize' => 'Dimensione delle miniature',
     7285   'ThumbnailImageName' => 'Nome miniatura',
     7286   'ThumbnailImageSize' => 'Dimensione miniatura',
     7287   'ThumbnailImageType' => 'Tipo miniatura',
     7288   'ThumbnailImageValidArea' => 'Area valida miniatura',
     7289   'ThumbnailLength' => 'Dimensioni miniatura',
     7290   'ThumbnailOffset' => 'Offset miniatura',
     7291   'ThumbnailWidth' => 'Larghezza miniatura',
     7292   'Thumbnails' => 'Miniature',
     7293   'TileByteCounts' => 'Byte tassello',
     7294   'TileDepth' => 'Profondità tassello',
     7295   'TileLength' => 'Lunghezza tassello',
     7296   'TileOffsets' => 'Offset tasselli',
     7297   'TileWidth' => 'Larghezza tassello',
     7298   'Tiles' => 'Tasselli',
     7299   'Time' => 'Ora',
    19347300   'TimeCreated' => 'Ora di Creazione',
    1935    'TimeScaleParamsQuality' => {
    1936       PrintConv => {
    1937         'Low' => 'Leggero',
    1938       },
    1939     },
    19407301   'TimeSent' => 'Ora d\'invio',
     7302   'TimeStamp' => 'Marcatura oraria',
     7303   'TimeStamp1' => 'Marcatura oraria 1',
     7304   'TimeZone' => 'Fuso orario',
     7305   'TimeZoneCity' => {
     7306      Description => 'Città fuso orario',
     7307      PrintConv => {
     7308        'London' => 'Londra',
     7309        'Tehran' => 'Teheran',
     7310        'n/a' => 'n/d',
     7311      },
     7312    },
     7313   'TimeZoneCode' => 'Codice fuso orario',
     7314   'TimeZoneInfo' => 'Info fuso orario',
     7315   'TimeZoneOffset' => 'Scostamento fuso orario',
     7316   'TimerFunctionButton' => {
     7317      PrintConv => {
     7318        'Self-timer' => 'Autoscatto',
     7319        'Shooting Mode' => 'Modo scatto',
     7320        'White Balance' => 'Bilanciamento del bianco',
     7321      },
     7322    },
     7323   'TimerLength' => {
     7324      PrintConv => {
     7325        'Enable' => 'Abilita',
     7326      },
     7327    },
     7328   'Tint' => 'Tinta',
    19417329   'Title' => 'Titolo',
     7330   'Title2' => 'Titolo 2',
     7331   'TitleKind' => 'Tipo titolo',
     7332   'TitleLen' => 'Lungh titolo',
     7333   'TitleNum' => 'Num titolo',
     7334   'TitleOfParts' => 'Titolo parti',
     7335   'TitleSortOrder' => 'Ordinamento titolo',
     7336   'TitlesOfParts' => 'Titoli parti',
     7337   'TitlesSets' => 'Insiemi di titoli',
     7338   'ToDoTitle' => 'Titolo da fare',
    19427339   'ToneComp' => 'Compensazione Tono',
    19437340   'ToneCurve' => {
     
    19487345   'ToneCurveActive' => {
    19497346      PrintConv => {
    1950         'Yes' => 'Si',
     7347        'Yes' => 'Sì',
     7348      },
     7349    },
     7350   'ToneCurveName' => {
     7351      PrintConv => {
     7352        'Linear' => 'Lineare',
     7353        'Strong Contrast' => 'Contrasto elevato',
     7354      },
     7355    },
     7356   'ToneCurveProperty' => {
     7357      PrintConv => {
     7358        'Linear' => 'Lineare',
     7359        'Shot Settings' => 'Impostazioni scatto',
    19517360      },
    19527361    },
     
    19567365        'Green' => 'Verde',
    19577366        'None' => 'Nessuno',
    1958         'Purple-blue' => 'Viola-Blu',
     7367        'Purple' => 'Porpora',
     7368        'Purple-blue' => 'Porpora-blu',
    19597369        'Red' => 'Rosso',
    1960         'Red-purple' => 'Rosso-Viola',
     7370        'Red-purple' => 'Rosso-porpora',
     7371        'Sepia' => 'Seppia',
    19617372        'Yellow' => 'Giallo',
    1962         'n/a' => 'Non impostato',
     7373        'n/a' => 'n/d',
     7374      },
     7375    },
     7376   'ToningEffectFaithful' => {
     7377      PrintConv => {
     7378        'n/a' => 'n/d',
     7379      },
     7380    },
     7381   'ToningEffectLandscape' => {
     7382      PrintConv => {
     7383        'n/a' => 'n/d',
    19637384      },
    19647385    },
     
    19677388        'Green' => 'Verde',
    19687389        'None' => 'Nessuno',
     7390        'Purple' => 'Porpora',
     7391        'Sepia' => 'Seppia',
     7392        'n/a' => 'n/d',
     7393      },
     7394    },
     7395   'ToningEffectNeutral' => {
     7396      PrintConv => {
     7397        'n/a' => 'n/d',
     7398      },
     7399    },
     7400   'ToningEffectPortrait' => {
     7401      PrintConv => {
     7402        'n/a' => 'n/d',
     7403      },
     7404    },
     7405   'ToningEffectStandard' => {
     7406      PrintConv => {
     7407        'n/a' => 'n/d',
     7408      },
     7409    },
     7410   'ToningEffectUnknown' => {
     7411      PrintConv => {
     7412        'Green' => 'Verde',
     7413        'None' => 'Nessuno',
     7414        'Purple' => 'Porpora',
     7415        'Sepia' => 'Seppia',
     7416        'n/a' => 'n/d',
     7417      },
     7418    },
     7419   'ToningEffectUserDef1' => {
     7420      PrintConv => {
     7421        'Green' => 'Verde',
     7422        'None' => 'Nessuno',
     7423        'Purple' => 'Porpora',
     7424        'Sepia' => 'Seppia',
     7425        'n/a' => 'n/d',
     7426      },
     7427    },
     7428   'ToningEffectUserDef2' => {
     7429      PrintConv => {
     7430        'Green' => 'Verde',
     7431        'None' => 'Nessuno',
     7432        'Purple' => 'Porpora',
     7433        'Sepia' => 'Seppia',
     7434        'n/a' => 'n/d',
     7435      },
     7436    },
     7437   'ToningEffectUserDef3' => {
     7438      PrintConv => {
     7439        'Green' => 'Verde',
     7440        'None' => 'Nessuno',
     7441        'Purple' => 'Porpora',
     7442        'Sepia' => 'Seppia',
     7443        'n/a' => 'n/d',
     7444      },
     7445    },
     7446   'ToolName' => 'Nome strumento',
     7447   'ToolVersion' => 'Versione strumento',
     7448   'TotalFrames' => 'Frame totali',
     7449   'Track' => 'Traccia',
     7450   'TrackProperty' => {
     7451      PrintConv => {
     7452        'Read only' => 'Sola lettura',
    19697453      },
    19707454    },
    19717455   'TransferFunction' => 'Funzione di trasferimento',
     7456   'TransferRange' => 'Intervallo di trasferimento',
     7457   'Transform' => {
     7458      PrintConv => {
     7459        'Off' => 'Spento',
     7460      },
     7461    },
    19727462   'Transformation' => {
    1973       PrintConv => {
    1974         'Horizontal (normal)' => '0° (alto/sinistra)',
    1975         'Mirror horizontal' => 'Rifletti in orizzontale',
    1976         'Mirror horizontal and rotate 270 CW' => 'Rifletti in orizzontale e ruota di 270° in senso orario',
    1977         'Mirror horizontal and rotate 90 CW' => 'Rifletti in orizzontale e ruota di 90° in senso orario',
    1978         'Mirror vertical' => 'Rifletti in verticale',
    1979         'Rotate 180' => '180° (basso/destra)',
     7463      Description => 'Trasformazione',
     7464      PrintConv => {
     7465        'Horizontal (normal)' => 'Orizzontale (normale)',
     7466        'Mirror horizontal' => 'Rifletti orizzontalmente',
     7467        'Mirror horizontal and rotate 270 CW' => 'Rifletti orizzontalmente e ruota di 270° in senso orario',
     7468        'Mirror horizontal and rotate 90 CW' => 'Rifletti orizzontalmente e ruota di 90° in senso orario',
     7469        'Mirror vertical' => 'Rifletti verticalmente',
     7470        'Rotate 180' => 'Ruota di 180°',
    19807471        'Rotate 270 CW' => 'Ruota di 270° in senso orario',
    1981         'Rotate 90 CW' => '90° senso antiorario (destra/alto)',
     7472        'Rotate 90 CW' => 'Ruota di 90° senso orario',
    19827473      },
    19837474    },
    19847475   'TransmissionReference' => 'Riferimento trasmissione',
     7476   'TransparencyIndicator' => 'Indicatore trasparenza',
     7477   'TrapIndicator' => 'Indicatore trap',
    19857478   'Trapped' => {
    19867479      PrintConv => {
    1987         'Unknown' => 'Sconosciuta',
     7480        'False' => 'Falso',
     7481        'Unknown' => 'Sconosciuto',
     7482      },
     7483    },
     7484   'TungstenAWB' => {
     7485      PrintConv => {
     7486        'Strong Correction' => 'Correzione elevata',
     7487      },
     7488    },
     7489   'TxFace' => 'Stile carattere testo',
     7490   'TxFont' => 'Numero carattere',
     7491   'TxSize' => 'Dimenione testo',
     7492   'UIC1Tag' => 'Tag UIC1',
     7493   'UIC2Tag' => 'Tag UIC2',
     7494   'UIC3Tag' => 'Tag UIC3',
     7495   'UIC4Tag' => 'Tag UIC4',
     7496   'USPTOOriginalContentType' => {
     7497      PrintConv => {
     7498        'Color' => 'Colore',
     7499        'Grayscale' => 'Scala di grigi',
     7500        'Text or Drawing' => 'Testo o disegno',
     7501      },
     7502    },
     7503   'UV-IRFilterCorrection' => {
     7504      PrintConv => {
     7505        'Not Active' => 'Non attivo',
    19887506      },
    19897507    },
     
    19917509      Description => 'Non compresso',
    19927510      PrintConv => {
    1993         'Yes' => 'Si',
    1994       },
    1995     },
    1996    'UniqueCameraModel' => 'Nome Unico Modello Fotocamera',
     7511        'Yes' => 'Sì',
     7512      },
     7513    },
     7514   'UninitializedDataSize' => 'Dimensione dati non inizializzati',
     7515   'UniqueCameraModel' => 'Modello unico fotocamera',
    19977516   'UniqueDocumentID' => 'ID Unico del Documento',
     7517   'Units' => 'Unità',
    19987518   'Unknown' => 'Sconosciuto',
    19997519   'Unsharp1Color' => {
     
    20257545      },
    20267546    },
     7547   'UnsharpMask' => {
     7548      PrintConv => {
     7549        'Off' => 'Spento',
     7550      },
     7551    },
    20277552   'Urgency' => {
    20287553      Description => 'Urgenza',
    20297554      PrintConv => {
    2030         '0 (reserved)' => '0 (riservato per usi futuri)',
     7555        '0 (reserved)' => '0 (riservato)',
    20317556        '1 (most urgent)' => '1 (molto urgente)',
    20327557        '5 (normal urgency)' => '5 (urgenza normale)',
     
    20357560      },
    20367561    },
     7562   'UsableMeteringModes' => {
     7563      PrintConv => {
     7564        'Enable' => 'Abilita',
     7565      },
     7566    },
     7567   'UsableShootingModes' => {
     7568      PrintConv => {
     7569        'Enable' => 'Abilita',
     7570      },
     7571    },
     7572   'UserAccess' => {
     7573      PrintConv => {
     7574        'Print' => 'Stampa',
     7575      },
     7576    },
    20377577   'UserComment' => 'Commento utente',
    20387578   'UserDef1PictureStyle' => {
     
    20527592        'Landscape' => 'Orizzontale',
    20537593        'Portrait' => 'Verticale',
     7594      },
     7595    },
     7596   'UserDefinedText' => 'Testo personalizzato',
     7597   'UserDefinedURL' => 'URL personalizzato',
     7598   'VFDisplayIllumination' => {
     7599      PrintConv => {
     7600        'Enable' => 'Abilita',
    20547601      },
    20557602    },
     
    20577604   'VRInfo' => 'Info Riduzione Vibrazione',
    20587605   'VRInfoVersion' => 'Info Versione VR',
    2059    'Version' => 'Versione',
    2060    'VibrationReduction' => 'Riduzione Vibrazione',
     7606   'VR_0x66' => {
     7607      PrintConv => {
     7608        'Off' => 'Spento',
     7609      },
     7610    },
     7611   'Value' => 'Valore',
     7612   'VariousModes' => 'Modi vari',
     7613   'VariousModes2' => 'Modi vari 2',
     7614   'Version' => 'Numero versione immagine',
     7615   'Version2' => 'Versione 2',
     7616   'VersionBF' => 'Versione BF',
     7617   'VersionCreateDate' => 'Data creazione versione',
     7618   'VersionID' => 'ID versione',
     7619   'VersionIdentifier' => 'Identificativo versione',
     7620   'VersionInfo' => 'Info versione',
     7621   'VersionModifyDate' => 'Data modifica versione',
     7622   'VersionNumber' => 'Numero versione',
     7623   'VersionNumberString' => 'Stringa numero versione',
     7624   'VersionTitle' => 'Titolo versione',
     7625   'VersionYear' => 'Anno versione',
     7626   'Versions' => 'Versioni',
     7627   'VerticalCSType' => {
     7628      PrintConv => {
     7629        'Caspian Sea' => 'Mar Caspio',
     7630        'WGS 84 ellipsoid' => 'Ellissoide WGS 84',
     7631      },
     7632    },
     7633   'VerticalUnits' => 'Unità verticali',
     7634   'VibrationReduction' => {
     7635      Description => 'Riduzione vibrazione',
     7636      PrintConv => {
     7637        'Off' => 'Spento',
     7638        'n/a' => 'n/d',
     7639      },
     7640    },
     7641   'VideoAlphaMode' => {
     7642      PrintConv => {
     7643        'None' => 'Nessuno',
     7644      },
     7645    },
     7646   'VideoAttributes' => {
     7647      PrintConv => {
     7648        'Encrypted' => 'Crittografato',
     7649      },
     7650    },
     7651   'VideoBitrate' => 'Bitrate video',
    20617652   'VideoCardGamma' => 'Gamma della Scheda Video',
     7653   'VideoCodec' => 'Codec video',
     7654   'VideoCodecDescription' => 'Descrizione codec video',
     7655   'VideoCodecID' => 'ID codec video',
     7656   'VideoCodecInfo' => 'Info codec video',
     7657   'VideoCodecName' => 'Nome codec video',
     7658   'VideoFieldOrder' => {
     7659      PrintConv => {
     7660        'Progressive' => 'Progressivo',
     7661      },
     7662    },
     7663   'VideoQuality' => {
     7664      PrintConv => {
     7665        'Low' => 'Basso',
     7666      },
     7667    },
     7668   'VideoScanType' => {
     7669      PrintConv => {
     7670        'Progressive' => 'Progressivo',
     7671      },
     7672    },
     7673   'VideoStreamType' => {
     7674      PrintConv => {
     7675        'Reserved' => 'Riservato',
     7676      },
     7677    },
     7678   'ViewInfoDuringExposure' => {
     7679      PrintConv => {
     7680        'Enable' => 'Abilita',
     7681      },
     7682    },
     7683   'ViewfinderWarning' => {
     7684      PrintConv => {
     7685        'Off' => 'Spento',
     7686      },
     7687    },
    20627688   'ViewingCondDesc' => 'Descrizione Condizioni di Visualizzazione',
     7689   'ViewingMode2' => {
     7690      PrintConv => {
     7691        'n/a' => 'n/d',
     7692      },
     7693    },
    20637694   'VignetteControl' => {
    20647695      PrintConv => {
     7696        'Low' => 'Basso',
    20657697        'Normal' => 'Normale',
     7698        'Off' => 'Spento',
     7699      },
     7700    },
     7701   'VignettingCorrection' => {
     7702      PrintConv => {
     7703        'Off' => 'Spento',
     7704        'n/a' => 'n/d',
     7705      },
     7706    },
     7707   'VirtualImageHeight' => 'Altezza immagine virtuale',
     7708   'VirtualImageWidth' => 'Larghezza immagine virtuale',
     7709   'VirtualPageUnits' => 'Unità pagina virtuale',
     7710   'VoiceMemo' => {
     7711      PrintConv => {
     7712        'Off' => 'Spento',
    20667713      },
    20677714    },
    20687715   'WBAdjLighting' => {
    20697716      PrintConv => {
    2070         'Daylight' => 'Luce del giorno',
     7717        'Daylight (cloudy)' => 'Luce del giorno (2)',
     7718        'Daylight (direct sunlight)' => 'Luce del giorno (0)',
     7719        'Daylight (shade)' => 'Luce del giorno (1)',
    20717720        'None' => 'Nessuno',
    20727721      },
    20737722    },
     7723   'WBBracketMode' => {
     7724      PrintConv => {
     7725        'Off' => 'Spento',
     7726      },
     7727    },
    20747728   'WBFineTuneActive' => {
    20757729      PrintConv => {
    2076         'Yes' => 'Si',
     7730        'Yes' => 'Sì',
    20777731      },
    20787732    },
    20797733   'WCSProfiles' => 'Profilo Windows Color System',
    20807734   'WhiteBalance' => {
    2081       Description => 'Bilanciamento del Bianco',
     7735      Description => 'Bilanciamento del bianco',
    20827736      PrintConv => {
    20837737        'Auto' => 'Equilibrio del bianco automatico',
     
    20987752        'Shade' => 'Ombrato',
    20997753        'Tungsten' => 'Tungsteno (luce incandescente)',
    2100         'Unknown' => 'Sconosciuta',
     7754        'Unknown' => 'Sconosciuto',
    21017755        'Warm White Fluorescent' => 'Luce fluorescente bianca calda',
    21027756        'White Fluorescent' => 'Fluorescente bianca',
    21037757      },
    21047758    },
     7759   'WhiteBalance2' => 'Bilanciamento del bianco 2',
    21057760   'WhiteBalanceAdj' => {
     7761      Description => 'Adattamento bilanciamento bianco',
    21067762      PrintConv => {
    21077763        'Cloudy' => 'Nuvoloso',
    21087764        'Daylight' => 'Luce del giorno',
    21097765        'Fluorescent' => 'Fluorescente',
     7766        'Off' => 'Spento',
    21107767        'Shade' => 'Ombrato',
     7768        'Shot Settings' => 'Impostazioni scatto',
    21117769        'Tungsten' => 'Tungsteno (luce incandescente)',
     7770      },
     7771    },
     7772   'WhiteBalanceAutoAdjustment' => {
     7773      Description => 'Adattamento automatico bilanciamento bianco',
     7774      PrintConv => {
     7775        'Off' => 'Spento',
     7776      },
     7777    },
     7778   'WhiteBalanceBracketing' => {
     7779      PrintConv => {
     7780        'Low' => 'Basso',
     7781        'Off' => 'Spento',
    21127782      },
    21137783    },
     
    21157785   'WhiteBalanceMode' => {
    21167786      PrintConv => {
    2117         'Unknown' => 'Sconosciuta',
     7787        'Unknown' => 'Sconosciuto',
    21187788      },
    21197789    },
     
    21297799      },
    21307800    },
    2131    'WhiteLevel' => 'Livello Bianco',
    2132    'WhitePoint' => 'Cromatismo del punto bianco',
     7801   'WhiteBalanceSetting' => {
     7802      PrintConv => {
     7803        'Fluorescent (+1)' => 'Fluorescente (+1)',
     7804        'Fluorescent (+2)' => 'Fluorescente (+2)',
     7805        'Fluorescent (+3)' => 'Fluorescente (+3)',
     7806        'Fluorescent (-1)' => 'Fluorescente (-1)',
     7807        'Fluorescent (-2)' => 'Fluorescente (-2)',
     7808        'Fluorescent (-3)' => 'Fluorescente (-3)',
     7809        'Fluorescent (0)' => 'Fluorescente (0)',
     7810        'Shade (+1)' => 'Ombrato (+1)',
     7811        'Shade (+2)' => 'Ombrato (+2)',
     7812        'Shade (+3)' => 'Ombrato (+3)',
     7813        'Shade (-1)' => 'Ombrato (-1)',
     7814        'Shade (-2)' => 'Ombrato (-2)',
     7815        'Shade (-3)' => 'Ombrato (-3)',
     7816        'Shade (0)' => 'Ombrato (0)',
     7817      },
     7818    },
     7819   'WhiteLevel' => 'Livello bianco',
     7820   'WhitePoint' => 'Punto bianco',
     7821   'WideRange' => {
     7822      PrintConv => {
     7823        'Off' => 'Spento',
     7824      },
     7825    },
     7826   'WidthResolution' => 'Risoluzione larghezza',
    21337827   'Writer-Editor' => 'Autore Didascalia/Descrizione',
     7828   'XMethod' => {
     7829      PrintConv => {
     7830        'No Magnification' => 'Nessun ingrandimento',
     7831      },
     7832    },
    21347833   'XPAuthor' => 'Autore',
    2135    'XPComment' => 'Commento',
    2136    'XPKeywords' => 'Parole Chiave',
    2137    'XPSubject' => 'Soggetto',
    2138    'XPTitle' => 'Titolo',
     7834   'XPComment' => 'Commento XP',
     7835   'XPKeywords' => 'Parole chiave XP',
     7836   'XPSubject' => 'Soggetto XP',
     7837   'XPTitle' => 'Titolo XP',
    21397838   'XPosition' => 'Posizione X',
    21407839   'XResolution' => 'Risoluzione orizzontale immagine',
     
    21487847    },
    21497848   'YCbCrSubSampling' => 'Indice sottocampionamento da Y a C',
     7849   'YMethod' => {
     7850      PrintConv => {
     7851        'No Magnification' => 'Nessun ingrandimento',
     7852      },
     7853    },
    21507854   'YPosition' => 'Posizione Y',
    21517855   'YResolution' => 'Risoluzione verticale immagine',
     7856   'Year' => 'Anno',
     7857   'ZipCompression' => {
     7858      PrintConv => {
     7859        'None' => 'Nessuno',
     7860        'Reduced with compression factor 1' => 'Ridotto con fattore compressione 1',
     7861        'Reduced with compression factor 2' => 'Ridotto con fattore compressione 2',
     7862        'Reduced with compression factor 3' => 'Ridotto con fattore compressione 3',
     7863        'Reduced with compression factor 4' => 'Ridotto con fattore compressione 4',
     7864      },
     7865    },
    21527866   'ZoneMatching' => {
    21537867      Description => 'Adeguamento zona',
    21547868      PrintConv => {
    21557869        'High Key' => 'Hi',
    2156         'ISO Setting Used' => 'Disattivata',
     7870        'ISO Setting Used' => 'Impostazione ISO usata',
    21577871        'Low Key' => 'Lo',
    21587872      },
    21597873    },
     7874   'ZoneMatchingMode' => {
     7875      PrintConv => {
     7876        'Off' => 'Spento',
     7877      },
     7878    },
     7879   'ZoneMatchingOn' => {
     7880      PrintConv => {
     7881        'Off' => 'Spento',
     7882      },
     7883    },
     7884   'ZoomCenter' => 'Centro zoom',
     7885   'ZoomFactor' => 'Fattore di zoom',
     7886   'ZoomPos' => 'Posizione zoom',
     7887   'iTunesU' => 'ITunes U',
    21607888);
    21617889
     
    21767904=head1 AUTHOR
    21777905
    2178 Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca)
     7906Copyright 2003-2021, Phil Harvey (philharvey66 at gmail.com)
    21797907
    21807908This library is free software; you can redistribute it and/or modify it
     
    21837911=head1 ACKNOWLEDGEMENTS
    21847912
    2185 Thanks to Jens Duttke, Ferdinando Agovino and Emilio Dati for providing this
    2186 translation.
     7913Thanks to Jens Duttke, Ferdinando Agovino, Emilio Dati and Michele Locati
     7914for providing this translation.
    21877915
    21887916=head1 SEE ALSO
Note: See TracChangeset for help on using the changeset viewer.