From: Ævar Arnfjörð Bjarmason Date: Fri, 22 Jul 2005 00:54:33 +0000 (+0000) Subject: * Removed exif-resolutionunit-2 and exif-resolutionunit-3, obsoleted by X-Git-Tag: 1.5.0beta4~71 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=722fefedf45a3a0df39ac60871d6739de39ec637;p=lhc%2Fweb%2Fwiklou.git * Removed exif-resolutionunit-2 and exif-resolutionunit-3, obsoleted by exif-xyresolution-i and exif-xyresolution-c * Made exif-[xy]resolution shorter and more descriptive --- diff --git a/languages/Language.php b/languages/Language.php index bae473f10c..bd99de1233 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1807,8 +1807,8 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); 'exif-planarconfiguration' =>'Data arrangement', 'exif-ycbcrsubsampling' =>'Subsampling ratio of Y to C', 'exif-ycbcrpositioning' =>'Y and C positioning', -'exif-xresolution' =>'Image resolution in width direction', -'exif-yresolution' =>'Image resolution in height direction', +'exif-xresolution' =>'Horizontal resolution', +'exif-yresolution' =>'Vertical resolution', 'exif-resolutionunit' =>'Unit of X and Y resolution', 'exif-stripoffsets' =>'Image data location', 'exif-rowsperstrip' =>'Number of rows per strip', @@ -1941,8 +1941,8 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\'); 'exif-planarconfiguration-1' => 'chunky format', 'exif-planarconfiguration-2' => 'planar format', -'exif-resolutionunit-2' => 'inches', -'exif-resolutionunit-3' => 'centimetres', +'exif-xyresolution-i' => '$1 dpi', +'exif-xyresolution-c' => '$1 dpc', 'exif-colorspace-1' => 'sRGB', 'exif-colorspace-ffff.h' => 'FFFF.H',