UI_ES = {
	-- Main screen (lua) :
	UI_mainscreen_laststand = "LTIMA RESISTENCIA",
	UI_mainscreen_option = "OPCIONES",
	UI_mainscreen_debug = "DEPURACIN",
	UI_mainscreen_demoBtn = "ESTS INFECTADO!",
	UI_mainscreen_sandbox = "MUNDO ABIERTO",
	UI_mainscreen_survival = "SUPERVIVENCIA",
	UI_mainscreen_mods = "MODS",
	UI_mainscreen_online = "UNIRSE A SERVIDOR",
	UI_mainscreen_scoreboard = "JUGADORES"
	UI_mainscreen_exit = "SALIR",
	-- Option screen (lua)
	UI_optionscreen_gameoption = "OPCIONES DEL JUEGO",
	UI_optionscreen_display = "PANTALLA",
	UI_optionscreen_fullscreen = "Pantalla completa",
	UI_optionscreen_vsync = "Sincronizacin vertical",
	UI_optionscreen_videomemory = "Memoria de vdeo ",
	UI_optionscreen_multicore = "Multi-ncleo ",
	UI_optionscreen_framerate = "Fijar framerate ",
	UI_optionscreen_lighting = "Calidad de iluminacin",
	UI_optionscreen_lighting_fps = "Cambios de iluminacin",
	UI_optionscreen_lighting_fps_tt = "Nmero de cambios de iluminacin por segundo",
  	UI_optionscreen_needreboot = "Requiere reiniciar",
	UI_optionscreen_shaders = "Shaders ",
	UI_optionscreen_shadersunsupported = "No soportado por hardware",
	UI_optionscreen_resolution = "Resolucin ",
	UI_optionscreen_zoom = "Habilitar zoom"
	UI_optionscreen_inventory_font = "Tamao fuente del inventario"
	UI_optionscreen_language = "Idioma ",
	UI_optionscreen_keybinding = "Configuracin de teclas",
	UI_optionscreen_audio = "SONIDO / MSICA"
	UI_optionscreen_sound_volume = "Volumen de sonido"
	UI_optionscreen_music_volume = "Volumen de msica"	
	UI_optionscreen_controller = "CONTROLADOR / GAMEPAD",
	UI_optionscreen_controller_tip = "Compruebe el controlador que debe usar."
	UI_optionscreen_reloading = "Recarga",
	UI_optionscreen_easy = "Fcil",

	UI_optionscreen_normal = "Normal",
	UI_optionscreen_hardcore = "Extremo",
	-- Map selecter (lua)
	UI_mapselecter_title = "ELIGE MAPA PARA EL NUEVO MUNDO",
	UI_mapselecter_savename = "Nombre de partida: ",
    	-- Map spawn region selecter
    	UI_mapspawn_title = "ELEGIR DONDE APARECER"
	-- World screen (lua)
	UI_worldscreen_title = "ELIGE PARTIDA GUARDADA",
	UI_worldscreen_deletesave = "Ests seguro de que deseas eliminar esta partida?",
	-- login screen (lua)
	UI_loginscreen_desurakey = "Clave de Desura:",
	UI_loginscreen_username = "Nombre de usuario:",
	UI_loginscreen_purchasemethod = "Mtodo de pago: ",
	UI_loginscreen_desura = "Desura",
	UI_loginscreen_google = "Google Checkout/PayPal",
	UI_loginscreen_password = "Contrasea: ",
	UI_loginscreen_login = "INICIAR SESIN",
	UI_loginscreen_loginfailed = "INICIO DE SESIN FALLIDO",
	UI_loginscreen_loginsuccess = "SESIN INICIADA SATISFACTORIAMENTE",
	-- characters creation (lua)
	UI_characreation_title = "PERSONALIZAR PERSONAJE",
	UI_characreation_title2 = "Elige profesin y rasgos",
	UI_characreation_forename = "Nombre",
	UI_characreation_surname = "Apellido",
	UI_characreation_gender = "Gnero",
	UI_characreation_body = "Cuerpo",
	UI_characreation_bodytype = "Tipo de cuerpo",
	UI_characreation_hair = "Pelo",
	UI_characreation_hairtype = "Peinado",
	UI_characreation_color = "Color",
	UI_characreation_beard = "Barba",
	UI_characreation_beardtype = "Tipo de barba",
	UI_characreation_addtrait = "Aadir rasgo >",
	UI_characreation_removetrait = "< Eliminar rasgo",
	UI_characreation_pointToSpend = "Puntos restantes",
	UI_characreation_occupation = "Profesin",
	UI_characreation_availabletraits = "Rasgos disponibles",
	UI_characreation_choosentraits = "Rasgos seleccionados",
	UI_characreation_description = "Descripcin",
	UI_characreation_cost = "Costo",
  UI_charactercreation_needpoints = "Necesitars balancear los rasgos negativos con los positivos antes de comenzar",

  -- professions and Traits
	UI_prof_securityguard = "Guardia de seguridad",
	UI_prof_constructionworker = "Obrero",
	UI_prof_parkranger = "Guardia forestal",
	UI_prof_policeoff = "Agente de polica",
	UI_prof_fireoff = "Bombero",
	UI_prof_unemployed = "Desempleado",
	UI_trait_axeman = "Seor de las hachas",
	UI_trait_axemandesc = "Rompe las puertas el doble de rpido con un hacha.<br>Ataca con hachas ms rpidamente.",
	UI_trait_handy = "Hbil",
	UI_trait_handydesc = "Construye barricadas ms rpidamente",
	UI_trait_thickskinned = "Piel dura",
	UI_trait_thickskinneddesc = "Menos probabilidades de que rasguos o mordiscos atraviesen la piel.",
	UI_trait_patient = "Paciente",
	UI_trait_patientdesc = "No se enfada fcilmente.",
	UI_trait_shorttemper = "Temperamental",
	UI_trait_shorttemperdesc = "Se enfada con facilidad.",
	UI_trait_brooding = "Melncolico",
	UI_trait_broodingdesc = "Se recupera lentamente de estados de nimo negativos.",
	UI_trait_brave = "Valiente",
	UI_trait_bravedesc = "Menos propenso a entrar en pnico.",
	UI_trait_cowardly = "Cobarde",
	UI_trait_cowardlydesc = "Especialmente propenso a entrar en pnico.",
	UI_trait_clumsy = "Ruidoso",
	UI_trait_clumsydesc = "Hace ms ruido cuando se mueve.",
	UI_trait_graceful = "Sigiloso",
	UI_trait_gracefuldesc = "Hace menos ruido cuando se mueve.",
	UI_trait_hypochon = "Hipocondraco",
	UI_trait_hypochondesc = "Puede desarrollar sntomas de infeccin sin tener que estar infectado.",
	UI_trait_shortsigh = "Miope",
	UI_trait_shortsighdesc = "Menor distancia de visin.<br>Adaptacin lenta de la vista.",
	UI_trait_hardhear = "Duro de oido",
	UI_trait_hardheardesc = "Menor radio de percepcin.<br>Menor rango de audicin.",
	UI_trait_keenhearing = "Odo fino",
	UI_trait_keenhearingdesc = "Mayor radio de percepcin.",
	UI_trait_eagleeyed = "Vista de guila",
	UI_trait_eagleeyeddesc = "Adaptacin rpida de la vista.<br>Mayor arco de visin.",
	UI_trait_heartyappetite = "Glotn",
	UI_trait_heartyappetitedesc = "Necesita comer ms regularmente.",
	UI_trait_lighteater = "Comedor ligero",
	UI_trait_lighteaterdesc = "Necesita comer menos regularmente.",
	UI_trait_athletic = "Atltico",
	UI_trait_athleticdesc = "Mayor velocidad al correr.<br>Puede correr ms tiempo sin cansarse.",
	UI_trait_overweight = "Obeso",
	UI_trait_overweightdesc = "Menor velocidad al correr.<br>Se cansa ms facilmente al correr.",
	UI_trait_strong = "Fuerte",
	UI_trait_strongdesc = "Empuje extra con armas cuerpo a cuerpo.<br>Mayor peso transportable.",
	UI_trait_stout = "Robusto",
	UI_trait_stoutdesc = "Empuje extra con armas cuerpo a cuerpo.<br>Mayor peso transportable.",
	UI_trait_weak = "Dbil",
	UI_trait_weakdesc = "Menos empuje con armas cuerpo a cuerpo.<br>Menor peso transportable.",
	UI_trait_feeble = "Flojo",
	UI_trait_feebledesc = "Menos empuje con armas cuerpo a cuerpo.<br>Menor peso transportable.",
	UI_trait_resilient = "Resistente",
	UI_trait_resilientdesc = "Menos propenso a enfermar.<br>Zombificacin ms lenta.",
	UI_trait_pronetoillness = "Propenso a enfermar",
	UI_trait_pronetoillnessdesc = "Ms propenso a enfermar.<br>Zombificacin ms rpida.",
	UI_trait_lightdrink = "Bebedor ligero",
	UI_trait_lightdrinkdesc = "Se emborracha rpidamente.",
	UI_trait_harddrink = "Bebedor empedernido",
	UI_trait_harddrinkdesc = "No se emborracha con facilidad.",
	UI_trait_agoraphobic = "Agorafbico",
	UI_trait_agoraphobicdesc = "Entra en pnico en exteriores.",
	UI_trait_claustro = "Claustrofbico",
	UI_trait_claustrodesc = "Entra en pnico en interiores.",
	UI_trait_marksman = "Tirador experto",
	UI_trait_marksmandesc = "Puntera mejorada con pistola.<br>Recarga rpida.",
	UI_trait_nightowl = "Sueo ligero",
	UI_trait_nightowldesc = "Necesita dormir poco.<br>Se mantiene alerta cuando duerme.",
	UI_trait_giftgab = "Conversador",
	UI_trait_giftgabdesc = "Carisma muy elevado.<br>Ms posibilidades de ganarse el favor de los NPCs.",
	UI_trait_outdoorsman = "Amante de la naturaleza",
	UI_trait_outdoorsmandesc = "No le afectan las condiciones atmosfricas.<br>Gran sentido de la orientacin.",
	UI_trait_lucky = "Afortunado",
	UI_trait_luckydesc = "A veces, las cosas salen bien.",
	UI_trait_unlucky = "Desafortunado",
	UI_trait_unluckydesc = "Si algo puede salirte mal, probablemente te salga mal",
	-- various
	UI_btn_back = "VOLVER",
	UI_btn_save = "GUARDAR",
	UI_btn_next = "SIGUIENTE",
	UI_btn_play = "JUGAR",
	UI_btn_delete = "BORRAR",
	UI_btn_new = "NUEVO",
	UI_Yes = "Si",
	UI_No = "No",
	UI_High = "Alto",
	UI_Medium = "Medio",
	UI_Low = "Bajo",
	UI_Lowest = "Muy bajo",
	-- Last stand selecter (lua)
	UI_laststand_title = "SELECCIONA RETO LTIMA RESISTENCIA",
	UI_characreation_random = "Aleatorio",
	UI_ClickToSkip = "Click para saltar",
	UI_Loading = "Cargando.",
	UI_ConvertWorld = "Convirtiendo mundo a la nueva versin, puede tardar un poco la primera vez que se carga una partida guardada antigua.",

  -- Build27
    UI_servers_servername = "Nombre del servidor (opt)",
    UI_servers_desc = "Descripcin (opt)",
    UI_servers_username = "Usuario",
    UI_servers_pwd = "Contrasea",
    UI_servers_erase = "BORRAR",
    UI_servers_add = "AGREGAR",
    UI_servers_quickJoin = "INICIO RPIDO",
    UI_servers_joinServer = "UNIRSE A SERVIDOR",
    UI_servers_delete = "ELIMINAR",
    UI_servers_serverlist = "LISTA DE SERVIDORES",
    UI_servers_addserver = "AGREGAR SERVIDOR",
    UI_servers_save = "GUARDAR",
    UI_servers_err_username = "Por favor introduce nombre de usuario.",
    UI_servers_err_ip = "Por favor introduce una IP.",
    UI_servers_err_port = "Por favor introduce el puerto del servidor.",
    UI_servers_connecting = "Conectando...",
    UI_servers_connectionfailed = "Conexin errnea",
}