<?xml version='1.0' encoding='UTF-8'?>
<resources>
    <!--app global-->
    <string name="app_name">BOINC</string>
    <!--generic. used by multiple Activities/tabs-->
    <string name="generic_button_continue">Continuar</string>
    <string name="generic_button_finish">Finalizar</string>
    <!--attach project-->
    <!--selection list-->
    <string name="attachproject_list_desc">Seleccionar los proyectos científicos para contribuir:</string>
    <string name="attachproject_list_header">Escoge un proyecto</string>
    <string name="attachproject_list_manual_button">Añadir un proyecto por URL</string>
    <string name="attachproject_list_manual_dialog_title">URL del proyecto:</string>
    <string name="attachproject_list_no_internet">Sin conexión a Internet</string>
    <!--credential input-->
    <string name="attachproject_credential_input_sing_desc">Introduzca la información de la cuenta</string>
    <string name="attachproject_credential_input_desc">Introduzca la información de la cuenta para los proyectos seleccionados</string>
    <string name="attachproject_credential_input_show_pwd">Mostrar contraseña</string>
    <string name="attachproject_individual_credential_input">Adjuntar proyectos individualmente</string>
    <!--conflicts-->
    <string name="attachproject_conflicts_desc">Hubo problemas adjuntando los proyectos científicos:</string>
    <string name="attachproject_conflict_undefined">No se pudo conectar</string>
    <string name="attachproject_conflict_not_unique">La cuenta existe con otra contraseña</string>
    <string name="attachproject_conflict_bad_password">Contraseña incorrecta</string>
    <string name="attachproject_conflict_unknown_user">La cuenta no existe</string>
    <string name="attachproject_conflict_unknown_user_creation_disabled">La cuenta no existe, visita la web del proyecto para registrarte </string>
    <!--working-->
    <string name="attachproject_working_attaching">Adjuntando %1$s</string>
    <!--e.g. Attaching Einstein@Home-->
    <!--hints-->
    <string name="attachproject_hints_header">Consejo</string>
    <!--e.g. Hint 1/2-->
    <string name="attachproject_hint_contribtion_header">Como contribuir:</string>
    <string name="attachproject_hint_contribtion_wifi">1. Conectate al WiFi</string>
    <string name="attachproject_hint_contribtion_charger">2. Conecta el cargador</string>
    <string name="attachproject_hint_contribtion_app">3. Ejecutar y mantener en ejecución BOINC</string>
    <string name="attachproject_hint_contribtion_screen">4. Apagar pantalla</string>
    <string name="attachproject_hint_projectwebsite_header">Visita las webs de los proyectos para:</string>
    <string name="attachproject_hint_projectwebsite_science">Aprende mas sobre ciencia</string>
    <string name="attachproject_hint_projectwebsite_stats">Ver las estadísticas de contribución</string>
    <string name="attachproject_hint_projectwebsite_community">Conecta con otros voluntarios</string>
    <string name="attachproject_hint_platforms_header">BOINC también esta disponible para tu PC o Laptop, visita boinc.berkeley.edu para aprender más. </string>
    <!--project login-->
    <string name="attachproject_login_loading">Contactando con el servidor del proyecto...</string>
    <string name="attachproject_login_header_general_area">Área general:</string>
    <string name="attachproject_login_header_specific_area">Área específica:</string>
    <string name="attachproject_login_header_description">Descripción:</string>
    <string name="attachproject_login_header_home">Inicio:</string>
    <string name="attachproject_login_header_url">Web:</string>
    <string name="attachproject_login_header_id_email">eMail:</string>
    <string name="attachproject_login_header_id_name">Nombre:</string>
    <string name="attachproject_login_header_pwd">Contraseña:</string>
    <string name="attachproject_login_button_registration">Registrarse:</string>
    <string name="attachproject_login_button_login">Iniciar sesión</string>
    <string name="attachproject_login_button_forgotpw">Olvidó su contraseña</string>
    <!--account manager-->
    <string name="attachproject_acctmgr_list_desc">Usar el administrador de cuenta para gestionar este dispositivo</string>
    <string name="attachproject_acctmgr_header">Usar administrador de cuentas</string>
    <string name="attachproject_attach_projects_header">Añadir proyectos</string>
    <string name="attachproject_attach_projects_desc">Añadir proyectos desde la lista de proyectos</string>
    <string name="attachproject_acctmgr_header_url">URL</string>
    <string name="attachproject_acctmgr_header_name">Usuario:</string>
    <string name="attachproject_acctmgr_header_pwd">Clave:</string>
    <!--error strings-->
    <string name="attachproject_error_wrong_name">Usuario no encontrado</string>
    <string name="attachproject_error_short_pwd">Contraseña muy corta</string>
    <string name="attachproject_error_no_internet">Fallo de conexión</string>
    <string name="attachproject_error_no_url">Introduzca la URL</string>
    <string name="attachproject_error_no_email">Introduzca su eMail</string>
    <string name="attachproject_error_no_pwd">Introduzca una contraseña</string>
    <string name="attachproject_error_no_name">Introduzca su usuario</string>
    <string name="attachproject_error_unknown">falló</string>
    <string name="attachproject_error_bad_username">Usuario rechazado</string>
    <string name="attachproject_error_email_in_use">El eMail ya está en uso</string>
    <string name="attachproject_error_project_down">El proyecto está offline</string>
    <string name="attachproject_error_email_bad_syntax">eMail rechazado</string>
    <string name="attachproject_error_bad_pwd">Contraseña rechazada</string>
    <string name="attachproject_error_creation_disabled">La creación de cuentas está deshabilitada para este proyecto</string>
    <string name="attachproject_error_invalid_url">URL inválida</string>
    <!--tab names-->
    <string name="tab_status">Estado</string>
    <string name="tab_projects">Proyectos</string>
    <string name="tab_tasks">Tareas</string>
    <string name="tab_transfers">Transferencias</string>
    <string name="tab_preferences">Preferencias</string>
    <string name="tab_notices">Avisos</string>
    <string name="tab_desc">Navegación</string>
    <!--status strings-->
    <string name="status_running">Procesando</string>
    <string name="status_running_long">Gracias por participar.</string>
    <string name="status_paused">Suspendido</string>
    <string name="status_idle">Nada que hacer</string>
    <string name="status_idle_long">Esperando tareas...</string>
    <string name="status_computing_disabled">Suspendido</string>
    <string name="status_computing_disabled_long">Pulsa play para continuar con la computación y red</string>
    <string name="status_launching">Iniciando...</string>
    <string name="status_noproject">Escoge un proyecto en el que participar.</string>
    <string name="status_benchmarking">Calculando rendimiento...</string>
    <string name="status_image_description">Imagen del proyecto</string>
    <!--preferences tab strings-->
    <string name="prefs_category_general">General</string>
    <string name="prefs_category_network">Red</string>
    <string name="prefs_category_power">Fuente</string>
    <string name="prefs_category_cpu">CPU</string>
    <string name="prefs_category_storage">Almacenamiento</string>
    <string name="prefs_category_memory">Memoria</string>
    <string name="prefs_category_other">Otros</string>
    <string name="prefs_category_debug">Depurar</string>
    <string name="prefs_category_remote">Control remoto</string>
    <string name="prefs_show_advanced_header">Mostrar configuración avanzada</string>
    <string name="prefs_suspend_when_screen_on">Pausar la computación cuando la pantalla esté encendida</string>
    <string name="prefs_general_device_name_header">Nombre del dispositivo</string>
    <string name="prefs_theme_header">Tema</string>
    <string name="prefs_stationary_device_mode_header">Modo de dispositivo estacionario</string>
    <string name="prefs_stationary_device_mode_description">Permitir computación sin tener en cuenta las preferencias de consumo. Activar únicamente si el dispositivo no funciona con batería.</string>
    <string name="prefs_power_source_header">Fuentes para la computación</string>
    <string name="prefs_power_source_ac">Enchufe</string>
    <string name="prefs_power_source_usb">Conexión USB</string>
    <string name="prefs_power_source_wireless">Cargador inalámbrico</string>
    <string name="prefs_power_source_battery">Batería</string>
    <string name="battery_charge_min_pct_header">Nivel de bateria minimo (%)</string>
    <string name="battery_temperature_max_header">Temperatura de la batería maxima (˚C)</string>
    <string name="prefs_disk_max_pct_header">Espacio utilizado maxima (%)</string>
    <string name="prefs_disk_min_free_gb_header">espacio extra minima (GB)</string>
    <string name="prefs_disk_access_interval_header">Intervalo de acceso (segundos)</string>
    <string name="prefs_network_daily_xfer_limit_mb_header">Límite de transferencia diaria (MB)</string>
    <string name="prefs_network_daily_xfer_limit_period_days_header">Límite de transferencia diaria (días)</string>
    <string name="prefs_network_wifi_only_header">Transmitir datos solo por WiFi</string>
    <string name="prefs_autostart_header">Auto inciar</string>
    <string name="prefs_remote_header">Activar control remoto</string>
    <string name="prefs_remote_summary">Cuando cambie, BOINC se reiniciará.</string>
    <string name="prefs_show_notification_notices_header">Mostrar notificación para nuevas noticias</string>
    <string name="prefs_cpu_number_cpus_header">Núcleos CPU usados</string>
    <string name="prefs_cpu_number_cpus_description">Limita la cantidad de núcleos de CPU que BOINC usará.</string>
    <string name="prefs_cpu_other_load_suspension_header">Pausar sobre cierto de uso de CPU (%)</string>
    <string name="prefs_cpu_other_load_suspension_description">Determinar cuando BOINC pausa su computación debido al uso del procesador por otras aplicaciones.</string>
    <string name="prefs_cpu_time_max_header">Límite de CPU (%)</string>
    <string name="prefs_cpu_time_max_description">Limita la CPU que BOINC usa para la computación.</string>
    <string name="prefs_memory_max_idle_header">Límite de RAM (%)</string>
    <string name="prefs_other_store_at_least_x_days_of_work_header">Búfer de la unidad de trabajo (días)</string>
    <string name="prefs_other_store_up_to_an_additional_x_days_of_work_header">Búfer adicional de la unidad de trabajo (días)</string>
    <string name="prefs_client_log_flags_header">Notificaciones del registro de cliente de BOINC</string>
    <string name="prefs_gui_log_level_header">Nivel de log de la GUI</string>
    <string name="prefs_gui_log_level_description">Especifica el detalle de los mensajes de log de la interfaz gráfica.</string>
    <string name="prefs_theme_light">Claro</string>
    <string name="prefs_theme_dark">Oscuro</string>
    <string name="prefs_theme_system">Predeterminado en el sistema</string>
    <!--projects tab strings-->
    <string name="projects_add">Añadir proyecto</string>
    <string name="projects_icon">Icono del proyecto</string>
    <string name="projects_credits">Creditos:</string>
    <string name="projects_credits_host_and_user">%1$,d (en este dispositivo) %2$,d (total)</string>
    <!--project status strings-->
    <string name="projects_status_suspendedviagui">Suspendido por el usuario</string>
    <string name="projects_status_dontrequestmorework">No se descargarán nuevas tareas</string>
    <string name="projects_status_ended">Proyecto finalizado - listo para eliminarlo</string>
    <string name="projects_status_detachwhendone">Se eliminará cuando las tareas estén terminadas</string>
    <string name="projects_status_schedrpcpending">Solicitud del planificador pendiente</string>
    <string name="projects_status_schedrpcinprogress">Solicitud del planificador en progreso</string>
    <string name="projects_status_trickleuppending">Mensaje trickle up pendiente</string>
    <string name="projects_status_backoff">Comunicación programada en: %1$s</string>
    <!--project controls-->
    <string name="projects_control_dialog_title">Comandos del proyecto:</string>
    <string name="projects_control_visit_website">Visitar web</string>
    <string name="projects_control_update">Actualizar</string>
    <string name="projects_control_remove">Eliminar</string>
    <string name="projects_control_suspend">Suspender</string>
    <string name="projects_control_resume">Reanudar</string>
    <string name="projects_control_nonewtasks">No pedir nuevas tareas</string>
    <string name="projects_control_allownewtasks">Permitir nuevas tareas</string>
    <string name="projects_control_reset">Reset</string>
    <string name="projects_control_dialog_title_acctmgr">Comandos del administrador de cuentas:</string>
    <string name="projects_control_sync_acctmgr">Sincronizar</string>
    <string name="projects_control_remove_acctmgr">Deshabilitar</string>
    <!--project confirm dialog-->
    <string name="projects_confirm_title">Proyecto %1$s?</string>
    <string name="projects_confirm_message">¿Está seguro que desea %1$s %2$s?</string>
    <string name="projects_confirm_detach_message">de BOINC</string>
    <string name="projects_confirm_detach_confirm">Eliminar</string>
    <string name="projects_confirm_reset_confirm">Reset</string>
    <string name="projects_confirm_remove_acctmgr_title">Deshabilitar el administrador de cuentas</string>
    <string name="projects_confirm_remove_acctmgr_message">dejar de usar</string>
    <string name="projects_confirm_remove_acctmgr_confirm">Deshabilitar</string>
    <!--tasks tab strings-->
    <string name="tasks_header_name">Nombre de la tarea:</string>
    <string name="tasks_header_elapsed_time">Tiempo transcurrido:</string>
    <string name="tasks_header_project_paused">(suspendido)</string>
    <string name="tasks_header_deadline">Límite para informar:</string>
    <string name="tasks_result_new">Nuevo</string>
    <string name="tasks_result_files_downloading">descargando</string>
    <string name="tasks_result_files_downloaded">Descarga completa</string>
    <string name="tasks_result_compute_error">Error de ejecución</string>
    <string name="tasks_result_files_uploading">Enviando</string>
    <string name="tasks_result_files_uploaded">Enviado</string>
    <string name="tasks_result_aborted">Cancelado</string>
    <string name="tasks_result_upload_failed">Envío fallido</string>
    <string name="tasks_active_uninitialized">Listo</string>
    <string name="tasks_active_executing">Ejecutando</string>
    <string name="tasks_active_suspended">suspendido</string>
    <string name="tasks_active_abort_pending">suspendiendo</string>
    <string name="tasks_active_quit_pending">suspendiendo</string>
    <string name="tasks_custom_suspended_via_gui">suspendido</string>
    <string name="tasks_custom_project_suspended_via_gui">proyecto suspendido</string>
    <string name="tasks_custom_ready_to_report">listo para informar</string>
    <!--confirmation dialog-->
    <string name="confirm_abort_task_title">¿Cancelar tarea?</string>
    <string name="confirm_abort_task_message">Cancelar tarea: %1$s</string>
    <string name="confirm_abort_task_confirm">Cancelar</string>
    <string name="confirm_cancel">Cancelar</string>
    <string name="confirm_image_desc">Mensaje de confirmación</string>
    <!--transfers tab strings-->
    <string name="trans_upload">Enviar</string>
    <string name="trans_download">Descargar</string>
    <string name="trans_retry_in">reintentar en %1$s</string>
    <string name="trans_failed">falló</string>
    <string name="trans_suspended">suspendido</string>
    <string name="trans_active">activo</string>
    <string name="trans_pending">pendiente</string>
    <string name="trans_control_retry">reintentar transferencias</string>
    <!--eventlog tab strings-->
    <string name="eventlog_client_header">Mensajes del cliente</string>
    <string name="eventlog_gui_header">Mensajes de la GUI</string>
    <string name="eventlog_copy_toast">Log copiado al portapapeles.</string>
    <string name="eventlog_email_subject">Registro de sucesos para BOINC en Android:</string>
    <!--suspend reasons-->
    <string name="suspend_unknown">Computación suspendida.</string>
    <string name="suspend_batteries">Conecta tu dispositivo a un cargador para seguir procesando.</string>
    <string name="suspend_screen_on">Apaga la pantalla para seguir procesando.</string>
    <string name="suspend_useractive">El usuario está activo</string>
    <string name="suspend_tod">Fuera del marco de tiempo de cómputo.</string>
    <string name="suspend_disksize">Sin espacio en el disco</string>
    <string name="suspend_cputhrottle">Acelerador de CPU programado.</string>
    <string name="suspend_noinput">Sin actividad del usuario reciente.</string>
    <string name="suspend_delay">Inicio pospuesto.</string>
    <string name="suspend_exclusiveapp">Se está ejecutando una aplicación de manera exclusiva.</string>
    <string name="suspend_cpu">Su dispositivo está ocupado con otras aplicaciones.</string>
    <string name="suspend_network_quota">BOINC ha alcanzado el ĺímite de transferencia de datos.</string>
    <string name="suspend_os">Parado por Android</string>
    <string name="suspend_wifi">No conectado al WiFi.</string>
    <string name="suspend_battery_charging">Esperando a la batería para cargar.</string>
    <string name="suspend_battery_charging_long">La computación continuará cuando la batería llegue al %1$d%% (actualmente %2$d%%)</string>
    <string name="suspend_battery_overheating">Esperando a que la batería se enfríe</string>
    <string name="suspend_user_req">Reanudando la computación...</string>
    <!--rpc reasons-->
    <string name="rpcreason_userreq">Solicitado por el usuario</string>
    <string name="rpcreason_needwork">Buscar trabajo</string>
    <string name="rpcreason_resultsdue">Informar las tareas completadas</string>
    <string name="rpcreason_trickleup">Enviar mensaje trickle-up</string>
    <string name="rpcreason_acctmgrreq">Solicitado por el administrador de cuentas</string>
    <string name="rpcreason_init">Iniciación del proyecto</string>
    <string name="rpcreason_projectreq">Solicitado por el proyecto</string>
    <string name="rpcreason_unknown">Razón desconocida</string>
    <!--menu-->
    <string name="menu_refresh">Actualizar</string>
    <string name="menu_emailto">Enviar por Email</string>
    <string name="menu_copy">Copiar al portapapeles</string>
    <string name="menu_eventlog">Registro de sucesos</string>
    <string name="menu_run_mode_disable">Suspender</string>
    <string name="menu_run_mode_enable">Reanudar</string>
    <string name="menu_about">Acerca de</string>
    <string name="menu_help">Ayuda</string>
    <string name="menu_report_issue">Informar de incidencia</string>
    <!--about dialog-->
    <string name="about_button">Volver</string>
    <string name="about_title">Acerca de</string>
    <string name="about_name">BOINC</string>
    <string name="about_version">Versión %1$s</string>
    <string name="about_copyright">\u00A9 2003–2021 Universidad de California, Berkeley.</string>
    <string name="about_copyright_reserved">Todos los derechos reservados.</string>
    <string name="about_credits">Gracias al Instituto Max Planck de Física Gravitacional, a IBM Corporation y a HTC Corporation por su apoyo.</string>
    <!--notice notification e.g. New notice from SETI@HOME OR 3 new notices-->
    <plurals name="notice_notification">
        <item quantity="one">Nuevo aviso de %1$s</item>
        <item quantity="other">%2$,d nuevos avisos</item>
    </plurals>
    <!--multi BOINC compatibility-->
    <string name="nonexcl_dialog_header">Aplicación de computación voluntaria detectada</string>
    <string name="nonexcl_dialog_text">Otra aplicación informática de voluntariado se está ejecutando en este dispositivo. Solo una versión puede ejecutarse al mismo tiempo.</string>
    <string name="nonexcl_dialog_exit">Salir</string>
    <!--social integration-->
    <string name="social_invite_button">Invitar amigos</string>
    <string name="social_invite_intent_title">¿Cómo quieres compartirlo?</string>
    <string name="social_invite_content_title">¡Estoy haciendo ciencia con mi smartphone!</string>
    <string name="social_invite_content_body">Estoy usando mi %1$s para hacer computación para la ciencia. ¡Usted también puede! Descargue la app desde: %2$s</string>
    <!--first parameter: device manufacturer, second: URL-->
    <string name="social_invite_content_url_google">https://play.google.com/store/apps/details?id=edu.berkeley.boinc</string>
    <string name="social_invite_content_url_amazon">https://www.amazon.es/gp/product/B00DCCGLAG</string>
    <!--Notification channels-->
    <string name="main_notification_channel_name">BOINC</string>
    <string name="notice_notification_channel_name">Avisos</string>
    <string name="notice_notification_channel_description">Visualiza noticias de tus projectos.</string>
</resources>
