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" => "ดาวน์โหลด",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "อัพโหลด",
|
|
|
|
"Cancel upload" => "ยกเลิกการอัพโหลด",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ"
|
2012-08-15 04:07:20 +04:00
|
|
|
);
|