var msgArray_SP = new Array();
var msgArray_EN = new Array();

/********************************************************************
*	Login Messages
********************************************************************/
msgArray_SP["User_Login"]	= "Porfavor introduzca su nombre de usuario.";
msgArray_SP["User_Pass"]	= "Porfavor introduzca su contranseña.";

msgArray_EN["User_Login"]	= "Please type in your user name.";
msgArray_EN["User_Pass"]	= "Please type in your password.";

/********************************************************************
*	Actor Roles
********************************************************************/
msgArray_SP["GOD"]			= "Amo Y Señor del Sistema";
msgArray_SP["ADM"]			= "Administrador del Sistema";
msgArray_SP["PUB"]			= "Publicador";
msgArray_SP["DIS"]			= "Agente de Ventas / Distribuidor";
msgArray_SP["USR"]			= "Usuario";

msgArray_EN["GOD"]			= "Lord and Master of the System";
msgArray_EN["ADM"]			= "System Administrator";
msgArray_EN["PUB"]			= "Publisher";
msgArray_EN["DIS"]			= "Sales Agent / Distributor";
msgArray_EN["USR"]			= "User";

/********************************************************************
*	Operation Messages
********************************************************************/
msgArray_SP["ADD"]			= "Añadir";
msgArray_SP["MOD"]			= "Modificar";
msgArray_SP["CLOSE"]		= "Cerrar Ventana";
			
msgArray_EN["ADD"]			= "Add";
msgArray_EN["MOD"]			= "Modify";
msgArray_EN["CLOSE"]		= "Close Window";
			
/********************************************************************
*	Actor Manipulation (Add, Modify, Delete
********************************************************************/
msgArray_SP["Actor_Login"]	= "Porfavor introduzca el nombre del usuario.";
msgArray_SP["Actor_Pass"]	= "Porfavor introduzca la contraseña para este usuario.";
msgArray_SP["Actor_FName"]	= "Porfavor introduzca el nombre del usuario.";
msgArray_SP["Client_ID"]	= "Porfavor Seleccione a que cliente pertence este usuario.";
msgArray_SP["Actor_LName"]	= "Porfavor introduzca el Apellido Paterno del usuario.";
msgArray_SP["Actor_Email"]	= "Porfavor introduzca el correo electronico del usuario.";
msgArray_SP["Actor_Delete"]	= "¿Esta seguro de querer borrar este registro?";

msgArray_EN["Actor_Login"]	= "Please type in the user name.";
msgArray_EN["Actor_Pass"]	= "Please type in the password for this user.";
msgArray_EN["Client_ID"]	= "Please select to wich client does this user belongs to.";
msgArray_EN["Actor_FName"]	= "Please type in the First Name of the user.";
msgArray_EN["Actor_LName"]	= "Please type in the Last Name of the user.";
msgArray_EN["Actor_Email"]	= "Please type in the Email address of this user.";
msgArray_EN["Actor_Delete"]	= "Are you sure you want to delete this record?";

/********************************************************************
*	Product Capture (Add, Modify, Delete
********************************************************************/
msgArray_SP["Product_SKU"]				= "Porfavor introduzca el n&uacute;mero SKU del producto.";
msgArray_SP["Product_Price"]			= "Porfavor introduzca el precio del producto.\nEl precio debe ser un número valido.\nP. ej:\n\t100\n\t150.10";
msgArray_SP["Product_Size"]				= "Porfavor introduzca la el tamaño o presentacion del producto (750 ml, 1 pza, 1.5 oz fl).";
msgArray_SP["Product_Unit"]				= "Porfavor introduzca la unidad de medicion del producto.\n\tp.ej:\n\t\tml para mililitros\n\t\tkg para kilogramos.";
msgArray_SP["Product_Name"]				= "Porfavor introduzca el nombre del producto.";
msgArray_SP["Product_Name_EN"]			= "Porfavor introduzca el nombre del producto en Inglés.";
msgArray_SP["Product_Name_SP"]			= "Porfavor introduzca el nombre del producto en Español.";
msgArray_SP["Product_Description_EN"]	= "Porfavor introduzca la descripción del producto en Inglés.";
msgArray_SP["Product_Description_SP"]	= "Porfavor introduzca la descripción del producto en Español.";
msgArray_SP["Product_Delete"]			= "¿Esta seguro de querer borrrar este producto?";

