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

ca.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4481ca83ccc308d1f1678bb28f7015406312597 (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
51
52
53
54
55
56
57
58
OC.L10N.register(
    "files_antivirus",
    {
    "Clean" : "Net",
    "Infected" : "Infectat",
    "Unchecked" : "Sense verificar",
    "Scanner exit status" : "Estat de finalització de l’escàner",
    "Scanner output" : "Sortida de l’escàner",
    "Saving…" : "S'està desant...",
    "Antivirus" : "Antivirus",
    "File {file} is infected with {virus}" : "El fitxer {file} està infectat amb {virus}",
    "The file has been removed" : "S'ha suprimit el fitxer",
    "File containing {virus} detected" : "S'ha detectat un fitxer que conté {virus}",
    "Antivirus detected a virus" : "L'antivirus ha detectat un virus",
    "Virus %s is detected in the file. Upload cannot be completed." : "S'ha detectat el virus %s en el fitxer. No es pot completar la pujada.",
    "Saved" : "S'ha desat",
    "Antivirus for files" : "Antivirus per a fitxers",
    "An antivirus app for Nextcloud" : "Aplicació antivirus per al Nextcloud",
    "Greetings {user}," : "Hola, {user},",
    "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Ho sentim, però es s'ha detectat un programari maliciós en un fitxer que heu intentar carregar i que havia de ser suprimit.",
    "This email is a notification from {host}. Please, do not reply." : "Aquest correu electrònic és una notificació de {host}. Si us plau, no el respongueu.",
    "File uploaded: {file}" : "Fitxer carregat: {file}",
    "Antivirus for Files" : "Antivirus per a fitxers",
    "Mode" : "Mode",
    "ClamAV Executable" : "Executable ClamAV",
    "ClamAV Daemon" : "Dimoni ClamAV",
    "ClamAV Daemon (Socket)" : "Dimoni ClamAV (Sòcol)",
    "Kaspersky Daemon" : "Dimoni Kaspersky",
    "Socket" : "Socket",
    "ClamAV Socket." : "Sòcol ClamAV.",
    "Not required in Executable Mode." : "No es requereix en Mode Executable.",
    "Host" : "Servidor",
    "Address of Antivirus Host." : "Adreça del Servidor Antivirus.",
    "Port" : "Port",
    "Port number of Antivirus Host." : "Nombre del port del Servidor Antivirus.",
    "Select" : "Selecciona",
    "Stream Length" : "Longitud de la seqüència",
    "ClamAV StreamMaxLength value in bytes." : "Valor en bytes de StreamMaxLength de ClamAV.",
    "bytes" : "bytes",
    "Path to clamscan" : "Camí a clamscan",
    "Path to clamscan executable." : "Camí al clamscan executable.",
    "Not required in Daemon Mode." : "No es requereix en Mode Dimoni.",
    "Extra command line options (comma-separated)" : "Opcions addicionals de línia d'ordres (separades per comes)",
    "When infected files are found during a background scan" : "Quan es troben fitxers infectats durant un escanejat en segon pla",
    "Only log" : "Només mostra-ho al registre",
    "Delete file" : "Suprimeix el fitxer",
    "Save" : "Desa",
    "Advanced" : "Avançat",
    "Rules" : "Regles",
    "Clear All" : "Esborra-ho tot",
    "Reset to defaults" : "Reinicialitza els valors per defecte",
    "Match by" : "Coincideix per",
    "Scanner exit status or signature to search" : "Estat de la sortida de l’escàner o signatura per cercar",
    "Description" : "Descripció",
    "Mark as" : "Marca-ho com a",
    "Add a rule" : "Afegeix una regla"
},
"nplurals=2; plural=(n != 1);");