<?php /** * This code is part of the ImageMaker software (www.gerd-tentler.de/tools/imagemaker), copyright by * Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or * redistributing it over the Internet or in any other medium. In all cases copyright must remain intact. */ $msg['type'] = "Type"; $msg['imageSize'] = "Image Size"; $msg['width'] = "Width"; $msg['height'] = "Height"; $msg['bgColor'] = "Background Color"; $msg['lineColor'] = "Line Color"; $msg['fillColor'] = "Fill Color"; $msg['font'] = "Font"; $msg['fontSize'] = "Font Size"; $msg['justifyLeft'] = "Justify Left"; $msg['justifyCenter'] = "Justify Center"; $msg['justifyRight'] = "Justify Right"; $msg['left'] = "Left"; $msg['right'] = "Right"; $msg['top'] = "Top"; $msg['middle'] = "Middle"; $msg['bottom'] = "Bottom"; $msg['margins'] = "Margins"; $msg['cancel'] = "Cancel"; $msg['object'] = "Object"; $msg['none'] = "None"; $msg['text'] = "Text"; $msg['ellipse'] = "Ellipse"; $msg['triangle'] = "Triangle"; $msg['rectangle'] = "Rectangle"; $msg['image'] = "Image"; $msg['properties'] = "Properties"; $msg['file'] = "File"; $msg['rotation'] = "Rotation"; $msg['angle'] = "Angle"; $msg['opacity'] = "Opacity"; $msg['new'] = "New"; $msg['delete'] = "Delete"; ?>