msgArray_EN["Product_SKU"]				= "Please type in the product SKU number.";
msgArray_EN["Product_Price"]			= "Please type in the product price.";
msgArray_EN["Product_Size"]				= "Please type in the size or presentation of the product (750 ml, 1 pc, 1.5 fl oz, etc).";
msgArray_EN["Product_Unit"]				= "Please type in the mesure unit for this product.\n\ti.e:\n\t\tml for mililiters\n\t\tkg for kilograms.";
msgArray_EN["Product_Name"]				= "Please type in the product name.";
msgArray_EN["Product_Name_EN"]			= "Please type in the product name in English.";
msgArray_EN["Product_Name_SP"]			= "Please type in the product name in Spanish. ";
msgArray_EN["Product_Description_EN"]	= "Please type in the product description in English.";
msgArray_EN["Product_Description_SP"]	= "Please type in the product description in Spanish. ";
msgArray_EN["Product_Delete"]			= "Are you sure you want to delete this product?";

/********************************************************************
*	Client Capture (Add, Modify, Delete
********************************************************************/
msgArray_SP["Client_Name"]			= "Porfavor introduzca el nombre del cliente.";
msgArray_SP["Client_Short_Name"]	= "Porfavor introduzca un nombre clave para identificar a este cliente.";
msgArray_SP["Client_Address1"]		= "Porfavor introduzca la direcci&oacute;n del cliente.";
msgArray_SP["Client_City"]			= "Porfavor introduzca la Ciudad.";
msgArray_SP["Client_State"]			= "Porfavor introduzca el Estado.";
msgArray_SP["Client_Zip"]			= "Porfavor introduzca el Codigo Postal.";
msgArray_SP["Client_Country"]		= "Porfavor introduzca el Pa&iacute;s.";
msgArray_SP["Client_Delete"]		= "¿Esta seguro de querer borrrar este Cliente?";

msgArray_EN["Client_Name"]			= "Please type in the Client name.";
msgArray_EN["Client_Short_Name"]	= "Please type in a short name to identify this client.";
msgArray_EN["Client_Address1"]		= "Please type in the client address.";
msgArray_EN["Client_City"]			= "Please type in the City.";
msgArray_EN["Client_State"]			= "Please type in the State.";
msgArray_EN["Client_Zip"]			= "Please type in the Zip Code .";
msgArray_EN["Client_Country"]		= "Please type in the Country.";
msgArray_EN["Client_Delete"]		= "Are you sure you want to delete this Client?"

/********************************************************************
*	Category Capture (Add, Modify, Delete
********************************************************************/
msgArray_SP["Category_Name"]			= "Porfavor introduzca el nombre de la Categoria.";
msgArray_SP["Category_Delete"]			= "¿Esta seguro de querer borrar esta Categoria?";
msgArray_SP["Category_Description_EN"]	= "Porfavor introduzca la descripción de la Categoria en Inglés.";
msgArray_SP["Category_Description_SP"]	= "Porfavor introduzca la descripción de la Categoria en Español.";
msgArray_SP["Category_ID"]				= "Porfavor seleccione una Categoria.";

msgArray_EN["Category_Name"]			= "Please type in the category name.";
msgArray_EN["Category_Delete"]			= "Are you sure you want to delete this Category?";
msgArray_EN["Category_Description_EN"]	= "Please type in the Category description in English.";
msgArray_EN["Category_Description_SP"]	= "Please type in the Category description in Spanish. ";
msgArray_EN["Category_ID"]				= "Please select a Category.";

