diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-06 19:16:10 -0400 |
commit | 3613e79e100bfa00b0c4e6b7c9b2524aadee0a31 (patch) | |
tree | c750a5a19a3a439899faac6ff524d64b98058b2f /lib/l10n/th_TH.php | |
parent | e1e16ec3b0566aafdddb5c2bc744fc4d53e554a1 (diff) | |
download | nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.tar.gz nextcloud-server-3613e79e100bfa00b0c4e6b7c9b2524aadee0a31.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/th_TH.php')
-rw-r--r-- | lib/l10n/th_TH.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/l10n/th_TH.php b/lib/l10n/th_TH.php new file mode 100644 index 00000000000..173d0f2856b --- /dev/null +++ b/lib/l10n/th_TH.php @@ -0,0 +1,31 @@ +<?php +$TRANSLATIONS = array( +"Help" => "ช่วยเหลือ", +"Personal" => "ส่วนตัว", +"Settings" => "ตั้งค่า", +"Users" => "ผู้ใช้งาน", +"Admin" => "ผู้ดูแล", +"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้", +"ZIP download is turned off." => "คุณสมบัติการดาวน์โหลด zip ถูกปิดการใช้งานไว้", +"Files need to be downloaded one by one." => "ไฟล์สามารถดาวน์โหลดได้ทีละครั้งเท่านั้น", +"Back to Files" => "กลับไปที่ไฟล์", +"Selected files too large to generate zip file." => "ไฟล์ที่เลือกมีขนาดใหญ่เกินกว่าที่จะสร้างเป็นไฟล์ zip", +"Application is not enabled" => "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน", +"Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน", +"Token expired. Please reload page." => "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง", +"Files" => "ไฟล์", +"Text" => "ข้อความ", +"Images" => "รูปภาพ", +"Could not find category \"%s\"" => "ไม่พบหมวดหมู่ \"%s\"", +"seconds ago" => "วินาที ก่อนหน้านี้", +"_%n minute ago_::_%n minutes ago_" => array(""), +"_%n hour ago_::_%n hours ago_" => array(""), +"today" => "วันนี้", +"yesterday" => "เมื่อวานนี้", +"_%n day go_::_%n days ago_" => array(""), +"last month" => "เดือนที่แล้ว", +"_%n month ago_::_%n months ago_" => array(""), +"last year" => "ปีที่แล้ว", +"years ago" => "ปี ที่ผ่านมา" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |