2012-08-15 04:07:20 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 04:06:45 +04:00
|
|
|
"Password" => "รหัสผ่าน",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Submit" => "ส่ง",
|
2012-09-23 04:04:41 +04:00
|
|
|
"%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
|
|
|
|
"%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Download" => "ดาวน์โหลด",
|
2012-09-01 04:04:00 +04:00
|
|
|
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ",
|
2012-08-31 04:07:19 +04:00
|
|
|
"web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้"
|
2012-08-15 04:07:20 +04:00
|
|
|
);
|