56 строки
2.8 KiB
JavaScript
56 строки
2.8 KiB
JavaScript
OC.L10N.register(
|
|
"files_antivirus",
|
|
{
|
|
"Clean" : "Clean",
|
|
"Infected" : "Infected",
|
|
"Unchecked" : "Unchecked",
|
|
"Scanner exit status" : "Scanner exit status",
|
|
"Scanner output" : "Scanner output",
|
|
"Saving..." : "Saving...",
|
|
"Antivirus" : "Antivirus",
|
|
"File {file} is infected with {virus}" : "File {file} is infected with {virus}",
|
|
"The file has been removed" : "The file has been removed",
|
|
"File containing {virus} detected" : "File containing {virus} detected",
|
|
"Antivirus detected a virus" : "Antivirus detected a virus",
|
|
"Virus %s is detected in the file. Upload cannot be completed." : "Virus %s is detected in the file. Upload cannot be completed.",
|
|
"Saved" : "Saved",
|
|
"Greetings {user}," : "Greetings {user},",
|
|
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted.",
|
|
"This email is a notification from {host}. Please, do not reply." : "This email is a notification from {host}. Please, do not reply.",
|
|
"File uploaded: {file}" : "File uploaded: {file}",
|
|
"Mode" : "Mode",
|
|
"Executable" : "Executable",
|
|
"Daemon" : "Daemon",
|
|
"Daemon (Socket)" : "Daemon (Socket)",
|
|
"Socket" : "Socket",
|
|
"Clamav Socket." : "Clamav Socket.",
|
|
"Not required in Executable Mode." : "Not required in Executable Mode.",
|
|
"Host" : "Host",
|
|
"Address of Antivirus Host." : "Address of Antivirus Host.",
|
|
"Port" : "Port",
|
|
"Port number of Antivirus Host." : "Port number of Antivirus Host.",
|
|
"Stream Length" : "Stream Length",
|
|
"ClamAV StreamMaxLength value in bytes." : "ClamAV StreamMaxLength value in bytes.",
|
|
"bytes" : "bytes",
|
|
"Path to clamscan" : "Path to clamscan",
|
|
"Path to clamscan executable." : "Path to clamscan executable.",
|
|
"Not required in Daemon Mode." : "Not required in Daemon Mode.",
|
|
"Extra command line options (comma-separated)" : "Extra command line options (comma-separated)",
|
|
"File size limit, -1 means no limit" : "File size limit, -1 means no limit",
|
|
"Background scan file size limit in bytes, -1 means no limit" : "Background scan file size limit in bytes, -1 means no limit",
|
|
"When infected files are found during a background scan" : "When infected files are found during a background scan",
|
|
"Only log" : "Only log",
|
|
"Delete file" : "Delete file",
|
|
"Save" : "Save",
|
|
"Advanced" : "Advanced",
|
|
"Rules" : "Rules",
|
|
"Clear All" : "Clear All",
|
|
"Reset to defaults" : "Reset to defaults",
|
|
"Match by" : "Match by",
|
|
"Scanner exit status or signature to search" : "Scanner exit status or signature to search",
|
|
"Description" : "Description",
|
|
"Mark as" : "Mark as",
|
|
"Add a rule" : "Add a rule"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|