Welcome to mirror list, hosted at ThFree Co, Russian Federation.

th_TH.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96f4525ac6febd5d1b73c9f7e04aa824e2c7df48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Invalid file path supplied." => "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
"Cannot save file as it has been modified since opening" => "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
"Insufficient permissions" => "สิทธิ์ไม่เพียงพอ",
"File path not supplied" => "ไม่ได้ระบุเส้นทางของไฟล์",
"File mtime not supplied" => "ไม่ได้ให้ไฟล์ mtime มาด้วย",
"Save" => "บันทึก",
"Search" => "ค้นหา",
"Next" => "ถัดไป",
"Clear" => "ล้างข้อมูล",
"Saving..." => "กำลังบันทึกข้อมูล...",
"An error occurred!" => "เกิดข้อผิดพลาดบางประการ!",
"There are unsaved changes in the text editor" => "มีการเปลี่ยนแปลงที่ไม่ถูกบันทึกในโปรแกรมแก้ไขข้อความ",
"There were unsaved changes, click here to go back" => "มีค่าเปลี่ยนแปลงที่ยังไม่ได้รับการบันทึกข้อมูล, คลิกเพื่อย้อนกลับไป"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";