2014-09-28 21:48:43 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources >
<string name= "app_name" > Syncthing</string>
2015-06-19 17:28:57 +00:00
<string name= "app_description" > Una aplicación de sincronización de ficheros abierta, de confianza y descentralizada.</string>
2016-10-04 07:59:06 +00:00
<!-- FirstStartActivity -->
<!-- Title for dialog displayed on first start -->
<string name= "welcome_title" > Bienvenido a Syncthing para Android</string>
<!-- Text for dialog displayed on first start -->
2017-02-07 07:37:46 +00:00
<string name= "welcome_text" > Syncthing es una aplicación para sincronización de ficheros de fuentes abiertas.\nPara compartir datos con otros dispisitivos, necesitas añadir sus identificadores únicos de dispositivo a la lista de dispositivos. Después, puedes seleccionar qué carpetas vas a compartir con qué dispositivos.\nPor favor, informa de cualquier problema que te encuentres vía Github.</string>
2016-10-26 17:07:58 +00:00
<string name= "cont" > Continuar</string>
2014-09-28 21:48:43 +00:00
<!-- MainActivity -->
2016-10-04 07:59:06 +00:00
<!-- Text for WebGuiActivity loading view -->
2016-10-26 17:07:58 +00:00
<string name= "web_gui_loading" > Esperando a la interfaz gráfica</string>
2016-10-04 07:59:06 +00:00
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
2016-10-26 17:07:58 +00:00
<string name= "web_gui_creating_key" > Generando claves seguras. Esto puede llevar algún tiempo.</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "add folder" menu action -->
2015-06-19 17:28:57 +00:00
<string name= "add_folder" > Añadir carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title of the "share device id" menu action -->
2014-12-10 17:28:10 +00:00
<string name= "share_device_id" > Compartir el ID del dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Shown in the chooser dialog when sharing a Device ID -->
2014-12-10 17:28:10 +00:00
<string name= "send_device_id_to" > Enviar el ID del dispositivo a</string>
2014-10-08 18:36:31 +00:00
<!-- Text for FoldersFragment and DevicesFragment loading view -->
2015-05-15 18:51:29 +00:00
<string name= "api_loading" > Cargando...</string>
2015-06-19 17:28:57 +00:00
<string name= "usage_reporting_dialog_title" > ¿Permitir informes anónimos de uso?</string>
2016-10-26 17:07:58 +00:00
<string name= "usage_reporting_dialog_description" > El informe cifrado de uso se manda a diario. Se utiliza para monitorizar las plataformas más comunes, el tamaño de las carpetas y las versiones de la aplicación. Si se modifica el conjunto de datos del informe se te presentará de nuevo este mensaje.\n\nLas estadísticas globales están disponibles públicamente en https://data.syncthing.net.</string>
2015-06-15 14:59:58 +00:00
<string name= "yes" > Sí</string>
<string name= "no" > No</string>
2017-07-19 04:16:30 +00:00
<string name= "open_website" > Sitio abierto</string>
2016-10-26 17:07:58 +00:00
<string name= "toast_write_storage_permission_required" > Esta app necesita permiso para escribir al sistema de almacenamiento</string>
<string name= "device_rejected" > El dispositivo %1$s desea conectar</string>
<string name= "folder_rejected" > El dispositivo %1$s desea compartir la carpeta %2$s</string>
2017-02-07 07:37:46 +00:00
<string name= "dialog_disable_battery_optimization_title" > Optimización de batería</string>
<string name= "dialog_disable_battery_optimization_message" > Andoid puede detener la sincronización pasado un tiempo. Para evitarlo, deshabilita la optimización de batería.\n\nAlgunos dispositivos tienen instaladas aplicaciones adicionales para terminar tareas. Igualmente, deberías añadir Syncthing a su lista blanca.</string>
2016-11-20 14:21:38 +00:00
<string name= "dialog_disable_battery_optimization_later" > Después</string>
2017-02-07 07:37:46 +00:00
<string name= "dialog_disable_battery_optimization_dont_show_again" > No volver a mostrar.</string>
<string name= "dialog_disable_battery_optimization_turn_off" > Deshabilitar para Syncthing</string>
2014-10-08 18:36:31 +00:00
<!-- FoldersFragment -->
2015-03-08 22:33:20 +00:00
<string name= "folders_fragment_title" > Carpetas</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no folders exist -->
2015-03-08 22:33:20 +00:00
<string name= "folder_list_empty" > No se encontraron carpetas</string>
2014-10-08 18:32:18 +00:00
<!-- Format string for folder file count -->
2017-02-07 07:37:46 +00:00
<string name= "toast_no_file_manager" > No se ha encontrado un gestor de ficheros compatible</string>
2014-10-08 18:32:18 +00:00
<!-- DevicesFragment -->
2014-12-10 17:28:10 +00:00
<string name= "devices_fragment_title" > Dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Shown if no devices exist -->
2014-12-10 17:28:10 +00:00
<string name= "devices_list_empty" > No se encontraron dispositivos</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that a folder is fully synced to the local device -->
2016-10-26 17:07:58 +00:00
<string name= "device_up_to_date" > Actualizado</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that the device is currently syncing. Parameter is sync percentage -->
2015-06-19 17:28:57 +00:00
<string name= "device_syncing" > Sincronizando (%1$d%%)</string>
2014-10-08 18:32:18 +00:00
<!-- Indicates that there is no connection to the device -->
2015-03-08 22:33:20 +00:00
<string name= "device_disconnected" > Desconectado</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current download rate -->
2015-03-08 22:33:20 +00:00
<string name= "download_title" > Descarga</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current upload rate -->
2016-10-26 17:07:58 +00:00
<string name= "upload_title" > Subida</string>
2015-03-08 22:33:20 +00:00
<!-- DrawerFragment -->
2014-09-28 21:48:43 +00:00
<!-- Same as download_title with a colon and space appended -->
2015-03-08 22:33:20 +00:00
<string name= "download_title_colon" > Descarga:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Same as upload_title with a colon and space appended -->
2016-10-26 17:07:58 +00:00
<string name= "upload_title_colon" > Subida:\u0020</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current CPU usage -->
2015-03-08 22:33:20 +00:00
<string name= "cpu_usage" > Uso de CPU</string>
2014-09-28 21:48:43 +00:00
<!-- Title for current RAM usage -->
2014-12-10 17:28:10 +00:00
<string name= "ram_usage" > Uso de RAM</string>
2014-09-28 21:48:43 +00:00
<!-- Title for announce server status -->
2016-10-26 17:07:58 +00:00
<string name= "announce_server" > Servidor de anuncio</string>
<string name= "restart" > Reiniciar</string>
<string name= "dialog_confirm_restart" > ¿Quieres reiniciar Syncthing?</string>
2016-11-10 15:37:27 +00:00
<!-- FolderActivity -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "folder_id" > ID de carpeta</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2016-10-26 17:07:58 +00:00
<string name= "folder_label" > Etiqueta de carpeta</string>
2016-05-18 03:02:47 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "directory" > Directorio</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2017-07-19 03:44:45 +00:00
<string name= "folder_master" > Solamente enviar</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-10 17:28:10 +00:00
<string name= "devices" > Dispositivos</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2016-10-26 17:07:58 +00:00
<string name= "keep_versions" > Versiones a mantener</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2016-10-26 17:07:58 +00:00
<string name= "delete_folder" > Eliminar carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in create mode -->
2016-10-26 17:07:58 +00:00
<string name= "create_folder" > Crear carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Title for FolderSettingsFragment in edit mode -->
2016-10-26 17:07:58 +00:00
<string name= "edit_folder" > Editar carpeta</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm folder creation -->
2015-03-08 22:33:20 +00:00
<string name= "create" > Crear</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a folder -->
2016-10-26 17:07:58 +00:00
<string name= "remove_folder_confirm" > ¿Realmente quieres excluir esta carpeta de Syncthing?</string>
2016-01-17 22:00:02 +00:00
<!-- Toast shown when trying to create a folder with an empty ID -->
<string name= "folder_id_required" > El ID de carpeta no debe estar vacío</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a folder with an empty path -->
2016-10-26 17:07:58 +00:00
<string name= "folder_path_required" > La ruta a la carpeta no debe estar vacía</string>
<string name= "dialog_discard_changes" > ¿Descartar tus cambios?</string>
2016-11-10 15:37:27 +00:00
<!-- DeviceActivity -->
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2014-12-10 17:28:10 +00:00
<string name= "device_id" > ID del dispositivo</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-01-21 19:45:15 +00:00
<string name= "name" > Nombre</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2016-10-26 17:07:58 +00:00
<string name= "addresses" > Direcciones</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "current_address" > Dirección actual</string>
2014-09-28 21:48:43 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "compression" > Compresión</string>
2015-04-05 22:25:59 +00:00
<!-- Strings representing compression options -->
2015-06-15 14:59:58 +00:00
<string-array name= "compress_entries" >
<item > Nunca</item>
<item > Metadatos</item>
<item > Siempre</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Setting title -->
2015-03-08 22:33:20 +00:00
<string name= "introducer" > Introductor</string>
2014-09-28 21:48:43 +00:00
<!-- ActionBar item -->
2014-12-10 17:28:10 +00:00
<string name= "delete_device" > Eliminar dispositivo</string>
2015-06-19 17:28:57 +00:00
<string name= "add_device" > Añadir dispositivo</string>
2014-10-08 18:32:18 +00:00
<!-- Menu item to confirm adding a device -->
2014-12-10 17:28:10 +00:00
<string name= "add" > Añadir</string>
2014-10-08 18:32:18 +00:00
<!-- Title for DeviceSettingsFragment in edit mode -->
2014-12-10 17:28:10 +00:00
<string name= "edit_device" > Editar dispositivo</string>
2016-01-17 22:00:02 +00:00
<!-- Dialog shown when attempting to remove a device -->
2016-10-26 17:07:58 +00:00
<string name= "remove_device_confirm" > ¿Realmente quieres excluir este dispositivo?</string>
2014-10-08 18:32:18 +00:00
<!-- Toast shown when trying to create a device with an empty ID -->
2015-03-08 22:33:20 +00:00
<string name= "device_id_required" > El ID de dispositivo no debe estar vacío</string>
2014-10-08 18:32:18 +00:00
<!-- Content description for device ID qr code icon -->
2014-12-10 17:28:10 +00:00
<string name= "scan_qr_code_description" > Escanear código QR</string>
2015-11-10 22:12:30 +00:00
<!-- Toast show if we could not get root permissions -->
2016-10-26 17:07:58 +00:00
<string name= "toast_root_denied" > No se obtuvieron permisos de root</string>
2014-09-28 21:48:43 +00:00
<!-- WebGuiActivity -->
<!-- Title of the web gui activity -->
2015-01-21 19:45:15 +00:00
<string name= "web_gui_title" > Interfaz gráfica web</string>
2014-09-28 21:48:43 +00:00
<!-- SettingsFragment -->
2015-01-21 19:45:15 +00:00
<string name= "settings_title" > Ajustes</string>
2017-02-07 07:37:46 +00:00
<string name= "category_run_conditions" > Condiciones de ejecución</string>
<string name= "category_behaviour" > Comportamiento</string>
2016-11-20 14:21:38 +00:00
<string name= "category_syncthing_options" > Opciones de Syncthing</string>
2017-02-07 07:37:46 +00:00
<string name= "category_backup" > Copia de seguridad</string>
<string name= "category_debug" > Depuración</string>
2016-11-20 14:21:38 +00:00
<string name= "category_experimental" > Experimental</string>
2015-06-19 17:28:57 +00:00
<string name= "always_run_in_background" > Ejecutar siempre en segundo plano</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is enabled -->
2016-10-26 17:07:58 +00:00
<string name= "always_run_in_background_enabled" > Syncthing se ejecutará siempre en segundo plano, de acuerdo a la siguiente configuración.</string>
2014-10-01 10:05:29 +00:00
<!-- Preference summary in case it is disabled -->
2016-10-26 17:07:58 +00:00
<string name= "always_run_in_background_disabled" > Syncthing sólo se ejecutará cuando se inicie explícitamente, y puede ser detenido por el botón de menú.</string>
<string name= "sync_only_charging" > Sincronizar solo durante la carga</string>
<string name= "sync_only_wifi" > Sincronizar sólo con wifi</string>
<string name= "sync_only_wifi_ssids" > Restringir a determinadas redes wifi</string>
<string name= "sync_only_wifi_ssids_wifi_turn_on_wifi" > Por favor enciende el wifi para seleccionar redes.</string>
2017-07-19 03:44:45 +00:00
<string name= "respect_battery_saving_title" > Respeta la configuración de ahorro de batería de Android</string>
<string name= "respect_battery_saving_summary" > Desactivar sincronización si el ahorro de batería está activo</string>
2016-10-26 17:07:58 +00:00
<string name= "advanced_folder_picker" > Usar selección avanzada de carpeta</string>
<string name= "advanced_folder_picker_summary" > Escoja alguna carpeta del dispositivo para sincronizar</string>
<string name= "use_root_title" > Ejecutar Syncthing como superusuario</string>
<string name= "use_root_summary" > Esta es una característica inestable que podría causar problemas con Syncthing y con tu dispositivo. Si aparecieran problemas podrías tener que reinstalar Syncthing.</string>
2015-08-26 20:27:19 +00:00
<string name= "notification_type_title" > Notificación</string>
<string name= "notification_type_summary" > Elige el tipo de notificación</string>
<string-array name= "notification_type_entries" >
<item > Normal</item>
2016-10-26 17:07:58 +00:00
<item > Baja prioridad</item>
<item > Ninguna</item>
2015-08-26 20:27:19 +00:00
</string-array>
2016-10-26 17:07:58 +00:00
<string name= "device_name" > Nombre del dispositivo</string>
2015-06-15 14:59:58 +00:00
<string name= "listen_address" > Direcciones de escucha del protocolo de sincronización</string>
2016-10-26 17:07:58 +00:00
<string name= "max_recv_kbps" > Límite de tráfico de entrada (KiB/s)</string>
<string name= "max_send_kbps" > Límite de tráfico de salida (KiB/s)</string>
<string name= "global_announce_enabled" > Descubrimiento global</string>
<string name= "local_announce_enabled" > Descubrimiento local</string>
<string name= "enable_nat_traversal" > Permitir NAT Traversal</string>
2017-02-07 07:37:46 +00:00
<string name= "global_announce_server" > Servidores globales de descubrimiento</string>
2016-10-26 17:07:58 +00:00
<string name= "enable_relaying" > Activar retransmisión (Relaying)</string>
<string name= "usage_reporting" > Informe de uso anónimo</string>
<string name= "gui_address" > Direcciones de escucha de la interfaz</string>
2017-07-19 04:40:12 +00:00
<string name= "export_config" > Exportar configuración</string>
2016-10-26 17:07:58 +00:00
<string name= "keep_wakelock_while_binary_running" > Mantener la CPU activa mientras se ejecuta Syncthing</string>
<string name= "keep_wakelock_while_binary_running_summary" > Usa este ajuste si experimentas desconexiones inesperadas mientras funcionas con la batería. Esto resultará en un incremento del consumo de batería.</string>
<string name= "run_as_foreground_service" > Ejecutar el servicio con prioridad de primer plano</string>
<string name= "run_as_foreground_service_summary" > Al activarse, Syncthing se ejecutará con prioridad de primer plano y es más improbable que Android lo detenga. Esto podría detener otros servicios cuando la memoria disponible sea escasa. Se mostrará una notificación de baja prioridad debido a los requerimientos de Android e independientemente de la configuración de las notificaciones.</string>
<string name= "use_tor_title" > Usar Tor</string>
<string name= "use_tor_summary" > Desviar todo el tráfico a través de Tor para incrementar la privacidad. Requiere Orbot</string>
2017-02-07 07:37:46 +00:00
<string name= "use_legacy_hashing_title" > Utilizar método antiguo para generar los hash</string>
<string name= "use_legacy_hashing_summary" > Forzar el uso de un paquete de hashing antiguo por compatibilidad</string>
2016-10-04 07:59:06 +00:00
<!-- Dialog shown before config export -->
2016-10-26 17:07:58 +00:00
<string name= "dialog_confirm_export" > ¿Realmente quieres exportar tu configuración? Se sobreescribirán los ficheros existentes.\n\n¡ADVERTENCIA! Otras aplicaciones podrían leer la clave privada localizada en la ubicación de la copia y usarla para descargar/modificar ficheros sincronizados.</string>
2016-10-04 07:59:06 +00:00
<!-- Dialog shown before config import -->
2016-10-26 17:07:58 +00:00
<string name= "dialog_confirm_import" > ¿Realmente deseas importar una nueva configuración? Se sobrescribirán los archivos existentes.</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully exported -->
2015-06-19 17:28:57 +00:00
<string name= "config_export_successful" > La configuración fue exportada a %1$s</string>
2016-10-26 17:07:58 +00:00
<string name= "import_config" > Importar configuración</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2015-06-15 14:59:58 +00:00
<string name= "config_imported_successful" > Configuración importada</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown after config was successfully imported -->
2016-10-26 17:07:58 +00:00
<string name= "config_import_failed" > Importación de la configuración fallida, comprueba que los ficheros están en %1$s</string>
2014-09-28 21:48:43 +00:00
<!-- Title for the preference to set STTRACE parameters -->
2015-06-15 14:59:58 +00:00
<string name= "sttrace_title" > Opciones de depuración</string>
2015-05-15 18:51:29 +00:00
<!-- Toast after entering invalid STTRACE params -->
2017-02-07 07:37:46 +00:00
<string name= "toast_invalid_sttrace" > Sólo se permite 0-9, a-z y coma (\',\') en las opciones de STTRACE</string>
2015-05-15 18:51:29 +00:00
<!-- Title for the preference to reset Syncthing indexes -->
2015-06-15 14:59:58 +00:00
<string name= "streset_title" > Restablecer base de datos</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2016-10-26 17:07:58 +00:00
<string name= "streset_question" > Esta acción sólo se debería realizar por recomendación de nuestro equipo de soporte.
\n¿Estás seguro de que quieres limpiar la base de datos de índices de Syncthing?</string>
2015-05-15 18:51:29 +00:00
<!-- Syncthing was reset -->
2015-06-15 14:59:58 +00:00
<string name= "streset_done" > Base de datos de Syncthing restablecida con éxito</string>
2015-06-19 17:28:57 +00:00
<string name= "category_about" > Acerca de</string>
2015-05-15 18:51:29 +00:00
<!-- Settings item that opens the log activity -->
2015-06-15 14:59:58 +00:00
<string name= "open_log" > Abrir registro</string>
2015-05-15 18:51:29 +00:00
<!-- Summary for the log activity -->
2015-06-15 14:59:58 +00:00
<string name= "open_log_summary" > Abrir ventana de registro de Syncthing y Android</string>
2017-07-19 03:44:45 +00:00
<string name= "notify_crashes_title" > Notificar sobre los accidentes de Syncthing</string>
<string name= "notify_crashes_summary" > Mostrar una notificación cada vez que se detecta un bloqueo de Syncthing</string>
<string name= "syncthing_forum_title" > Foro de Syncthing</string>
<string name= "syncthing_forum_summary" > Ir al foro de Syncthing</string>
2014-09-28 21:48:43 +00:00
<!-- Settings item that opens issue tracker -->
2016-10-26 17:07:58 +00:00
<string name= "report_issue_title" > Informar de un problema</string>
2014-09-28 21:48:43 +00:00
<!-- Summary for the issue tracker settings item -->
2015-06-15 14:59:58 +00:00
<string name= "report_issue_summary" > Abrir el seguimiento de incidencias Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- URL of the issue tracker -->
2016-05-18 03:02:47 +00:00
<!-- Menu item to donate -->
<string name= "donate_title" > Donar</string>
2016-10-26 17:07:58 +00:00
<string name= "donate_summary" > Ayúdanos a pagar los costes de dominios y servidores web</string>
2014-09-28 21:48:43 +00:00
<!-- Title of the preference showing upstream version name -->
2016-10-26 17:07:58 +00:00
<string name= "syncthing_version_title" > Versión de Syncthing</string>
2014-10-12 12:35:53 +00:00
<!-- Title of the preference showing this app's version name -->
2016-10-26 17:07:58 +00:00
<string name= "app_version_title" > Versión de Syncthing-Android</string>
2014-09-28 21:48:43 +00:00
<!-- FolderPickerAcitivity -->
<!-- Activity title -->
2016-10-26 17:07:58 +00:00
<string name= "folder_picker_title" > Seleccionador de carpetas</string>
2015-03-14 14:13:51 +00:00
<!-- Toast shown on devices with kitkat or higher -->
2015-06-15 14:59:58 +00:00
<string name= "kitkat_external_storage_warning" > Aviso: Tu versión de Android no permite la sincronización con dispositivos de almacenamiento externos</string>
2014-09-28 21:48:43 +00:00
<!-- ListView empty text -->
2016-10-26 17:07:58 +00:00
<string name= "directory_empty" > El directorio esta vacío</string>
2014-10-08 18:36:31 +00:00
<!-- Menu item to create folder on the file system -->
2015-06-19 17:28:57 +00:00
<string name= "create_fs_folder" > Crear nueva carpeta</string>
2014-09-28 21:48:43 +00:00
<!-- Menu item to select the current folder -->
2015-06-19 17:28:57 +00:00
<string name= "select_folder" > Seleccionar carpeta</string>
<string name= "create_folder_failed" > Error al crear la carpeta</string>
2015-05-15 18:51:29 +00:00
<!-- LogActivity -->
<!-- Title of the "log" activity -->
2015-06-15 14:59:58 +00:00
<string name= "log_title" > Registro</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log android" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_android_title" > Mostrar registro de Android</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "log Syncthing" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "log_syncthing_title" > Mostrar registro de Syncthing</string>
2016-10-26 17:07:58 +00:00
<string name= "retrieving_logs" > Recuperando los registros...</string>
2015-05-15 18:51:29 +00:00
<!-- Title of the "share log" menu button -->
2015-06-15 14:59:58 +00:00
<string name= "share_title" > Compartir</string>
2017-04-11 04:24:15 +00:00
<!-- ShareActivity -->
<!-- Title of the "share" activity -->
2017-07-19 03:44:45 +00:00
<string name= "share_activity_title" > Guardar en Syncthing</string>
2017-04-11 04:24:15 +00:00
<!-- Title of the "save" button -->
2017-07-19 03:44:45 +00:00
<string name= "save_title" > Guardar</string>
2017-04-11 04:24:15 +00:00
<!-- Title of the "cancel" button -->
2017-07-19 03:44:45 +00:00
<string name= "cancel_title" > Cancelar</string>
2017-04-11 04:24:15 +00:00
<!-- Title of the "save" button -->
2017-07-19 03:44:45 +00:00
<string name= "folder_title" > Carpeta</string>
2017-04-11 04:24:15 +00:00
<!-- New file name template -->
2017-07-19 03:44:45 +00:00
<string name= "file_name_template" > Archivo nuevo %1$s</string>
2017-04-11 04:24:15 +00:00
<!-- Nothing to share toast -->
2017-07-19 03:44:45 +00:00
<string name= "nothing_share" > Nada que compartir</string>
2017-04-11 04:24:15 +00:00
<!-- Copy success toast partially -->
2017-07-19 03:44:45 +00:00
<plurals name= "copy_success_partially" >
<item quantity= "one" > %1$d archivo copiado en la carpeta \"%2$s\", %3$d ya existe</item>
<item quantity= "other" > %1$d archivos copiados en la carpeta \"%2$s\", %3$d ya existe</item>
</plurals>
2017-04-11 04:24:15 +00:00
<!-- Copy success toast -->
2017-07-19 03:44:45 +00:00
<plurals name= "copy_success" >
<item quantity= "one" > %1$d archivo copiado en la carpeta \"%2$s\"</item>
<item quantity= "other" > %1$d archivos copiados en la carpeta \"%2$s\"</item>
</plurals>
2017-04-11 04:24:15 +00:00
<!-- Copy exception toast -->
2017-07-19 03:44:45 +00:00
<string name= "copy_exception" > Se ha producido un error durante el uso compartido.</string>
2017-04-11 04:24:15 +00:00
<!-- Copy progress dialog text -->
2017-07-19 03:44:45 +00:00
<string name= "copy_progress" > Compartir archivos...</string>
<plurals name= "file_name_title" >
<item quantity= "one" > Nombre del archivo</item>
<item quantity= "other" > Lista de Archivos</item>
</plurals>
2014-09-28 21:48:43 +00:00
<!-- SyncthingService -->
<!-- Title of the "syncthing disabled" dialog -->
2015-01-21 19:45:15 +00:00
<string name= "syncthing_disabled_title" > Syncthing está deshabilitado</string>
2014-09-28 21:48:43 +00:00
<!-- Message of the "syncthing disabled" dialog -->
2016-10-26 17:07:58 +00:00
<string name= "syncthing_disabled_message" > ¿Quieres cambiar tus preferencias?</string>
2014-09-28 21:48:43 +00:00
<!-- Button text on the "syncthing disabled" dialog -->
2014-12-10 17:28:10 +00:00
<string name= "syncthing_disabled_change_settings" > Cambiar la configuración</string>
2014-10-01 10:05:29 +00:00
<!-- Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true -->
2014-12-10 17:28:10 +00:00
<string name= "exit" > Salir</string>
2014-10-14 13:24:01 +00:00
<!-- Title of the notification shown while syncthing is running and enabled -->
2014-12-10 17:28:10 +00:00
<string name= "syncthing_active" > Syncthing se está ejecutando</string>
2016-10-26 17:07:58 +00:00
<string name= "syncthing_active_foreground" > El servicio se está ejecutando con prioridad de primer plano.</string>
2015-05-24 10:48:33 +00:00
<!-- Toast shown if folder observer fails to traverse a folder -->
2016-10-26 17:07:58 +00:00
<string name= "toast_folder_observer_stack_overflow" > Árbol de directorios demasiado profundo. Comprueba enlaces simbólicos cíclicos</string>
2015-06-19 17:28:57 +00:00
<!-- Toast shown if syncthing failed to create a config -->
2015-07-07 21:53:51 +00:00
<string name= "config_create_failed" > Error al crear la configuración de Syncthing. Por favor, comprueba el registro.</string>
2016-05-18 03:02:47 +00:00
<!-- Label of the default folder created of first start (camera folder). -->
2016-10-26 17:07:58 +00:00
<string name= "default_folder_label" > Cámara</string>
2015-07-07 21:53:51 +00:00
<!-- ID of the default folder created on first start (camera folder). Must only contain 'a - z0 - 9_ - '. Parameter is the device name -->
2015-08-26 20:27:19 +00:00
<string name= "default_folder_id" > %1$s-photos</string>
2017-07-19 03:44:45 +00:00
<string name= "notification_crash_title" > Syncthing se ha estrellado</string>
<string name= "notification_crash_text" > Haga clic para ver los registros</string>
2014-09-28 21:48:43 +00:00
<!-- RestApi -->
<!-- Title of the notification shown when a restart is needed -->
2015-06-19 17:28:57 +00:00
<string name= "restart_title" > Es necesario reiniciar</string>
2015-06-15 14:59:58 +00:00
<!-- Text for positive button in restart dialog -->
2015-06-19 17:28:57 +00:00
<string name= "restart_now" > Reiniciar ahora</string>
2015-06-15 14:59:58 +00:00
<!-- Text for the dismiss button of the restart Activity -->
2015-06-19 17:28:57 +00:00
<string name= "restart_later" > Después</string>
2014-09-28 21:48:43 +00:00
<!-- Text of the notification shown when a restart is needed -->
2015-06-19 17:28:57 +00:00
<string name= "restart_notification_text" > Haga clic aquí para reiniciar Syncthing ahora</string>
2014-10-08 18:32:18 +00:00
<!-- Shown when a device ID is copied to the clipboard -->
2016-10-26 17:07:58 +00:00
<string name= "device_id_copied_to_clipboard" > ID de dispositivo copiado al portapapeles</string>
2014-09-28 21:48:43 +00:00
<!-- Strings representing units for file sizes, from smallest to largest -->
2015-06-15 14:59:58 +00:00
<string-array name= "file_size_units" >
<item > B</item>
<item > KiB</item>
<item > MiB</item>
<item > GiB</item>
<item > TiB</item>
</string-array>
2014-09-28 21:48:43 +00:00
<!-- Strings representing units for transfer rates, from smallest to largest -->
2015-06-19 17:28:57 +00:00
<string-array name= "transfer_rate_units" >
<item > B/s</item>
<item > KiB/s</item>
<item > MiB/s</item>
<item > GiB/s</item>
<item > TiB/s</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!-- Possible folder states -->
2015-06-15 14:59:58 +00:00
<string name= "state_idle" > Inactivo</string>
2016-10-26 17:07:58 +00:00
<string name= "state_scanning" > Escaneando</string>
2014-12-10 17:28:10 +00:00
<string name= "state_cleaning" > Limpiando</string>
2016-02-07 18:02:37 +00:00
<string name= "state_syncing" > Sincronizando (%1$d%%)</string>
2015-08-26 20:27:19 +00:00
<string name= "state_error" > Error</string>
2015-06-15 14:59:58 +00:00
<string name= "state_unknown" > Desconocido</string>
2017-07-19 02:18:37 +00:00
<string name= "status_outofsync" > No sincronizado</string>
2016-02-20 15:51:14 +00:00
<!-- Format string for folder size, eg "500 MiB / 1 GiB" -->
2016-10-26 17:07:58 +00:00
<string name= "folder_size_format" > %1$s / %2$s</string>
<string name= "appconfig_receiver_background_enabled" > No está soportado detener Syncthing mientras está activada la ejecución en segundo plano.</string>
2017-07-19 03:44:45 +00:00
<!-- Titles used in the file versioning dialog and file versioning button in the folder activity -->
<string name= "maximum_age" > Antigüedad Máxima</string>
2017-07-19 04:16:30 +00:00
<string name= "file_versioning" > Versionado de Archivos</string>
2017-07-19 03:44:45 +00:00
<string name= "finish" > Finalizar</string>
<string name= "none" > Ninguno/a</string>
<string name= "versions_path" > Ruta de Versiones</string>
<string name= "command" > Comando</string>
<!-- File versioning dialog descriptions for file versioning types and file versioning configuration options. -->
<string name= "no_versioning_description" > Seleccione un tipo de versionado para habilitar el versionado.</string>
<!-- Displays the current file versioning type in the Folder activity -->
<string name= "type_simple" > Tipo: Simple</string>
<string name= "type_trashcan" > Tipo: Papelera</string>
<string name= "type_staggered" > Tipo: Escalonado</string>
<string name= "type_external" > Tipo: Externo</string>
<!-- Information displayed about the current file versioning configuration in the folder activity -->
<string name= "trashcan_versioning_info" > Limpiar después de: %1$s</string>
<string name= "staggered_versioning_info" > Antigüedad Máxima: %1$d \nRuta de Versiones: %2$s</string>
<string name= "external_versioning_info" > Comando: %1$s</string>
<string name= "simple_versioning_info" > Conservar versiones: %1$s</string>
<!-- error message if the deviceID/QRCode dialog for some reason cannot be displayed. -->
2014-09-28 21:48:43 +00:00
</resources>