4images Forum & Community

International => Turkish / Türkçe => Topic started by: AKIN on February 12, 2009, 06:14:08 PM

Title: exif info bilgilerini türkçeleştirmek
Post by: AKIN on February 12, 2009, 06:14:08 PM
includes/functions.php de bu kodları bulup degiştirebilirsiniz.
  $exif_match = array();
  $exif_match['Make'] = "make";
  $exif_match['Model'] = "model";
  $exif_match['DateTimeOriginal'] = "datetime";
  $exif_match['ISOSpeedRatings'] = "isospeed";
  $exif_match['ExposureTime'] = "exposure";
  $exif_match['FNumber'] = "aperture";
  $exif_match['FocalLength'] = "focallen";