<?php

/************************************************************************************/
/*                                                                                  */
/* InfoBlock                                                                        */
/* v1.0                                                                             */
/*                                                                                  */
/* Copyright  2002 by: Maty Scripts (webmaster@mat.allfreetemplates.com)           */
/* http://mat.allfreetemplates.com                                                  */
/*                                                                                  */
/* This program is free software. You can redistribute it and/or modify             */
/* it under the terms of the GNU General Public License as published by             */
/* the Free Software Foundation; either version 2 of the License.                   */
/*                                                                                  */
/************************************************************************************/

/*****************************************************/
/* From file : admin/modules/info-block.php          */
/*****************************************************/
define( "_BINF_PRGNAME","Info-Block" );
define( "_BINF_HOME","Go Back" );
define( "_BINF_TITLE1","Show Info in Block" );
define( "_BINF_TITLE2","Add new Information" );
define( "_BINF_TITLE3","Edit Info" );
define( "_BINF_TITLE4","Delete Info" );
define( "_BINF_WEIGHT","Weight" );
define( "_BINF_UP","Move Up" );
define( "_BINF_DOWN","Move Down" );
define( "_BINF_EDIT","Edit" );
define( "_BINF_DELETE","Delete" );
define( "_BINF_UPDATE","Update" );
define( "_BINF_SAVE","Save" );
define( "_BINF_URL","HTTP Address (including http://)" );
define( "_BINF_DESCRIPTION","Description" );
define( "_BINF_IMAGENAME","Image name" );
define( "_BINF_IMAGESAMELINE","Image same line" );
define( "_BINF_TEXT","Text (HTML allowed)" );
define( "_BINF_NO","No" );
define( "_BINF_YES","Yes" );
define( "_BINF_LINEBREAK","Line Break" );
define( "_BINF_SCROLL","Scrolling Block" );
define( "_BINF_SCROLLHEIGHT","Scrolling Height" );
define( "_BINF_IMAGEPATH","Path to Images" );
define( "_BINF_ADDENTRY","Add new Information" );
define( "_BINF_EMPTYFIELD","Please fill out all required fields" );
define( "_BINF_UPDATEOK","Info is updated" );
define( "_BINF_UPDATEERROR","Table could not be updated" );
define( "_BINF_SAVEERROR","Info could not be stored" );
define( "_BINF_DELETEERROR","Info could not be deleted" );



?>