1<?php 2 3//$lang['imagecodec'] = 'Image format'; 4//$lang['imagecodec_o_png'] = 'png'; 5//$lang['imagecodec_o_jpg'] = 'jpg'; 6 7$lang['previewscaler'] = 'Preview scaling method'; 8$lang['previewscaler_o_fit to canvas'] = 'shrink/enlarge'; 9$lang['previewscaler_o_original size'] = 'original size'; 10 11$lang['previewwidth'] = 'Width of the image preview canvas. Any valid value for the HTML width attribute is allowed here, e.g.: 150px or 100%.'; 12$lang['previewheight'] = 'Height of the image preview canvas. Any valid value for the HTML height attribute is allowed here, e.g.: 75px or 20%.'; 13 14?> 15 16