nextcloud/apps/files_sharing/l10n/th_TH.php

10 lines
268 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "ยกเลิก",
"Shared by" => "ถูกแชร์โดย",
"Password" => "รหัสผ่าน",
"Name" => "ชื่อ",
"Download" => "ดาวน์โหลด"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";