﻿//======================================================================================================
//
//          ENGLISH
//
//======================================================================================================
var eng = new Array;
//default.aspx
eng[0] = "Get Quote";
eng[1] = "Market Sumary";
eng[2] = "Headlines";
eng[3] = "Filters";
eng[4] = "RZ-Filters, Very useful tool to find and pick stocks based in:<br /><b>&bull;</b>Patterns (i.e. Bullish, Bearish, Knows Candles, etc)<br /><b>&bull;</b>Prices range<br /><b>&bull;</b>Volume range<br /><b>&bull;</b>Technical indicators<br />Very friendly user interface, very easy to use. <br/> <a href='filters.aspx'>enter filters</a> now.";
eng[5] = "7DT Buy / Short Signals";
eng[6] = "7DT is a Buy/Short advisor tool, this tool intend to suggest some stocks to buy or Short based in a rating from 1-10 where 1 is less probable and 10 very probable, this tool provide information based on indicators calculations and probabilities.<br /><br /><a href='signals.aspx'>Enter Stocks signals</a> now.";
eng[7] = "Those tools are not garanty of investment you might lose money if you take your decision based on those tools only, PLEASE ANALYZE EACH STOCK SEPARATELY ON YOUR TECHNICAL ANALYSIS TOOL OR GET SOME ADVISE FROM YOUR FINANCIAL ADVISOR BEFORE TAKE ANY POSITION.";
eng[8] = "5 Mistakes to avoid at the invest Time"
eng[9]="<b>&bull; Stop Loss:</b> is highly recommended in each trade put an stop loss, because if not, is very hard to cut loses if the position goes wrong. Always use Stop Loss in your Trades." +
        "<br />" +
        "<b>&bull; Strategies :</b> develop and test several times in different scenarios your strategy of buy/sell before invest real money, it could save you a lot of money." +
        "<br />" +
        "<b>&bull; Tips from Thirds Persons :</b> never buy or sell any stock based on a tip from a friend or person that you think has a stock market knowledge, do your own research." +
        "<br />" +
        "<b>&bull; Know when to exit a trade :</b> never get into a position without a Plan B, you must know when to exit from that position in case the position goes wrong and cut loses." +
        "<br />" +
        "<b>&bull; Let the profit up :</b> when you are in a winner position, let the profit goes up, don't be impatient for get the money if the stock has potentiality, use your stop loss or trailing stop to hold the profit." +
        "&nbsp;<br />"
eng[10]= "More Recomendations"
eng[11]= "Free Basic Chart Tool"
eng[12] = "Daily Recomendations"
eng[13] = "Articles"
//login.aspx
eng[21] = "I'm new user.";
eng[22] = "<br /> If you are a new user and you want to start using RF-Zones Tools please take a minute to fill out a simple registration form. <br /> <br /> <a href='register.aspx'>Click here to Register</a>";
eng[23] = "I'm a registered user.";
//register.aspx
eng[31] = "Registration Form";
eng[32] = "First Name";
eng[33] = "Last Name";
eng[34] = "Email";
eng[35] = "Password";
eng[36] = "Re-type Password";
eng[37] = "City";
eng[38] = "ZipCode";
eng[39] = "Registration Confirmation";
eng[40] = "<br />Thank you for registered in RF-Zones, please check your email in order to activate your account and start using our services for free.";
//activateaccount.aspx
eng[51] = "Account Activated";
eng[52] = "Thank you for activate your account, now you can start using our services for free.<br />";
//contact.aspx
eng[61] = "Send Email";
eng[62] = "<br /> You can send an email to this email address. <br /> <br /> <a href='mailto:info@rfzones.com'>info@rfzones.com</a>";
eng[63] = "Contact Form (recomended)";
eng[64] = "Name";
eng[65] = "Email";
eng[66] = "Subject";
eng[67] = "Message";
//about us
eng[70] = "My name is Rafael Sanchez, I'm a Software Developer and an active stock market trader since 2005, RF-Zones is a personal project and this project is not for profit propose, this project is the result of many hours of work and dedication to the stock market and tools development to improve our techniques and discipline  in our trades. <br /> This website was developed 100% by me with the support of my wife. This website should not be taken as a professional website, all the information offered  here in terms of prices and volume are delayed at least 20 min, the objective of this website, is brought another option to find and obtain information from daily prices and become this information in a possibility to trade, but as I said, I’m not a professional, I’m not an Financial Advisor, and you should not take any advice from this website as a final criteria. <br /> <b>PLEASE TAKE A PROFESSIONAL</b> ADVISE BEFORE trade any stock in the stock market."

