<?php
//________________________________________________________________________________________________________
//
//      Php language file: m_iconos_eng.php
//      Language:  English
//________________________________________________________________________________________________________
// Right page-side
        $TbMsg=array();
	$TbMsg["ERROR_SELECT"]='Failed to open table: Icons';
        $TbMsg["TITLE"]='Icons';
        $TbMsg["TABLE_TITLE"]='____ Icons Data ____';
        $TbMsg["TYPE_WEB"]='Web icons';
        $TbMsg["TYPE_ITEMS"]='Items icons';
        $TbMsg["TYPE_MENU"]='Background menu';
        $TbMsg["SELECT_WEB"]='1=web icons';
        $TbMsg["SELECT_ITEMS"]='2=items icons';
        $TbMsg["SELECT_MENU"]='3=background menu';
        $TbMsg["MSG_NAME_FILE"]='The filename can only contain alphanumeric characters, _ and -.';
        $TbMsg["MSG_SIZE_FILE"]='Wrong file size, it must be between 0 and 100 KBi.';
        $TbMsg["MSG_TYPE_FILE"]='The file type does not correspond to the allowed file types: jpeg, gif and png.';
        $TbMsg["SUCCESS_SEND"]='Icon file has been successfully sent to web server.';
        $TbMsg["SUCCESS_UPDATE"]='Icon file has been successfully replaced in web server.';
        $TbMsg["SUCCESS_DELETE"]='Icon file has been successfully deleted from web server.';
        $TbMsg["TYPE"]='Type';
        $TbMsg["DESCRIP"]='Description';
	$TbMsg["NAME"]='Name';
        $TbMsg["ICON"]='Icon';
        $TbMsg["REPLACE"]='Replace File';

// The following attribute names are page variables
	$TbMsg["INSERTAR"]='INSERT';
	$TbMsg["CONSULTAR"]='CONSULT';
	$TbMsg["MODIFICAR"]='MODIFY';
	$TbMsg["ELIMINAR"]='DELETE';

// Left page-side
        $TbMsg["SEARCH_OPT"]='____ Search options ____';
        $TbMsg["SEARCH_RESULT"]='Found registers: ';
        $TbMsg["MENU_CONS"]='Consult';
        $TbMsg["MENU_REPLACE"]='Replace';
        $TbMsg["MENU_DEL"]='Delete';
//These attributes are icon descriptions from database
        $TbMsg["Cámara web"]='Webcam';
        $TbMsg["Controladores IDE"]='IDE drivers';
        $TbMsg["Dispositivos de audio"]='Audio devices';
        $TbMsg["Lectoras y grabadoras de DVD"]='DVD Readers and recorders';
        $TbMsg["Mi icono usb"]='Usb devices';
        $TbMsg["Placas base"]='Motherboards';
        $TbMsg["Tarjeta de Red"]='Network Card';
        $TbMsg["Tarjeta de sonido"]='Sound Card';
        $TbMsg["Tarjeta gráfica"]='Graphic card';
        $TbMsg["Logo General de Linux"]='General Linux Logo';
        $TbMsg["Logo Windows XP"]='Windows XP Logo';
        $TbMsg["Ordenador apagado"]='Computer off';
        $TbMsg["Ordenador encendido"]='Computer on';
        $TbMsg["Particionar"]='Partition';
