/** i18n  Espa�ol**/
var LocalizedStrings = 
{

	"musica":"Music",
	"efectos":"FX",
	"efecto":"FX",
	"servicios":"Services",
	"compositores":"Composers",
	"accesoClientes":"Customer access",
	"miCuenta":"My Account",
	"infoAyuda":"Info + Help",
		
	// Panel Usuario	
	"misDatos":"My Data",
	"verCarrito":"My Cart",
	"misSelecciones":"My Selections",
	"productos":"Products",
	"misCarpetas":"My Folders",	
	"facturacion":"Billing",
	"listadoFacturas":"Invoices List",
	"productosAdquiridos":"Purchased Products",
	"areaDescarga":"Download Area",
	"descargaMusica":"Music Download",
	"descargaEfectos":"FX Download",
	
	//Catalogo
	"inicio":"Home",
	"atras":"Back",
	"generos":"Style",
	"caracteristicas":"Characteristics",
	"aplicaciones":"Applications",
	"instrumentos":"Instruments",
	"compositor":"Composer",
	"interpretes":"Performers",
	"interprete":"Performer",
	"tempo":"Tempo",
	"duracion":"Length",
	"busquedaAvanzada":"Advanced",
	"buscar":"Search",
	"busquedaVacia":"No results found",
	"verTodos":"See all",
	 
	"addlibrary":"ADDLIBRARY",  
	"licencias":"Licenses",
	"licenciasMusica":"Music Licenses",
	"licenciasEfectos":"FX Licenses",
	"precios":"Prices",
	"formatos":"Formats",
	"noticias":"News",
	"contacto":"Contact",
	"tutoriales":"Tutorials",
	"ayuda":"Help",
		 
	"publicidad":"Publicity",
	"referencia":"Reference",
	"todosLosDerechos":"All rights reserved",
	
	"numeroFactura":"Invoice number",
	"fechaEmision":"Date",
	"importeTotal":"Total amount",
	"formaDePago":"Payment mode",
	"tarjetaCredito":"Credit card",
	"verCondiciones":"See conditions",
	"ofertaDelMes":"Monthly special",
	"ahorrePrevioNumero":"Save",
	"ahorreDespNumero":"Off the retail price",
	
	// nuevos
	"informacion":"Information",
	"novedades":"News",
	"titulo":"Title",
	"notas":"Notes",
	"voz":"Voice",
	"idioma":"Language",
	"resultados":"Results",
	"licenciasMusica":"Music licenses",
	"licenciasEfectos":"FX licenses",
	"datosAcceso":"Remember access information",
	"pagina":"Page",
	"de":"of",
	"portafolio":"Portfolio",
	"informeVentas":"Sales report",
	"graficosVentas":"Sales graph",
	"cambiarPass":"Change password",
	"actualizarDatos":"Update information",
	"ventasFecha":"Sales by date",
	"ventasObra":"Sales by composition",
	"ventasMeses":"Monthly sales",
	"ventasAnios":"Annual sales",
	"buenosDias":"Good morning",
	"buenasTardes":"Good afternoon",
	"buenasNoches":"Good night",
	"senor":"Sr.",
	"senora":"Sra.",
	"salir":"Sign Out",
	"cierreSesion":"Session timeout",
	"msjCierreSesion":"You are not logged in",
	"euros":"€",
	"totalTrimestre":"Trimester's Total",
	"totalAnual":"Total anual",
	"totalAcumulado":"Total cumulation",
	"totalSilver":"Total Silver",
	"totalGold":"Total Gold",
	"totalPlatinum":"Total Platinum",
	"totalBasic":"Total Basic",
	"totalPremium":"Total Premium",
	
	"espanol":"Spanish",
	"ingles":"English",
	"comprar":"Buy",
	
	"soloRegist":"Option avaliable only for registered users.",
	"obraAddCarrito":"Composition added to your shopping cart.",
	"obraYaEnCarrito":"The selected item has alredy been added in your shopping cart.",
	"obraAddMisSelecciones":"Composition added to My selections.",
	"obraDelCarrito":"Item deleted from shopping cart.",
	"eliminar":"Delete",
	"carritoVacio":"There are currently no items in your shopping cart.",
	"facturasVacio":"There are currently no invoices available ",
	"seleccioneLicDur":"Please select ther type of license and the desired length.",
	"listaFacturas":"Invoices List:",
	"descargaVacia":"There are currently no downloads available",
	"areadescarga":"Download area",
	"descargar":"Download",
	"estadoComprado":"Purchased",
	"noticiasVacio":"No News",
	"passUsuario":"Change password",
	"datosUsuario":"User's information",
	"finCompra":"Purchase ended",
	
	"preciosMusica":"Music Prices",
	"preciosEfectos":"Fx Prices",
	"nuevaCarpeta":"New folder",
	"misCarpetas":"My selections",
	"nombreCarpeta":"Please give a name the new folder",
	"ofertas":"Promotions",
	"ofertasMusica":"Special Offers",
	"ofertasEfectos":"FX Supplies",
	"masVendidos":"Best sellers",
	"sugerencias":"Suggestion",
	
	"efectoAddCarrito":"Effect added in your cart",
	"obrasVacio":"There are not items added in your cart",
	"efectosVacio":"There are not fx added in your cart",
	"duracionOriginal":"Original length",
	"proyecto":"folder",
	
	"creada":"Created",
	"actualizada":"Updated",
	"cambiarNombre":"Change name",
	"crearPdf":"Create PDF",
	"eliminarCarpeta":"Delete folder",
	"obraAddSelecciones":"Item added to My Selections",
	"mover":"Move to",
	"limpiar":"Reset",
	"packEfectos":"FX pack",
	"registrese":"Sign Up Now!",
	"registrese2":"Sign Up form",
	
	"areaDescargaMusica":"Musica Download",
	"areaDescargaEfectos":"FX Download",
	
	"faq":"Frequently Asked Questions",
	"faq1":"",
	"faq2":"",
	"faq3":"",
	"faq4":"",
	"faq5":"",
	"faq6":"",
	"faq7":"",
	"faq8":"",
	"faq9":"",
	"faq10":"",
	"faq11":"",
	"faq12":"",
	"catalogo":"Catalog",
	"menuBusquedaAvanzada":"Advanced search",
	"busquedaRapida":"Quick search",
	"rankings":"Rankings",
	"playall":"Playall",
	"ofertasMes":"Monthly offers",
	"registroMenu":"Sign Up",
	"registroComo":"How to Sign Up",
	"registroEntrar":"Sign In",
	"registroRecordar":"Remember information",
	"usuarioRegistrado":"Registered user",
	"cargando":"Loading ...",
	"condicionesUso":"Terms of use",
	"proteccionDatos":"Data protection",
	"informacionLegal":"Legal",
	
	"clave_idioma":"en"
}

/**
 *	Devuelve el string 
 */
function localize(word){
        if(LocalizedStrings && (s=LocalizedStrings[word]) ) return s;
        return this;
}