Blame view

sources/apps/files_sharing/l10n/th_TH.php 613 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Password" => "รหัสผ่าน",
03e52840d   Kload   Init
4
5
6
  "%s shared the folder %s with you" => "%s ได้แชร์โฟลเดอร์ %s ให้กับคุณ",
  "%s shared the file %s with you" => "%s ได้แชร์ไฟล์ %s ให้กับคุณ",
  "Download" => "ดาวน์โหลด",
31b7f2792   Kload   Upgrade to ownclo...
7
8
9
  "Upload" => "อัพโหลด",
  "Cancel upload" => "ยกเลิกการอัพโหลด",
  "No preview available for" => "ไม่สามารถดูตัวอย่างได้สำหรับ"
03e52840d   Kload   Init
10
  );
31b7f2792   Kload   Upgrade to ownclo...
11
  $PLURAL_FORMS = "nplurals=1; plural=0;";