12 lines
613 B
PHP
12 lines
613 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "รหัสผ่าน",
|
|
"%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
|
|
"%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
|
|
"Download" => "ดาวน์โหลด",
|
|
"Upload" => "อัพโหลด",
|
|
"Cancel upload" => "ยกเลิกการอัพโหลด",
|
|
"No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|