You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/es.js
+4
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ OC.L10N.register(
16
16
"Saved" : "Guardado",
17
17
"Virus detected! Can't upload the file %s" : "¡Virus detectado! No se puede cargar el archivo %s",
18
18
"Malware detected" : "Malware detectado",
19
+
"A malware or virus was detected, your upload was deleted. In doubt or for details please contact your system administrator" : "Se detectó un malware o virus, su carga se eliminó. En caso de duda o para obtener más detalles, póngase en contacto con el administrador del sistema",
19
20
"Greetings {user}," : "Hola, {user}:",
20
21
"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 un archivo que trata de subir y tuvo que ser eliminado.",
21
22
"This email is a notification from {host}. Please, do not reply." : "Esta es una notificación automática de {host}. Sírvase no responderla.",
@@ -25,12 +26,15 @@ OC.L10N.register(
25
26
"Executable" : "Ejecutable",
26
27
"Daemon" : "Demonio",
27
28
"Daemon (Socket)" : "Demonio (Socket)",
29
+
"Daemon (ICAP)" : "Daemon (ICAP)",
28
30
"Socket" : "Socket",
29
31
"Clamav Socket" : "Clamav Socket",
30
32
"Host" : "Servidor",
31
33
"Hostname or IP address of Antivirus Host" : "Nombre del host o dirección IP del host del Antivirus.",
32
34
"Port" : "Puerto",
33
35
"Port number of Antivirus Host, 1-65535" : "Puerto del host del antivirus, 1-65535",
36
+
"ICAP request service. Possible values: \"avscan\" for clamav or \"req\" for Kaspersky ScanEngine" : "Servicio de solicitud ICAP. Valores posibles: \"avscan\" para clamav o \"req\" para Kaspersky ScanEngine",
37
+
"ICAP response header holding the virus information. Possible values: X-Virus-ID or X-Infection-Found" : "Encabezado de respuesta ICAP, que contiene la información del virus. Valores posibles: X-Virus-ID o X-Infection-Found",
34
38
"Path to clamscan" : "Ruta al clamscan",
35
39
"Path to clamscan executable" : "Ruta al ejecutable de ClamScan",
36
40
"Extra command line options (comma-separated)" : "Opciones extra de la línea de comandos (separadas por comas)",
Copy file name to clipboardExpand all lines: l10n/es.json
+4
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
"Saved" : "Guardado",
15
15
"Virus detected! Can't upload the file %s" : "¡Virus detectado! No se puede cargar el archivo %s",
16
16
"Malware detected" : "Malware detectado",
17
+
"A malware or virus was detected, your upload was deleted. In doubt or for details please contact your system administrator" : "Se detectó un malware o virus, su carga se eliminó. En caso de duda o para obtener más detalles, póngase en contacto con el administrador del sistema",
17
18
"Greetings {user}," : "Hola, {user}:",
18
19
"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 un archivo que trata de subir y tuvo que ser eliminado.",
19
20
"This email is a notification from {host}. Please, do not reply." : "Esta es una notificación automática de {host}. Sírvase no responderla.",
@@ -23,12 +24,15 @@
23
24
"Executable" : "Ejecutable",
24
25
"Daemon" : "Demonio",
25
26
"Daemon (Socket)" : "Demonio (Socket)",
27
+
"Daemon (ICAP)" : "Daemon (ICAP)",
26
28
"Socket" : "Socket",
27
29
"Clamav Socket" : "Clamav Socket",
28
30
"Host" : "Servidor",
29
31
"Hostname or IP address of Antivirus Host" : "Nombre del host o dirección IP del host del Antivirus.",
30
32
"Port" : "Puerto",
31
33
"Port number of Antivirus Host, 1-65535" : "Puerto del host del antivirus, 1-65535",
34
+
"ICAP request service. Possible values: \"avscan\" for clamav or \"req\" for Kaspersky ScanEngine" : "Servicio de solicitud ICAP. Valores posibles: \"avscan\" para clamav o \"req\" para Kaspersky ScanEngine",
35
+
"ICAP response header holding the virus information. Possible values: X-Virus-ID or X-Infection-Found" : "Encabezado de respuesta ICAP, que contiene la información del virus. Valores posibles: X-Virus-ID o X-Infection-Found",
32
36
"Path to clamscan" : "Ruta al clamscan",
33
37
"Path to clamscan executable" : "Ruta al ejecutable de ClamScan",
34
38
"Extra command line options (comma-separated)" : "Opciones extra de la línea de comandos (separadas por comas)",
if (\strpos($respHeader, '403 Forbidden') || \strpos($respHeader, '403 VirusFound')) {
67
67
$message = $this->l10n->t('A malware or virus was detected, your upload was deleted. In doubt or for details please contact your system administrator');
0 commit comments