diff options
Diffstat (limited to 'apps/files_trashbin/l10n/th_TH.php')
-rw-r--r-- | apps/files_trashbin/l10n/th_TH.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/th_TH.php b/apps/files_trashbin/l10n/th_TH.php new file mode 100644 index 00000000000..1018c0f35aa --- /dev/null +++ b/apps/files_trashbin/l10n/th_TH.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Name" => "ชื่อ", +"1 folder" => "1 โฟลเดอร์", +"{count} folders" => "{count} โฟลเดอร์", +"1 file" => "1 ไฟล์", +"{count} files" => "{count} ไฟล์", +"Restore" => "คืนค่า" +); |