th_TH.php
2.37 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" => "Daemon",
"Host" => "โฮสต์",
"Address of Antivirus Host." => "ที่อยู่โฮสต์ของโปรแกรมป้องกันไวรัส",
"Not required in Executable Mode." => "ไม่จำเป็นต้องใช้สำหรับโหมด สามารถประมวลคำสั่งได้",
"Port" => "พอร์ต",
"Port number of Antivirus Host." => "หมายเลขพอร์ตของโฮสต์โปรแกรมป้องกันไวรัส",
"Stream Length" => "Stream Length",
"ClamAV StreamMaxLength value in bytes." => "ค่า StreamMaxLength ของ ClamAV ในหน่วยไบต์",
"Path to clamscan" => "ตำแหน่งพาธของ clamscan",
"Path to clamscan executable." => "ตำแหน่งพาธของ clamscan ที่สามารถประมวลคำสั่งได้",
"Not required in Daemon Mode." => "ไม่จำเป็นต้องใช้สำหรับโหมด Daemon",
"Action for infected files found while scanning" => "ตรวจพบไฟล์ที่ติดเชื้อในระหว่างการสแกนข้อมูล",
"Only log" => "เฉพาะบันทึกการเปลี่ยนแปลงเท่านั้น",
"Delete file" => "ลบไฟล์",
"Save" => "บันทึก"
);