ko.php 1.44 KB
<?php $TRANSLATIONS = array(
"Greetings {user}," => "{user}님, 환영합니다",
"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." => "이 이메일은 {host}에서 보낸 알림입니다. 답장하지 마십시오.",
"File uploaded: {file}" => "파일 업로드됨: {file}",
"Antivirus Configuration" => "안티바이러스 설정",
"Mode" => "모드",
"Executable" => "실행 파일",
"Daemon" => "대몬",
"Host" => "호스트",
"Address of Antivirus Host." => "안티바이러스 호스트 주소입니다.",
"Not required in Executable Mode." => "실행 파일 모드에서는 필요하지 않습니다.",
"Port" => "포트",
"Port number of Antivirus Host." => "안티바이러스 호스트 포트입니다.",
"Stream Length" => "스트림 길이",
"ClamAV StreamMaxLength value in bytes." => "바이트 단위의 ClamAV StreamMaxLength 값입니다.",
"Path to clamscan" => "clamscan 경로",
"Path to clamscan executable." => "clamscan 실행 파일의 경로입니다.",
"Not required in Daemon Mode." => "대몬 모드에서는 필요하지 않습니다.",
"Action for infected files found while scanning" => "감염된 파일이 발견되었을 때 동작",
"Only log" => "기록만",
"Delete file" => "파일 삭제",
"Save" => "저장"
);