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