You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

th_TH.php 1.9KB

12345678910111213141516171819202122232425
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Location" => "ตำแหน่งที่อยู่",
  4. "URL" => "URL",
  5. "Username" => "ชื่อผู้ใช้งาน",
  6. "Password" => "รหัสผ่าน",
  7. "Share" => "แชร์",
  8. "Access granted" => "การเข้าถึงได้รับอนุญาตแล้ว",
  9. "Error configuring Dropbox storage" => "เกิดข้อผิดพลาดในการกำหนดค่าพื้นที่จัดเก็บข้อมูล Dropbox",
  10. "Grant access" => "อนุญาตให้เข้าถึงได้",
  11. "Please provide a valid Dropbox app key and secret." => "กรุณากรอกรหัส app key ของ Dropbox และรหัสลับ",
  12. "Error configuring Google Drive storage" => "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive",
  13. "External Storage" => "พื้นทีจัดเก็บข้อมูลจากภายนอก",
  14. "Folder name" => "ชื่อโฟลเดอร์",
  15. "Configuration" => "การกำหนดค่า",
  16. "Options" => "ตัวเลือก",
  17. "All Users" => "ผู้ใช้งานทั้งหมด",
  18. "Groups" => "กลุ่ม",
  19. "Users" => "ผู้ใช้งาน",
  20. "Delete" => "ลบ",
  21. "Enable User External Storage" => "เปิดให้มีการใช้พื้นที่จัดเก็บข้อมูลของผู้ใช้งานจากภายนอกได้",
  22. "SSL root certificates" => "ใบรับรองความปลอดภัยด้วยระบบ SSL จาก Root",
  23. "Import Root Certificate" => "นำเข้าข้อมูลใบรับรองความปลอดภัยจาก Root"
  24. );
  25. $PLURAL_FORMS = "nplurals=1; plural=0;";