100 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			7.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
$TRANSLATIONS = array(
 | 
						|
"Documents" => "เอกสาร",
 | 
						|
"Can't create document" => "ไม่สามารถสร้างเอกสารได้",
 | 
						|
"You don't have permission to rename this document" => "คุณไม่ได้รับอนุญาตให้เปลี่ยนชื่อเอกสารนี้",
 | 
						|
"Directory saved successfully." => "บันทึกไดเรกทอรีเรียบร้อยแล้ว",
 | 
						|
"An error occurred while changing directory." => "เกิดข้อผิดพลาดขณะที่เปลี่ยนไดเรกทอรี",
 | 
						|
"Saved" => "บันทึกแล้ว",
 | 
						|
"Format filter server is down or misconfigured" => "ตัวกรองรูปแบบเซิร์ฟเวอร์ล่มหรือตั้งค่าผิดพลาด",
 | 
						|
"Conversion failed. Check log for details." => "การแปลงล้มเหลว ตรวจสอบบันทึกเพื่อดูรายละเอียด",
 | 
						|
"document-styles" => "รูปแบบเอกสาร",
 | 
						|
"document-content" => "เนื้อหาเอกสาร",
 | 
						|
"bold" => "ตัวหนา",
 | 
						|
"italic" => "ตัวเอียง",
 | 
						|
"solid" => "ตัวหนาพิเศษ",
 | 
						|
"pt" => "จุด",
 | 
						|
"Saving..." => "กำลังบันทึกข้อมูล...",
 | 
						|
"Failed to load documents." => "ไม่สามารถโหลดเอกสาร",
 | 
						|
"No documents were found. Upload or create a document to get started!" => "ยังไม่มีเอกสารเลย คุณสามารถเริ่มต้นอัพโหลดหรือสร้างเอกสารได้เลย!",
 | 
						|
"No connection to server. Trying to reconnect." => "ไม่มีการเชื่อมต่อไปยังเซิร์ฟเวอร์ กำลังพยายามเชื่อมต่อใหม่",
 | 
						|
"Leaving this page in Editor mode might cause unsaved data. It is recommended to use 'Close' button instead." => "หากต้องการออกจากหน้านี้ในโหมดการแก้ไขแบบไม่บันทึกข้อมูล แนะนำให้ใช้ปุ่ม 'ปิด' แทน",
 | 
						|
"Failed to load this document. Please check if it can be opened with an external odt editor. This might also mean it has been unshared or deleted recently." => "ไม่สามารถโหลดเอกสารนี้ กรุณาตรวจสอบว่าสามารถเปิดได้ด้วยโปรแกรมแก้ไข ODT อื่นๆ หรือบางทีอาจมีการยกเลิกการแชร์ หรือถูกลบออกเมื่อเร็วๆ นี้",
 | 
						|
"Save" => "บันทึก",
 | 
						|
"Loading documents..." => "กำลังโหลดเอกสาร ...",
 | 
						|
"'.' is an invalid file name." => "'.' เป็นชื่อไฟล์ที่ไม่ถูกต้อง",
 | 
						|
"File name cannot be empty." => "ชื่อไฟล์ไม่สามารถเว้นว่างได้",
 | 
						|
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง '\\', '/', '<', '>', ':', '\"', '|', '?' และ '*' ไม่ได้รับอนุญาตให้ใช้งาน",
 | 
						|
"Align Left" => "ชิดซ้าย",
 | 
						|
"Alignment" => "จัดตำแหน่ง",
 | 
						|
"Align Right" => "ชิดขวา",
 | 
						|
"Annotate" => "คำอธิบายประกอบ",
 | 
						|
"Background" => "พื้นหลัง",
 | 
						|
"Bold" => "ตัวหนา",
 | 
						|
"Bottom" => "ด้านล่าง",
 | 
						|
"Cancel" => "ยกเลิก",
 | 
						|
"Center" => "ตรงกลาง",
 | 
						|
"Clone" => "โคลน",
 | 
						|
"Clone this Style" => "โคลนสไตล์นี้",
 | 
						|
"Close" => "ปิด",
 | 
						|
"Color" => "สี",
 | 
						|
"Create" => "สร้าง",
 | 
						|
"Decrease Indent" => "ลดการเยื้อง",
 | 
						|
"Default Style" => "สไตล์เริ่มต้น",
 | 
						|
"Delete" => "ลบ",
 | 
						|
"Family" => "ครอบครัว",
 | 
						|
"Font" => "ตัวอักษร",
 | 
						|
"Font Effects" => "เอฟเฟคตัวอักษร",
 | 
						|
"Format" => "รูปแบบ",
 | 
						|
"Increase Indent" => "เพิ่มการเยื้อง",
 | 
						|
"Insert Image" => "แทรกรูปภาพ",
 | 
						|
"Invite Members" => "เชิญชวนสมาชิก",
 | 
						|
"Italic" => "ตัวเอียง",
 | 
						|
"Justified" => "ชิดขอบ",
 | 
						|
"Justify" => "ชิดขอบ",
 | 
						|
"Left" => "ซ้าย",
 | 
						|
"Loading" => "กำลังโหลด",
 | 
						|
"Members" => "สมาชิก",
 | 
						|
"New Name:" => "ชื่อใหม่:",
 | 
						|
"OK" => "ตกลง",
 | 
						|
"Open" => "เปิด",
 | 
						|
"Options" => "ตัวเลือก",
 | 
						|
"Paragraph..." => "ย่อหน้า ...",
 | 
						|
"Paragraph Styles" => "รูปแบบย่อหน้า",
 | 
						|
"Redo" => "ทำซ้ำ",
 | 
						|
"Right" => "ขวา",
 | 
						|
"Size" => "ขนาด",
 | 
						|
"Spacing" => "การเว้นวรรค",
 | 
						|
"Strikethrough" => "ขีด",
 | 
						|
"Style" => "รูปแบบ",
 | 
						|
"Text" => "ข้อความ",
 | 
						|
"Top" => "ด้านบน",
 | 
						|
"Underline" => "ขีดเส้นใต้",
 | 
						|
"Undo" => "เลิกทำ",
 | 
						|
"Unknown Author" => "ไม่ระบุผู้เขียน",
 | 
						|
"Edit" => "แก้ไข",
 | 
						|
"Share" => "แชร์",
 | 
						|
"guest" => "ผู้เยี่ยมชม",
 | 
						|
"MS Word support (requires openOffice/libreOffice)" => "สนับสนุน MS Word (ต้องใช้ openOffice/libreOffice)",
 | 
						|
"Local" => "ต้นทาง",
 | 
						|
"openOffice/libreOffice is installed on this server. Path to binary is provided via preview_libreoffice_path in config.php" => "OpenOffice/LibreOffice มีการติดตั้งบนเซิร์ฟเวอร์นี้ ระบุเส้นทางไปยังไบนารีผ่าน preview_libreoffice_path ใน config.php",
 | 
						|
"External" => "ภายนอก",
 | 
						|
"openOffice/libreOffice is installed on external server running a format filter server" => "openOffice/libreOffice ถูกติดตั้งบนเซิร์ฟเวอร์ภายนอก กำลังทำงานรูปแบบของเซิร์ฟเวอร์ตัวกรอง",
 | 
						|
"Disabled" => "ปิดการใช้งาน",
 | 
						|
"No MS Word support" => "ไม่มีการสนับสนุน MS Word",
 | 
						|
"scheme://domain.tld[:port]" => "รูปแบบ://domain.tld[:port]",
 | 
						|
"Server URL" => "URL ของเซิร์ฟเวอร์",
 | 
						|
"Apply and test" => "นำไปใช้และทดสอบ",
 | 
						|
"New document" => "เอกสารใหม่",
 | 
						|
"Upload (max. %s)" => "อัพโหลด (สูงสุด %s)",
 | 
						|
"Upload" => "อัพโหลด",
 | 
						|
"Save new documents to" => "บันทึกเอกสารใหม่ไปยัง",
 | 
						|
"Wrong password. Please retry." => "รหัสผ่านไม่ถูกต้อง โปรดลองอีกครั้ง",
 | 
						|
"Password" => "รหัสผ่าน",
 | 
						|
"Guest %s" => "ผู้เยี่ยมชม %s",
 | 
						|
"This link has been expired or is never existed. Please contact the person who shared it with you for details." => "ลิงค์นี้ได้หมดอายุแล้วหรือไม่เคยมีอยู่ กรุณาติดต่อบุคคลที่แชร์กับคุณสำหรับรายละเอียด",
 | 
						|
"Advanced feature-set" => "กำหนดคุณลักษณะขั้นสูง",
 | 
						|
"(Unstable)" => "(ไม่แน่นอน)"
 | 
						|
);
 | 
						|
$PLURAL_FORMS = "nplurals=1; plural=0;";
 |