th_TH.php 613 B

123456789101112
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Password" => "รหัสผ่าน",
  4. "%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
  5. "%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
  6. "Download" => "ดาวน์โหลด",
  7. "Upload" => "อัพโหลด",
  8. "Cancel upload" => "ยกเลิกการอัพโหลด",
  9. "No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ"
  10. );
  11. $PLURAL_FORMS = "nplurals=1; plural=0;";