th.js 880 B

1234567891011121314151617
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "restored" : "เรียกคืนแล้ว",
  5. "Deleted files" : "ไฟล์ที่ถูกลบ",
  6. "Restore" : "คืนค่า",
  7. "Unknown" : "ไม่ทราบ",
  8. "All files" : "ไฟล์ทั้งหมด",
  9. "No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
  10. "Deleted" : "ลบแล้ว",
  11. "You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกได้ลบจากที่นี่",
  12. "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
  13. "Select all" : "เลือกทั้งหมด",
  14. "Name" : "ชื่อ",
  15. "Actions" : "การกระทำ"
  16. },
  17. "nplurals=1; plural=0;");