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

eu.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13b062ea37f14783c80c131f025928af741187a6 (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
OC.L10N.register(
    "files_antivirus",
    {
    "Clean" : "Garbitu",
    "Infected" : "Infektatua",
    "Unchecked" : "Egiaztatu gabea",
    "Scanner exit status" : "Eskanerraren irteera egoera",
    "Scanner output" : "Eskanerraren irteera",
    "Saving…" : "Gordetzen…",
    "Antivirus" : "Antibirusa",
    "File {file} is infected with {virus}" : "{file} fitxategia {virus} birusarekin infektatuta dago",
    "The file has been removed" : "Fitxategia kendu da",
    "File containing {virus} detected" : "{virus} daukan fitxategia detektatu da",
    "Antivirus detected a virus" : "Antibirusak birus bat detektatu du",
    "Virus %s is detected in the file. Upload cannot be completed." : "%s birusa detektatu da fitxategian. Karga ezin da osatu.",
    "Saved" : "Gordeta",
    "Antivirus for files" : "Fitxategientzako antibirusa",
    "Greetings {user}," : "Kaixo {user},",
    "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Kargatu nahi zenuen fitxategian malware bat detektatu da eta ezabatu egin behar izan da.",
    "This email is a notification from {host}. Please, do not reply." : "E-posta jakinarazpen hau {host}-(e)k bidalia da. Ez erantzun mezu honi.",
    "File uploaded: {file}" : "Fitxategia kargatuta: {file}",
    "Antivirus for Files" : "Fitxategientzako antibirusa",
    "Mode" : "Modua",
    "Socket" : "Socket",
    "Not required in Executable Mode." : "Ez da beharrezkoa Exekutagarri moduan.",
    "Host" : "Ostalaria",
    "Address of Antivirus Host." : "Antibirus ostalariaren helbidea.",
    "Port" : "Ataka",
    "Port number of Antivirus Host." : "Antibirus ostalariaren ataka zenbakia.",
    "Stream Length" : "Korrontearen luzera",
    "ClamAV StreamMaxLength value in bytes." : "ClamAV StreamMaxLength balioa bytetan.",
    "bytes" : "byte",
    "Path to clamscan" : "Clamscan-era bidea",
    "Path to clamscan executable." : "Clamscan exekutagarrira bidea.",
    "Not required in Daemon Mode." : "Ez da beharrezkoa Daemon moduan.",
    "Extra command line options (comma-separated)" : "Komando-lerro gehigarrien aukerak (komaz bereizita)",
    "Background scan file size limit in bytes, -1 means no limit" : "Atzeko planoko eskaneatze fitxategiaren tamaina muga bytetan, -1 jartzeak mugarik ez esan nahi du",
    "When infected files are found during a background scan" : "Infektatuz gero, atzeko planoko eskaneatzean aurkitzen dira fitxategiak",
    "Only log" : "Log fitxategia soilik",
    "Delete file" : "Ezabatu fitxategia",
    "Save" : "Gorde",
    "Advanced" : "Aurreratua",
    "Rules" : "Arauak",
    "Clear All" : "Garbitu dena",
    "Reset to defaults" : "Berrezarri lehenetsitakoak",
    "Match by" : "Bat dator",
    "Scanner exit status or signature to search" : "Eskanerraren irteera egoera edo bilatzeko sinadura",
    "Description" : "Deskripzioa",
    "Mark as" : "Markatu honela",
    "Add a rule" : "Gehitu arau bat"
},
"nplurals=2; plural=(n != 1);");