Blame view

sources/apps/files_antivirus/l10n/th_TH.php 2.37 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  <?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" => "บันทึก"
  );