Login   Register  
PHP Classes
elePHPant
Icontem

File: lang.en.nl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ben  >  Button Maker Lite  >  lang.en.nl  >  Download  
File: lang.en.nl
Role: Configuration script
Content type: text/plain
Description: english language file
Class: Button Maker Lite
Generate button images with text dynamically
Author: By
Last change:
Date: 2006-10-26 00:57
Size: 1,345 bytes
 

Contents

Class file image Download
<?
/*
 Author:     Ben Heesen (De Bron Digital Solutions)
 Email:        b.heesen@dbds.nl
 Date:         24-8-2006 9:31
 File:        lang.en.php
 Version:    0.1a
  © D.B.D.S.™ 2006
 
*/
define("_TEXT_","Text");
define("_BORDER_","Border");
define("_IN_","In");
define("_OUT_","Out");
define("_FLAT_","Flat");
define("_BGCOLOR_","Background Color");
define("_TEXTCOLOR_","Text Color");
define("_WIDTH_","Width");
define("_HEIGHT_","Height");
define("_TEXT_X_","Text-x");
define("_TEXT_Y_","Text-y");
define("_BGIMAGE_","Background Image");
define("_UPLOADIMAGE_","Upload Image");
define("_MAXSIZE_","(max size kb)");
define("_FONTSIZE_","Fontsize");
define("_SHADOW_","Shadow");
define("_WHITE_","White");
define("_BLACK_","Black");
define("_GREY_","Grey");
define("_FONT_","Font");
define("_UPLOADFONT_","Upload Font");
define("_ROTATE_","Rotate");
define("_SEND_","Create Button");
define("_FILE_TYPE_","Filetype");

define("_FONT_NOT_FOUND_","A font was not found.");
define("_FONTNAME_NOT_FOUND_","The name of the font was not found.");
define("_FONT_MOVE_ERROR_","There was an error moving the uploaded file.");

define("_IMAGE_NOT_FOUND_","An image was not found.");
define("_IMAGENAME_NOT_FOUND_","The name of the image was not found.");
define("_IMAGE_MOVE_ERROR_","There was an error moving the uploaded file.");

?>