2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2012-08-30 00:06:45 +00:00
|
|
|
"Password" => "รหัสผ่าน",
|
2012-09-23 00:04:41 +00:00
|
|
|
"%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
|
|
|
|
"%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Download" => "ดาวน์โหลด",
|
2013-06-30 00:13:07 +00:00
|
|
|
"Upload" => "อัพโหลด",
|
|
|
|
"Cancel upload" => "ยกเลิกการอัพโหลด",
|
2013-06-14 00:52:34 +00:00
|
|
|
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ"
|
2012-08-15 00:07:20 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|