/********************************************************************
*	Exchange Rate Messages
********************************************************************/
msgArray_SP["Exchange_Rate"]	= "Tipo de Cambio";
msgArray_SP["Exchange_Buy"]		= "Porfavor teclee un numero valido para la compra de dolares.";
msgArray_SP["Exchange_Sell"]	= "Porfavor teclee un numero valido para la venta de dolares.";


msgArray_EN["Exchange_Rate"]	= "Exchange Rate";
msgArray_EN["Exchange_Buy"]		= "Please type in a valid number for the dollar buy  rate";
msgArray_EN["Exchange_Sell"]	= "Please type in a valid number for the dollar sell rate.";

/********************************************************************
*	Location Messages
********************************************************************/
msgArray_SP["Location_Name"]	= "Porfavor teclee el nombre de la sucursal.";
msgArray_SP["Location_Address"]	= "Porfavor teclee la direccion de la sucursal.";
msgArray_SP["Location_City"]	= "Porfavor teclee la Ciudad.";
msgArray_SP["Location_State"]	= "Porfavor teclee el Estado.";
msgArray_SP["Location_Zip"]		= "Porfavor teclee el codigo postal.";
msgArray_SP["Location_Country"]	= "Porfavor teclee el Pais.";
msgArray_SP["Location_Delete"]	= "¿Esta seguro de querer borrar esta sucursal?";


msgArray_EN["Location_Name"]	= "Please type in the location name.";
msgArray_EN["Location_Address"]	= "Please type in the location address.";
msgArray_EN["Location_City"]	= "Please type in the City.";
msgArray_EN["Location_State"]	= "Please type in the State.";
msgArray_EN["Location_Zip"]		= "Please type in the zip code.";
msgArray_EN["Location_Country"]	= "Please type in the country.";
msgArray_EN["Location_Delete"]	= "Are you sure you want to delete this location?";

/********************************************************************
*	Various Miscelaneous Messages
********************************************************************/
msgArray_SP["PRODUCT"]	= "Producto";
msgArray_SP["CATALOG"]	= "Catalogo";
msgArray_SP["CLIENT"]	= "Cliente";
msgArray_SP["CATEGORY"]	= "Categoria";
msgArray_SP["LOCATION"]	= "Sucursal";

msgArray_EN["PRODUCT"]	= "Product";
msgArray_EN["CATALOG"]	= "Catalog";
msgArray_EN["CLIENT"]	= "Client";
msgArray_EN["CATEGORY"]	= "Category";
msgArray_EN["LOCATION"]	= "Location";
/********************************************************************
*	Windows Captions
********************************************************************/
msgArray_SP["PRODUCT_CATALOG"]	= "Catalogo de Productos";
msgArray_SP["CLIENT_CATALOG"]	= "Catalogo de Clientes";
msgArray_SP["PUB_CATALOG"]		= "Catalogo de Publicadores";
msgArray_SP["DIS_CATALOG"]		= "Catalogo de Agentes de Ventas / Distribuidores";
msgArray_SP["USR_CATALOG"]		= "Catalogo de Usuarios";
msgArray_SP["CATEGORY_CATALOG"]	= "Catalogo de Categorias";
msgArray_SP["EXCHANGE_RATE"]	= "Captura de Tipo de Cambio";
msgArray_SP["LOCATION_CATALOG"]	= "Catalogo de Sucursales";


msgArray_EN["PRODUCT_CATALOG"]	= "Product Catalog";
msgArray_EN["CLIENT_CATALOG"]	= "Client Catalog";
msgArray_EN["PUB_CATALOG"]		= "Publisher Catalog";
msgArray_EN["DIS_CATALOG"]		= "Distributors Catalog";
msgArray_EN["USR_CATALOG"]		= "Users Catalog";
msgArray_EN["CATEGORY_CATALOG"]	= "Category Catalog";
msgArray_EN["EXCHANGE_RATE"]	= "Exchange Rate Capture";
msgArray_EN["LOCATION_CATALOG"]	= "Locations Catalog";


