From: Ævar Arnfjörð Bjarmason Date: Thu, 21 Jul 2005 16:35:21 +0000 (+0000) Subject: * Two new Exif messages, exif-focalplaneresolutionunit-2 and exif-subjectdistance... X-Git-Tag: 1.5.0beta4~81 X-Git-Url: http://git.cyclocoop.org/%27%40script%40/fr:Foo?a=commitdiff_plain;h=15de48b8325795fd4660c70a514a4a2f392fd87a;p=lhc%2Fweb%2Fwiklou.git * Two new Exif messages, exif-focalplaneresolutionunit-2 and exif-subjectdistance-value --- diff --git a/languages/Language.php b/languages/Language.php index 2625f3296f..bae473f10c 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1965,6 +1965,8 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); 'exif-exposureprogram-7' => 'Portrait mode (for closeup photos with the background out of focus)', 'exif-exposureprogram-8' => 'Landscape mode (for landscape photos with the background in focus)', +'exif-subjectdistance-value' => '$1 metres', + 'exif-meteringmode-0' => 'Unknown', 'exif-meteringmode-1' => 'Average', 'exif-meteringmode-2' => 'CenterWeightedAverage', @@ -1996,6 +1998,8 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); 'exif-lightsource-24' => 'ISO studio tungsten', 'exif-lightsource-255' => 'Other light source', +'exif-focalplaneresolutionunit-2' => 'inches', + 'exif-sensingmethod-1' => 'Undefined', 'exif-sensingmethod-2' => 'One-chip color area sensor', 'exif-sensingmethod-3' => 'Two-chip color area sensor',