aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/th_TH.php
blob: e192e0a97cdefedd8f46224db608ad1c8d707154 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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;";