Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_CO.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7615c6a5050acbecf22bc42006cb3e53c26a4f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
OC.L10N.register(
    "files_antivirus",
    {
    "Clean" : "Limpiar",
    "Infected" : "Infectado",
    "Unchecked" : "Desmarcado",
    "Scanner exit status" : "Estatus de salida del scanner",
    "Scanner output" : "Salida del scanner",
    "Saving…" : "Guardando...",
    "Antivirus" : "Antivirus",
    "File {file} is infected with {virus}" : "El archivo {file} está infectado con {virus}",
    "The file has been removed" : "El archivo ha sido eliminado",
    "File containing {virus} detected" : "Se ha detectado un que archivo que contiene {virus}",
    "Antivirus detected a virus" : "El antivirus detectó un virus",
    "Virus %s is detected in the file. Upload cannot be completed." : "Se detectó el virus %s en el archivo. La carga no puede ser completada.",
    "Saved" : "Guardado",
    "Greetings {user}," : "Saludos {user},",
    "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Lo sentimos, pero se ha detectado un malware en el archivo que intentabas cargar y tuvo que ser borrado.",
    "This email is a notification from {host}. Please, do not reply." : "Esta es una notificación de {host}. Por favor, no respondas. ",
    "File uploaded: {file}" : "Archivo guardado: {file}",
    "Mode" : "Modo",
    "Socket" : "Socket",
    "Not required in Executable Mode." : "No requerido en Modo Ejecutable.",
    "Host" : "Servidor",
    "Address of Antivirus Host." : "Dirección del Servidor de Antivirus.",
    "Port" : "Puerto",
    "Port number of Antivirus Host." : "Número de puerto del Servidor de Antivirus.",
    "Select" : "Seleccionar",
    "Stream Length" : "Longitud del flujo",
    "ClamAV StreamMaxLength value in bytes." : "Valor en bytes de ClamAV StreamMaxLength.",
    "bytes" : "bytes",
    "Path to clamscan" : "Ruta a clamscan",
    "Path to clamscan executable." : "Ruta al ejecutable de clamscan.",
    "Not required in Daemon Mode." : "No requerido en modo demonio.",
    "Extra command line options (comma-separated)" : "Opciones adicionales de la línea de comandos (separados por coma)",
    "When infected files are found during a background scan" : "Cuando se encuentres archivos infectados durante un escaneo en segundo plano",
    "Only log" : "Solo bitácora",
    "Delete file" : "Borrar archivo",
    "Save" : "Guardar",
    "Advanced" : "Avanzado",
    "Rules" : "Reglas",
    "Clear All" : "Limpiar todo",
    "Reset to defaults" : "Restablercer los valores predeterminados",
    "Match by" : "Coincidencia por",
    "Scanner exit status or signature to search" : "Estatus de salida del escaner o firma a buscar",
    "Description" : "Descripción",
    "Mark as" : "Marcar como",
    "Add a rule" : "Agregar una regla"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");