1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-22 18:52:10 +01:00

38 lines
3.1 KiB
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2014-11-27 02:10:23 -05:00
"Bookmarks" => "รายการโปรด",
"Bookm." => "รายการโปรด",
2014-02-17 03:24:01 -05:00
"No file provided for import" => "ไม่พบไฟล์สำหรับการนำเข้าข้อมูล",
2012-11-23 00:03:23 +01:00
"Unsupported file type for import" => "ประเภทของไฟล์ที่ต้องการนำเข้าไม่ได้รับการรองรับให้ใช้งาน",
2015-05-06 02:10:26 -04:00
"Some Error happened." => "มีข้อผิดพลาดเกิดขึ้น",
2014-11-28 02:10:17 -05:00
"Error" => "ข้อผิดพลาด",
2015-07-21 02:10:36 -04:00
"Tags" => "ป้ายกำกับ",
2012-11-23 00:03:23 +01:00
"Filter by tag" => "แสดงข้อมูลตามป้ายกำกับ",
2015-05-06 02:10:26 -04:00
"Are you sure you want to remove this bookmark?" => "คุณแน่ใจแล้วหรือว่าต้องการลบรายการโปรดนี้",
2012-10-12 02:08:54 +02:00
"Warning" => "คำเตือน",
2014-11-27 02:10:23 -05:00
"Are you sure you want to remove this tag from every entry?" => "คุณแน่ใจแล้วหรือว่าต้องการลบป้ายกำกับนี้ออกจากทุกๆรายการ",
2014-02-17 03:24:01 -05:00
"Import error" => "นำเข้าข้อมูลผิดพลาด",
2012-11-23 00:03:23 +01:00
"Import completed successfully." => "นำเข้าข้อมูลเสร็จเรียบร้อยแล้ว",
"Uploading..." => "กำลังอัพโหลด...",
2012-10-12 02:08:54 +02:00
"Add a bookmark" => "เพิ่มรายการโปรด",
2015-06-05 02:10:28 -04:00
"This URL is already bookmarked! Overwrite?" => "URL นี้มีอยู่แล้วในบุ๊คมาร์ค! ให้เขียนทับ?",
2012-10-12 02:08:54 +02:00
"The title of the page" => "ชื่อของหน้า",
"The address of the page" => "ที่อยู่ของหน้า",
"Description of the page" => "คำอธิบายเกี่ยวกับหน้า",
"Save" => "บันทึก",
2012-11-01 00:03:46 +01:00
"Delete" => "ลบ",
2012-11-08 00:03:47 +01:00
"Edit" => "แก้ไข",
2012-11-01 00:03:46 +01:00
"Cancel" => "ยกเลิก",
2012-11-08 00:03:47 +01:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "ลากสิ่งนี้ไปไว้ที่รายการโปรดในโปรแกรมบราวเซอร์ของคุณ แล้วคลิกที่นั่น, เมื่อคุณต้องการเก็บหน้าเว็บเพจเข้าไปไว้ในรายการโปรดอย่างรวดเร็ว",
2014-02-17 03:24:01 -05:00
"Add to ownCloud" => "เพิ่มใน ownCloud",
2012-08-15 02:07:20 +02:00
"Address" => "ที่อยู่",
2015-06-05 02:10:28 -04:00
"Filterable Tags" => "กรองแท็ก",
2012-08-15 02:07:20 +02:00
"You have no bookmarks" => "คุณยังไม่มีรายการโปรด",
2015-06-05 02:10:28 -04:00
"You can also import a bookmark file" => "นอกจากนี้คุณยังสามารถนำเข้าไฟล์รายการโปรด",
2012-11-23 00:03:23 +01:00
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "ส่งออก & นำเข้า",
2012-11-04 00:03:02 +01:00
"Export" => "ส่งออก",
"Import" => "นำเข้า"
2012-08-15 02:07:20 +02:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";