//======================================================================================================
//
//          ESPAÑOL
//
//======================================================================================================
var spa = new Array;
//default.aspx
spa[0] = "Ultimo Precio";
spa[1] = "Resumen del Mercado";
spa[2] = "Titulares";
spa[3] = "Filtros";
spa[4] = "RZ-Filtros, muy util herramienta para buscar stocks basado en:<br /><b>&bull;</b>Formaciones (i.e. Bullish, Bearish, Knows Candles, etc)<br /><b>&bull;</b>Precios<br /><b>&bull;</b>Volumen<br /><b>&bull;</b>Indicadores Tecnicos<br />muy facil de usar y entender <a href='filters.aspx'>haga click aqui</a> para entrar.";
spa[5] = "7DT Señales de Compra y Venta";
spa[6] = "7DT es una herramienta que da señales de compra y venta, esta herramienta sugiere stocks que pueden ser comprados o vendidos basado en un rating de 1-10 donde 1 es menos problable y 10 muy probable, esta herramienta provee informacion basada en calculos de indicadores y probabilidades.<br /><br /><a href='signals.aspx'>Click aqui</a> para entrar.";
spa[7] = "Estas herramientas SE OFRECEN SIN GARANTIAS, usted puede perder dinero si toma sus posiciones basadas en estas herramientas solamente, POR FAVOR ANALIZE CADA STOCK USANDO SU HERRAMIENTA FAVORITA DE ANALISIS TECNICO O CONSULTE A SU ASESOR FINANCIERO ANTES DE TOMAR CUALQUIER POSICION.";
spa[8] = "5 Errores a evitar en la Bolsa de Valores"
spa[9] = "<b>&bull; Stop Loss:</b> Es altamente recomendado usar stop-loss cuando abrimos una posicion, porque si no,  es muy dificil cortar perdidas si la posicion se va en contra." +
        "<br />" +
        "<b>&bull; Estrategia :</b> Elabora una estrategia de compra/venta y pruebala en diferentes condiciones de la bolsa antes de invertir tu dinero, esto te va a ahorrar muchas perdidas." +
        "<br />" +
        "<b>&bull; Consejos de Terceros :</b> nunca compres o vendas ninguna accion basado en el criterio de un amigo o una persona que tu creas que sabe de la bolsa de valores, investiga primero la accion." +
        "<br />" +
        "<b>&bull; Saber cuando salir de la Posicion :</b> nuca tomar una posicion sin un Plan B, siempre debes tener previsto cuando salir de una posicion en caso que vaya en tu contra y cortar perdidas a tiempo." +
        "<br />" +
        "<b>&bull; Deja la ganancia correr :</b> cuando sea una posicion ganadora, deja la ganancia correr, no seas impaciente por tomar el dinero, usa un stop loss or trailing stop para asegurar la ganancia mientras aumenta." +
        "&nbsp;<br />"
spa[10] = "Mas Recomendaciones"        
spa[11] = "Graficos de Acciones"
spa[12] = "Recomendaciones Diarias"
spa[13] = "Articulos"
//login.aspx
spa[21] = "Soy usuario nuevo.";
spa[22] = "<br /> Si Ud es un nuevo usuario y desea comenzar a usar las herramientas de RF-Zones Gratis por favor complete un muy breve formulario de registro. <br /> <br /> <a href='register.aspx'>Click aqui para Registrarse.</a>";
spa[23] = "Soy usuario registrado";
//register.aspx
spa[31] = "Formulario de Registro";
spa[32] = "Nombre";
spa[33] = "Apellido";
spa[34] = "Email";
spa[35] = "Password";
spa[36] = "Confirmar Password";
spa[37] = "Ciudad";
spa[38] = "Codigo Postal";
spa[39] = "Confirmacion de Registro";
spa[40] = "<br />Gracias por registrarse en RF-Zones.com, por favor revise su correo para que pueda activar su cuenta y empiece a usar todos los servicios gratuitamente.";
//activateaccount.aspx
spa[51] = "Cuenta Activada";
spa[52] = "Gracias por activar su cuenta, ya puede disfrutar de los servicios totalmente gratis.<br />";
//contact.aspx
spa[61] = "Enviar Email";
spa[62] = "<br /> Puede enviar un mensaje a esta direccion de correo. <br /> <br /> <a href='mailto:info@rfzones.com'>info@rfzones.com</a>";
spa[63] = "Contacto (recomendado)";
spa[64] = "Nombre";
spa[65] = "Email";
spa[66] = "Asunto";
spa[67] = "Mensaje";
//about us
spa[70] = "Mi nombre es Rafael Sanchez, soy programador y actualmente realizo operaciones en la bolsa, RF-Zones es un proyecto personal y sin fines de lucro, este proyecto es el resultado de muchas horas de trabajo y dedicacion a la bolsa y al desarrollo de aplicaciones para mejorar nuestras tecnicas y disciplina en la bolsa.<br/> Este website fue desarrollado 100% por mi con la ayuda de mi esposa. Este website no debe ser tomado, como un website profecional, toda la informacion que aqui se ofrece en terminos de precios y volumen tienen al menos 20min de retraso, mi objetivo es brindar otra opcion a la hora de la busqueda de acciones y convertir esta informacion en alguna posibilidad de trade.<br/> Yo no soy un Profecional, No soy un Asesor financiero y ningun criterio aqui emitido debe ser tomado como sugerencia o como recomendacion bajo ninguna posibilidad.";
